[solved] ssh into autostarted xfce4 session

I have two remote machines running Arch. They have identical sshd_config, .bashrc and .bash_profile files.
$ cat .bashrc
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
$ cat .bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then
startxfce4
fi
I can log onto both with ssh and conduct the common tasks I perform (ie, no problems), However one gives me the following remark after login:
Last login: ...
-bash: !/bin/bash: No such file or directory
$
Where in my login sequence might this error be generated?
Last edited by herOldMan (2014-06-02 18:55:09)

loafer wrote:...incorrect somewhere i.e. "!/bin/bash" rather then "#!/bin/bash"...
Thanks, Found it.
In /etc/profile I have a loop:
# Load profiles from /etc/profile.d
if test -d /etc/profile.d/; then
for profile in /etc/profile.d/*.sh; do
test -r "$profile" && . "$profile"
done
unset profile
fi
I inserted an echo $profile after the do. I found that the error was thrown on sh vdpau_vaapi.sh, a script which did indeed not have the #.
This particular machine has the catalyst-hd234k driver installed. I am guessing the file was created when installing it or related packages.
Thanks

Similar Messages

  • [SOLVED]ssh key persists across logins - xfce/ssh-agent/pgp-agent

    Hi,
    I am a new Arch user. I must say, that I am very happy with my installation so far. Thanks for providing a sensible Linux distribution.
    I am coming from Ubuntu 12.04 LTS with xfce as desktop. Ubuntu 12.04 has xfce 4.8.2. Now I am running lightdm and xfce 4.10 which I consider a very useful desktop environment. Now, there is one bug I ran into and I didn't see it documented anywhere :
    After logging out or even rebooting, my ssh-key was still cached/stored by gpg-agent.
    Now, well. Can't be that hard, can it?
    % ssh-add -D
    SSH_AGENT_FAILURE
    Failed to remove all identities.
    Great! Now that really bugged me: I am unable to remove my ssh-key, even across reboots!
    It took me a while to realize, that gpg-agent is now capable of handling ssh-keys.
    I was unable to find any startup configuration for gpg-agent in /etc/profile[.d], systemd, .xinitrc, ...
    Disabling xfce-session gpg-agent autostart
    After even more searching, I found xfce to be the culprit:
    http://docs.xfce.org/xfce/xfce4-session/advanced
    Apparently xfce4-session starts gpg-agent
    To disable it:
    % xfconf-query -c xfce4-session -p /startup/ssh-agent/enabled -n -t bool -s false
    Kind'a obvious, right?
    Key recovery
    To get rid of the ssh-key dangling around unencrypted (?) on your harddisk, have a look at
    $HOME/.gnupg/private-keys-v1.d
    Looks like gpg-agent is storing ssh keys here. I simply deleted the directory.
    BE CAREFUL: I don't know if the directory is only used for cached ssh keys. You might have other valid keys you don't want to delete there. Maybe someone else can shed some light on this.
    Now I have my good old ssh-agent back, started automatically as described in the wiki
    https://wiki.archlinux.org/index.php/SSH_Keys#ssh-agent
    Last edited by georgnix (2014-03-06 12:13:56)

    Thanks for reminding
    Btw, my problem/issue with gpg2's (inexistent, yet there-in-the-man-pages) "--with-keygrip" option still persists - though I am not sure if this is the place to mention about it.

  • Xfce4-session-helper NOT FOUND

    After upgrading xfce4-session the other day,
    [PACMAN] upgraded xfce4-session (4.10.0-6 -> 4.10.0-7)
    These errors appear in syslog:
    Apr 29 13:27:56 arch-top slim[342]: (xfce4-session:397): xfce4-session-WARNING **: Unable to launch "xfce4-settings-helper": Failed to execute child process "xfce4-settings-helper" (No such file or directory)
    Apr 29 13:27:56 arch-top slim[342]: (xfce4-session:397): xfce4-session-WARNING **: Unable to launch "xfce4-settings-helper": Failed to execute child process "xfce4-settings-helper" (No such file or directory)
    They appear twice, together, like above (on startup).

    According to http://www.xfce.org/about/tour (one of the first hits for  xfce4-session-helper), this helper was merged into a settings daemon in 4.10. Either it's a bug or you have some leftover bits from 4.8.

  • Can ssh into client iMac but cannot mount home directory ...

    I've got a server running 10.4.11 and a bunch of client iMacs (10.5.n). If I ssh into a client iMac it lets me log in but cannot mount my home directory (which lives on the server). Obviously ssh is getting my credentials from the server but isn't getting (or cannot get) the information to mount my disk. If I log in through the gui on the client it all works fine. I suspect this is less of an error and more of a design. Is there a way to get the clients to mount my home when logging in with ssh? If not then Apple presumably has a reason for disallowing this behaviour. Is there a way around this? Perhaps with mount_afp?
    We want to be able to log into many client iMacs at once to run computations on them. Eventually we want to do this on a suite of XServes and XGrid. This is all very easy with linux and nfs and I was expecting the same sort of ability through OS X. I know that I can export everything from the server with nfs (though that may not solve my problem) but I only have the one system and multiple users and I can't really experiment while they are connected.
    Suggestions? Comments? If there are obvious examples of this elsewhere please point me toward them.

    Well it's never worked that way for me. Do you actually use this method to log in?
    I've gone through all of the server logs, watching what gets added as I log on to a client. I don't see anything there that suggests it is even attempting to mount the home directory. I also watched on the client and didn't see any errors. When I ssh into a client I see the following message on the terminal, "Could not chdir to home directory /Network/Servers/server.some.place/Volumes/R1/UsersR1/username: Unknown error: 118" This suggests that the client knows where my home should be but doesn't know how to mount it.
    I have enabled the basic setup on my server. User accounts have Home URLs like "afp://server.some.place/UsersR1/username" and Full Paths like "/Network/Servers/server.some.place/Volumes/R1/UsersR1" (R1 is a RAID disk). UsersR1 has been made into a Share Point and Server Admin tells me that the disk "will be automatically mounted using the AFP protocol as /Network/Servers/R1 on client machines". This part doesn't seem to be true as when I log into a client through the GUI the actual path that is mounted as my home is /Network/Servers/server.some.place/R1" (pwd in my home directory returns /Network/Servers/server.some.place/Volumes/R1/UsersR1/username which is a actually rather inconvenient).
    Under the Advanced tab in the Workgroup Manager, Accounts pane, I've got "Allow simultaneous login on managed computers". This seems to work but also seems only to apply to the GUI, that is I can log onto several clients at once.
    How do I ask a client machine what home directory information it is getting from the server for any particular user? Is there some setup on the client machines that will enable automatic mounting of homes through ssh? On the clients, the Directory Utility, which I have used to connect the client to a Directory Server, has a Mounts pane which allows me to "Edit automatic NFS mounts for this computer". I am not exporting any NFS from the server, but perhaps this is the way to make it work?
    Perhaps what I want to requires Kerberos? I don't have that enabled.
    When I have done this on a cluster of linux machines I exported the home directory from the server with NFS (exportfs) and then, using NIS and automount on the clients it "just worked". It was very simple. If it is supposed to work with Macs and OS X, it may be simple but it's not obvious.

  • Applescript to ssh into router and reboot

    I'm trying to write an applescript that will ssh into my router and reboot the router.  I would like this so that my wife can simply execute an automator file and it will restart the router without her having to unplug the router.  I've got the following but it's not logging into the router. Can anyone offer suggestions one what I'm doing wrong.  Thanks.

    Is this an 'expect' script?
    Or are you trying to send these commands to the router to be executed?
    If sending to the router you could put them in a file and then have ssh read the file contents and send it to the router
    ssh -options [email protected] <file.with.cmds.to.be.executed.on.router
    If this is an expect script, have you run this from a regular terminal session?
    If you are into blind faith, you could just send the commands you expect to work and not bother looking at what is returned
    ( sleep 2
      echo 12345
      sleep 4
      echo reboot
      sleep 10
      send exit
    ) | ssh [email protected]
    The sleep times are assumes to give the router more than enough time to return the expected prompt.  Adjust accordingly.
    This is "Rude and Crude", but would it work?

  • Problem with xfce4-session.

    Hello, I'm not sure whether I'm posting in the correct section of the forums but anyway, here's the problem, after upgrading the system xfce started crashing randomly (It definitely crashes when I try to suspend first time, then it does it correctly). I took a look in Xorg and fglrx log files, they didn't contain any errors. However, dmesg listed a segfault of xfce4-session in libglib, is there any solution for that problem or I just have to wait until the upgrade. Also, I have and AMD E-450 APU, and a proprietary catalyst driver from catalyst-stable. Here is the output from dmesg (the segfault message is in the end):
    [ 0.000000] PM: Registered nosave memory: 00000000afb64000 - 00000000afb6c000
    [ 0.000000] PM: Registered nosave memory: 00000000afb6c000 - 00000000afb91000
    [ 0.000000] PM: Registered nosave memory: 00000000afb91000 - 00000000afbd4000
    [ 0.000000] PM: Registered nosave memory: 00000000afd47000 - 00000000afef7000
    [ 0.000000] PM: Registered nosave memory: 00000000aff00000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fed00000
    [ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed01000
    [ 0.000000] PM: Registered nosave memory: 00000000fed01000 - 00000000fed61000
    [ 0.000000] PM: Registered nosave memory: 00000000fed61000 - 00000000fed71000
    [ 0.000000] PM: Registered nosave memory: 00000000fed71000 - 00000000fed80000
    [ 0.000000] PM: Registered nosave memory: 00000000fed80000 - 00000000fed90000
    [ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fef00000
    [ 0.000000] PM: Registered nosave memory: 00000000fef00000 - 0000000100000000
    [ 0.000000] PM: Registered nosave memory: 0000000100000000 - 0000000100001000
    [ 0.000000] e820: [mem 0xaff00000-0xfebfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013fc00000 s84544 r8192 d21952 u1048576
    [ 0.000000] pcpu-alloc: s84544 r8192 d21952 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 966665
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lqx root=UUID=ee58701b-54f4-4a5e-a884-636f3ac8cb2f ro nomodeset usbcore.autosuspend=1 quiet usbcore.autosuspend=0 nomodeset nmi_watchdog=0 pcie_aspm=force
    [ 0.000000] PCIe ASPM is forcibly enabled
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3782720k/5242880k available (4438k kernel code, 1314812k absent, 145348k reserved, 2809k data, 640k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
    [ 0.000000] NR_IRQS:33024 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.001000] tsc: Detected 1646.401 MHz processor
    [ 0.000005] Calibrating delay loop (skipped), value calculated using timer frequency.. 3292.80 BogoMIPS (lpj=1646401)
    [ 0.000010] pid_max: default: 32768 minimum: 301
    [ 0.000063] Security Framework initialized
    [ 0.000068] SELinux: Disabled at boot.
    [ 0.000071] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000073] Yama: becoming mindful.
    [ 0.000095] Mount-cache hash table entries: 256
    [ 0.000418] tseg: 00aff00000
    [ 0.000422] CPU: Physical Processor ID: 0
    [ 0.000424] CPU: Processor Core ID: 0
    [ 0.000426] mce: CPU supports 6 MCE banks
    [ 0.000442] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4
    tlb_flushall_shift: 5
    [ 0.000558] Freeing SMP alternatives: 16k freed
    [ 0.002455] ACPI: Core revision 20121018
    [ 0.015032] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.025024] smpboot: CPU0: AMD E-450 APU with Radeon(tm) HD Graphics (fam: 14, model: 02, stepping: 00)
    [ 0.126038] Performance Events: AMD PMU driver.
    [ 0.126044] ... version: 0
    [ 0.126047] ... bit width: 48
    [ 0.126048] ... generic registers: 4
    [ 0.126050] ... value mask: 0000ffffffffffff
    [ 0.126051] ... max period: 00007fffffffffff
    [ 0.126053] ... fixed-purpose events: 0
    [ 0.126054] ... event mask: 000000000000000f
    [ 0.134178] smpboot: Booting Node 0, Processors #1 OK
    [ 0.147430] Brought up 2 CPUs
    [ 0.147435] smpboot: Total of 2 processors activated (6585.60 BogoMIPS)
    [ 0.148250] devtmpfs: initialized
    [ 0.148666] PM: Registering ACPI NVS region [mem 0xafaf7000-0xafb3efff] (294912 bytes)
    [ 0.148681] PM: Registering ACPI NVS region [mem 0xafb49000-0xafb4bfff] (12288 bytes)
    [ 0.148683] PM: Registering ACPI NVS region [mem 0xafb4d000-0xafb4dfff] (4096 bytes)
    [ 0.148686] PM: Registering ACPI NVS region [mem 0xafb64000-0xafb6bfff] (32768 bytes)
    [ 0.148689] PM: Registering ACPI NVS region [mem 0xafb91000-0xafbd3fff] (274432 bytes)
    [ 0.149151] regulator-dummy: no parameters
    [ 0.149293] NET: Registered protocol family 16
    [ 0.150271] ACPI: bus type pci registered
    [ 0.150593] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.150599] PCI: not using MMCONFIG
    [ 0.150601] PCI: Using configuration type 1 for base access
    [ 0.150602] PCI: Using configuration type 1 for extended access
    [ 0.155916] bio: create slab <bio-0> at 0
    [ 0.156315] ACPI: Added _OSI(Module Device)
    [ 0.156319] ACPI: Added _OSI(Processor Device)
    [ 0.156321] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.156323] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.158103] ACPI: EC: Look up EC in DSDT
    [ 0.160056] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.172510] ACPI: Interpreter enabled
    [ 0.172527] ACPI: (supports S0 S3 S4 S5)
    [ 0.172576] ACPI: Using IOAPIC for interrupt routing
    [ 0.172886] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.172961] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.213033] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.213391] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 0.245487] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.245850] ACPI: No dock devices found.
    [ 0.245858] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.246163] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.246166] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.246887] PCI host bridge to bus 0000:00
    [ 0.246895] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.246899] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
    [ 0.246906] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
    [ 0.246910] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
    [ 0.246913] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.246916] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.246919] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.246923] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
    [ 0.246938] pci 0000:00:00.0: [1022:1510] type 00 class 0x060000
    [ 0.246999] pci 0000:00:01.0: [1002:9806] type 00 class 0x030000
    [ 0.247013] pci 0000:00:01.0: reg 10: [mem 0xc0000000-0xcfffffff pref]
    [ 0.247023] pci 0000:00:01.0: reg 14: [io 0xf000-0xf0ff]
    [ 0.247032] pci 0000:00:01.0: reg 18: [mem 0xfeb00000-0xfeb3ffff]
    [ 0.247093] pci 0000:00:01.0: supports D1 D2
    [ 0.247118] pci 0000:00:01.1: [1002:1314] type 00 class 0x040300
    [ 0.247130] pci 0000:00:01.1: reg 10: [mem 0xfeb44000-0xfeb47fff]
    [ 0.247202] pci 0000:00:01.1: supports D1 D2
    [ 0.247388] pci 0000:00:04.0: [1022:1512] type 01 class 0x060400
    [ 0.247482] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    [ 0.247576] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.247602] pci 0000:00:11.0: reg 10: [io 0xf140-0xf147]
    [ 0.247615] pci 0000:00:11.0: reg 14: [io 0xf130-0xf133]
    [ 0.247629] pci 0000:00:11.0: reg 18: [io 0xf120-0xf127]
    [ 0.247642] pci 0000:00:11.0: reg 1c: [io 0xf110-0xf113]
    [ 0.247655] pci 0000:00:11.0: reg 20: [io 0xf100-0xf10f]
    [ 0.247669] pci 0000:00:11.0: reg 24: [mem 0xfeb4d000-0xfeb4d3ff]
    [ 0.247749] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.247767] pci 0000:00:12.0: reg 10: [mem 0xfeb4c000-0xfeb4cfff]
    [ 0.247863] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.247889] pci 0000:00:12.2: reg 10: [mem 0xfeb4b000-0xfeb4b0ff]
    [ 0.247997] pci 0000:00:12.2: supports D1 D2
    [ 0.248000] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.248033] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.248052] pci 0000:00:13.0: reg 10: [mem 0xfeb4a000-0xfeb4afff]
    [ 0.248150] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.248175] pci 0000:00:13.2: reg 10: [mem 0xfeb49000-0xfeb490ff]
    [ 0.248289] pci 0000:00:13.2: supports D1 D2
    [ 0.248292] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.248325] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.248433] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.248461] pci 0000:00:14.2: reg 10: [mem 0xfeb40000-0xfeb43fff 64bit]
    [ 0.248548] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.248571] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.248673] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.248732] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.248750] pci 0000:00:14.5: reg 10: [mem 0xfeb48000-0xfeb48fff]
    [ 0.248848] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
    [ 0.248953] pci 0000:00:15.0: supports D1 D2
    [ 0.248991] pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400
    [ 0.249095] pci 0000:00:15.1: supports D1 D2
    [ 0.249133] pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400
    [ 0.249237] pci 0000:00:15.2: supports D1 D2
    [ 0.249282] pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400
    [ 0.249387] pci 0000:00:15.3: supports D1 D2
    [ 0.249426] pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    [ 0.249474] pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    [ 0.249518] pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    [ 0.249564] pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    [ 0.249621] pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    [ 0.249665] pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    [ 0.249711] pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    [ 0.249755] pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    [ 0.249928] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.250055] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
    [ 0.250067] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
    [ 0.250070] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
    [ 0.250074] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
    [ 0.250077] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.250080] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.250083] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.250086] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
    [ 0.250216] pci 0000:03:00.0: [14e4:4727] type 00 class 0x028000
    [ 0.250259] pci 0000:03:00.0: reg 10: [mem 0xfea00000-0xfea03fff 64bit]
    [ 0.250422] pci 0000:03:00.0: supports D1 D2
    [ 0.250425] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.252383] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.252400] pci 0000:00:15.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.252481] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.252587] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.252610] pci 0000:05:00.0: reg 10: [io 0xe000-0xe0ff]
    [ 0.252649] pci 0000:05:00.0: reg 18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.252674] pci 0000:05:00.0: reg 20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.252777] pci 0000:05:00.0: supports D1 D2
    [ 0.252780] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.254339] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.254353] pci 0000:00:15.2: bridge window [io 0xe000-0xefff]
    [ 0.254369] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.254451] pci 0000:00:15.3: PCI bridge to [bus 06]
    [ 0.254501] pci_bus 0000:00: on NUMA node 0
    [ 0.254602] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
    [ 0.254674] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE21._PRT]
    [ 0.254726] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE22._PRT]
    [ 0.254777] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE23._PRT]
    [ 0.254856] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE4._PRT]
    [ 0.254913] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.254916] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.259554] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
    [ 0.259704] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
    [ 0.259814] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
    [ 0.259920] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
    [ 0.260007] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
    [ 0.260075] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
    [ 0.260142] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
    [ 0.260210] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
    [ 0.260719] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.260732] vgaarb: loaded
    [ 0.260733] vgaarb: bridge control possible 0000:00:01.0
    [ 0.261239] ACPI: bus type usb registered
    [ 0.261372] usbcore: registered new interface driver usbfs
    [ 0.261438] usbcore: registered new interface driver hub
    [ 0.261565] usbcore: registered new device driver usb
    [ 0.262092] PCI: Using ACPI for IRQ routing
    [ 0.273018] PCI: pci_cache_line_size set to 64 bytes
    [ 0.273142] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    [ 0.273146] e820: reserve RAM buffer [mem 0xafaf7000-0xafffffff]
    [ 0.273149] e820: reserve RAM buffer [mem 0xafb54000-0xafffffff]
    [ 0.273151] e820: reserve RAM buffer [mem 0xafd47000-0xafffffff]
    [ 0.273154] e820: reserve RAM buffer [mem 0xaff00000-0xafffffff]
    [ 0.273543] NetLabel: Initializing
    [ 0.273546] NetLabel: domain hash size = 128
    [ 0.273547] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.273565] NetLabel: unlabeled traffic allowed by default
    [ 0.273680] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.273687] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.275723] Switching to clocksource hpet
    [ 0.281493] pnp: PnP ACPI init
    [ 0.281511] ACPI: bus type pnp registered
    [ 0.281854] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.281861] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.282965] system 00:01: [io 0x040b] has been reserved
    [ 0.282969] system 00:01: [io 0x04d6] has been reserved
    [ 0.282972] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.282979] system 00:01: [io 0x0c14] has been reserved
    [ 0.282984] system 00:01: [io 0x0c50-0x0c51] has been reserved
    [ 0.282987] system 00:01: [io 0x0c52] has been reserved
    [ 0.282990] system 00:01: [io 0x0c6c] has been reserved
    [ 0.282994] system 00:01: [io 0x0c6f] has been reserved
    [ 0.282997] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.283000] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.283004] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.283007] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.283010] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.283014] system 00:01: [io 0x0800-0x089f] has been reserved
    [ 0.283017] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    [ 0.283020] system 00:01: [io 0x0900-0x090f] has been reserved
    [ 0.283024] system 00:01: [io 0x0910-0x091f] has been reserved
    [ 0.283027] system 00:01: [io 0xfe00-0xfefe] has been reserved
    [ 0.283033] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.283037] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.283041] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
    [ 0.283045] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
    [ 0.283049] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
    [ 0.283054] system 00:01: [mem 0xfed00000-0xfed00fff] has been reserved
    [ 0.283057] system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
    [ 0.283062] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.283085] pnp 00:02: [dma 4]
    [ 0.283236] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.283356] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.283484] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.283686] system 00:05: [io 0x04d0-0x04d1] has been reserved
    [ 0.283691] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.283937] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.284106] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.284264] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.284487] pnp 00:09: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
    [ 0.285108] system 00:0a: [mem 0xb0000000-0xbfffffff] has been reserved
    [ 0.285113] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297800] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.297811] pnp: PnP ACPI: found 12 devices
    [ 0.297813] ACPI: ACPI bus type pnp unregistered
    [ 0.303106] pci 0000:00:04.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.303114] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.303119] pci 0000:00:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    [ 0.303173] pci 0000:00:15.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    [ 0.303178] pci 0000:00:15.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    [ 0.303192] pci 0000:00:15.1: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    [ 0.303196] pci 0000:00:15.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 0.303200] pci 0000:00:15.1: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    [ 0.303213] pci 0000:00:15.2: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 400000
    [ 0.303226] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
    [ 0.303230] pci 0000:00:15.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
    [ 0.303234] pci 0000:00:15.3: bridge window [mem 0x00100000-0x000fffff] to [bus 06] add_size 200000
    [ 0.303253] pci 0000:00:04.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.303257] pci 0000:00:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303261] pci 0000:00:15.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303264] pci 0000:00:15.1: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.303268] pci 0000:00:15.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303271] pci 0000:00:15.2: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.303275] pci 0000:00:15.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.303278] pci 0000:00:15.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.303281] pci 0000:00:04.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303285] pci 0000:00:15.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303288] pci 0000:00:15.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303291] pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.303300] pci 0000:00:04.0: BAR 14: assigned [mem 0xd0100000-0xd02fffff]
    [ 0.303305] pci 0000:00:04.0: BAR 15: assigned [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.303310] pci 0000:00:15.0: BAR 15: assigned [mem 0xd0500000-0xd06fffff 64bit pref]
    [ 0.303315] pci 0000:00:15.1: BAR 14: assigned [mem 0xd0700000-0xd08fffff]
    [ 0.303320] pci 0000:00:15.1: BAR 15: assigned [mem 0xd0900000-0xd0afffff 64bit pref]
    [ 0.303324] pci 0000:00:15.2: BAR 14: assigned [mem 0xd0b00000-0xd0efffff]
    [ 0.303328] pci 0000:00:15.3: BAR 14: assigned [mem 0xd0f00000-0xd10fffff]
    [ 0.303332] pci 0000:00:15.3: BAR 15: assigned [mem 0xd1100000-0xd12fffff 64bit pref]
    [ 0.303339] pci 0000:00:04.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.303345] pci 0000:00:15.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.303349] pci 0000:00:15.1: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.303354] pci 0000:00:15.3: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.303361] pci 0000:00:04.0: PCI bridge to [bus 01]
    [ 0.303367] pci 0000:00:04.0: bridge window [io 0x1000-0x1fff]
    [ 0.303373] pci 0000:00:04.0: bridge window [mem 0xd0100000-0xd02fffff]
    [ 0.303378] pci 0000:00:04.0: bridge window [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.303385] pci 0000:00:14.4: PCI bridge to [bus 02]
    [ 0.303470] pci 0000:00:15.0: PCI bridge to [bus 03]
    [ 0.303474] pci 0000:00:15.0: bridge window [io 0x2000-0x2fff]
    [ 0.303481] pci 0000:00:15.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.303487] pci 0000:00:15.0: bridge window [mem 0xd0500000-0xd06fffff 64bit pref]
    [ 0.303495] pci 0000:00:15.1: PCI bridge to [bus 04]
    [ 0.303499] pci 0000:00:15.1: bridge window [io 0x3000-0x3fff]
    [ 0.303506] pci 0000:00:15.1: bridge window [mem 0xd0700000-0xd08fffff]
    [ 0.303512] pci 0000:00:15.1: bridge window [mem 0xd0900000-0xd0afffff 64bit pref]
    [ 0.303521] pci 0000:00:15.2: PCI bridge to [bus 05]
    [ 0.303525] pci 0000:00:15.2: bridge window [io 0xe000-0xefff]
    [ 0.303532] pci 0000:00:15.2: bridge window [mem 0xd0b00000-0xd0efffff]
    [ 0.303537] pci 0000:00:15.2: bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.303545] pci 0000:00:15.3: PCI bridge to [bus 06]
    [ 0.303549] pci 0000:00:15.3: bridge window [io 0x4000-0x4fff]
    [ 0.303557] pci 0000:00:15.3: bridge window [mem 0xd0f00000-0xd10fffff]
    [ 0.303562] pci 0000:00:15.3: bridge window [mem 0xd1100000-0xd12fffff 64bit pref]
    [ 0.303627] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
    [ 0.303631] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
    [ 0.303634] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
    [ 0.303637] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
    [ 0.303640] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.303643] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.303647] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.303650] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    [ 0.303653] pci_bus 0000:01: resource 1 [mem 0xd0100000-0xd02fffff]
    [ 0.303656] pci_bus 0000:01: resource 2 [mem 0xd0300000-0xd04fffff 64bit pref]
    [ 0.303660] pci_bus 0000:02: resource 4 [io 0x0000-0x03af]
    [ 0.303663] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7]
    [ 0.303666] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df]
    [ 0.303669] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff]
    [ 0.303672] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
    [ 0.303675] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
    [ 0.303678] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
    [ 0.303681] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.303684] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.303687] pci_bus 0000:03: resource 2 [mem 0xd0500000-0xd06fffff 64bit pref]
    [ 0.303691] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.303693] pci_bus 0000:04: resource 1 [mem 0xd0700000-0xd08fffff]
    [ 0.303752] pci_bus 0000:04: resource 2 [mem 0xd0900000-0xd0afffff 64bit pref]
    [ 0.303755] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
    [ 0.303758] pci_bus 0000:05: resource 1 [mem 0xd0b00000-0xd0efffff]
    [ 0.303761] pci_bus 0000:05: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
    [ 0.303765] pci_bus 0000:06: resource 0 [io 0x4000-0x4fff]
    [ 0.303768] pci_bus 0000:06: resource 1 [mem 0xd0f00000-0xd10fffff]
    [ 0.303771] pci_bus 0000:06: resource 2 [mem 0xd1100000-0xd12fffff 64bit pref]
    [ 0.303836] NET: Registered protocol family 2
    [ 0.304049] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.304316] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.304574] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.304683] TCP: reno registered
    [ 0.304693] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.304845] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.305013] NET: Registered protocol family 1
    [ 0.305042] pci 0000:00:01.0: Boot video device
    [ 0.305384] PCI: CLS 64 bytes, default 64
    [ 0.305471] Unpacking initramfs...
    [ 0.400016] Freeing initrd memory: 2664k freed
    [ 0.401721] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.401733] software IO TLB [mem 0xabaf7000-0xafaf7000] (64MB) mapped at [ffff8800abaf7000-ffff8800afaf6fff]
    [ 0.401984] LVT offset 0 assigned for vector 0x400
    [ 0.402067] perf: AMD IBS detected (0x000000ff)
    [ 0.402950] audit: initializing netlink socket (disabled)
    [ 0.402971] type=2000 audit(1367137456.294:1): initialized
    [ 0.403912] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.410965] VFS: Disk quotas dquot_6.5.2
    [ 0.411207] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.411535] msgmni has been set to 7393
    [ 0.412281] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.412285] io scheduler noop registered
    [ 0.412287] io scheduler deadline registered
    [ 0.412295] io scheduler cfq registered
    [ 0.412435] io scheduler bfq registered (default)
    [ 0.413822] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
    [ 0.415487] Linux agpgart interface v0.103
    [ 0.415820] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.415822] vesafb: scrolling: redraw
    [ 0.415826] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.416298] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010100000, using 3072k, total 3072k
    [ 0.477778] Console: switching to colour frame buffer device 128x48
    [ 0.530645] fb0: VESA VGA frame buffer device
    [ 0.530917] ACPI: acpi_idle registered with cpuidle
    [ 0.557297] GHES: HEST is not enabled!
    [ 0.557305] XENFS: not registering filesystem on non-xen platform
    [ 0.557737] libphy: Fixed MDIO Bus: probed
    [ 0.557999] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PSM1] at 0x60,0x64 irq 1,12
    [ 0.561580] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.561601] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.562037] mousedev: PS/2 mouse device common for all mice
    [ 0.562175] cpuidle: using governor ladder
    [ 0.562284] cpuidle: using governor menu
    [ 0.562288] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.562699] TCP: vegas registered
    [ 0.562701] TCP: yeah registered
    [ 0.562786] Key type dns_resolver registered
    [ 0.563728] registered taskstats version 1
    [ 0.564483] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.564936] powernow-k8: this CPU is not supported anymore, using acpi-cpufreq instead.
    [ 0.566831] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 0.567786] Freeing unused kernel memory: 640k freed
    [ 0.568164] CFS CPU scheduler.
    [ 0.584465] systemd-udevd[507]: starting version 202
    [ 0.653357] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.655531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.655963] ehci-pci: EHCI PCI platform driver
    [ 0.656097] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.656109] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 1
    [ 0.656128] QUIRK: Enable AMD PLL fix
    [ 0.656224] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb4c000
    [ 0.657747] SCSI subsystem initialized
    [ 0.661333] ACPI: bus type scsi registered
    [ 0.665103] libata version 3.00 loaded.
    [ 0.711249] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.711257] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.711260] usb usb1: Product: OHCI Host Controller
    [ 0.711263] usb usb1: Manufacturer: Linux 3.8.8-1-lqx ohci_hcd
    [ 0.711266] usb usb1: SerialNumber: 0000:00:12.0
    [ 0.711963] hub 1-0:1.0: USB hub found
    [ 0.711978] hub 1-0:1.0: 5 ports detected
    [ 0.712324] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 0.712335] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 2
    [ 0.712343] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.712361] ehci-pci 0000:00:12.2: debug port 1
    [ 0.712428] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4b000
    [ 0.718188] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.718242] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
    [ 0.718249] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.718255] usb usb2: Product: EHCI Host Controller
    [ 0.718260] usb usb2: Manufacturer: Linux 3.8.8-1-lqx ehci_hcd
    [ 0.718264] usb usb2: SerialNumber: 0000:00:12.2
    [ 0.718762] hub 2-0:1.0: USB hub found
    [ 0.718770] hub 2-0:1.0: 5 ports detected
    [ 0.719034] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 0.719043] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
    [ 0.719061] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.719099] ehci-pci 0000:00:13.2: debug port 1
    [ 0.719142] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb49000
    [ 0.725166] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.725211] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
    [ 0.725218] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.725224] usb usb3: Product: EHCI Host Controller
    [ 0.725230] usb usb3: Manufacturer: Linux 3.8.8-1-lqx ehci_hcd
    [ 0.725235] usb usb3: SerialNumber: 0000:00:13.2
    [ 0.725648] hub 3-0:1.0: USB hub found
    [ 0.725656] hub 3-0:1.0: 5 ports detected
    [ 0.725886] ahci 0000:00:11.0: version 3.0
    [ 0.726156] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
    [ 0.726162] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 0.730354] scsi0 : ahci
    [ 0.730816] scsi1 : ahci
    [ 0.731197] scsi2 : ahci
    [ 0.731481] scsi3 : ahci
    [ 0.731816] scsi4 : ahci
    [ 0.732139] scsi5 : ahci
    [ 0.732460] ata1: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d100 irq 19
    [ 0.732464] ata2: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d180 irq 19
    [ 0.732468] ata3: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d200 irq 19
    [ 0.732471] ata4: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d280 irq 19
    [ 0.732475] ata5: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d300 irq 19
    [ 0.732478] ata6: SATA max UDMA/133 abar m1024@0xfeb4d000 port 0xfeb4d380 irq 19
    [ 0.732661] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 0.732683] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 4
    [ 0.732720] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfeb4a000
    [ 0.787137] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.787142] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.787145] usb usb4: Product: OHCI Host Controller
    [ 0.787148] usb usb4: Manufacturer: Linux 3.8.8-1-lqx ohci_hcd
    [ 0.787151] usb usb4: SerialNumber: 0000:00:13.0
    [ 0.787659] hub 4-0:1.0: USB hub found
    [ 0.787670] hub 4-0:1.0: 5 ports detected
    [ 0.787909] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 0.787918] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 5
    [ 0.787944] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb48000
    [ 0.842042] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
    [ 0.842046] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [ 0.842049] usb usb5: Product: OHCI Host Controller
    [ 0.842052] usb usb5: Manufacturer: Linux 3.8.8-1-lqx ohci_hcd
    [ 0.842054] usb usb5: SerialNumber: 0000:00:14.5
    [ 0.842401] hub 5-0:1.0: USB hub found
    [ 0.842410] hub 5-0:1.0: 2 ports detected
    [ 1.036735] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.036809] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.037712] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.037754] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.037797] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.121601] usb 2-5: new high-speed USB device number 3 using ehci-pci
    [ 1.191503] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.197711] ata1.00: ATA-8: ST500LM012 HN-M500MBB, 2AR10002, max UDMA/133
    [ 1.197719] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.203906] ata1.00: configured for UDMA/133
    [ 1.204335] scsi 0:0:0:0: Direct-Access ATA ST500LM012 HN-M5 2AR1 PQ: 0 ANSI: 5
    [ 1.212034] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.212041] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.212125] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.212130] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.212166] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.239240] usb 2-5: New USB device found, idVendor=12d1, idProduct=1506
    [ 1.239251] usb 2-5: New USB device strings: Mfr=4, Product=3, SerialNumber=0
    [ 1.239257] usb 2-5: Product: HUAWEI Mobile
    [ 1.239263] usb 2-5: Manufacturer: Huawei Technologies
    [ 1.239601] sda: sda1 sda2 sda3 sda4
    [ 1.241058] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.248373] Initializing USB Mass Storage driver...
    [ 1.248653] scsi6 : usb-storage 2-5:1.5
    [ 1.249032] scsi7 : usb-storage 2-5:1.6
    [ 1.250887] usbcore: registered new interface driver usb-storage
    [ 1.250892] USB Mass Storage support registered.
    [ 1.346272] usb 3-4: new high-speed USB device number 2 using ehci-pci
    [ 1.402164] tsc: Refined TSC clocksource calibration: 1646.493 MHz
    [ 1.402180] Switching to clocksource tsc
    [ 1.463721] usb 3-4: New USB device found, idVendor=2232, idProduct=1020
    [ 1.463730] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1.463737] usb 3-4: Product: WebCam SC-0311139N
    [ 1.463743] usb 3-4: Manufacturer: Image Processor
    [ 1.463748] usb 3-4: SerialNumber: SM3711
    [ 1.690741] usb 1-3: new full-speed USB device number 2 using ohci_hcd
    [ 1.847612] usb 1-3: New USB device found, idVendor=0a5c, idProduct=219c
    [ 1.847624] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [ 1.847631] usb 1-3: Product: Broadcom BCM2070 Bluetooth Device
    [ 1.847637] usb 1-3: Manufacturer: Broadcom Corp
    [ 1.847642] usb 1-3: SerialNumber: 30144A229E4B
    [ 2.058659] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.250157] scsi 6:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
    [ 2.250876] scsi 7:0:0:0: Direct-Access HUAWEI TF CARD Storage PQ: 0 ANSI: 2
    [ 2.302154] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 2.827197] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 3.065305] systemd[1]: Inserted module 'autofs4'
    [ 3.083044] systemd[1]: Set hostname to <REM>.
    [ 3.104478] systemd[1]: /etc/mtab is not a symlink or not pointing to /proc/self/mounts. This is not supported anymore. Please make sure to replace this file by a symlink to avoid incorrect or misleading mount(8) output.
    [ 3.673989] systemd[1]: logged here: 'Support for option SysVStartPriority= has been disabled at compile time and is ignored': 0
    [ 3.928323] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.928445] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.928473] systemd[1]: Starting Remote File Systems.
    [ 3.928499] systemd[1]: Reached target Remote File Systems.
    [ 3.928520] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.928571] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.928589] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.928636] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.928654] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.928708] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.928727] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.928777] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.928798] systemd[1]: Starting Encrypted Volumes.
    [ 3.928818] systemd[1]: Reached target Encrypted Volumes.
    [ 3.928949] systemd[1]: Starting udev Kernel Socket.
    [ 3.928994] systemd[1]: Listening on udev Kernel Socket.
    [ 3.929083] systemd[1]: Starting udev Control Socket.
    [ 3.929127] systemd[1]: Listening on udev Control Socket.
    [ 3.929179] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.929401] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.929433] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.929511] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.929537] systemd[1]: Starting Journal Socket.
    [ 3.929627] systemd[1]: Listening on Journal Socket.
    [ 3.929668] systemd[1]: Mounting Debug File System...
    [ 3.941501] systemd[1]: Starting Setup Virtual Console...
    [ 3.948777] systemd[1]: Starting udev Coldplug all Devices...
    [ 4.302692] systemd[1]: Started Set Up Additional Binary Formats.
    [ 4.302896] systemd[1]: Starting Create static device nodes in /dev...
    [ 4.311080] systemd[1]: Mounting Huge Pages File System...
    [ 4.333926] systemd[1]: Starting Apply Kernel Variables...
    [ 4.344029] systemd[1]: Starting Journal Service...
    [ 4.354053] systemd[1]: Started Journal Service.
    [ 4.354159] systemd[1]: Mounting POSIX Message Queue File System...
    [ 4.398484] systemd[1]: Starting Load Kernel Modules...
    [ 4.405897] systemd[1]: Expecting device dev-sda2.device...
    [ 4.405958] systemd[1]: Started File System Check on Root Device.
    [ 4.405985] systemd[1]: Mounting Temporary Directory...
    [ 4.444783] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 5.141813] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=15
    [ 5.523573] vboxdrv: Found 2 processor cores.
    [ 5.523876] vboxdrv: fAsync=0 offMin=0x37b offMax=0x21cc
    [ 5.524228] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 5.524230] vboxdrv: Successfully loaded version 4.2.12_OSE (interface 0x001a0004).
    [ 5.585084] systemd-udevd[1417]: starting version 202
    [ 6.551072] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    [ 6.551149] ACPI: Lid Switch [LID]
    [ 6.551279] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 6.551286] ACPI: Power Button [PWRB]
    [ 6.551432] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 6.551436] ACPI: Sleep Button [SLPB]
    [ 6.551556] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 6.551560] ACPI: Power Button [PWRF]
    [ 6.557442] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.570168] ACPI: AC Adapter [ADP1] (on-line)
    [ 6.576119] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
    [ 6.581379] acpi device:31: registered as cooling_device2
    [ 6.581414] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
    [ 6.581535] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
    [ 6.685232] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 6.685246] ACPI: Battery Slot [BAT1] (battery present)
    [ 6.830273] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 6.830383] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 7.576782] [drm] Initialized drm 1.1.0 20060810
    [ 7.618495] [drm] VGACON disable radeon kernel modesetting.
    [ 7.620005] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 7.620007] [drm] No driver support for vblank timestamp query.
    [ 7.620012] [drm] Initialized radeon 1.33.0 20080528 for 0000:00:01.0 on minor 0
    [ 7.767784] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 7.767790] Disabling lock debugging due to kernel taint
    [ 7.783921] <6>[fglrx] Maximum main memory to use for locked dma buffers: 3540 MBytes.
    [ 7.784096] <6>[fglrx] vendor: 1002 device: 9806 count: 1
    [ 7.784621] <6>[fglrx] ioport: bar 1, base 0xf000, size: 0x100
    [ 7.785024] <6>[fglrx] Kernel PAT support is enabled
    [ 7.785057] <6>[fglrx] module loaded - fglrx 9.1.11 [Dec 19 2012] with 1 minors
    [ 8.571990] Adding 4194300k swap on /dev/sda2. Priority:-1 extents:1 across:4194300k
    [ 10.299762] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 10.935682] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
    [ 10.950057] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x16, 0x0a.
    [ 11.022649] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
    [ 11.032941] microcode: CPU0: patch_level=0x05000101
    [ 14.667774] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 14.684494] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 14.684678] sp5100_tco: PCI Revision ID: 0x42
    [ 14.684818] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 14.684869] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 14.685016] sp5100_tco: initialized (0xffffc9000003eb00). heartbeat=60 sec (nowayout=0)
    [ 14.913699] systemd-logind[1501]: Watching system buttons on /dev/input/event1 (Lid Switch)
    [ 14.914754] systemd-logind[1501]: Watching system buttons on /dev/input/event2 (Power Button)
    [ 14.915967] systemd-logind[1501]: Watching system buttons on /dev/input/event3 (Sleep Button)
    [ 14.916946] systemd-logind[1501]: Watching system buttons on /dev/input/event4 (Power Button)
    [ 14.925385] systemd-logind[1501]: Watching system buttons on /dev/input/event5 (Video Bus)
    [ 14.993314] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 14.993343] microcode: CPU1: patch_level=0x05000101
    [ 14.994827] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 15.200573] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 15.200964] r8169 0000:05:00.0: irq 40 for MSI/MSI-X
    [ 15.204405] r8169 0000:05:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000034000, 50:b7:c3:02:d7:05, XID 0c900800 IRQ 40
    [ 15.204413] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 15.290455] systemd-udevd[1420]: renamed network interface eth0 to enp5s0
    [ 15.292678] systemd-sysctl[2033]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 15.404438] samsung_laptop: detected SABI interface: SwSmi@
    [ 15.404444] samsung_laptop: Backlight controlled by ACPI video driver
    [ 15.452716] fglrx_pci 0000:00:01.0: irq 41 for MSI/MSI-X
    [ 15.453760] <6>[fglrx] Firegl kernel thread PID: 2044
    [ 15.453957] <6>[fglrx] Firegl kernel thread PID: 2045
    [ 15.454361] <6>[fglrx] Firegl kernel thread PID: 2046
    [ 15.454513] <6>[fglrx] IRQ 41 Enabled
    [ 15.459141] <6>[fglrx] Gart USWC size:1156 M.
    [ 15.459145] <6>[fglrx] Gart cacheable size:458 M.
    [ 15.459152] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000
    [ 15.459154] <6>[fglrx] Reserved FB block: Unshared offset:fc54000, size:3a0000
    [ 15.459157] <6>[fglrx] Reserved FB block: Unshared offset:fff4000, size:c000
    [ 15.461998] systemd-sysctl[2047]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 15.698292] <6>[fglrx] ATIF platform detected with notification ID: 0x81
    [ 16.424442] kvm: Nested Virtualization enabled
    [ 16.424448] kvm: Nested Paging enabled
    [ 16.499708] cfg80211: Calling CRDA to update world regulatory domain
    [ 16.716267] Bluetooth: Core ver 2.16
    [ 16.718230] NET: Registered protocol family 31
    [ 16.718232] Bluetooth: HCI device and connection manager initialized
    [ 16.718245] Bluetooth: HCI socket layer initialized
    [ 16.718249] Bluetooth: L2CAP socket layer initialized
    [ 16.718259] Bluetooth: SCO socket layer initialized
    [ 16.733212] media: Linux media interface: v0.10
    [ 16.782160] lib80211: common routines for IEEE802.11 drivers
    [ 16.782166] lib80211_crypt: registered algorithm 'NULL'
    [ 16.784149] Linux video capture interface: v2.00
    [ 16.815091] usbcore: registered new interface driver usbserial
    [ 16.816124] usbcore: registered new interface driver usbserial_generic
    [ 16.817094] usbserial: USB Serial support registered for generic
    [ 16.906678] usbcore: registered new interface driver option
    [ 16.909342] usbserial: USB Serial support registered for GSM modem (1-port)
    [ 16.909431] option 2-5:1.0: GSM modem (1-port) converter detected
    [ 16.912145] usb 2-5: GSM modem (1-port) converter now attached to ttyUSB0
    [ 16.912225] option 2-5:1.3: GSM modem (1-port) converter detected
    [ 16.915130] usb 2-5: GSM modem (1-port) converter now attached to ttyUSB1
    [ 16.915190] option 2-5:1.4: GSM modem (1-port) converter detected
    [ 16.921982] usb 2-5: GSM modem (1-port) converter now attached to ttyUSB2
    [ 16.986926] systemd-udevd[1427]: error opening ATTR{/sys/devices/pci0000:00/0000:00:12.2/usb2/2-5/2-5:1.5/host6/scsi_host/host6/link_power_management_policy} for writing: No such file or directory
    [ 16.988089] uvcvideo: Found UVC 1.00 device WebCam SC-0311139N (2232:1020)
    [ 16.993277] systemd-udevd[1428]: error opening ATTR{/sys/devices/pci0000:00/0000:00:12.2/usb2/2-5/2-5:1.6/host7/scsi_host/host7/link_power_management_policy} for writing: No such file or directory
    [ 17.002663] input: WebCam SC-0311139N as /devices/pci0000:00/0000:00:13.2/usb3/3-4/3-4:1.0/input/input8
    [ 17.011802] usbcore: registered new interface driver uvcvideo
    [ 17.011808] USB Video Class driver (1.1.1)
    [ 17.036157] snd_hda_intel 0000:00:01.1: irq 42 for MSI/MSI-X
    [ 17.055032] usbcore: registered new interface driver cdc_wdm
    [ 17.076782] qmi_wwan 2-5:1.1: cdc-wdm0: USB WDM device
    [ 17.085492] qmi_wwan 2-5:1.1 wwan0: register 'qmi_wwan' at usb-0000:00:12.2-5, WWAN/QMI device, 02:50:f3:00:00:00
    [ 17.088340] usbcore: registered new interface driver qmi_wwan
    [ 17.173910] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
    [ 17.402599] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [ 17.546699] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
    [ 17.549997] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
    [ 17.554480] lib80211_crypt: registered algorithm 'TKIP'
    [ 17.557087] eth0: Broadcom BCM4727 802.11 Hybrid Wireless Controller 5.100.82.112
    [ 17.587070] sr0: scsi-1 drive
    [ 17.587077] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 17.590908] sr 6:0:0:0: Attached scsi CD-ROM sr0
    [ 17.764781] systemd-udevd[1426]: renamed network interface wwan0 to wwp0s18f2u5i1
    [ 17.767245] systemd-sysctl[2747]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 17.772802] systemd-udevd[1427]: renamed network interface eth0 to wlp3s0
    [ 17.776265] systemd-sysctl[2756]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 17.780048] systemd-sysctl[2755]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 17.786438] systemd-sysctl[2759]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    [ 18.086526] usbcore: registered new interface driver btusb
    [ 18.769655] ACPI Error: Needed [Integer/String/Buffer], found [Reference] ffff880136590af8 (20121018/exresop-422)
    [ 18.769669] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20121018/dswexec-460)
    [ 18.769676] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] (Node ffff88013b4343e8), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 18.769691] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] (Node ffff88013b434168), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 20.495319] vboxpci: IOMMU not found (not registered)
    [ 22.447778] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 22.447784] Bluetooth: BNEP filters: protocol multicast
    [ 22.447799] Bluetooth: BNEP socket layer initialized
    [ 22.595480] Bluetooth: RFCOMM TTY layer initialized
    [ 22.595500] Bluetooth: RFCOMM socket layer initialized
    [ 22.595502] Bluetooth: RFCOMM ver 1.11
    [ 24.407804] r8169 0000:05:00.0 enp5s0: link down
    [ 24.815261] NET: Registered protocol family 10
    [ 24.815665] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
    [ 31.811205] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=15,commit=0
    [ 32.023742] WARNING! power/level is deprecated; use power/control instead
    [ 162.594332] fuse init (API version 7.20)
    [ 181.712247] xfce4-session[4386]: segfault at ffffffff00000000 ip 00007fe7c8be9537 sp 00007fffd9c3f2e0 error 5 in libglib-2.0.so.0.3600.1[7fe7c8b86000+fc000]
    [ 183.784141] <6>[fglrx] ATIF platform detected with notification ID: 0x81
    [ 184.997887] ACPI Error: Needed [Integer/String/Buffer], found [Reference] ffff88013aae2948 (20121018/exresop-422)
    [ 184.997901] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20121018/dswexec-460)
    [ 184.997908] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] (Node ffff88013b4343e8), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 184.997923] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] (Node ffff88013b434168), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 405.815701] NET: Registered protocol family 17
    [ 1429.517360] xfce4-session[5257]: segfault at ffffffff00000000 ip 00007f53c2ee6537 sp 00007fff6060c2d0 error 5 in libglib-2.0.so.0.3600.1[7f53c2e83000+fc000]
    [ 1430.198201] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=15,commit=600
    [ 1431.620829] EXT4-fs (sda3): re-mounted. Opts: data=ordered,commit=600,commit=600
    [ 1432.769216] <6>[fglrx] ATIF platform detected with notification ID: 0x81
    [ 1434.176644] ACPI Error: Needed [Integer/String/Buffer], found [Reference] ffff880136590360 (20121018/exresop-422)
    [ 1434.176667] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20121018/dswexec-460)
    [ 1434.176680] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] (Node ffff88013b4343e8), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 1434.176709] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] (Node ffff88013b434168), AE_AML_OPERAND_TYPE (20121018/psparse-537)
    [ 1477.326788] usb 1-3: USB disconnect, device number 2
    Any help appreciated.
    Last edited by NinjaBus (2013-04-28 09:12:19)

    hadrons123 wrote:does it happen if you use the default arch kernel?
    Yes, it keeps happening even with the default kernel when I try to shut down/suspend the computer (Alt-F4 key combination). I've read on some russian forum that it's the problem in recently upgraded glib2 (as they think), however downgrade didn't help. I'll try to check whether xfce4-session is to blame.
    EDIT: It's definitely not xfce4-session, I tried previous version. Also, while running downgrade I saw that there is a newer version of glib2 in ARM, which is much more unstable, so I'm using 2.36.1-1.
    Last edited by NinjaBus (2013-04-28 15:49:59)

  • How do I know what version of firefox I am using? Versions higher than 3.6 are incompatible with k12 online school and I can no longer get into Elluminate Live sessions.

    Ever since I updated Mozilla Firefox on my computer,my address bar disappeared. Also, I can no longer log into Elluminate Live sessions.

    Check your PM '''Inbox''' at the top of this thread.

  • Upgraded from 10.6.1 to 10.6.2 now I can't ssh into my Mac

    After the upgrade I can no longer ssh into my Mac from any other host on my local network. The connection simply hangs, and ssh -vvv does not provide any hints as to what is going on. I can, however, ssh from my Mac back into my Mac. I've increased the log level of sshd, but the only clue is that I get the following messages in /var/log/secure.log every time I try to log in unsuccessfully. I've fixed permissions from Disk Utility and verified that /etc/ssh_config and /System/Library/LaunchDaemons/ssh.plist are correct.
    I now assume that this problem was caused by the 10.6.2 upgrade. Is there any way to undo the upgrade and back down to 10.6.1? Is there any way to inform Apple of this problem?
    Nov 29 21:02:37 hawk sshd1077: debug1: inetd sockets after dupping: 3, 4
    Nov 29 21:02:37 hawk sshd1077: debug3: BSM audit: connection from UNKNOWN port 65535
    Nov 29 21:02:37 hawk sshd1077: debug3: BSM audit: iptype 4 machine ID 03373f43 00000000 00000000 00000000
    Nov 29 21:02:37 hawk sshd1077: Connection from UNKNOWN port 65535
    Nov 29 21:02:37 hawk sshd1077: Could not write ident string to UNKNOWN

    Can't help with your issue since I don't have a network or ever need to use ssh, but if you want to report this issue to Apple, send a bug report (or an enhancement request) to Apple via its Bug Reporter system. To do this, join the Apple Developer Connection (ADC)—it's free and available for all Mac users and gets you a look at some development software. Since you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report or enhancement request. You'll get a response and a follow-up number; thus, starting a dialog with engineering.

  • [SOLVED] ssh-agent support removed from kde-agent

    Hi all,
    Since its upgrade yesterday, kde-agent does not support ssh-agent anymore (see here). I consequently can't store unlocked SSH keys anymore, because ssh-add from a konsole can't connect to ssh-agent.
    The update note above mentions that the SSH agent is not needed by KDE since years. What's the recommended way to start it now ?
    Thanks a lot !
    Aurélien.
    Last edited by aurelieng (2014-01-03 08:39:49)

    I have been using ssh-agent with KDE on a daily basis for years and AFAIK, there is no better or more convenient way of keeping your private keys available. So in my opinion, the removal of ssh-agent, a tiny daemon that doesn't do any harm yet serves its purpose very well, was a bad idea.
    I found a solution that does not run multiple ssh-agent daemons, even if KDE crashes. The solution is based on the fact that ssh-agent can be used as a wrapper around a session startup script or program. Unfortunately, my solution is very intrusive and will disappear on each KDE update. It works as follows:
    # cd /usr/bin
    # mv startkde startkde-inner
    # cat > startkde <<- HERE
    #!/bin/sh
    exec /usr/bin/ssh-agent /usr/bin/startkde-inner
    HERE
    # chmod +x startkde
    Now the ssh-agent will be started on each KDE session and there will always be only one ssh-agent per KDE session. Comments in the startkde script suggest starting ssh-agent later in the process and then killing it on logout. However, such a solution is inherently unreliable, because it will not kill your ssh-agent when the X-server or KDE crashes. The same problem applies to starting ssh-agent from profile scripts. The wrapper method resolves the issue in a quite reasonable way.
    Last edited by andrej.podzimek (2014-01-08 13:27:25)

  • Unable to ssh into 2960 switch

    Having trouble being able to SSH into one of our switches.
    It looks like everything is configured correctly and matches a config of one of the other switches that I can connect into via SSH.
    I can connect into the config of sw7.txt,(10.15.0.7) but not into sw6.txt(10.15.0.6)
    What am I missing?

    Hello,
    Can you ping sw7? 
    Could you also please post your topology?
    Thanks

  • Unable to SSH into both remote & VM machine server

    Unable to SSH into both remote & VM machine server
    Getting the message
    "fork failed: Resource temporarily unavailable"
    "ssh_exchange_identification: Connection closed by remote host"
    "ssh_exchange_identification: Connection closed by remote host"
    "ssh_exchange_identification: Connection closed by remote host"
    Please help.

    These are the processes  currently running: from top command.
    These are the ulimit -a settings
    This is the output of trying to ssh into local Ubuntu VM (I am able to login here via VirtualBox interface)
    $ssh -v -v -v [email protected]
    OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
    debug1: Reading configuration data /Users/spgen/.ssh/config
    debug1: /Users/spgen/.ssh/config line 1: Applying options for *
    debug1: Reading configuration data /etc/ssh_config
    debug1: /etc/ssh_config line 20: Applying options for *
    debug1: /etc/ssh_config line 102: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Executing proxy command: exec ssh 10.0.2.15 -W 192.168.1.11:22
    debug1: permanently_drop_suid: 501
    debug1: identity file /Users/spgen/.ssh/id_rsa type -1
    debug1: identity file /Users/spgen/.ssh/id_rsa-cert type -1
    debug1: identity file /Users/spgen/.ssh/id_dsa type -1
    debug1: identity file /Users/spgen/.ssh/id_dsa-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.2
    fork failed: Resource temporarily unavailable
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host
    This is the output of trying to SSH into remote AWS server. ( I am able to login through web interface here)
    $ssh -v -v -v -i /Users/spgen/pem-files/123.pem [email protected]
    OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
    debug1: Reading configuration data /Users/spg/.ssh/config
    debug1: /Users/spgen/.ssh/config line 1: Applying options for *
    debug1: Reading configuration data /etc/ssh_config
    debug1: /etc/ssh_config line 20: Applying options for *
    debug1: /etc/ssh_config line 102: Applying options for *
    debug2: ssh_connect: needpriv 0
    debug1: Executing proxy command: exec ssh 10.0.2.15 -W 54.94.230.41:22
    debug3: Incorrect RSA1 identifier
    debug1: permanently_drop_suid: 501
    debug3: Could not load "/Users/spgen/pem-files/123.pem" as a RSA1 public key
    debug1: identity file /Users/spgen/pem-files/123.pem type -1
    debug1: identity file /Users/spgen/pem-files/123.pem-cert type -1
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_6.2
    fork failed: Resource temporarily unavailable
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host
    ssh_exchange_identification: Connection closed by remote host"
    I guess the processes is not the issue, but maybe something to do with ssh config files.
    As you rightly guessed 'fork failed' is  happening on the local system. Would appreciate any pointers.
    TIA.

  • [solved] ssh went down after recent binary update

    well i just did a binary update and ran into some problems apparently not knowing what i was doing, see last couple posts here https://bbs.archlinux.org/viewtopic.php … 3#p1300263.  So now i am trying to reinstall some of my apps, but when i go to ssh into it i get connection activily refused.  so i go to the console, and run
    # systemctl restart sshd
    no output message.  then i ran systemctl stop sshd, start sshd, etc... no output messages.   then  i get
    # ps aux | grep sshd
    root 202 0.0 0.0 39736 2684 ? Ss 09:20 0:00 /usr/bin/sshd -D
    then i run nmap on port 22 localhost and get port 22/tcp state closed, host is up.
    Note, pasting my conf file will be impossible without ssh.  catch 22.  I didnt make any edits to that ssh conf file in more than 6 months, all has been fine until the binary update.  Should i be looking at that as the cause or is there something deeper going on here?
    Edit;
    # journalctl -u sshd
    Starting OpenSSH Daemon
    Started OpenSSH Daemon
    Server listening on :: port 22.
    Server listening on 0.0.0.0 port 22
    doesnt look very secure but apart from that looks fine to me atleast.
    Last edited by wolfdogg (2013-09-30 21:17:31)

    yeah netcfg is regularly giving problems loading one of two connections
    [root@falcon Backup Set 2013-05-06 134944]# journalctl | grep netcfg
    Jul 20 11:26:44 falcon netcfg[8102]: :: wolfnet down rm: cannot remove ‘/run/network/profiles/wolfnet’: No such file or directory
    Jul 20 11:26:44 falcon netcfg[8102]: [done]
    Jul 20 11:26:44 falcon netcfg-daemon[8103]: :: wolfnet down [done]
    Jul 20 11:26:44 falcon netcfg-daemon[8103]: :: hispeednet down [done]
    Jul 20 14:05:11 falcon netcfg-daemon[255]: :: wolfnet up :: hispeednet up [done]
    Jul 20 14:05:11 falcon netcfg-daemon[255]: RTNETLINK answers: File exists
    Jul 20 14:05:11 falcon netcfg-daemon[255]: Could not configure interface
    Jul 20 14:05:11 falcon netcfg-daemon[255]: [fail]
    Jul 20 14:05:11 falcon netcfg[254]: :: wolfnet up [done]
    Jul 20 14:25:28 falcon netcfg[872]: :: wolfnet down [done]
    Jul 20 14:25:28 falcon netcfg-daemon[873]: :: hispeednet down [done]
    Jul 20 14:27:38 falcon netcfg[240]: :: wolfnet up [done]
    Jul 20 14:27:38 falcon netcfg-daemon[241]: :: hispeednet up [done]
    Jul 20 14:47:26 falcon netcfg[458]: :: wolfnet down [done]
    Jul 20 14:47:26 falcon netcfg-daemon[459]: :: wolfnet down [done]
    Jul 20 14:47:26 falcon netcfg-daemon[459]: :: hispeednet down [done]
    Jul 20 15:03:39 falcon netcfg[252]: :: wolfnet up RTNETLINK answers: File exists
    Jul 20 15:03:39 falcon netcfg[252]: Could not configure interface
    Jul 20 15:03:39 falcon netcfg[252]: [fail]
    Jul 20 15:03:39 falcon netcfg-daemon[253]: :: wolfnet up :: hispeednet up [done]
    Jul 20 15:03:39 falcon netcfg-daemon[253]: [done]
    Jul 20 15:03:39 falcon systemd[1]: Unit [email protected] entered failed state.
    Jul 21 03:04:10 falcon netcfg-daemon[1819]: :: wolfnet down [done]
    Jul 21 03:04:10 falcon netcfg-daemon[1819]: :: hispeednet down [done]
    Jul 21 03:34:08 falcon netcfg-daemon[376]: :: hispeednet up :: wolfnet up [done]
    Jul 21 03:34:08 falcon netcfg-daemon[376]: [done]
    Jul 21 03:34:08 falcon netcfg[374]: :: wolfnet up RTNETLINK answers: File exists
    Jul 21 03:34:08 falcon netcfg[374]: Could not configure interface
    Jul 21 03:34:08 falcon netcfg[374]: [fail]
    Jul 21 03:34:08 falcon systemd[1]: Unit [email protected] entered failed state.
    Jul 21 03:51:27 falcon netcfg-daemon[673]: :: wolfnet down [done]
    Jul 21 03:51:29 falcon netcfg-daemon[673]: :: hispeednet down [done]
    Jul 21 03:53:01 falcon netcfg[367]: mkdir: cannot create directory ‘/run/network/suspend’: File exists
    Jul 21 03:53:01 falcon netcfg[367]: :: wolfnet up [done]
    Jul 21 03:53:01 falcon netcfg-daemon[369]: :: hispeednet up :: wolfnet up [done]
    Jul 21 03:53:01 falcon netcfg-daemon[369]: RTNETLINK answers: File exists
    Jul 21 03:53:01 falcon netcfg-daemon[369]: Could not configure interface
    Jul 21 03:53:01 falcon netcfg-daemon[369]: [fail]
    Jul 21 04:50:01 falcon netcfg[734]: :: wolfnet down [done]
    Jul 21 04:50:01 falcon netcfg-daemon[735]: :: hispeednet down [done]
    Jul 21 04:53:05 falcon netcfg-daemon[370]: :: wolfnet up :: hispeednet up [done]
    Jul 21 04:53:05 falcon netcfg-daemon[370]: [done]
    Jul 21 04:53:05 falcon netcfg[368]: :: wolfnet up RTNETLINK answers: File exists
    Jul 21 04:53:05 falcon netcfg[368]: Could not configure interface
    Jul 21 04:53:05 falcon netcfg[368]: [fail]
    Jul 21 04:53:05 falcon systemd[1]: Unit [email protected] entered failed state.
    i probably have something misconfigured, network has always been an uphill battle.
    Last edited by wolfdogg (2013-07-21 23:16:37)

  • [Solved] ssh works not with colon(":")

    Hello,
    i was trying to setup sparkleshare with my server and recognized that i cannot login via ssh when giving a path to a folder like e.g. this: ssh 192.168.0.1:/home/sentenza
    It works when i don't give a path adress (ssh 192.168.0.1)...
    What could that be?
    Thanks!
    Last edited by sentenza (2011-12-29 12:43:12)

    Did that ever work? I've never heard of ssh'ing into a specific directory, and couldn't find anything in the man page.
    Are you possibly mixing up ssh and the ability of scp to copy to a specific directory?
    Google'ing "ssh into directory" yields:
    ssh -t 192.168.0.1 'cd /home/sentenza; bash'

  • Cannot ssh into secondary accounts.

    I am unable to ssh into secondary accounts on my Leopard box (Mac Mini, Mac OS X 10.5.2), just the main account. The ssh only keeps asking for the password, never giving a failure. I am using password authentication for the secondary and primary accounts.

    Have you checked inside the Sharing Preferences?
    Open Sharing Preferences
    Click "Remote Login" (don't remove the check though)
    Make sure the settings you prefer are reflected and add users as needed.

  • FVRF - cannot SSH into the router

    Hello,
    Does anybody know why after configuring a router for FVRF and IVRF I can no longer SSH into the box? As soon as the outside interface is placed in the FVRF I loose the remote connection and when try to reconnect the router refuses the SSH connection, what am I missing?
    Thanks and best regards.
    Remi

    Hello.
    Not clear what is your issue, but default behavior for ISR G1/G2 is to remove IP-address from the interface whenever you move it between VRFs.
    To move interface between VRFs you either need second management interface or EMM script.

Maybe you are looking for