Targeting basics

First let me appologize for what will seem a very basic question, but I am new to InDesign and Scripting and just had this project laid on me, and I can't seem to get my head around it.
Lets say I have 4 pages in a document.
Page 1 has 1 textframe
Page 2 has 2 textframes
Page 3 has 3 text frames
Page 4 has 4 text frames
Does using myInDesign.Documents.Item(1) target a page, a document, or a textframe?
Does using myInDesign.Pages.Item(1) target a page, or a textframe?
How do I target Page 2?
How do I target Textframe 3 on page 4?
Next, how do I target XML Nodes.  For example using the example XML from Adobe I have something like this:
<code>
<devices>
          <device>
                    <name>Pulse/Triangle Voltage Controlled Oscillator</name>
                    <type>VCO</type>
                    <part_number>DS001</part_number>
                    <supply_voltage>
                              <minimum>3</minimum>
                              <maximum>18</maximum>
                    </supply_voltage>
                    <package>
                              <type>DIP</type>
                              <pins>16</pins>
                    </package>
                    <price>3.25</price>
                    <description>A wide range, temperature-compensated voltage controlled ocsillator featuring 1 volt per octave exponential response. Pulse and triangle waveform output.</description>
          </device>
          <device>
                    <name>MultiWave Voltage Controlled Oscillator</name>
                    <type>VCO</type>
                    <part_number>DS002</part_number>
                    <supply_voltage>
                              <minimum>3</minimum>
                              <maximum>15</maximum>
                    </supply_voltage>
                    <package>
                              <type>SOIC</type>
                              <pins>18</pins>
                    </package>
                    <package>
                              <type>DIP</type>
                              <pins>18</pins>
                    </package>
                    <price>3.79</price>
                    <description>A wide range, temperature-compensated voltage controlled ocsillator featuring 1 volt per octave exponential response. Pulse, triangle, and sine waveform output.</description>
          </device>
</devices>
</code>
If I target myDocument.XMLElements.Item(1) I all the data in all the nodes, but if I try this: myDocument.XMLElements.Item(2) I get an error saying it doesn't exist.
So my question is, what is the best way to get the value of a node in the tree, for instance "<part_number>"?
thanks in advance

Jongware - that was extremly helpful and exactly what I needed for the XML.  I was able to write out nodes in newly created pages and textframes, so thank you very much.
Would it be possible to also give me a few examples for my first question, regarding pages and text frames.  If it is similar to the XML I am assuming it would be something like this...
myInDesign.Pages.Item(1).TextFrame.Item(1) - target first frame created on first page
myInDesign.Pages.Item(1).TextFrame.Item(2) - target second frame created on first page
myInDesign.Pages.Item(2).TextFrame.Item(1) - target first frame created on second page
If the above is not correct, then I guess i am still not clear of what "Item" is refering to. So to go back to my original post...
Does "Item" in myInDesign.Documents.Item(1) refer to a page in the document, or the document itself?
Does "Item" myInDesign.Pages.Item(1)  refer to a page, or a textframe on the page?
Thanks again
Update: ok I think I answered this after playing around with things today.  So I think the short answer is that ITEM refers to whatever preceeds it, so myInDesign.Pages.Item(1) refers to pages, and TextFrame.Item(1) refers to textframes.
I still have to figure out how it orders things though.  I tried creating two frames on a page then replacing the content in the second one I created with TextFrames.Item(2), but it replace the content in the first one I created instead.

Similar Messages

  • Systemd daemon ignores target

    Write your own daemon they said. Systemd is easy they said...
    There is a small AUR package razer-blackwidow-macro-scripts 2-1 with python script that needs to be run as root (it enables extra keys on my keyboard)
    Up until now I've had it in my .xinitrc
    sudo blackwidow-enable & #enable extra keys
    xbindkeys & #macro keys mapping
    Of course I've had that command allowed to be run with no password through visudo. It worked well. But I was a little bit uneasy with this solution and ppl on IRC recommended me to write a daemon for systemd instead.
    Thats what I ended up with:
    [Unit]
    Description=RazerBlackWidow
    Requires=basic.target
    After=basic.target
    [Service]
    Type=forking
    ExecStart=/usr/bin/blackwidow-enable
    [Install]
    But systemd blatantly ignores everything as you can see in journctl:
    Jul 30 00:18:42 arch kernel: hub 4-6:1.0: 4 ports detected
    Jul 30 00:18:42 arch blackwidow-enable[289]: BlackWidow not found.
    Jul 30 00:18:42 arch systemd[1]: blackwidow.service: control process exited, code=exited status=1
    Jul 30 00:18:42 arch systemd[1]: Failed to start RazerBlackWidow.
    Jul 30 00:18:42 arch systemd[1]: Unit blackwidow.service entered failed state.
    Jul 30 00:18:42 arch kernel: Switched to clocksource tsc
    Jul 30 00:18:42 arch kernel: usb 3-9.3: new full-speed USB device number 5 using xhci_hcd
    Jul 30 00:18:42 arch kernel: input: Razer Razer BlackWidow 2013 as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.3/3-9.
    Jul 30 00:18:42 arch kernel: hid-generic 0003:1532:011B.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer BlackW
    Jul 30 00:18:42 arch kernel: input: Razer Razer BlackWidow 2013 as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.3/3-9.
    Jul 30 00:18:42 arch kernel: hid-generic 0003:1532:011B.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer BlackW
    Jul 30 00:18:42 arch kernel: input: Razer Razer BlackWidow 2013 as /devices/pci0000:00/0000:00:14.0/usb3/3-9/3-9.3/3-9.
    Jul 30 00:18:42 arch kernel: hid-generic 0003:1532:011B.0004: input,hidraw3: USB HID v1.11 Mouse [Razer Razer BlackWido
    Jul 30 00:18:42 arch kernel: usb 3-10.3: new full-speed USB device number 6 using xhci_hcd
    Jul 30 00:18:42 arch kernel: input: Razer Razer Taipan as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.3/3-10.3:1.0/
    Jul 30 00:18:42 arch kernel: hid-generic 0003:1532:0034.0005: input,hidraw4: USB HID v1.11 Mouse [Razer Razer Taipan] o
    Jul 30 00:18:42 arch kernel: input: Razer Razer Taipan as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.3/3-10.3:1.1/
    Jul 30 00:18:42 arch kernel: hid-generic 0003:1532:0034.0006: input,hidraw5: USB HID v1.11 Keyboard [Razer Razer Taipan
    Jul 30 00:18:42 arch kernel: input: Razer Razer Taipan as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.3/3-10.3:1.2/
    Jul 30 00:18:42 arch kernel: hid-generic 0003:1532:0034.0007: input,hidraw6: USB HID v1.11 Keyboard [Razer Razer Taipan
    Jul 30 00:18:44 arch kernel: input: Razer Razer Taipan as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.3/3-10.3:1.0/
    Jul 30 00:18:44 arch kernel: hid-generic 0003:1532:0034.0008: input,hidraw4: USB HID v1.11 Mouse [Razer Razer Taipan] o
    Jul 30 00:18:44 arch kernel: input: Razer Razer Taipan as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.3/3-10.3:1.0/
    Jul 30 00:18:44 arch kernel: hid-generic 0003:1532:0034.0009: input,hidraw4: USB HID v1.11 Mouse [Razer Razer Taipan] o
    Jul 30 00:18:44 arch kernel: input: Razer Razer Taipan as /devices/pci0000:00/0000:00:14.0/usb3/3-10/3-10.3/3-10.3:1.0/
    Jul 30 00:18:44 arch kernel: hid-generic 0003:1532:0034.000A: input,hidraw4: USB HID v1.11 Mouse [Razer Razer Taipan] o
    Jul 30 00:18:44 arch kernel: mousedev: PS/2 mouse device common for all mice
    Jul 30 00:18:44 arch login[316]: pam_unix(login:session): session opened for user gene by LOGIN(uid=0)
    Jul 30 00:18:44 arch systemd-logind[294]: New session c1 of user gene.
    Jul 30 00:18:44 arch systemd[349]: pam_unix(systemd-user:session): session opened for user gene by (uid=0)
    Jul 30 00:18:44 arch systemd[349]: Starting Paths.
    Jul 30 00:18:44 arch systemd[349]: Reached target Paths.
    Jul 30 00:18:44 arch systemd[349]: Starting Timers.
    Jul 30 00:18:44 arch systemd[349]: Reached target Timers.
    Jul 30 00:18:44 arch systemd[349]: Starting Sockets.
    Jul 30 00:18:44 arch systemd[349]: Reached target Sockets.
    Jul 30 00:18:44 arch systemd[349]: Starting Basic System.
    Jul 30 00:18:44 arch systemd[349]: Reached target Basic System.
    Jul 30 00:18:44 arch systemd[349]: Starting Default.
    Jul 30 00:18:44 arch systemd[349]: Reached target Default.
    Jul 30 00:18:44 arch systemd[349]: Startup finished in 3ms.
    As you can see journal reports reaching target Basic System two seconds after my daemon started and failed (for obvious reason that kernel discovers said keyboard like two entries later).
    What am I doing wrong?
    Thank you all in advance for your time!
    P.S. If I set
    Requires=graphical.target
    After=graphical.target
    it fails completely rather early in boot with the following:
    Jul 30 00:59:27 arch systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    Jul 30 00:59:27 arch systemd[1]: Found ordering cycle on graphical.target/start
    Jul 30 00:59:27 arch systemd[1]: Breaking ordering cycle by deleting job blackwidow.service/start
    Jul 30 00:59:27 arch systemd[1]: Job blackwidow.service/start deleted to break ordering cycle starting with graphical.target/start
    my default.target if graphical, so not sure what this is about. I use startx if that helps.
    Last edited by GeneMarston (2014-07-29 21:02:50)

    I really don't know if this is possible at the system level, but I suspect it isn't, since a) typing "systemctl start <service>" is extremely simple, and b) in order for systemd to respond to a change in system state, it needs to know about that system state, which means you'd need to have a daemon already monitoring that system state.  That is, you'd need a daemon to start a daemon, two daemons total, thus having the opposite effect of just switching bluetooth on and off manually.
    You may however be able to use a combination of sudo and a keyboard shortcut set in your DE/WM to accomplish this.

  • [SOLVED] Unable to boot after CLI shutdown

    Fresh install Archlinux (3.8.4-1-ARCH) + KDE
    From KDE console, I did a shutdown with  the following command
    # shutdown -h -P now
    I observed the following messages on the screen (no errors apparently):
    [ OK ] Stopped Getty on tty1.
    [ OK ] Stopped K Display Manager.
    Stopping Permit User Sessions...
    [ OK ] Stopped /etc/netctl/wireless generated by archboot setup.
    [ OK ] Stopped Permit User Sessions.
    [ OK ] Stopped target Basic System.
    [ OK ] Stopped target Sockets.
    [ OK ] Closed LVM2 medatada daemon socket.
    [ OK ] Closed Device-mapper event daemon FIFOs.
    [ OK ] Closed D-Bus System Message Bus Socket.
    [ OK ] Stopped target System Initialization.
    Stopping Setup Virtual Console...
    [ OK ] Stopped Setup Virtual Console.
    [ OK ] Stopped target Encrypted Volumes.
    Stopping Apply Kernel Variables...
    [ OK ] Stopped Apply Kernel Variables.
    Stopping Load Kernel Modules...
    [ OK ] Stopped Load Kernel Modules.
    [ OK ] Stopped target Swap.
    [ OK ] Deactivated swap /dev/disk/by-uuid/1f32953-22b4-4591-8f0d-e1a41e33015b.
    [ OK ] Stopped target Local File Systems.
    Unmounting /boot...
    Unmounting /home...
    Unmounting Temporary Directory...
    [ OK ] Stopped target Remote File Systems
    [ OK ] Failed unmounting /boot.
    [ OK ] Failed unmounting /home.
    [ OK ] Failed unmounting Temporary Directory.
    [ OK ] Stopped target Local File Systems (Pre).
    Stopping Remount Root and Kernel File Systems...
    [ OK ] Stopped Remount Root and Kernel File Systems.
    Starting Save Random Seed...
    Starting Update UTMP about System Shutdown.
    [ OK ] Reached target Shutdown.
    But the PC does not  power off, it hangs at the last  message and I had to press the power off button.
    When I started the PC again I got  plenty of errors  of type “failed to mount /boot “, “Dependency failed for local file systems”  and so on.
    Then, I boot from CD and changed root to try to mount  the existing partitions of my HD:
    /dev/sda1 --> boot
    /dev/sda2 --> swap
    /dev/sda3  --> root
    /dev/sda4 --> home
    Partitions were successfully mounted
    What I did next was to install again the bootloader  (syslinux)  and    try to  reboot  the   system
    This time I got the following boot sequence:
    Booting the kernel
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    :: running hook [keymap]
    :: Loading keymap...done.
    :: performing fsck on ‘/dev/sda3’
    ROOT_ARCH: clean, 161613/3203072 files, 1465739/12800000 blocks
    :: mounting ‘/dev/sda3’ on real root
    :: running cleanup hook [udev]
    ERROR: Root device mounted successfully, but /sbin/init does not exist.
    Bailing out, you are on your own. Good luck.
    sh: can’t access tty; job control turned off
    [rootfs /] #
    And the cursor gets stuck at the rootfs promtpt,  no chance to type anything ...
    I’ve googled for this error and came up with this link:  https://bbs.archlinux.org/viewtopic.php?id=146388
    But editing the kernel parameters as  stated in the link did not fix my  problem,  it just brought me back to the situation where it failed to mount the local filesystems
    I installed archlinux & KDE from scratch again . But performing a CLI shutdown   got me into the very same problem again ....
    I’ve revised the mkinitcpio.conf and I seem to have all the hooks (using the default config by the way). ¿Could be related to KDE?
    No idea how to proceed now.
    EDIT: corrected typos
    Last edited by cortezthekiller (2013-09-17 21:58:10)

    jasonwryan wrote:
    Should it matter? Not really. There is this:
    man shutdown wrote:NOTES
    This is a legacy command available for compatibility only.
    Yes:
    $ pacman -Ql systemd-sysvcompat
    systemd-sysvcompat /usr/
    systemd-sysvcompat /usr/bin/
    systemd-sysvcompat /usr/bin/halt
    systemd-sysvcompat /usr/bin/init
    systemd-sysvcompat /usr/bin/poweroff
    systemd-sysvcompat /usr/bin/reboot
    systemd-sysvcompat /usr/bin/runlevel
    systemd-sysvcompat /usr/bin/shutdown
    systemd-sysvcompat /usr/bin/telinit
    There are all the old sysv commands, symlinked to systemd. 
    Last edited by headkase (2013-09-16 08:53:41)

  • [SOLVED] Login to Gnome Session fails when not online

    Sry, this is weird and i don't know how to fix it. Whenever i am not online during login stage in gdm i cannot
    start the Gnome Shell. I get the "Oops" Screen and need  to logout. All is fine when i am Online however.
    Even weirder: When i try to login for several times, usually 3-4, without being online and without restarting, gnome eventually disables all
    shell extensions and is starting... BUT after a restart the same problem appears even when all user extensions are still disabled ?!
    here is the output from journalctl ... has anyone, any clue ?
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X Protocol Version 11, Revision 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Build Operating System: Linux 3.18.1-1-ARCH x86_64
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Current Operating System: Linux iroha 3.18.3-1-ck #1 SMP PREEMPT Fri Jan 16 15:35:30 EST 2015 x86_64
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=2ce02639-13ab-47e6-bd7f-fca99207253f rw i8042.nomux=1 quiet
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Build Date: 29 December 2014 01:09:58PM
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Current version of pixman: 0.32.6
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Before reporting problems, check http://wiki.x.org
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: to make sure that you have the latest version.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Markers: (--) probed, (**) from config file, (==) default setting,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) from command line, (!!) notice, (II) informational,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) Log file: "/dev/null", Time: Thu Jan 22 14:04:22 2015
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No Layout section. Using the first Screen section.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No screen section available. Using defaults.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) |-->Screen "Default Screen Section" (0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) | |-->Monitor "<default monitor>"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No device specified for screen "Default Screen Section".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Using the first device section listed.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) | |-->Device "card0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No monitor specified for screen "Default Screen Section".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Using a default monitor configuration.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically adding devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically enabling devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically adding GPU devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Entry deleted from font path.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Entry deleted from font path.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) FontPath set to:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/misc/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/TTF/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/OTF/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/Type1/
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) The server relies on udev to provide the list of input devices.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loader magic: 0x818d80
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module ABI versions:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org ANSI C Emulation: 0.4
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org Video Driver: 18.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org XInput driver : 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org Server Extension : 8.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (EE) systemd-logind: failed to get session: PID 462 does not belong to any known session
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) PCI:*(0:0:2:0) 8086:0166:17aa:5006 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
    Jan 22 14:04:22 iroha acpid[440]: client connected from 462[0:0]
    Jan 22 14:04:22 iroha acpid[440]: 1 client rule loaded
    Jan 22 14:04:22 iroha accounts-daemon[463]: started daemon version 0.6.39
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Open ACPI successful (/var/run/acpid.socket)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "glx"
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module glx: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.3, module version = 1.0.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org Server Extension, version 8.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) AIGLX enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/AH-AP
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "intel"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module intel: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.3, module version = 2.99.917
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org Video Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org Video Driver, version 18.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) using VT number 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Jan 22 14:04:22 iroha acpid[440]: client connected from 462[0:0]
    Jan 22 14:04:22 iroha acpid[440]: 1 client rule loaded
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Creating default Display subsection in Screen section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: "Default Screen Section" for depth/fbbpp 24/32
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): RGB weight 888
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Default visual is TrueColor
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Option "AccelMethod" "sna"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Option "Backlight" "intel_backlight"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output LVDS1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output LVDS1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output VGA1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output VGA1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output HDMI1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output HDMI1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output DP1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output DP1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output VIRTUAL1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): TearFree disabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): DPI set to (96, 96)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading sub module "dri2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "dri2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module "dri2" already built-in
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading sub module "present"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "present"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module "present" already built-in
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Depth 24 pixmap format is 32 bpp
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/WLAN-24EE87
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Backing store enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Silken mouse enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): HW Cursor enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): DPMS enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): display hotplug detection enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] Setup complete
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] DRI driver: i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] VDPAU driver: i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): direct rendering: DRI2 enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): hardware support for Present enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) RandR disabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/awesome-net
    Jan 22 14:04:22 iroha kernel: Switched to clocksource tsc
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/eduroam
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: Loaded and initialized i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    Jan 22 14:04:22 iroha haveged[441]: haveged: ver: 1.9.1; arch: x86; vend: GenuineIntel; build: (gcc 4.9.2 ITV); collect: 128K
    Jan 22 14:04:22 iroha haveged[441]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 21/40; sz: 31910/59039
    Jan 22 14:04:22 iroha haveged[441]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.0016
    Jan 22 14:04:22 iroha haveged[441]: haveged: fills: 0, generated: 0
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/m1fun3
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Setting screen physical size to 361 x 203
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/WLAN-Zi
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/GFZ-1x
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/VPN connection 1
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/wlan-zi
    Jan 22 14:04:22 iroha mtp-probe[665]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
    Jan 22 14:04:22 iroha mtp-probe[665]: bus: 1, device: 4 was not an MTP device
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module evdev: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/In da Hood!!
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.2, module version = 2.9.1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org XInput Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org XInput driver, version 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Power Button'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: Power Button: Device: "/dev/input/event2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Power Button: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: Power Button: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> monitoring kernel firmware directory '/usr/lib/firmware'.
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiFi hardware radio set enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WWAN hardware radio set enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wifi.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wwan.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-adsl.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiFi enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WWAN enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiMAX enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Networking is enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): link connected
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): carrier is ON
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): carrier is OFF
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): new Ethernet device (driver: 'r8169' ifindex: 2)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): exported as /org/freedesktop/NetworkManager/Devices/1
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: > Ignoring extra symbols
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Errors from xkbcomp are not fatal to the X server
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Video Bus'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: Video Bus: Device: "/dev/input/event7"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Video Bus: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: Video Bus: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event4)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event6)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "synaptics"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module synaptics: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.0, module version = 1.8.1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org XInput Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org XInput driver, version 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "Device" "/dev/input/event8"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5706 (res 52)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4888 (res 98)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "FingerLow" "40"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "FingerHigh" "40"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton1" "1"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton2" "2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton3" "3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "HorizResolution" "65"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "VertResolution" "100"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event8"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 9)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: ThinkPad Extra Buttons: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 10)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm[443]: Failed to give slave programs access to the display. Trying to proceed.
    Jan 22 14:04:22 iroha kernel: r8169 0000:08:00.0 enp8s0: link down
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): preparing device
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): using nl80211 for WiFi device control
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): driver supports Access Point (AP) mode
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): new 802.11 WiFi device (driver: 'iwlwifi' ifindex: 3)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): exported as /org/freedesktop/NetworkManager/Devices/2
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha systemd-logind[438]: New session c1 of user gdm.
    Jan 22 14:04:22 iroha systemd[924]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
    Jan 22 14:04:22 iroha systemd[924]: Starting Sockets.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Sockets.
    Jan 22 14:04:22 iroha systemd[924]: Starting Timers.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Timers.
    Jan 22 14:04:22 iroha systemd[924]: Starting Paths.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Paths.
    Jan 22 14:04:22 iroha systemd[924]: Starting Basic System.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Basic System.
    Jan 22 14:04:22 iroha systemd[924]: Starting Default.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Default.
    Jan 22 14:04:22 iroha systemd[924]: Startup finished in 6ms.
    Jan 22 14:04:22 iroha org.a11y.Bus[991]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:04:22 iroha org.a11y.Bus[991]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:04:22 iroha org.a11y.atspi.Registry[1074]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:04:22 iroha gnome-session[943]: gnome-session[943]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jan 22 14:04:22 iroha gnome-session[943]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
    Jan 22 14:04:22 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.UPower'
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): preparing device
    Jan 22 14:04:22 iroha dbus[435]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> wpa_supplicant started
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0) supports 5 scan SSIDs
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: starting -> ready
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: ready -> disconnected
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0) supports 5 scan SSIDs
    Jan 22 14:04:22 iroha kernel: fuse init (API version 7.23)
    Jan 22 14:04:23 iroha kernel: media: Linux media interface: v0.10
    Jan 22 14:04:23 iroha kernel: Linux video capture interface: v2.00
    Jan 22 14:04:23 iroha kernel: Bluetooth: Core ver 2.19
    Jan 22 14:04:23 iroha kernel: NET: Registered protocol family 31
    Jan 22 14:04:23 iroha kernel: Bluetooth: HCI device and connection manager initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: HCI socket layer initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: L2CAP socket layer initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: SCO socket layer initialized
    Jan 22 14:04:23 iroha kernel: usbcore: registered new interface driver btusb
    Jan 22 14:04:23 iroha kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0299)
    Jan 22 14:04:23 iroha kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11
    Jan 22 14:04:23 iroha kernel: usbcore: registered new interface driver uvcvideo
    Jan 22 14:04:23 iroha kernel: USB Video Class driver (1.1.1)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Integrated Camera (/dev/input/event9)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: Applying InputClass "system-keyboard"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Integrated Camera'
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: always reports core events
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) evdev: Integrated Camera: Device: "/dev/input/event9"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x299
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (--) evdev: Integrated Camera: Found keys
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) evdev: Integrated Camera: Configuring as keyboard
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11/event9"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:23 iroha gnome-session[943]: Entering running state
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha tlp[1425]: Loading tp-smapi kernel module...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): EDID vendor "LGD", prod id 852
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): Printing DDC gathered Modelines:
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): Modeline "1366x768"x0.0 78.00 1366 1414 1450 1640 768 772 780 793 -hsync -vsync (47.6 kHz eP)
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha tlp[1425]: Setting battery charge thresholds...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully called chroot.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully dropped privileges.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully limited resources.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Watchdog thread running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Canary thread running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully made thread 1456 of process 1456 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Supervising 1 threads of 1 processes of 1 users.
    Jan 22 14:04:23 iroha colord[1443]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Jan 22 14:04:23 iroha tlp[1425]: Applying power save settings...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Jan 22 14:04:23 iroha dbus[435]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:04:23 iroha pulseaudio[1456]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.locale1'
    Jan 22 14:04:23 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: disconnected -> inactive
    Jan 22 14:04:23 iroha gnome-session[943]: Gjs-Message: JS LOG: Failed to launch ibus-daemon: Failed to execute child process "ibus-daemon" (No such file or directory)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: > Ignoring extra symbols
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: Errors from xkbcomp are not fatal to the X server
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
    Jan 22 14:04:23 iroha polkitd[449]: Registered Authentication Agent for unix-session:c1 (system bus name :1.18 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jan 22 14:04:23 iroha gnome-session[943]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    Jan 22 14:04:24 iroha org.gnome.OnlineAccounts[991]: goa-daemon-Message: goa-daemon version 3.14.2 starting
    Jan 22 14:04:24 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Jan 22 14:04:24 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:24 iroha udisksd[1569]: udisks daemon version 2.1.3 starting
    Jan 22 14:04:24 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Jan 22 14:04:24 iroha udisksd[1569]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Jan 22 14:04:25 iroha gnome-session[943]: Gjs-Message: JS LOG: GNOME Shell started at Thu Jan 22 2015 14:04:23 GMT+0100 (CET)
    Jan 22 14:04:25 iroha kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jan 22 14:04:26 iroha kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: always reports core events
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event10"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "Emulate3Buttons" "false"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "EmulateWheel" "true"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "EmulateWheelButton" "2"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "YAxisMapping" "4 5"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "XAxisMapping" "6 7"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input10/event10"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:27 iroha NetworkManager[442]: <info> startup complete
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> WiFi now disabled by radio killswitch
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> (wlp2s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> (wlp2s0): deactivating device (reason 'none') [0]
    Jan 22 14:04:29 iroha logger[1589]: ACPI group/action undefined: button/wlan / WLAN
    Jan 22 14:04:32 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:32 iroha sysctl[1592]: fs.inotify.max_user_watches = 32768
    Jan 22 14:04:37 iroha gdm-password][1590]: pam_unix(gdm-password:session): session opened for user iroha by (unknown)(uid=0)
    Jan 22 14:04:37 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:37 iroha systemd-logind[438]: New session c2 of user iroha.
    Jan 22 14:04:37 iroha systemd[1595]: pam_unix(systemd-user:session): session opened for user iroha by (uid=0)
    Jan 22 14:04:37 iroha systemd[1595]: Starting -.slice.
    Jan 22 14:04:37 iroha systemd[1595]: Created slice -.slice.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Sockets.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Sockets.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Timers.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Timers.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Paths.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Paths.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Basic System.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Basic System.
    Jan 22 14:04:37 iroha systemd[1595]: Starting "Chrome Remote Desktop host daemon"...
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: 2015-01-22 14:04:37,208:INFO:Daemon process started in the background, logging to '/tmp/chrome_remote_desktop_20150122_140437_0SS98g'
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Using host_id: a792e48a-fe0f-5943-9596-fac5157abb01
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching X server and X session.
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Starting Xvfb on display :20
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Xvfb is active.
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching X session: ['/etc/gdm/Xsession']
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching host process
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: ['/opt/google/chrome-remote-desktop/chrome-remote-desktop-host', '--host-config=-', '--audio-pipe-name=/home/iroha/.config/chrome-remote-desktop/pulseaudio#4da065af94/fifo_output', '--ssh-auth-sockname=/tmp/chromoting.iroha.ssh_auth_sock', '--signal-parent']
    Jan 22 14:04:38 iroha chromoting[1623]: Host started for user: [email protected]
    Jan 22 14:04:38 iroha org.a11y.Bus[1643]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:04:38 iroha org.a11y.Bus[1643]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:04:38 iroha org.a11y.atspi.Registry[1666]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:04:38 iroha pulseaudio[1687]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Jan 22 14:05:02 iroha gdm-password][1590]: pam_systemd(gdm-password:session): Failed to create session: Connection timed out
    Jan 22 14:05:02 iroha org.a11y.Bus[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gnome-session[943]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.gtk.vfs.Daemon[991]: A connection to the bus can't be made
    Jan 22 14:05:02 iroha org.gtk.vfs.Daemon[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gdm-launch-environment][803]: pam_systemd(gdm-launch-environment:session): Failed to release session: Interrupted system call
    Jan 22 14:05:02 iroha org.a11y.atspi.Registry[1074]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha ca.desrt.dconf[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.freedesktop.Telepathy.AccountManager[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.gnome.OnlineAccounts[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gdm-session-worker[803]: <3>GLib: Source ID 72 was not found when attempting to remove it
    Jan 22 14:05:02 iroha org.gnome.Caribou.Daemon[991]: ** (caribou:1552): WARNING **: daemon.vala:186: can't hide keyboard: The connection is closed
    Jan 22 14:05:02 iroha org.gtk.Private.MTPVolumeMonitor[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Error sending message: Broken pipe (g-io-error-quark, 44). Exiting.
    Jan 22 14:05:02 iroha org.gnome.Caribou.Daemon[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.gtk.Private.UDisks2VolumeMonitor[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gnome-session[943]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha polkitd[449]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.18, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jan 22 14:05:02 iroha systemd-logind[438]: Removed session c1.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Default.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Default.
    Jan 22 14:05:02 iroha systemd[924]: Starting Shutdown.
    Jan 22 14:05:02 iroha systemd[924]: Reached target Shutdown.
    Jan 22 14:05:02 iroha systemd[924]: Starting Exit the Session...
    Jan 22 14:05:02 iroha systemd[924]: Stopping Basic System.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Basic System.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Timers.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Timers.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Sockets.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Sockets.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Paths.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Paths.
    Jan 22 14:05:02 iroha systemd[924]: Received SIGRTMIN+24 from PID 1703 (kill).
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: /etc/gdm/Xsession: Beginning session setup...
    Jan 22 14:05:02 iroha systemd[931]: pam_unix(systemd-user:session): session closed for user gdm
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: gpg-agent: a gpg-agent is already running - not starting a new one
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: localuser:iroha being added to access control list
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    Jan 22 14:05:02 iroha org.a11y.Bus[1726]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:05:02 iroha org.a11y.Bus[1726]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:05:02 iroha org.a11y.atspi.Registry[1739]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:05:02 iroha rtkit-daemon[1460]: Successfully made thread 1764 of process 1764 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Jan 22 14:05:02 iroha rtkit-daemon[1460]: Supervising 2 threads of 2 processes of 1 users.
    Jan 22 14:05:02 iroha dbus[435]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Jan 22 14:05:02 iroha dbus[435]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:05:02 iroha pulseaudio[1764]: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: error: XDG_RUNTIME_DIR not set in the environment.
    Jan 22 14:05:02 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    Jan 22 14:05:02 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:05:02 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Jan 22 14:05:03 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Jan 22 14:05:03 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:05:03 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.locale1'
    Jan 22 14:05:03 iroha gnome-session[1702]: (gnome-shell:1785): Gjs-WARNING **: JS ERROR: Error: Argument 'string' (type utf8) may not be null
    Jan 22 14:05:03 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:104
    Jan 22 14:05:03 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:151
    Jan 22 14:05:03 iroha gnome-session[1702]: @resource:///org/gnome/gjs/modules/overrides/GLib.js:261
    Jan 22 14:05:03 iroha gnome-session[1702]: _proxyInvoker@resource:///org/gnome/gjs/modules/overrides/Gio.js:78
    Jan 22 14:05:03 iroha gnome-session[1702]: _makeProxyMethod/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:124
    Jan 22 14:05:03 iroha gnome-session[1702]: LoginManagerSystemd<.getCurrentSessionProxy@resource:///org/gnome/shell/misc/loginManager.js:120
    Jan 22 14:05:03 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:03 iroha gnome-session[1702]: ScreenShield<._init@resource:///org/gnome/shell/ui/screenShield.js:558
    Jan 22 14:05:03 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:03 iroha gnome-session[1702]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
    Jan 22 14:05:03 iroha gnome-session[1702]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
    Jan 22 14:05:03 iroha gnome-session[1702]: _initializeUI@resource:///org/gnome/shell/ui/main.js:150
    Jan 22 14:05:03 iroha gnome-session[1702]: start@resource:///org/gnome/shell/ui/main.js:112
    Jan 22 14:05:03 iroha gnome-session[1702]: @<main>:1
    Jan 22 14:05:03 iroha gnome-session[1702]: ** Message: Execution of main.js threw exception: JS_EvaluateScript() failed
    Jan 22 14:05:03 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:03 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: (gnome-shell:1803): Gjs-WARNING **: JS ERROR: Error: Argument 'string' (type utf8) may not be null
    Jan 22 14:05:04 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:104
    Jan 22 14:05:04 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:151
    Jan 22 14:05:04 iroha gnome-session[1702]: @resource:///org/gnome/gjs/modules/overrides/GLib.js:261
    Jan 22 14:05:04 iroha gnome-session[1702]: _proxyInvoker@resource:///org/gnome/gjs/modules/overrides/Gio.js:78
    Jan 22 14:05:04 iroha gnome-session[1702]: _makeProxyMethod/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:124
    Jan 22 14:05:04 iroha gnome-session[1702]: LoginManagerSystemd<.getCurrentSessionProxy@resource:///org/gnome/shell/misc/loginManager.js:120
    Jan 22 14:05:04 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:04 iroha gnome-session[1702]: ScreenShield<._init@resource:///org/gnome/shell/ui/screenShield.js:558
    Jan 22 14:05:04 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:04 iroha gnome-session[1702]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
    Jan 22 14:05:04 iroha gnome-session[1702]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
    Jan 22 14:05:04 iroha gnome-session[1702]: _initializeUI@resource:///org/gnome/shell/ui/main.js:150
    Jan 22 14:05:04 iroha gnome-session[1702]: start@resource:///org/gnome/shell/ui/main.js:112
    Jan 22 14:05:04 iroha gnome-session[1702]: @<main>:1
    Jan 22 14:05:04 iroha gnome-session[1702]: ** Message: Execution of main.js threw exception: JS_EvaluateScript() failed
    Jan 22 14:05:04 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jan 22 14:05:04 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jan 22 14:05:04 iroha gnome-session[1702]: (gnome-settings-daemon:1754): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    Jan 22 14:05:04 iroha gnome-session[1702]: Unrecoverable failure in required component gnome-shell.desktop
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libcrypto.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libssl.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libssl.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: Entering running state
    Jan 22 14:05:04 iroha gnome-session[1702]: (uint32 1,)
    Jan 22 14:05:04 iroha gnome-session[1702]: Failed to play sound: File or data not found
    Jan 22 14:05:04 iroha gnome-session[1702]: Initializing nautilus-dropbox 2.10.0
    Jan 22 14:05:04 iroha org.gnome.OnlineAccounts[1726]: goa-daemon-Message: goa-daemon version 3.14.2 starting
    Jan 22 14:05:04 iroha org.gnome.zeitgeist.Engine[1726]: ** (zeitgeist-datahub:1904): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][warn] QT Warning: No systemtrayicon available
    Jan 22 14:05:05 iroha gnome-session[1702]: (gnome-settings-daemon:1754): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:06 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:06 iroha gnome-session[1702]: [13:05:06][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:06 iroha gnome-session[1702]: [13:05:06][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: [13:05:07][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:07 iroha gnome-session[1702]: [13:05:

    damn ! that was it ... you wouldn't believe how long i was struggling with that strange error
    chrome-remote-desktop is actually  a pretty cool tool to remotely control your pc from your mobile.
    well, but it had to go now ... thanks for your help !

  • Frozen screen with xorg-server 1.16 and ati driver

    Hi,
    after upgrading xorg-server to 1.16 (yes, I've read the news), the screen is somehow frozen: I can move the mouse but when I e.g. want to open a gui/window, nothing happens. Only switching from tty1 to another tty and back to tty1 updates the screen.
    I'm using driver. xf86-video-ati on a Mobility Radeon HD 3650.
    .local/share/xorg/Xorg.0.log:
    [ 57.275]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 57.275] X Protocol Version 11, Revision 0
    [ 57.275] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 57.275] Current Operating System: Linux bra 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 57.275] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:main root=/dev/mapper/main-root ro locale=de_DE.UTF-8 initrd=../initramfs-linux.img
    [ 57.275] Build Date: 31 July 2014 11:53:19AM
    [ 57.275]
    [ 57.275] Current version of pixman: 0.32.6
    [ 57.275] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 57.275] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 57.275] (==) Log file: "/home/hel/.local/share/xorg/Xorg.0.log", Time: Sat Aug 30 19:43:24 2014
    [ 57.282] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 57.282] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 57.295] (==) No Layout section. Using the first Screen section.
    [ 57.295] (==) No screen section available. Using defaults.
    [ 57.295] (**) |-->Screen "Default Screen Section" (0)
    [ 57.295] (**) | |-->Monitor "<default monitor>"
    [ 57.297] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 57.297] (**) | |-->Device "My Graphics Card"
    [ 57.297] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 57.297] (==) Automatically adding devices
    [ 57.297] (==) Automatically enabling devices
    [ 57.297] (==) Automatically adding GPU devices
    [ 57.360] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 57.360] Entry deleted from font path.
    [ 57.361] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 57.361] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 57.361] Entry deleted from font path.
    [ 57.361] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 57.361] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 57.361] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 57.361] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 57.362] (II) Loader magic: 0x818d80
    [ 57.362] (II) Module ABI versions:
    [ 57.362] X.Org ANSI C Emulation: 0.4
    [ 57.362] X.Org Video Driver: 18.0
    [ 57.362] X.Org XInput driver : 21.0
    [ 57.362] X.Org Server Extension : 8.0
    [ 57.459] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 57.459] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 57.504] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 57.506] (--) PCI:*(0:1:0:0) 1002:9591:17aa:2117 rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 57.506] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 57.506] (II) LoadModule: "glx"
    [ 57.509] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 57.608] (II) Module glx: vendor="X.Org Foundation"
    [ 57.608] compiled for 1.16.0, module version = 1.0.0
    [ 57.608] ABI class: X.Org Server Extension, version 8.0
    [ 57.608] (==) AIGLX enabled
    [ 57.608] (==) Matched ati as autoconfigured driver 0
    [ 57.608] (==) Matched ati as autoconfigured driver 1
    [ 57.608] (==) Matched modesetting as autoconfigured driver 2
    [ 57.608] (==) Matched fbdev as autoconfigured driver 3
    [ 57.608] (==) Matched vesa as autoconfigured driver 4
    [ 57.608] (==) Assigned the driver to the xf86ConfigLayout
    [ 57.608] (II) LoadModule: "ati"
    [ 57.608] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 57.612] (II) Module ati: vendor="X.Org Foundation"
    [ 57.612] compiled for 1.16.0, module version = 7.4.0
    [ 57.612] Module class: X.Org Video Driver
    [ 57.612] ABI class: X.Org Video Driver, version 18.0
    [ 57.612] (II) LoadModule: "radeon"
    [ 57.612] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 57.626] (II) Module radeon: vendor="X.Org Foundation"
    [ 57.626] compiled for 1.16.0, module version = 7.4.0
    [ 57.626] Module class: X.Org Video Driver
    [ 57.626] ABI class: X.Org Video Driver, version 18.0
    [ 57.626] (II) LoadModule: "modesetting"
    [ 57.627] (WW) Warning, couldn't open module modesetting
    [ 57.627] (II) UnloadModule: "modesetting"
    [ 57.627] (II) Unloading modesetting
    [ 57.627] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 57.627] (II) LoadModule: "fbdev"
    [ 57.627] (WW) Warning, couldn't open module fbdev
    [ 57.627] (II) UnloadModule: "fbdev"
    [ 57.627] (II) Unloading fbdev
    [ 57.627] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 57.627] (II) LoadModule: "vesa"
    [ 57.627] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 57.632] (II) Module vesa: vendor="X.Org Foundation"
    [ 57.632] compiled for 1.16.0, module version = 2.3.2
    [ 57.632] Module class: X.Org Video Driver
    [ 57.632] ABI class: X.Org Video Driver, version 18.0
    [ 57.632] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
    OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, HAINAN, HAINAN, HAINAN,
    HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
    BONAIRE, BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
    KABINI, KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
    MULLINS, MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
    KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
    HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
    [ 57.636] (II) VESA: driver for VESA chipsets: vesa
    [ 57.636] (++) using VT number 1
    [ 57.637] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 57.637] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 57.642] (II) [KMS] Kernel modesetting enabled.
    [ 57.642] (WW) Falling back to old probe method for vesa
    [ 57.642] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 57.642] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 57.642] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 57.642] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 57.642] (==) RADEON(0): Default visual is TrueColor
    [ 57.642] (**) RADEON(0): Option "EXAVSync" "on"
    [ 57.642] (**) RADEON(0): Option "EXAPixmaps" "on"
    [ 57.642] (==) RADEON(0): RGB weight 888
    [ 57.642] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 57.642] (--) RADEON(0): Chipset: "ATI Mobility Radeon HD 3650" (ChipID = 0x9591)
    [ 57.642] (II) Loading sub module "dri2"
    [ 57.642] (II) LoadModule: "dri2"
    [ 57.642] (II) Module "dri2" already built-in
    [ 57.642] (II) Loading sub module "exa"
    [ 57.642] (II) LoadModule: "exa"
    [ 57.642] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 57.653] (II) Module exa: vendor="X.Org Foundation"
    [ 57.653] compiled for 1.16.0, module version = 2.6.0
    [ 57.653] ABI class: X.Org Video Driver, version 18.0
    [ 57.653] (II) RADEON(0): KMS Color Tiling: enabled
    [ 57.653] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 57.653] (II) RADEON(0): KMS Pageflipping: enabled
    [ 57.653] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 57.683] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 57.683] (II) RADEON(0): Output LVDS has no monitor section
    [ 57.696] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 57.717] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 57.747] (II) RADEON(0): EDID for output DVI-0
    [ 57.747] (II) RADEON(0): Manufacturer: SAM Model: 3f0 Serial#: 1413755442
    [ 57.747] (II) RADEON(0): Year: 2008 Week: 4
    [ 57.747] (II) RADEON(0): EDID Version: 1.3
    [ 57.747] (II) RADEON(0): Digital Display Input
    [ 57.747] (II) RADEON(0): Max Image Size [cm]: horiz.: 47 vert.: 30
    [ 57.747] (II) RADEON(0): Gamma: 2.20
    [ 57.747] (II) RADEON(0): DPMS capabilities: Off
    [ 57.747] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 57.747] (II) RADEON(0): First detailed timing is preferred mode
    [ 57.747] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 57.747] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 57.747] (II) RADEON(0): Supported established timings:
    [ 57.747] (II) RADEON(0): 720x400@70Hz
    [ 57.747] (II) RADEON(0): 640x480@60Hz
    [ 57.747] (II) RADEON(0): 640x480@67Hz
    [ 57.747] (II) RADEON(0): 640x480@72Hz
    [ 57.747] (II) RADEON(0): 640x480@75Hz
    [ 57.747] (II) RADEON(0): 800x600@56Hz
    [ 57.747] (II) RADEON(0): 800x600@60Hz
    [ 57.747] (II) RADEON(0): 800x600@72Hz
    [ 57.747] (II) RADEON(0): 800x600@75Hz
    [ 57.747] (II) RADEON(0): 832x624@75Hz
    [ 57.747] (II) RADEON(0): 1024x768@60Hz
    [ 57.748] (II) RADEON(0): 1024x768@70Hz
    [ 57.748] (II) RADEON(0): 1024x768@75Hz
    [ 57.748] (II) RADEON(0): 1280x1024@75Hz
    [ 57.748] (II) RADEON(0): 1152x864@75Hz
    [ 57.748] (II) RADEON(0): Manufacturer's mask: 0
    [ 57.748] (II) RADEON(0): Supported standard timings:
    [ 57.748] (II) RADEON(0): #0: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 57.748] (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 57.748] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 57.748] (II) RADEON(0): #3: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 57.748] (II) RADEON(0): Supported detailed timing:
    [ 57.748] (II) RADEON(0): clock: 146.2 MHz Image Size: 433 x 271 mm
    [ 57.748] (II) RADEON(0): h_active: 1680 h_sync: 1784 h_sync_end 1960 h_blank_end 2240 h_border: 0
    [ 57.748] (II) RADEON(0): v_active: 1050 v_sync: 1053 v_sync_end 1059 v_blanking: 1089 v_border: 0
    [ 57.748] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 155 MHz
    [ 57.748] (II) RADEON(0): Monitor name: SyncMaster
    [ 57.748] (II) RADEON(0): Serial No: H1AK500000
    [ 57.748] (II) RADEON(0): EDID (in hex):
    [ 57.748] (II) RADEON(0): 00ffffffffffff004c2df00332324454
    [ 57.748] (II) RADEON(0): 04120103802f1e782aee91a3544c9926
    [ 57.748] (II) RADEON(0): 0f5054bfef80b30081808140714f0101
    [ 57.748] (II) RADEON(0): 01010101010121399030621a274068b0
    [ 57.748] (II) RADEON(0): 3600b10f1100001c000000fd00384b1e
    [ 57.748] (II) RADEON(0): 510f000a202020202020000000fc0053
    [ 57.748] (II) RADEON(0): 796e634d61737465720a2020000000ff
    [ 57.748] (II) RADEON(0): 004831414b3530303030300a202000b4
    [ 57.748] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 57.748] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz eP)
    [ 57.748] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 57.748] (II) RADEON(0): EDID for output LVDS
    [ 57.748] (II) RADEON(0): Manufacturer: IBM Model: 2887 Serial#: 0
    [ 57.748] (II) RADEON(0): Year: 2005 Week: 0
    [ 57.748] (II) RADEON(0): EDID Version: 1.3
    [ 57.748] (II) RADEON(0): Digital Display Input
    [ 57.748] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 57.748] (II) RADEON(0): Gamma: 2.20
    [ 57.748] (II) RADEON(0): No DPMS capabilities specified
    [ 57.748] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 57.748] (II) RADEON(0): First detailed timing is preferred mode
    [ 57.748] (II) RADEON(0): redX: 0.596 redY: 0.347 greenX: 0.335 greenY: 0.543
    [ 57.748] (II) RADEON(0): blueX: 0.158 blueY: 0.143 whiteX: 0.313 whiteY: 0.329
    [ 57.748] (II) RADEON(0): Manufacturer's mask: 0
    [ 57.748] (II) RADEON(0): Supported detailed timing:
    [ 57.748] (II) RADEON(0): clock: 120.6 MHz Image Size: 331 x 207 mm
    [ 57.748] (II) RADEON(0): h_active: 1680 h_sync: 1712 h_sync_end 1760 h_blank_end 1888 h_border: 0
    [ 57.748] (II) RADEON(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0
    [ 57.748] (II) RADEON(0): Supported detailed timing:
    [ 57.748] (II) RADEON(0): clock: 100.5 MHz Image Size: 331 x 207 mm
    [ 57.748] (II) RADEON(0): h_active: 1680 h_sync: 1712 h_sync_end 1760 h_blank_end 1888 h_border: 0
    [ 57.748] (II) RADEON(0): v_active: 1050 v_sync: 1051 v_sync_end 1054 v_blanking: 1065 v_border: 0
    [ 57.748] (II) RADEON(0): Unknown vendor-specific block f
    [ 57.748] (II) RADEON(0): LP154W02-TL06
    [ 57.748] (II) RADEON(0): EDID (in hex):
    [ 57.748] (II) RADEON(0): 00ffffffffffff00244d872800000000
    [ 57.748] (II) RADEON(0): 000f0103802115780abca59858558b28
    [ 57.748] (II) RADEON(0): 24505400000001010101010101010101
    [ 57.748] (II) RADEON(0): 0101010101011c2f90d0601a0f402030
    [ 57.748] (II) RADEON(0): 13004bcf10000019452790d0601a0f40
    [ 57.748] (II) RADEON(0): 203013004bcf100000190000000f00b3
    [ 57.748] (II) RADEON(0): 0a32b30a28140100320c0000000000fe
    [ 57.748] (II) RADEON(0): 004c503135345730322d544c303600bf
    [ 57.748] (II) RADEON(0): Printing probed modes for output LVDS
    [ 57.748] (II) RADEON(0): Modeline "1680x1050"x60.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 57.748] (II) RADEON(0): Modeline "1680x1050"x50.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 57.748] (II) RADEON(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x1024"x59.9 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync (63.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x960"x59.9 101.25 1280 1360 1488 1696 960 963 967 996 -hsync +vsync (59.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x854"x59.9 89.25 1280 1352 1480 1680 854 857 867 887 -hsync +vsync (53.1 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1152x768"x59.8 71.75 1152 1216 1328 1504 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 57.748] (II) RADEON(0): Modeline "1024x768"x59.9 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync (47.8 kHz)
    [ 57.748] (II) RADEON(0): Modeline "800x600"x59.9 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync (37.4 kHz)
    [ 57.748] (II) RADEON(0): Modeline "848x480"x59.7 31.50 848 872 952 1056 480 483 493 500 -hsync +vsync (29.8 kHz)
    [ 57.749] (II) RADEON(0): Modeline "720x480"x59.7 26.75 720 744 808 896 480 483 493 500 -hsync +vsync (29.9 kHz)
    [ 57.749] (II) RADEON(0): Modeline "640x480"x59.4 23.75 640 664 720 800 480 483 487 500 -hsync +vsync (29.7 kHz)
    [ 57.760] (II) RADEON(0): EDID for output DisplayPort-0
    [ 57.780] (II) RADEON(0): EDID for output VGA-0
    [ 57.780] (II) RADEON(0): Output DVI-0 connected
    [ 57.780] (II) RADEON(0): Output LVDS connected
    [ 57.780] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 57.780] (II) RADEON(0): Output VGA-0 disconnected
    [ 57.780] (II) RADEON(0): Using exact sizes for initial modes
    [ 57.780] (II) RADEON(0): Output DVI-0 using initial mode 1680x1050
    [ 57.780] (II) RADEON(0): Output LVDS using initial mode 1680x1050
    [ 57.780] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 57.780] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:10000000 visible:f8ca000
    [ 57.780] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 57.780] (==) RADEON(0): DPI set to (96, 96)
    [ 57.780] (II) Loading sub module "fb"
    [ 57.780] (II) LoadModule: "fb"
    [ 57.780] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 57.815] (II) Module fb: vendor="X.Org Foundation"
    [ 57.815] compiled for 1.16.0, module version = 1.0.0
    [ 57.815] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 57.815] (II) Loading sub module "ramdac"
    [ 57.815] (II) LoadModule: "ramdac"
    [ 57.815] (II) Module "ramdac" already built-in
    [ 57.815] (II) UnloadModule: "vesa"
    [ 57.816] (II) Unloading vesa
    [ 57.816] (--) Depth 24 pixmap format is 32 bpp
    [ 57.817] (II) RADEON(0): [DRI2] Setup complete
    [ 57.817] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 57.817] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 57.817] (II) RADEON(0): Front buffer size: 7128K
    [ 57.817] (II) RADEON(0): VRAM usage limit set to 222840K
    [ 57.829] (==) RADEON(0): Backing store enabled
    [ 57.829] (II) RADEON(0): Direct rendering enabled
    [ 57.829] (II) RADEON(0): EXA VSync enabled
    [ 57.829] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 57.829] (II) EXA(0): Driver registered support for the following operations:
    [ 57.829] (II) Solid
    [ 57.829] (II) Copy
    [ 57.829] (II) Composite (RENDER acceleration)
    [ 57.829] (II) UploadToScreen
    [ 57.829] (II) DownloadFromScreen
    [ 57.829] (II) RADEON(0): Acceleration enabled
    [ 57.829] (==) RADEON(0): DPMS enabled
    [ 57.829] (==) RADEON(0): Silken mouse enabled
    [ 57.830] (II) RADEON(0): Set up textured video
    [ 57.830] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 57.830] (II) RADEON(0): [XvMC] Extension initialized.
    [ 57.830] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 57.841] (WW) RADEON(0): Option "AccelDFS" is not used
    [ 57.841] (--) RandR disabled
    [ 58.103] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 58.103] (II) AIGLX: enabled GLX_ARB_create_context
    [ 58.103] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 58.103] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 58.103] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 58.103] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 58.103] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 58.103] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 58.103] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 58.104] (II) AIGLX: Loaded and initialized r600
    [ 58.104] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 58.940] (II) RADEON(0): Setting screen physical size to 444 x 277
    [ 59.040] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 59.040] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 59.040] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 59.040] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 59.040] (II) LoadModule: "evdev"
    [ 59.040] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 59.053] (II) Module evdev: vendor="X.Org Foundation"
    [ 59.053] compiled for 1.16.0, module version = 2.9.0
    [ 59.053] Module class: X.Org XInput Driver
    [ 59.053] ABI class: X.Org XInput driver, version 21.0
    [ 59.054] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 11 paused 0
    [ 59.054] (II) Using input driver 'evdev' for 'Power Button'
    [ 59.054] (**) Power Button: always reports core events
    [ 59.054] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 59.054] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 59.054] (--) evdev: Power Button: Found keys
    [ 59.054] (II) evdev: Power Button: Configuring as keyboard
    [ 59.054] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event6"
    [ 59.054] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 59.054] (**) Option "xkb_rules" "evdev"
    [ 59.054] (**) Option "xkb_model" "pc104"
    [ 59.054] (**) Option "xkb_layout" "us"
    [ 59.054] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.105] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 59.105] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 59.105] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 59.105] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 59.107] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 12 paused 0
    [ 59.107] (II) Using input driver 'evdev' for 'Video Bus'
    [ 59.107] (**) Video Bus: always reports core events
    [ 59.107] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 59.107] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 59.107] (--) evdev: Video Bus: Found keys
    [ 59.107] (II) evdev: Video Bus: Configuring as keyboard
    [ 59.107] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input8/event7"
    [ 59.107] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 59.107] (**) Option "xkb_rules" "evdev"
    [ 59.107] (**) Option "xkb_model" "pc104"
    [ 59.107] (**) Option "xkb_layout" "us"
    [ 59.107] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.107] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 59.108] (II) No input driver specified, ignoring this device.
    [ 59.108] (II) This device may have been added with another device file.
    [ 59.108] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 59.108] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 59.108] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 59.108] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 59.108] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 13 paused 0
    [ 59.108] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 59.108] (**) Sleep Button: always reports core events
    [ 59.108] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 59.108] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 59.108] (--) evdev: Sleep Button: Found keys
    [ 59.108] (II) evdev: Sleep Button: Configuring as keyboard
    [ 59.108] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6/event5"
    [ 59.108] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 59.108] (**) Option "xkb_rules" "evdev"
    [ 59.108] (**) Option "xkb_model" "pc104"
    [ 59.108] (**) Option "xkb_layout" "us"
    [ 59.108] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.109] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event1)
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.109] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 59.110] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 14 paused 0
    [ 59.110] (II) Using input driver 'evdev' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
    [ 59.110] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Device: "/dev/input/event1"
    [ 59.110] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Vendor 0x17ef Product 0x6009
    [ 59.110] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found keys
    [ 59.110] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Configuring as keyboard
    [ 59.110] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-5/7-5.2/7-5.2:1.0/0003:17EF:6009.0001/input/input2/event1"
    [ 59.110] (II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: KEYBOARD, id 9)
    [ 59.110] (**) Option "xkb_rules" "evdev"
    [ 59.110] (**) Option "xkb_model" "pc104"
    [ 59.110] (**) Option "xkb_layout" "us"
    [ 59.110] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.110] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/event2)
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "evdev keyboard catchall"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.110] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 59.111] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
    [ 59.111] (II) Using input driver 'evdev' for 'Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint'
    [ 59.111] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: always reports core events
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Device: "/dev/input/event2"
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Vendor 0x17ef Product 0x6009
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found 19 mouse buttons
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found relative axes
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found x and y relative axes
    [ 59.111] (--) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Found keys
    [ 59.111] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Configuring as mouse
    [ 59.111] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Configuring as keyboard
    [ 59.111] (**) Option "Emulate3Buttons" "false"
    [ 59.111] (**) Option "EmulateWheel" "true"
    [ 59.111] (**) Option "EmulateWheelButton" "2"
    [ 59.111] (**) Option "YAxisMapping" "4 5"
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: YAxisMapping: buttons 4 and 5
    [ 59.111] (**) Option "XAxisMapping" "6 7"
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: XAxisMapping: buttons 6 and 7
    [ 59.111] (**) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.111] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-5/7-5.2/7-5.2:1.1/0003:17EF:6009.0002/input/input3/event2"
    [ 59.111] (II) XINPUT: Adding extended input device "Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint" (type: KEYBOARD, id 10)
    [ 59.111] (**) Option "xkb_rules" "evdev"
    [ 59.111] (**) Option "xkb_model" "pc104"
    [ 59.111] (**) Option "xkb_layout" "us"
    [ 59.111] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.111] (II) evdev: Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: initialized for relative axes.
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) keeping acceleration scheme 1
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration profile 0
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration factor: 2.000
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: (accel) acceleration threshold: 4
    [ 59.112] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/js0)
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.112] (II) No input driver specified, ignoring this device.
    [ 59.112] (II) This device may have been added with another device file.
    [ 59.112] (II) config/udev: Adding input device Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint (/dev/input/mouse0)
    [ 59.112] (**) Lite-On Technology Corp. ThinkPad USB Keyboard with TrackPoint: Applying InputClass "Keyboard Defaults"
    [ 59.112] (II) No input driver specified, ignoring this device.
    [ 59.112] (II) This device may have been added with another device file.
    [ 59.113] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/event3)
    [ 59.113] (**) Logitech USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 59.113] (**) Logitech USB Gaming Mouse: Applying InputClass "evdev pointer catchall"
    [ 59.157] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 16 paused 0
    [ 59.157] (II) Using input driver 'evdev' for 'Logitech USB Gaming Mouse'
    [ 59.157] (**) Logitech USB Gaming Mouse: always reports core events
    [ 59.157] (**) evdev: Logitech USB Gaming Mouse: Device: "/dev/input/event3"
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Vendor 0x46d Product 0xc042
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found 20 mouse buttons
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found scroll wheel(s)
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found relative axes
    [ 59.157] (--) evdev: Logitech USB Gaming Mouse: Found x and y relative axes
    [ 59.157] (II) evdev: Logitech USB Gaming Mouse: Configuring as mouse
    [ 59.157] (II) evdev: Logitech USB Gaming Mouse: Adding scrollwheel support
    [ 59.157] (**) evdev: Logitech USB Gaming Mouse: YAxisMapping: buttons 4 and 5
    [ 59.157] (**) evdev: Logitech USB Gaming Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.157] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb7/7-5/7-5.3/7-5.3:1.0/0003:046D:C042.0003/input/input4/event3"
    [ 59.157] (II) XINPUT: Adding extended input device "Logitech USB Gaming Mouse" (type: MOUSE, id 11)
    [ 59.157] (II) evdev: Logitech USB Gaming Mouse: initialized for relative axes.
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) keeping acceleration scheme 1
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) acceleration profile 0
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) acceleration factor: 2.000
    [ 59.158] (**) Logitech USB Gaming Mouse: (accel) acceleration threshold: 4
    [ 59.158] (II) config/udev: Adding input device Logitech USB Gaming Mouse (/dev/input/mouse1)
    [ 59.158] (II) No input driver specified, ignoring this device.
    [ 59.158] (II) This device may have been added with another device file.
    [ 59.158] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 59.158] (II) No input driver specified, ignoring this device.
    [ 59.158] (II) This device may have been added with another device file.
    [ 59.158] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.159] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event11)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.159] (II) config/udev: Adding input device HDA Intel Dock Headphone (/dev/input/event12)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.159] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event13)
    [ 59.159] (II) No input driver specified, ignoring this device.
    [ 59.159] (II) This device may have been added with another device file.
    [ 59.160] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 59.160] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 59.160] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 59.160] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 59.160] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 17 paused 0
    [ 59.160] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 59.160] (**) AT Translated Set 2 keyboard: always reports core events
    [ 59.160] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 59.160] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 59.160] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 59.160] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 59.160] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 59.160] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 59.160] (**) Option "xkb_rules" "evdev"
    [ 59.160] (**) Option "xkb_model" "pc104"
    [ 59.160] (**) Option "xkb_layout" "us"
    [ 59.160] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.161] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event14)
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 59.161] (II) systemd-logind: got fd for /dev/input/event14 13:78 fd 18 paused 0
    [ 59.161] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 59.161] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 59.161] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event14"
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 59.161] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 59.161] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 59.161] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 59.161] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.161] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input15/event14"
    [ 59.161] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 59.162] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 59.162] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
    [ 59.162] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 59.162] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event15)
    [ 59.162] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.162] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 59.162] (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    [ 59.207] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 19 paused 0
    [ 59.207] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 59.207] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event15"
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 59.207] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 59.207] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 59.207] (**) Option "Emulate3Buttons" "false"
    [ 59.207] (**) Option "EmulateWheel" "true"
    [ 59.207] (**) Option "EmulateWheelButton" "2"
    [ 59.207] (**) Option "YAxisMapping" "4 5"
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 59.207] (**) Option "XAxisMapping" "6 7"
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    [ 59.207] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 59.207] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input16/event15"
    [ 59.207] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
    [ 59.207] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 59.207] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 59.208] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 59.208] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 59.208] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 59.208] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse3)
    [ 59.208] (II) No input driver specified, ignoring this device.
    [ 59.208] (II) This device may have been added with another device file.
    [ 59.208] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
    [ 59.208] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 59.208] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 59.208] (**) ThinkPad Extra Buttons: Applying InputClass "Keyboard Defaults"
    [ 59.209] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 20 paused 0
    [ 59.209] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 59.209] (**) ThinkPad Extra Buttons: always reports core events
    [ 59.209] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event8"
    [ 59.209] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 59.209] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 59.209] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 59.209] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event8"
    [ 59.209] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
    [ 59.209] (**) Option "xkb_rules" "evdev"
    [ 59.209] (**) Option "xkb_model" "pc104"
    [ 59.209] (**) Option "xkb_layout" "us"
    [ 59.209] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 59.497] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 59.497] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 59.497] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 59.497] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 59.568] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 59.568] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 59.568] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 59.568] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 59.941] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 59.941] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 59.941] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 59.941] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 60.027] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 60.027] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 60.027] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 60.027] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 60.099] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 60.099] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 60.099] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 60.099] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 61.044] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 61.044] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 61.044] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 61.044] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 61.112] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 61.112] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 61.112] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 61.112] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 62.930] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 62.930] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 62.930] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 62.930] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 89.683] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 89.730] (II) systemd-logind: got pause for 226:0
    [ 89.730] (II) systemd-logind: got pause for 13:70
    [ 89.730] (II) systemd-logind: got pause for 13:71
    [ 89.730] (II) systemd-logind: got pause for 13:69
    [ 89.730] (II) systemd-logind: got pause for 13:65
    [ 89.730] (II) systemd-logind: got pause for 13:66
    [ 89.730] (II) systemd-logind: got pause for 13:67
    [ 89.730] (II) systemd-logind: got pause for 13:64
    [ 89.730] (II) systemd-logind: got pause for 13:78
    [ 89.730] (II) systemd-logind: got pause for 13:79
    [ 89.730] (II) systemd-logind: got pause for 13:72
    [ 90.518] (II) systemd-logind: got resume for 226:0
    [ 90.518] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 90.551] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 90.551] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 90.551] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 90.551] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 90.591] (II) systemd-logind: got resume for 13:70
    [ 90.591] (II) systemd-logind: got resume for 13:71
    [ 90.592] (II) systemd-logind: got resume for 13:69
    [ 90.592] (II) systemd-logind: got resume for 13:65
    [ 90.592] (II) systemd-logind: got resume for 13:66
    [ 90.603] (II) systemd-logind: got resume for 13:67
    [ 90.616] (II) systemd-logind: got resume for 13:64
    [ 90.620] (II) systemd-logind: got resume for 13:78
    [ 90.633] (II) systemd-logind: got resume for 13:79
    [ 90.641] (II) systemd-logind: got resume for 13:72
    [ 95.368] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 95.429] (II) systemd-logind: got pause for 226:0
    [ 95.429] (II) systemd-logind: got pause for 13:70
    [ 95.429] (II) systemd-logind: got pause for 13:71
    [ 95.429] (II) systemd-logind: got pause for 13:69
    [ 95.429] (II) systemd-logind: got pause for 13:65
    [ 95.429] (II) systemd-logind: got pause for 13:66
    [ 95.429] (II) systemd-logind: got pause for 13:67
    [ 95.429] (II) systemd-logind: got pause for 13:64
    [ 95.429] (II) systemd-logind: got pause for 13:78
    [ 95.429] (II) systemd-logind: got pause for 13:79
    [ 95.429] (II) systemd-logind: got pause for 13:72
    [ 95.750] (II) systemd-logind: got resume for 226:0
    [ 95.750] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 95.783] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 95.783] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 95.784] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 95.784] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 95.821] (II) systemd-logind: got resume for 13:70
    [ 95.821] (II) systemd-logind: got resume for 13:71
    [ 95.821] (II) systemd-logind: got resume for 13:69
    [ 95.821] (II) systemd-logind: got resume for 13:65
    [ 95.836] (II) systemd-logind: got resume for 13:66
    [ 95.843] (II) systemd-logind: got resume for 13:67
    [ 95.853] (II) systemd-logind: got resume for 13:64
    [ 95.866] (II) systemd-logind: got resume for 13:78
    [ 95.876] (II) systemd-logind: got resume for 13:79
    [ 95.897] (II) systemd-logind: got resume for 13:72
    [ 98.008] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 98.061] (II) systemd-logind: got pause for 226:0
    [ 98.061] (II) systemd-logind: got pause for 13:70
    [ 98.061] (II) systemd-logind: got pause for 13:71
    [ 98.061] (II) systemd-logind: got pause for 13:69
    [ 98.061] (II) systemd-logind: got pause for 13:65
    [ 98.061] (II) systemd-logind: got pause for 13:66
    [ 98.061] (II) systemd-logind: got pause for 13:67
    [ 98.061] (II) systemd-logind: got pause for 13:64
    [ 98.061] (II) systemd-logind: got pause for 13:78
    [ 98.061] (II) systemd-logind: got pause for 13:79
    [ 98.061] (II) systemd-logind: got pause for 13:72
    [ 98.614] (II) systemd-logind: got resume for 226:0
    [ 98.614] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 98.648] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 98.648] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 98.648] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 98.648] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 98.687] (II) systemd-logind: got resume for 13:70
    [ 98.688] (II) systemd-logind: got resume for 13:71
    [ 98.688] (II) systemd-logind: got resume for 13:69
    [ 98.688] (II) systemd-logind: got resume for 13:65
    [ 98.693] (II) systemd-logind: got resume for 13:66
    [ 98.703] (II) systemd-logind: got resume for 13:67
    [ 98.710] (II) systemd-logind: got resume for 13:64
    [ 98.723] (II) systemd-logind: got resume for 13:78
    [ 98.726] (II) systemd-logind: got resume for 13:79
    [ 98.743] (II) systemd-logind: got resume for 13:72
    [ 99.618] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 99.674] (II) systemd-logind: got pause for 226:0
    [ 99.674] (II) systemd-logind: got pause for 13:70
    [ 99.674] (II) systemd-logind: got pause for 13:71
    [ 99.674] (II) systemd-logind: got pause for 13:69
    [ 99.674] (II) systemd-logind: got pause for 13:65
    [ 99.674] (II) systemd-logind: got pause for 13:66
    [ 99.674] (II) systemd-logind: got pause for 13:67
    [ 99.674] (II) systemd-logind: got pause for 13:64
    [ 99.674] (II) systemd-logind: got pause for 13:78
    [ 99.674] (II) systemd-logind: got pause for 13:79
    [ 99.674] (II) systemd-logind: got pause for 13:72
    [ 123.984] (II) systemd-logind: got resume for 226:0
    [ 123.984] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 124.017] (II) RADEON(0): EDID vendor "IBM", prod id 10375
    [ 124.017] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 124.017] (II) RADEON(0): Modeline "1680x1050"x0.0 120.60 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (63.9 kHz eP)
    [ 124.017] (II) RADEON(0): Modeline "1680x1050"x0.0 100.53 1680 1712 1760 1888 1050 1051 1054 1065 -hsync -vsync (53.2 kHz e)
    [ 124.096] (II) systemd-logind: got resume for 13:70
    [ 124.096] (II) systemd-logind: got resume for 13:71
    [ 124.096] (II) systemd-logind: got resume for 13:69
    [ 124.096] (II) systemd-logind: got resume for 13:65
    [ 124.104] (II) systemd-logind: got resume for 13:66
    [ 124.118] (II) systemd-logind: got resume for 13:67
    [ 124.130] (II) systemd-logind: got resume for 13:64
    [ 124.140] (II) systemd-logind: got resume for 13:78
    [ 124.150] (II) s

    Yes - I'm using startx:
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
    .xinitrc:
    /usr/bin/xscreensaver -no-splash &
    xautolock -time 60 -locker "sudo pm-suspend" &
    xset -dpms s noblank
    xset b off
    exec mate-session
    Excerpt of the system journal (doesn't look suspicious for me): I just booted, logged in (startx), switch to tty2 to refresh the screen on tty1 and rebooted.
    Sep 01 20:41:37 bra kernel: [drm] radeon kernel modesetting enabled.
    Sep 01 20:41:37 bra kernel: [drm] initializing kernel modesetting (RV635 0x1002:0x9591 0x17AA:0x2117).
    Sep 01 20:41:37 bra kernel: [drm] register mmio base: 0xCFFF0000
    Sep 01 20:41:37 bra kernel: [drm] register mmio size: 65536
    Sep 01 20:41:37 bra kernel: ATOM BIOS: M86M
    Sep 01 20:41:37 bra kernel: radeon 0000:01:00.0: VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
    Sep 01 20:41:37 bra kernel: radeon 0000:01:00.0: GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    Sep 01 20:41:37 bra kernel: [drm] Detected VRAM RAM=256M, BAR=256M
    Sep 01 20:41:37 bra kernel: [drm] RAM width 128bits DDR
    Sep 01 20:41:37 bra kernel: [TTM] Zone kernel: Available graphics memory: 4054930 kiB
    Sep 01 20:41:37 bra kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    Sep 01 20:41:37 bra kernel: [TTM] Initializing pool allocator
    Sep 01 20:41:37 bra kernel: [TTM] Initializing DMA pool allocator
    Sep 01 20:41:37 bra kernel: [drm] radeon: 256M of VRAM memory ready
    Sep 01 20:41:37 bra kernel: [drm] radeon: 512M of GTT memory ready.
    Sep 01 20:41:37 bra kernel: [drm] Loading RV635 Microcode
    Sep 01 20:41:37 bra kernel: [drm] radeon: power management initialized
    Sep 01 20:41:37 bra kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Sep 01 20:41:37 bra kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1c:25:9d:62:d0
    Sep 01 20:41:37 bra kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    Sep 01 20:41:37 bra kernel: e1000e 0000:00:19.0 eth0: MAC: 7, PHY: 8, PBA No: 1008FF-0FF
    Sep 01 20:41:37 bra kernel: snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    Sep 01 20:41:37 bra kernel: ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102f conflicts with OpRegion 0x0000000000001000-0x000000000000107f (\_SB_.PCI0.LPC_.PMIO) (20140424/utaddress-258)
    Sep 01 20:41:37 bra kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 01 20:41:37 bra kernel: ACPI Warning: SystemIO range 0x00000000000011b0-0x00000000000011bf conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-258)
    Sep 01 20:41:37 bra kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 01 20:41:37 bra kernel: ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011af conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140424/utaddress-258)
    Sep 01 20:41:37 bra kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 01 20:41:37 bra kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xf4300000-0xf7ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0xf4300000-0xf46cffff
    Sep 01 20:41:38 bra kernel: yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge window: [mem 0xf0000000-0xf3ffffff 64bit pref]
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0000000-0xf3ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0xf0000000-0xf3ffffff
    Sep 01 20:41:38 bra kernel: r592: driver successfully loaded
    Sep 01 20:41:38 bra kernel: r852: driver loaded successfully
    Sep 01 20:41:38 bra kernel: microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
    Sep 01 20:41:38 bra kernel: microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
    Sep 01 20:41:38 bra kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Sep 01 20:41:38 bra kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    Sep 01 20:41:38 bra kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: WB enabled
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff8800bacd5c00
    Sep 01 20:41:38 bra kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Sep 01 20:41:38 bra kernel: [drm] Driver supports precise vblank timestamp query.
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: irq 49 for MSI/MSI-X
    Sep 01 20:41:38 bra kernel: radeon 0000:01:00.0: radeon: using MSI.
    Sep 01 20:41:38 bra kernel: [drm] radeon: irq initialized.
    Sep 01 20:41:38 bra kernel: [drm] ring test on 0 succeeded in 1 usecs
    Sep 01 20:41:38 bra kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    Sep 01 20:41:38 bra kernel: [drm] radeon atom DIG backlight initialized
    Sep 01 20:41:38 bra kernel: [drm] Radeon Display Connectors
    Sep 01 20:41:38 bra kernel: [drm] Connector 0:
    Sep 01 20:41:38 bra kernel: [drm] DVI-I-1
    Sep 01 20:41:38 bra kernel: [drm] HPD3
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] DFP1: INTERNAL_UNIPHY
    Sep 01 20:41:38 bra kernel: [drm] Connector 1:
    Sep 01 20:41:38 bra kernel: [drm] LVDS-1
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] LCD1: INTERNAL_KLDSCP_LVTMA
    Sep 01 20:41:38 bra kernel: [drm] Connector 2:
    Sep 01 20:41:38 bra kernel: [drm] DP-1
    Sep 01 20:41:38 bra kernel: [drm] HPD1
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] DFP2: INTERNAL_UNIPHY
    Sep 01 20:41:38 bra kernel: [drm] Connector 3:
    Sep 01 20:41:38 bra kernel: [drm] VGA-1
    Sep 01 20:41:38 bra kernel: [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    Sep 01 20:41:38 bra kernel: [drm] Encoders:
    Sep 01 20:41:38 bra kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    Sep 01 20:41:38 bra kernel: ppdev: user-space parallel port driver
    Sep 01 20:41:38 bra systemd[1]: Starting Sound Card.
    Sep 01 20:41:38 bra systemd[1]: Reached target Sound Card.
    Sep 01 20:41:38 bra kernel: iTCO_vendor_support: vendor-support=0
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
    Sep 01 20:41:38 bra kernel: excluding 0xc0000-0xd3fff 0xdc000-0xfffff
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0xa0000000-0xa0ffffff
    Sep 01 20:41:38 bra kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
    Sep 01 20:41:38 bra kernel: excluding 0x60000000-0x60ffffff
    Sep 01 20:41:38 bra kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    Sep 01 20:41:38 bra kernel: iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
    Sep 01 20:41:38 bra kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90010, key code 190): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90011, key code 148): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90012, key code 152): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90013, key code 236): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90014, key code 238): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90015, key code 212): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90016, key code 227): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90017, key code 191): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x90019, key code 205): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x9001a, key code 225): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x9001b, key code 224): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[219]: Error calling EVIOCSKEYCODE on device node '/dev/input/event1' (scan code 0x9001d, key code 372): Invalid argument
    Sep 01 20:41:38 bra systemd-udevd[227]: renamed network interface wlan0 to wlp3s0
    Sep 01 20:41:39 bra kernel: [drm] fb mappable at 0xD0141000
    Sep 01 20:41:39 bra kernel: [drm] vram apper at 0xD0000000
    Sep 01 20:41:39 bra kernel: [drm] size 7299072
    Sep 01 20:41:39 bra kernel: [drm] fb depth is 24
    Sep 01 20:41:39 bra kernel: [drm] pitch is 6912
    Sep 01 20:41:39 bra kernel: fbcon: radeondrmfb (fb0) is primary device
    Sep 01 20:41:39 bra kernel: Console: switching to colour frame buffer device 210x65
    Sep 01 20:41:39 bra kernel: radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    Sep 01 20:41:39 bra kernel: radeon 0000:01:00.0: registered panic notifier
    Sep 01 20:41:39 bra kernel: [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 0
    Sep 01 20:41:38 bra systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Sep 01 20:41:39 bra systemd[1]: Started Update UTMP about System Boot/Shutdown.
    Sep 01 20:41:39 bra systemd[1]: Starting System Initialization.
    Sep 01 20:41:39 bra systemd[1]: Reached target System Initialization.
    Sep 01 20:41:39 bra systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    Sep 01 20:41:39 bra systemd[1]: Starting CUPS Printer Service Spool.
    Sep 01 20:41:40 bra systemd[1]: Started Avahi mDNS/DNS-SD Stack.
    Sep 01 20:41:40 bra systemd[1]: Starting Login Service...
    Sep 01 20:41:40 bra systemd[1]: Starting Permit User Sessions...
    Sep 01 20:41:40 bra systemd[1]: Started LVM2 PV scan on device 254:0.
    Sep 01 20:41:40 bra systemd[1]: Started Restore Sound Card State.
    Sep 01 20:41:40 bra systemd[1]: Starting system-systemd\x2dbacklight.slice.
    Sep 01 20:41:40 bra systemd[1]: Created slice system-systemd\x2dbacklight.slice.
    Sep 01 20:41:40 bra systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:radeon_bl0...
    Sep 01 20:41:40 bra systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
    Sep 01 20:41:40 bra systemd[1]: Started Permit User Sessions.
    Sep 01 20:41:40 bra systemd[1]: Starting Getty on tty1...
    Sep 01 20:41:40 bra systemd[1]: Started Getty on tty1.
    Sep 01 20:41:40 bra systemd[1]: Starting Login Prompts.
    Sep 01 20:41:40 bra systemd[1]: Reached target Login Prompts.
    Sep 01 20:41:40 bra systemd-logind[416]: New seat seat0.
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event6 (Power Button)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event7 (Video Bus)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event4 (Lid Switch)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event5 (Sleep Button)
    Sep 01 20:41:40 bra systemd-logind[416]: Watching system buttons on /dev/input/event8 (ThinkPad Extra Buttons)
    Sep 01 20:41:40 bra systemd[1]: Started Login Service.
    Sep 01 20:41:40 bra systemd[1]: Started Initialize hardware monitoring sensors.
    Sep 01 20:41:40 bra systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:radeon_bl0.
    Sep 01 20:41:40 bra systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
    Sep 01 20:41:40 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Sep 01 20:41:40 bra systemd[1]: Starting Authorization Manager...
    Sep 01 20:41:40 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Sep 01 20:41:40 bra systemd[1]: Starting Manage, Install and Generate Color Profiles...
    Sep 01 20:41:40 bra polkitd[520]: Started polkitd version 0.112
    Sep 01 20:41:40 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Sep 01 20:41:40 bra systemd[1]: Started Manage, Install and Generate Color Profiles.
    Sep 01 20:41:40 bra polkitd[520]: Loading rules from directory /etc/polkit-1/rules.d
    Sep 01 20:41:40 bra polkitd[520]: Loading rules from directory /usr/share/polkit-1/rules.d
    Sep 01 20:41:40 bra polkitd[520]: Finished loading, compiling and executing 2 rules
    Sep 01 20:41:40 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Sep 01 20:41:40 bra systemd[1]: Started Authorization Manager.
    Sep 01 20:41:40 bra polkitd[520]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Sep 01 20:41:40 bra dkms[391]: Kernel preparation unnecessary for this kernel. Skipping...
    Sep 01 20:41:41 bra dkms[391]: Building module:
    Sep 01 20:41:41 bra kernel: e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Sep 01 20:41:41 bra kernel: e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    Sep 01 20:41:43 bra kernel: e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
    Sep 01 20:41:43 bra kernel: e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
    Sep 01 20:41:43 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Sep 01 20:41:43 bra dbus[392]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Unit dbus-org.freedesktop.nm-dispatcher.service failed to load: No such file or directory.
    Sep 01 20:41:43 bra kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Sep 01 20:41:44 bra dkms[391]: cleaning build area....
    Sep 01 20:41:44 bra kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input16
    Sep 01 20:41:44 bra avahi-daemon[383]: Registering new address record for fe80::21c:25ff:fe9d:62d0 on eth0.*.
    Sep 01 20:41:47 bra dkms[391]: cd /var/lib/dkms/fglrx/8.892/build; sh make.sh --nohints --uname_r=3.16.1-1-ARCH --norootcheck....(bad exit status: 1)
    Sep 01 20:41:47 bra dkms[391]: Error! Bad return status for module build on kernel: 3.16.1-1-ARCH (x86_64)
    Sep 01 20:41:47 bra dkms[391]: Consult /var/lib/dkms/fglrx/8.892/build/make.log for more information.
    Sep 01 20:41:47 bra systemd[1]: Started Dynamic Kernel Modules System.
    Sep 01 20:41:48 bra login[427]: pam_unix(login:session): session opened for user hel by LOGIN(uid=0)
    Sep 01 20:41:48 bra systemd[1]: Starting user-1000.slice.
    Sep 01 20:41:48 bra systemd[1]: Created slice user-1000.slice.
    Sep 01 20:41:48 bra systemd[1]: Starting User Manager for UID 1000...
    Sep 01 20:41:48 bra systemd[867]: pam_unix(systemd-user:session): session opened for user hel by (uid=0)
    Sep 01 20:41:48 bra systemd[1]: Starting Session c1 of user hel.
    Sep 01 20:41:48 bra systemd[1]: Started Session c1 of user hel.
    Sep 01 20:41:48 bra systemd-logind[416]: New session c1 of user hel.
    Sep 01 20:41:48 bra systemd[867]: Starting Paths.
    Sep 01 20:41:48 bra systemd[867]: Reached target Paths.
    Sep 01 20:41:48 bra systemd[867]: Starting Timers.
    Sep 01 20:41:48 bra systemd[867]: Reached target Timers.
    Sep 01 20:41:48 bra systemd[867]: Starting Sockets.
    Sep 01 20:41:48 bra systemd[867]: Reached target Sockets.
    Sep 01 20:41:48 bra systemd[867]: Starting Basic System.
    Sep 01 20:41:48 bra systemd[867]: Reached target Basic System.
    Sep 01 20:41:48 bra systemd[867]: Starting Default.
    Sep 01 20:41:48 bra systemd[867]: Reached target Default.
    Sep 01 20:41:48 bra systemd[867]: Startup finished in 131ms.
    Sep 01 20:41:48 bra systemd[1]: Started User Manager for UID 1000.
    Sep 01 20:41:48 bra login[427]: LOGIN ON tty1 BY hel
    Sep 01 20:41:48 bra NetworkManager[384]: <info> startup complete
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Sep 01 20:41:54 bra systemd[1]: Starting RealtimeKit Scheduling Policy Service...
    Sep 01 20:41:54 bra systemd[1]: Starting Disk Manager...
    Sep 01 20:41:54 bra polkitd[520]: Registered Authentication Agent for unix-session:c1 (system bus name :1.16 [/usr/lib/mate-polkit/polkit-mate-authentication-agent-1], object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Sep 01 20:41:54 bra systemd[1]: Starting Daemon for power management...
    Sep 01 20:41:54 bra udisksd[1121]: udisks daemon version 2.1.3 starting
    Sep 01 20:41:54 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.UPower'
    Sep 01 20:41:54 bra systemd[1]: Started Daemon for power management.
    Sep 01 20:41:54 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Sep 01 20:41:54 bra systemd[1]: Started RealtimeKit Scheduling Policy Service.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully called chroot.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully dropped privileges.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully limited resources.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Running.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Canary thread running.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Watchdog thread running.
    Sep 01 20:41:54 bra dbus[392]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Sep 01 20:41:54 bra systemd[1]: Started Disk Manager.
    Sep 01 20:41:54 bra udisksd[1121]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully made thread 1119 of process 1119 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 1 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra org.a11y.Bus[1057]: Activating service name='org.a11y.atspi.Registry'
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 1 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully made thread 1193 of process 1119 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 2 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 2 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Successfully made thread 1194 of process 1119 (/usr/bin/pulseaudio) owned by '1000' RT at priority 5.
    Sep 01 20:41:54 bra rtkit-daemon[1120]: Supervising 3 threads of 1 processes of 1 users.
    Sep 01 20:41:54 bra org.a11y.Bus[1057]: Successfully activated service 'org.a11y.atspi.Registry'
    Sep 01 20:41:54 bra org.a11y.atspi.Registry[1176]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Sep 01 20:41:54 bra org.a11y.atspi.Registry[1176]: ** (at-spi2-registryd:1185): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    Sep 01 20:41:54 bra org.a11y.atspi.Registry[1176]: ** (at-spi2-registryd:1185): WARNING **: Unable to register client with session manager
    Sep 01 20:41:54 bra dbus[392]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Sep 01 20:41:54 bra dbus[392]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Successfully made thread 1206 of process 1206 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Supervising 4 threads of 2 processes of 1 users.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Successfully made thread 1208 of process 1208 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Sep 01 20:41:55 bra rtkit-daemon[1120]: Supervising 5 threads of 3 processes of 1 users.
    Sep 01 20:41:55 bra pulseaudio[1208]: [pulseaudio] pid.c: Daemon already running.
    Sep 01 20:41:56 bra dbus[392]: [system] Activating service name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper)
    Sep 01 20:41:56 bra dbus[392]: [system] Successfully activated service 'org.mate.SettingsDaemon.DateTimeMechanism'
    Sep 01 20:42:01 bra systemd-logind[416]: kernel does not support evdev-revocation
    Sep 01 20:42:01 bra systemd[1]: Starting Getty on tty2...
    Sep 01 20:42:01 bra systemd[1]: Started Getty on tty2.
    Sep 01 20:42:05 bra systemd[1]: Started Getty on tty2.
    Sep 01 20:42:08 bra systemd-logind[416]: System is rebooting.
    Sep 01 20:42:08 bra systemd[1]: Stopping Session c1 of user hel.
    Sep 01 20:42:08 bra systemd[1]: Stopped Session c1 of user hel.
    Sep 01 20:42:08 bra systemd[1]: Stopping LVM2 PV scan on device 254:0...
    Sep 01 20:42:08 bra systemd[1]: Stopping Sound Card.
    Sep 01 20:42:08 bra systemd[1]: Stopped target Sound Card.
    Sep 01 20:42:08 bra systemd[1]: Stopping system-systemd\x2dfsck.slice.
    Sep 01 20:42:08 bra systemd[1]: Removed slice system-systemd\x2dfsck.slice.
    Sep 01 20:42:08 bra systemd[1]: Stopping LVM2 metadata daemon...
    Sep 01 20:42:08 bra systemd[1]: Stopping Daemon for power management...
    Sep 01 20:42:08 bra systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
    Sep 01 20:42:08 bra systemd[1]: Stopping Disk Manager...
    Sep 01 20:42:08 bra systemd[1]: Stopping User Manager for UID 1000...
    Sep 01 20:42:09 bra systemd[867]: Stopping Default.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Default.
    Sep 01 20:42:09 bra systemd[867]: Stopping Basic System.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Basic System.
    Sep 01 20:42:09 bra systemd[867]: Stopping Paths.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Paths.
    Sep 01 20:42:09 bra systemd[867]: Stopping Timers.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Timers.
    Sep 01 20:42:09 bra systemd[867]: Stopping Sockets.
    Sep 01 20:42:09 bra systemd[867]: Stopped target Sockets.
    Sep 01 20:42:09 bra systemd[867]: Starting Shutdown.
    Sep 01 20:42:09 bra systemd[867]: Reached target Shutdown.
    Sep 01 20:42:09 bra systemd[867]: Starting Exit the Session...
    Sep 01 20:42:09 bra kernel: IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    Sep 01 20:42:08 bra polkitd[520]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.16, object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8) (disconnected from bus)
    Sep 01 20:42:08 bra thinkfan[387]: Caught deadly signal.
    Sep 01 20:42:08 bra thinkfan[387]: Cleaning up and resetting fan control.
    Sep 01 20:42:08 bra NetworkManager[384]: <info> caught signal 15, shutting down normally.
    Sep 01 20:42:08 bra NetworkManager[384]: <info> (wlp3s0): device state change: unavailable -> unmanaged (reason 'removed') [20 10 36]
    Sep 01 20:42:08 bra NetworkManager[384]: <info> exiting (success)
    Sep 01 20:42:09 bra avahi-daemon[383]: Got SIGTERM, quitting.
    Sep 01 20:42:09 bra avahi-daemon[383]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.100.53.
    Sep 01 20:42:09 bra avahi-daemon[383]: avahi-daemon 0.6.31 exiting.
    Sep 01 20:42:09 bra systemd[868]: pam_unix(systemd-user:session): session closed for user hel
    Sep 01 20:42:09 bra systemd[867]: Received SIGRTMIN+24 from PID 1279 (kill).
    Sep 01 20:42:09 bra NetworkManager[384]: (NetworkManager:384): GLib-CRITICAL **: Source ID 86 was not found when attempting to remove it
    Sep 01 20:42:10 bra systemd[1]: Stopped Getty on tty1.
    Sep 01 20:42:10 bra systemd[1]: Stopped Authorization Manager.
    Sep 01 20:42:10 bra systemd[1]: Stopped Manage, Install and Generate Color Profiles.
    Sep 01 20:42:10 bra systemd[1]: Stopped User Manager for UID 1000.
    Sep 01 20:42:10 bra systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Sep 01 20:42:10 bra systemd[1]: Stopped Disk Manager.
    Sep 01 20:42:10 bra systemd[1]: Stopped Daemon for power management.
    Sep 01 20:42:10 bra systemd[1]: Stopped Getty on tty2.
    Sep 01 20:42:10 bra systemd[1]: Stopped Initialize hardware monitoring sensors.
    Sep 01 20:42:10 bra systemd[1]: Stopped Dynamic Kernel Modules System.
    Sep 01 20:42:10 bra systemd[1]: Shutting down.
    Sep 01 20:42:10 bra systemd[1]: Hardware watchdog 'INTCAMT', version 0
    Sep 01 20:42:10 bra systemd[1]: Set hardware watchdog to 10min.
    Sep 01 20:42:10 bra systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    Sep 01 20:42:10 bra systemd-journal[188]: Journal stopped
    I can't downgrade the ati-driver because it needs glamor-egl which conflicts with xorg-1.16.
    After deinstalling the ati-driver and removing the 20-radeon.conf file, I got the following error (Xorg.0.log):
    [ 120.639]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 120.639] X Protocol Version 11, Revision 0
    [ 120.640] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 120.640] Current Operating System: Linux bra 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 120.640] Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:main root=/dev/mapper/main-root ro locale=de_DE.UTF-8 initrd=../initramfs-linux.img
    [ 120.640] Build Date: 31 July 2014 11:53:19AM
    [ 120.640]
    [ 120.640] Current version of pixman: 0.32.6
    [ 120.640] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 120.640] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 120.640] (==) Log file: "/home/hel/.local/share/xorg/Xorg.0.log", Time: Mon Sep 1 20:28:35 2014
    [ 120.641] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 120.641] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 120.641] (==) No Layout section. Using the first Screen section.
    [ 120.641] (==) No screen section available. Using defaults.
    [ 120.641] (**) |-->Screen "Default Screen Section" (0)
    [ 120.641] (**) | |-->Monitor "<default monitor>"
    [ 120.641] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 120.641] (==) Automatically adding devices
    [ 120.641] (==) Automatically enabling devices
    [ 120.641] (==) Automatically adding GPU devices
    [ 120.641] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 120.641] Entry deleted from font path.
    [ 120.641] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 120.641] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 120.641] Entry deleted from font path.
    [ 120.641] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 120.641] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 120.641] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 120.641] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 120.641] (II) Loader magic: 0x818d80
    [ 120.641] (II) Module ABI versions:
    [ 120.641] X.Org ANSI C Emulation: 0.4
    [ 120.641] X.Org Video Driver: 18.0
    [ 120.641] X.Org XInput driver : 21.0
    [ 120.641] X.Org Server Extension : 8.0
    [ 120.740] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c4
    [ 120.740] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 120.787] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 120.789] (--) PCI:*(0:1:0:0) 1002:9591:17aa:2117 rev 0, Mem @ 0xd0000000/268435456, 0xcfff0000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 120.789] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 120.790] (II) LoadModule: "glx"
    [ 120.790] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 120.792] (II) Module glx: vendor="X.Org Foundation"
    [ 120.792] compiled for 1.16.0, module version = 1.0.0
    [ 120.792] ABI class: X.Org Server Extension, version 8.0
    [ 120.792] (==) AIGLX enabled
    [ 120.792] (==) Matched ati as autoconfigured driver 0
    [ 120.792] (==) Matched ati as autoconfigured driver 1
    [ 120.792] (==) Matched modesetting as autoconfigured driver 2
    [ 120.792] (==) Matched fbdev as autoconfigured driver 3
    [ 120.792] (==) Matched vesa as autoconfigured driver 4
    [ 120.792] (==) Assigned the driver to the xf86ConfigLayout
    [ 120.792] (II) LoadModule: "ati"
    [ 120.792] (WW) Warning, couldn't open module ati
    [ 120.792] (II) UnloadModule: "ati"
    [ 120.792] (II) Unloading ati
    [ 120.792] (EE) Failed to load module "ati" (module does not exist, 0)
    [ 120.792] (II) LoadModule: "modesetting"
    [ 120.792] (WW) Warning, couldn't open module modesetting
    [ 120.792] (II) UnloadModule: "modesetting"
    [ 120.792] (II) Unloading modesetting
    [ 120.792] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 120.792] (II) LoadModule: "fbdev"
    [ 120.793] (WW) Warning, couldn't open module fbdev
    [ 120.793] (II) UnloadModule: "fbdev"
    [ 120.793] (II) Unloading fbdev
    [ 120.793] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 120.793] (II) LoadModule: "vesa"
    [ 120.793] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 120.793] (II) Module vesa: vendor="X.Org Foundation"
    [ 120.793] compiled for 1.16.0, module version = 2.3.2
    [ 120.793] Module class: X.Org Video Driver
    [ 120.793] ABI class: X.Org Video Driver, version 18.0
    [ 120.793] (II) VESA: driver for VESA chipsets: vesa
    [ 120.793] (++) using VT number 1
    [ 120.793] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 120.793] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
    [ 120.793] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    [ 120.793] (II) Loading sub module "vbe"
    [ 120.793] (II) LoadModule: "vbe"
    [ 120.793] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 120.793] (II) Module vbe: vendor="X.Org Foundation"
    [ 120.793] compiled for 1.16.0, module version = 1.1.0
    [ 120.793] ABI class: X.Org Video Driver, version 18.0
    [ 120.793] (II) Loading sub module "int10"
    [ 120.793] (II) LoadModule: "int10"
    [ 120.793] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 120.793] (II) Module int10: vendor="X.Org Foundation"
    [ 120.793] compiled for 1.16.0, module version = 1.0.0
    [ 120.793] ABI class: X.Org Video Driver, version 18.0
    [ 120.793] (II) VESA(0): initializing int10
    [ 120.794] (WW) xf86ReadBIOS: Failed to open /dev/mem (Permission denied)
    [ 120.794] (EE) VESA(0): Cannot read int vect
    [ 120.794] (II) UnloadModule: "vesa"
    [ 120.794] (II) UnloadSubModule: "int10"
    [ 120.794] (II) Unloading int10
    [ 120.794] (II) UnloadSubModule: "vbe"
    [ 120.794] (II) Unloading vbe
    [ 120.794] (EE) Screen(s) found, but none have a usable configuration.
    [ 120.794] (EE)
    Fatal server error:
    [ 120.794] (EE) no screens found(EE)
    [ 120.794] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 120.794] (EE) Please also check the log file at "/home/hel/.local/share/xorg/Xorg.0.log" for additional information.
    [ 120.794] (EE)
    [ 120.846] (EE) Server terminated with error (1). Closing log file.
    "[   120.794] (WW) xf86ReadBIOS: Failed to open /dev/mem (Permission denied)" seems to be the problem.
    Edit: By the way: I'm using an external monitor but using the laptop without the external monitor leads to the same problem.
    Last edited by hel (2014-09-01 19:10:09)

  • Can't reboot or shutdown

    Recently, (the last few weeks) I haven't been able to shutdown or
    reboot my desktop or laptop machines, both running Arch. It seems
    to start the shutdown process but eventually just hangs. I've let
    it sit there for over an hour and it never finishes... Here's a
    snippet from my journalctl log from a recent failed reboot:
    May 27 14:26:23 mitchelh-linux sudo[8864]: mitchelh : TTY=pts/1 ; PWD=/home/mitchelh ; USER=root ; COMMAND=/usr/sbin/reboot
    May 27 14:26:23 mitchelh-linux sudo[8864]: pam_unix(sudo:session): session opened for user root by (uid=0)
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Session c2 of user mitchelh.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped Session c2 of user mitchelh.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Session c1 of user gdm.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped Session c1 of user gdm.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Sound Card.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped target Sound Card.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping RPC Port Mapper.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped target RPC Port Mapper.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping system-getty.slice.
    May 27 14:26:23 mitchelh-linux systemd[1]: Removed slice system-getty.slice.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Hostname Service...
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping User Manager for UID 202719...
    May 27 14:26:24 mitchelh-linux systemd[659]: Stopping Default.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Default.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Default.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Default.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Basic System.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Basic System.
    May 27 14:26:25 mitchelh-linux systemd-coredump[8893]: Process 623 (Xorg) dumped core.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Basic System.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Basic System.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Paths.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Paths.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Paths.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Paths.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Timers.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Timers.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Timers.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Timers.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Sockets.
    May 27 14:26:31 mitchelh-linux systemd[870]: Stopping Sockets.
    May 27 14:26:31 mitchelh-linux systemd[659]: Stopped target Sockets.
    May 27 14:26:31 mitchelh-linux systemd[870]: Stopped target Sockets.
    May 27 14:26:31 mitchelh-linux systemd[659]: Starting Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[870]: Starting Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[659]: Reached target Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[870]: Reached target Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[659]: Starting Exit the Session...
    May 27 14:26:31 mitchelh-linux systemd[870]: Starting Exit the Session...
    May 27 14:26:31 mitchelh-linux systemd[659]: Received SIGRTMIN+24 from PID 8963 (kill).
    May 27 14:26:31 mitchelh-linux systemd[870]: Received SIGRTMIN+24 from PID 8964 (kill).
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped User Manager for UID 120.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped User Manager for UID 202719.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping user-120.slice.
    May 27 14:26:31 mitchelh-linux systemd[1]: Removed slice user-120.slice.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Permit User Sessions...
    May 27 14:26:31 mitchelh-linux kernel: nfsd: last server has exited, flushing export cache
    May 27 14:26:23 mitchelh-linux sshd[482]: Received signal 15; terminating.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: Disconnected from D-Bus, exiting.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: Got SIGTERM, quitting.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: Leaving mDNS multicast group on interface ens6.IPv4 with address 10.46.166.152.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: avahi-daemon 0.6.31 exiting.
    May 27 14:26:24 mitchelh-linux smbd[639]: [2014/05/27 14:26:24.138921, 0] ../lib/util/pidfile.c:153(pidfile_unlink)
    May 27 14:26:24 mitchelh-linux smbd[639]: Failed to delete pidfile /var/run/smbd.pid. Error was No such file or directory
    May 27 14:26:25 mitchelh-linux rpc.mountd[616]: Caught signal 15, un-registering and exiting.
    May 27 14:26:25 mitchelh-linux winbindd[636]: [2014/05/27 14:26:25.824792, 0] ../source3/winbindd/winbindd.c:234(winbindd_sig_term_handler)
    May 27 14:26:25 mitchelh-linux winbindd[642]: [2014/05/27 14:26:25.824806, 0] ../source3/winbindd/winbindd.c:234(winbindd_sig_term_handler)
    May 27 14:26:25 mitchelh-linux winbindd[636]: Got sig[15] terminate (is_parent=1)
    May 27 14:26:31 mitchelh-linux rpcbind[502]: rpcbind terminating on signal. Restart with "rpcbind -w"
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot open file = /run/rpcbind.xdr for writing
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot save any registration
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot open file = /run/portmap.xdr for writing
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot save any registration
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped Permit User Sessions.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Remote File Systems.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped target Remote File Systems.
    May 27 14:26:31 mitchelh-linux systemd[1]: Unmounting /media/mitchelh...
    May 27 14:26:31 mitchelh-linux systemd[1]: rpcbind.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped RPC Bind.
    May 27 14:26:31 mitchelh-linux systemd[1]: Unit rpcbind.service entered failed state.
    May 27 14:26:31 mitchelh-linux gdm[618]: Freeing conversation 'gdm-password' with active job
    May 27 14:26:31 mitchelh-linux gdm[618]: Freeing conversation 'gdm-launch-environment' with active job
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: HP WMI hotkeys: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: USB Optical Mouse: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: Plantronics Plantronics .Audio 400 DSP: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: CHICONY HP Basic USB Keyboard: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: Power Button: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: Power Button: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gnome-session[879]: Received signal:15->'Terminated'
    May 27 14:26:31 mitchelh-linux org.gnome.evolution.dataserver.Calendar4[893]: Received terminate signal.
    May 27 14:26:31 mitchelh-linux nginx[8879]: 2014/05/27 14:26:24 [notice] 8879#0: signal process started
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: X.Org X Server 1.15.1
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Release Date: 2014-04-13
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: X Protocol Version 11, Revision 0
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Build Operating System: Linux 3.14.0-4-ARCH x86_64
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Current Operating System: Linux mitchelh-linux 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9eb9fe8a-3b5a-4e9f-b1e0-da01424b016d rw quiet
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Build Date: 14 April 2014 08:39:09AM
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Current version of pixman: 0.32.4
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Before reporting problems, check http://wiki.x.org
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: to make sure that you have the latest version.
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Markers: (--) probed, (**) from config file, (==) default setting,
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: (++) from command line, (!!) notice, (II) informational,
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: (++) Log file: "/dev/null", Time: Tue May 27 14:26:25 2014
    May 27 14:26:31 mitchelh-linux mkinitcpio[8898]: ==> Starting build: none
    May 27 14:26:31 mitchelh-linux mkinitcpio[8898]: -> Running build hook: [sd-shutdown]
    May 27 14:26:31 mitchelh-linux mkinitcpio[8898]: ==> Build complete.
    May 27 14:26:31 mitchelh-linux systemd[1]: Unmounted /media/mitchelh.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Network is Online.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped target Network is Online.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Network.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped target Network.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping A basic static ethernet connection...
    May 27 14:26:31 mitchelh-linux network[8987]: Stopping network profile 'ethernet-static'...
    May 27 14:26:32 mitchelh-linux network[8987]: Stopped network profile 'ethernet-static'
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped A basic static ethernet connection.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping system-netctl.slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Removed slice system-netctl.slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Basic System.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Basic System.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Slices.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Slices.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping User and Session Slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Removed slice User and Session Slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Paths.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Paths.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping CUPS Printer Service Spool.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped CUPS Printer Service Spool.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Timers.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Timers.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily man-db cache update.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily rotation of log files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily rotation of log files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily verification of password and group files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily verification of password and group files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily locate database update.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily locate database update.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping CUPS Printing Service Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Closed CUPS Printing Service Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Avahi mDNS/DNS-SD Stack Activation Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping D-Bus System Message Bus Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Closed D-Bus System Message Bus Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping System Initialization.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target System Initialization.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Apply Kernel Variables...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Apply Kernel Variables.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Load/Save Random Seed...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Encrypted Volumes.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Encrypted Volumes.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Setup Virtual Console...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Setup Virtual Console.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Set Up Additional Binary Formats...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Set Up Additional Binary Formats.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Swap.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Swap.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Load/Save Random Seed.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Create Volatile Files and Directories...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Create Volatile Files and Directories.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Local File Systems.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Local File Systems.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /run/user/202719/gvfs...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /run/user/120...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting NFS Configuration File System...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /sys/kernel/debug...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /local...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting Temporary Directory...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /run/user/202719/gvfs.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /run/user/202719...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted NFS Configuration File System.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /sys/kernel/debug.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /run/user/120.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /run/user/202719.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted Temporary Directory.
    May 27 14:26:34 mitchelh-linux systemd[1]: Unmounted /local.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Unmount All Filesystems.
    May 27 14:26:34 mitchelh-linux systemd[1]: Reached target Unmount All Filesystems.
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopping Local File Systems (Pre).
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopped target Local File Systems (Pre).
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopping Remount Root and Kernel File Systems...
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopped Remount Root and Kernel File Systems.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Shutdown.
    May 27 14:26:34 mitchelh-linux systemd[1]: Reached target Shutdown.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Final Step.
    May 27 14:26:34 mitchelh-linux systemd[1]: Reached target Final Step.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Reboot...
    May 27 14:26:34 mitchelh-linux systemd[1]: Shutting down.
    May 27 14:26:34 mitchelh-linux systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
    May 27 14:26:34 mitchelh-linux systemd[1]: Set hardware watchdog to 10min.
    May 27 14:26:34 mitchelh-linux kernel: watchdog watchdog0: watchdog did not stop!
    May 27 14:26:34 mitchelh-linux systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    May 27 14:26:34 mitchelh-linux systemd-journal[190]: Journal stopped
    -- Reboot --
    It looks to me like there's a crash in Xorg?? And possibly
    something bad going on with rpcbind?
    Is this a known issue? It's interesting that it has only recently
    started happening to me, and on two totally unrelated
    machines (one work machine and one home machine).
    If this isn't a known issue, any tips on further steps I can take
    for debugging?
    Thanks!

    mitch_feaster wrote:
    Recently, (the last few weeks) I haven't been able to shutdown or
    reboot my desktop or laptop machines, both running Arch. It seems
    to start the shutdown process but eventually just hangs. I've let
    it sit there for over an hour and it never finishes... Here's a
    snippet from my journalctl log from a recent failed reboot:
    May 27 14:26:23 mitchelh-linux sudo[8864]: mitchelh : TTY=pts/1 ; PWD=/home/mitchelh ; USER=root ; COMMAND=/usr/sbin/reboot
    May 27 14:26:23 mitchelh-linux sudo[8864]: pam_unix(sudo:session): session opened for user root by (uid=0)
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Session c2 of user mitchelh.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped Session c2 of user mitchelh.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Session c1 of user gdm.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped Session c1 of user gdm.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Sound Card.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped target Sound Card.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping RPC Port Mapper.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopped target RPC Port Mapper.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping system-getty.slice.
    May 27 14:26:23 mitchelh-linux systemd[1]: Removed slice system-getty.slice.
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping Hostname Service...
    May 27 14:26:23 mitchelh-linux systemd[1]: Stopping User Manager for UID 202719...
    May 27 14:26:24 mitchelh-linux systemd[659]: Stopping Default.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Default.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Default.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Default.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Basic System.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Basic System.
    May 27 14:26:25 mitchelh-linux systemd-coredump[8893]: Process 623 (Xorg) dumped core.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Basic System.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Basic System.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Paths.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Paths.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Paths.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Paths.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Timers.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopping Timers.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopped target Timers.
    May 27 14:26:25 mitchelh-linux systemd[870]: Stopped target Timers.
    May 27 14:26:25 mitchelh-linux systemd[659]: Stopping Sockets.
    May 27 14:26:31 mitchelh-linux systemd[870]: Stopping Sockets.
    May 27 14:26:31 mitchelh-linux systemd[659]: Stopped target Sockets.
    May 27 14:26:31 mitchelh-linux systemd[870]: Stopped target Sockets.
    May 27 14:26:31 mitchelh-linux systemd[659]: Starting Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[870]: Starting Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[659]: Reached target Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[870]: Reached target Shutdown.
    May 27 14:26:31 mitchelh-linux systemd[659]: Starting Exit the Session...
    May 27 14:26:31 mitchelh-linux systemd[870]: Starting Exit the Session...
    May 27 14:26:31 mitchelh-linux systemd[659]: Received SIGRTMIN+24 from PID 8963 (kill).
    May 27 14:26:31 mitchelh-linux systemd[870]: Received SIGRTMIN+24 from PID 8964 (kill).
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped User Manager for UID 120.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped User Manager for UID 202719.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping user-120.slice.
    May 27 14:26:31 mitchelh-linux systemd[1]: Removed slice user-120.slice.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Permit User Sessions...
    May 27 14:26:31 mitchelh-linux kernel: nfsd: last server has exited, flushing export cache
    May 27 14:26:23 mitchelh-linux sshd[482]: Received signal 15; terminating.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: Disconnected from D-Bus, exiting.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: Got SIGTERM, quitting.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: Leaving mDNS multicast group on interface ens6.IPv4 with address 10.46.166.152.
    May 27 14:26:23 mitchelh-linux avahi-daemon[426]: avahi-daemon 0.6.31 exiting.
    May 27 14:26:24 mitchelh-linux smbd[639]: [2014/05/27 14:26:24.138921, 0] ../lib/util/pidfile.c:153(pidfile_unlink)
    May 27 14:26:24 mitchelh-linux smbd[639]: Failed to delete pidfile /var/run/smbd.pid. Error was No such file or directory
    May 27 14:26:25 mitchelh-linux rpc.mountd[616]: Caught signal 15, un-registering and exiting.
    May 27 14:26:25 mitchelh-linux winbindd[636]: [2014/05/27 14:26:25.824792, 0] ../source3/winbindd/winbindd.c:234(winbindd_sig_term_handler)
    May 27 14:26:25 mitchelh-linux winbindd[642]: [2014/05/27 14:26:25.824806, 0] ../source3/winbindd/winbindd.c:234(winbindd_sig_term_handler)
    May 27 14:26:25 mitchelh-linux winbindd[636]: Got sig[15] terminate (is_parent=1)
    May 27 14:26:31 mitchelh-linux rpcbind[502]: rpcbind terminating on signal. Restart with "rpcbind -w"
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot open file = /run/rpcbind.xdr for writing
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot save any registration
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot open file = /run/portmap.xdr for writing
    May 27 14:26:31 mitchelh-linux rpcbind[502]: cannot save any registration
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped Permit User Sessions.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Remote File Systems.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped target Remote File Systems.
    May 27 14:26:31 mitchelh-linux systemd[1]: Unmounting /media/mitchelh...
    May 27 14:26:31 mitchelh-linux systemd[1]: rpcbind.service: main process exited, code=exited, status=2/INVALIDARGUMENT
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped RPC Bind.
    May 27 14:26:31 mitchelh-linux systemd[1]: Unit rpcbind.service entered failed state.
    May 27 14:26:31 mitchelh-linux gdm[618]: Freeing conversation 'gdm-password' with active job
    May 27 14:26:31 mitchelh-linux gdm[618]: Freeing conversation 'gdm-launch-environment' with active job
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: HP WMI hotkeys: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: USB Optical Mouse: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: Plantronics Plantronics .Audio 400 DSP: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: CHICONY HP Basic USB Keyboard: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: Power Button: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) evdev: Power Button: Close
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[623]: (II) UnloadModule: "evdev"
    May 27 14:26:31 mitchelh-linux gnome-session[879]: Received signal:15->'Terminated'
    May 27 14:26:31 mitchelh-linux org.gnome.evolution.dataserver.Calendar4[893]: Received terminate signal.
    May 27 14:26:31 mitchelh-linux nginx[8879]: 2014/05/27 14:26:24 [notice] 8879#0: signal process started
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: X.Org X Server 1.15.1
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Release Date: 2014-04-13
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: X Protocol Version 11, Revision 0
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Build Operating System: Linux 3.14.0-4-ARCH x86_64
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Current Operating System: Linux mitchelh-linux 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9eb9fe8a-3b5a-4e9f-b1e0-da01424b016d rw quiet
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Build Date: 14 April 2014 08:39:09AM
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Current version of pixman: 0.32.4
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Before reporting problems, check http://wiki.x.org
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: to make sure that you have the latest version.
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: Markers: (--) probed, (**) from config file, (==) default setting,
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: (++) from command line, (!!) notice, (II) informational,
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    May 27 14:26:31 mitchelh-linux gdm-Xorg-:0[8896]: (++) Log file: "/dev/null", Time: Tue May 27 14:26:25 2014
    May 27 14:26:31 mitchelh-linux mkinitcpio[8898]: ==> Starting build: none
    May 27 14:26:31 mitchelh-linux mkinitcpio[8898]: -> Running build hook: [sd-shutdown]
    May 27 14:26:31 mitchelh-linux mkinitcpio[8898]: ==> Build complete.
    May 27 14:26:31 mitchelh-linux systemd[1]: Unmounted /media/mitchelh.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Network is Online.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped target Network is Online.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping Network.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopped target Network.
    May 27 14:26:31 mitchelh-linux systemd[1]: Stopping A basic static ethernet connection...
    May 27 14:26:31 mitchelh-linux network[8987]: Stopping network profile 'ethernet-static'...
    May 27 14:26:32 mitchelh-linux network[8987]: Stopped network profile 'ethernet-static'
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped A basic static ethernet connection.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping system-netctl.slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Removed slice system-netctl.slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Basic System.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Basic System.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Slices.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Slices.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping User and Session Slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Removed slice User and Session Slice.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Paths.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Paths.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping CUPS Printer Service Spool.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped CUPS Printer Service Spool.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Timers.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Timers.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily man-db cache update.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily rotation of log files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily rotation of log files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily verification of password and group files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily verification of password and group files.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily locate database update.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily locate database update.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping CUPS Printing Service Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Closed CUPS Printing Service Sockets.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Avahi mDNS/DNS-SD Stack Activation Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping D-Bus System Message Bus Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Closed D-Bus System Message Bus Socket.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping System Initialization.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target System Initialization.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Apply Kernel Variables...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Apply Kernel Variables.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Load/Save Random Seed...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Encrypted Volumes.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Encrypted Volumes.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Setup Virtual Console...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Setup Virtual Console.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Set Up Additional Binary Formats...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Set Up Additional Binary Formats.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Swap.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Swap.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Load/Save Random Seed.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Create Volatile Files and Directories...
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped Create Volatile Files and Directories.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopping Local File Systems.
    May 27 14:26:32 mitchelh-linux systemd[1]: Stopped target Local File Systems.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /run/user/202719/gvfs...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /run/user/120...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting NFS Configuration File System...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /sys/kernel/debug...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /local...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting Temporary Directory...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /run/user/202719/gvfs.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounting /run/user/202719...
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted NFS Configuration File System.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /sys/kernel/debug.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /run/user/120.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted /run/user/202719.
    May 27 14:26:32 mitchelh-linux systemd[1]: Unmounted Temporary Directory.
    May 27 14:26:34 mitchelh-linux systemd[1]: Unmounted /local.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Unmount All Filesystems.
    May 27 14:26:34 mitchelh-linux systemd[1]: Reached target Unmount All Filesystems.
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopping Local File Systems (Pre).
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopped target Local File Systems (Pre).
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopping Remount Root and Kernel File Systems...
    May 27 14:26:34 mitchelh-linux systemd[1]: Stopped Remount Root and Kernel File Systems.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Shutdown.
    May 27 14:26:34 mitchelh-linux systemd[1]: Reached target Shutdown.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Final Step.
    May 27 14:26:34 mitchelh-linux systemd[1]: Reached target Final Step.
    May 27 14:26:34 mitchelh-linux systemd[1]: Starting Reboot...
    May 27 14:26:34 mitchelh-linux systemd[1]: Shutting down.
    May 27 14:26:34 mitchelh-linux systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
    May 27 14:26:34 mitchelh-linux systemd[1]: Set hardware watchdog to 10min.
    May 27 14:26:34 mitchelh-linux kernel: watchdog watchdog0: watchdog did not stop!
    May 27 14:26:34 mitchelh-linux systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    May 27 14:26:34 mitchelh-linux systemd-journal[190]: Journal stopped
    -- Reboot --
    It looks to me like there's a crash in Xorg?? And possibly
    something bad going on with rpcbind?
    Is this a known issue? It's interesting that it has only recently
    started happening to me, and on two totally unrelated
    machines (one work machine and one home machine).
    If this isn't a known issue, any tips on further steps I can take
    for debugging?
    Thanks!
    Im honestly not sure and havent had this issue, but I can give you some troubleshooting ideas. You havent given us much to go on as to what level of troubleshooting youve already done, so Ill offer the basics.
    First, start disabling non-essential services with systemd (by disable I mean not stop but DISABLE where next boot these services wont be loaded). I would start by trying to disable as many of YOUR services (that is, ones that you use on all the machines that are having issues that arent vital for Arch to boot). Reboot (it will hang the first time since the service thats hanging on reboot will likely still hang), and then try to reboot again. If this fixes the reboot issue, enable (or perhaps just start them) half of the ones you disabled, and see if the problem comes back. Just run:
    systemctl
    as root to get a list of units/services.
    If nothing with services seems to fix it, I would start looking at modules. Sometimes people require certain modules to be blacklisted in order for things like rebooting to work (admittedly it seems to me this was more an issue when distros used init as opposed to systemd, but I could be wrong- maybe its just a testament to Linus and Co and their work on the kernel). It would be impossible for me to help you here as you have not given us any data on what your systems are, lsmod/lspci printouts, or any other information. If this is basic stuff youve tried, or if you try it now, let us know how it goes and we might be able to help you...
    Last edited by GSF1200S (2014-05-29 18:47:49)

  • [Partly solved] Nouveau driver crashes, nvidia-libgl-beta problem etc.

    I had the same issue as in thread 1446984 but disabling USB 3.0 in BIOS did not solve the problem.
    I have a new install, and are getting complete freezes on shutdown, but also on switching to another tty than the graphical (freeze after 1-20 seconds after switching tty). This is reproducible 100% of the time.
    I were also getting errors about nouveau, and thought the tty switching freezes might be related to that.
    This was correct, since installing the nvidia-beta driver solved that problem (but not the shutdown issues).
    As a side note, I also had some minor problems installing nvidia-libgl-beta which is a dependency for nvidia-beta.
    Trying to install it with aura gave the following error:
    $ sudo aura -A nvidia-libgl-beta
    [sudo] password for rix:
    aura >>= The following are not AUR packages:
    nvidia-libgl-beta
    aura >>= No valid packages specified.
    Installing it manually from the tarball in AUR seemed to work, but when I tried to install nvidia-beta it complained about nvidia-libgl-beta missing, and it's not in the output of pacman -Q !
    Trying to reinstall it works as well, and pacman says it is reinstalling with net upgrade size 0.
    I removed nvidia-libgl-beta as a dependency from the nvidia-beta PKGBUILD and installed it, it seems to work at least, no more tty switch crashes.
    Also, after installing there is no nvidia*.pkg.tar.xz files in /var/cache/pacman/pkg/. Maybe these are put somewhere else?
    dmesg (includes nouveau errors but it's the "ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion ..." line I believe is the interesting one):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.1-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1a4daa5b-c2e9-44c0-9155-95a9d2c25878 rw cryptdevice=UUID=67ed3f10-6bc9-4413-b567-f9f0111aecf0:cryptroot resume=/dev/mapper/lvm-swapvol quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ba004fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba005000-0x00000000ba00bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ba00c000-0x00000000ba7abfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba7ac000-0x00000000baa1afff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000baa1b000-0x00000000cb3c9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb3ca000-0x00000000cb453fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cb454000-0x00000000cb46efff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cb46f000-0x00000000cb9ddfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cb9de000-0x00000000cbffefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: Micro-Star International Co., Ltd. GS60 2PE/MS-16H2, BIOS E16H2IMS.106 05/13/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x42fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7C00000000 write-back
    [ 0.000000] 1 base 0400000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 0420000000 mask 7FF0000000 write-back
    [ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
    [ 0.000000] 5 base 00CE000000 mask 7FFE000000 uncachable
    [ 0.000000] 6 base 00CD000000 mask 7FFF000000 uncachable
    [ 0.000000] 7 base 042FE00000 mask 7FFFE00000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x42fc00000-0x42fdfffff]
    [ 0.000000] [mem 0x42fc00000-0x42fdfffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x42c000000-0x42fbfffff]
    [ 0.000000] [mem 0x42c000000-0x42fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x42bffffff]
    [ 0.000000] [mem 0x400000000-0x42bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xba004fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0xb9ffffff] page 2M
    [ 0.000000] [mem 0xba000000-0xba004fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xba00c000-0xba7abfff]
    [ 0.000000] [mem 0xba00c000-0xba1fffff] page 4k
    [ 0.000000] [mem 0xba200000-0xba5fffff] page 2M
    [ 0.000000] [mem 0xba600000-0xba7abfff] page 4k
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbaa1b000-0xcb3c9fff]
    [ 0.000000] [mem 0xbaa1b000-0xbabfffff] page 4k
    [ 0.000000] [mem 0xbac00000-0xcb1fffff] page 2M
    [ 0.000000] [mem 0xcb200000-0xcb3c9fff] page 4k
    [ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
    [ 0.000000] [mem 0xcbfff000-0xcbffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x374fa000-0x37a74fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 MSI_NB)
    [ 0.000000] ACPI: XSDT 0x00000000CB459098 0000B4 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000CB466618 00010C (v05 MSI_NB MEGABOOK 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000CB4591E0 00D433 (v02 MSI_NB MEGABOOK 00000030 INTL 20120711)
    [ 0.000000] ACPI: FACS 0x00000000CB9DC080 000040
    [ 0.000000] ACPI: APIC 0x00000000CB466728 000092 (v03 MSI_NB MEGABOOK 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000CB4667C0 000044 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
    [ 0.000000] ACPI: ASF! 0x00000000CB466808 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: MSDM 0x00000000CB4668B0 000055 (v03 MSI_NB MEGABOOK 01072009 AMI 00010013)
    [ 0.000000] ACPI: LPIT 0x00000000CB466908 00005C (v01 MSI_NB MEGABOOK 00000000 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000CB466968 000228 (v01 INTEL sensrhub 00000000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000CB466B90 00018F (v01 Intel zpodd 00001000 INTL 20120711)
    [ 0.000000] ACPI: SLIC 0x00000000CB466D20 000176 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000CB466E98 000575 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000CB467410 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
    [ 0.000000] ACPI: MCFG 0x00000000CB467EE8 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000CB467F28 000038 (v01 MSI_NB MEGABOOK 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000CB467F60 000315 (v01 SataRe SataTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000CB468278 003550 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000CB46B7C8 00143A (v01 SgRef SgPeg 00001000 INTL 20120711)
    [ 0.000000] ACPI: DMAR 0x00000000CB46CC08 0000B8 (v01 INTEL HSW 00000001 INTL 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000CB46CCC0 001472 (v01 OptRef OptTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000042fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x42fdfffff]
    [ 0.000000] NODE_DATA [mem 0x42fdf6000-0x42fdfafff]
    [ 0.000000] [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f400000-ffff88042f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x42fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xba004fff]
    [ 0.000000] node 0: [mem 0xba00c000-0xba7abfff]
    [ 0.000000] node 0: [mem 0xbaa1b000-0xcb3c9fff]
    [ 0.000000] node 0: [mem 0xcbfff000-0xcbffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x42fdfffff]
    [ 0.000000] On node 0 totalpages: 4173553
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12934 pages used for memmap
    [ 0.000000] DMA32 zone: 827733 pages, LIFO batch:31
    [ 0.000000] Normal zone: 52216 pages used for memmap
    [ 0.000000] Normal zone: 3341824 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba005000-0xba00bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba7ac000-0xbaa1afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb3ca000-0xcb453fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb454000-0xcb46efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb46f000-0xcb9ddfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb9de000-0xcbffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcf200000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88042fa00000 s86784 r8192 d23808 u262144
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4108318
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1a4daa5b-c2e9-44c0-9155-95a9d2c25878 rw cryptdevice=UUID=67ed3f10-6bc9-4413-b567-f9f0111aecf0:cryptroot resume=/dev/mapper/lvm-swapvol quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 16347668K/16694212K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 346544K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2494.320 MHz processor
    [ 0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.50 BogoMIPS (lpj=8314400)
    [ 0.000024] pid_max: default: 32768 minimum: 301
    [ 0.000029] ACPI: Core revision 20140424
    [ 0.009832] ACPI: All ACPI Tables successfully acquired
    [ 0.010517] Security Framework initialized
    [ 0.010521] Yama: becoming mindful.
    [ 0.011207] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.013363] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.014280] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.014292] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.014481] Initializing cgroup subsys memory
    [ 0.014494] Initializing cgroup subsys devices
    [ 0.014498] Initializing cgroup subsys freezer
    [ 0.014500] Initializing cgroup subsys net_cls
    [ 0.014502] Initializing cgroup subsys blkio
    [ 0.014521] CPU: Physical Processor ID: 0
    [ 0.014521] CPU: Processor Core ID: 0
    [ 0.014525] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.015291] mce: CPU supports 9 MCE banks
    [ 0.015301] CPU0: Thermal monitoring enabled (TM1)
    [ 0.015311] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    tlb_flushall_shift: 6
    [ 0.015382] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.015942] ftrace: allocating 20434 entries in 80 pages
    [ 0.022339] dmar: Host address width 39
    [ 0.022341] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.022348] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
    [ 0.022349] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.022352] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
    [ 0.022353] dmar: RMRR base: 0x000000cbe94000 end: 0x000000cbea2fff
    [ 0.022354] dmar: RMRR base: 0x000000cd000000 end: 0x000000cf1fffff
    [ 0.022418] IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
    [ 0.022419] HPET id 0 under DRHD base 0xfed91000
    [ 0.022420] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.022530] Enabled IRQ remapping in x2apic mode
    [ 0.022531] Enabling x2apic
    [ 0.022532] Enabled x2apic
    [ 0.022541] Switched APIC routing to cluster x2apic.
    [ 0.022958] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056020] smpboot: CPU0: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.056031] TSC deadline timer enabled
    [ 0.056047] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.056060] ... version: 3
    [ 0.056061] ... bit width: 48
    [ 0.056061] ... generic registers: 4
    [ 0.056062] ... value mask: 0000ffffffffffff
    [ 0.056063] ... max period: 0000ffffffffffff
    [ 0.056063] ... fixed-purpose events: 3
    [ 0.056064] ... event mask: 000000070000000f
    [ 0.079493] x86: Booting SMP configuration:
    [ 0.079494] .... node #0, CPUs: #1
    [ 0.093398] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.100083] #2 #3 #4 #5 #6 #7
    [ 0.220438] x86: Booted up 1 node, 8 CPUs
    [ 0.220442] smpboot: Total of 8 processors activated (39925.00 BogoMIPS)
    [ 0.226421] devtmpfs: initialized
    [ 0.228397] PM: Registering ACPI NVS region [mem 0xba005000-0xba00bfff] (28672 bytes)
    [ 0.228398] PM: Registering ACPI NVS region [mem 0xcb46f000-0xcb9ddfff] (5697536 bytes)
    [ 0.228983] pinctrl core: initialized pinctrl subsystem
    [ 0.229021] RTC time: 0:23:19, date: 08/15/14
    [ 0.229056] NET: Registered protocol family 16
    [ 0.229128] cpuidle: using governor ladder
    [ 0.229129] cpuidle: using governor menu
    [ 0.229147] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.229148] ACPI: bus type PCI registered
    [ 0.229150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.229202] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.229203] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.229261] PCI: Using configuration type 1 for base access
    [ 0.243279] ACPI: Added _OSI(Module Device)
    [ 0.243281] ACPI: Added _OSI(Processor Device)
    [ 0.243282] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.243283] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.245353] ACPI Error: No handler for Region [EC__] (ffff88041f03bc18) [EmbeddedControl] (20140424/evregion-162)
    [ 0.245356] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20140424/exfldio-299)
    [ 0.245358] ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.EC__._REG] (Node ffff88041f03ecf8), AE_NOT_EXIST (20140424/psparse-536)
    [ 0.246040] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.286406] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.299829] ACPI: Dynamic OEM Table Load:
    [ 0.299835] ACPI: SSDT 0xFFFF880418CB3000 0003EA (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.313292] ACPI: Dynamic OEM Table Load:
    [ 0.313298] ACPI: SSDT 0xFFFF880418D31000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.326537] ACPI: Dynamic OEM Table Load:
    [ 0.326541] ACPI: SSDT 0xFFFF880418D01A00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.354461] ACPI: Interpreter enabled
    [ 0.354467] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.354471] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.354482] ACPI: (supports S0 S3 S4 S5)
    [ 0.354483] ACPI: Using IOAPIC for interrupt routing
    [ 0.354500] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.371125] ACPI: Power Resource [PG00] (on)
    [ 0.385654] ACPI: Power Resource [FN00] (off)
    [ 0.385699] ACPI: Power Resource [FN01] (off)
    [ 0.385742] ACPI: Power Resource [FN02] (off)
    [ 0.385786] ACPI: Power Resource [FN03] (off)
    [ 0.385831] ACPI: Power Resource [FN04] (off)
    [ 0.386362] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.386366] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.386519] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 0.386601] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [ 0.386931] PCI host bridge to bus 0000:00
    [ 0.386933] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.386935] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.386936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.386937] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.386938] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.386939] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.386940] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.386940] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.386941] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.386942] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.386943] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
    [ 0.386948] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
    [ 0.387008] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    [ 0.387033] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.387061] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.387093] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
    [ 0.387101] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
    [ 0.387105] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.387108] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.387156] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
    [ 0.387162] pci 0000:00:03.0: reg 0x10: [mem 0xf7414000-0xf7417fff 64bit]
    [ 0.387235] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
    [ 0.387251] pci 0000:00:14.0: reg 0x10: [mem 0xf7400000-0xf740ffff 64bit]
    [ 0.387303] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.387325] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.387356] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
    [ 0.387373] pci 0000:00:16.0: reg 0x10: [mem 0xf741e000-0xf741e00f 64bit]
    [ 0.387429] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.387490] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
    [ 0.387508] pci 0000:00:1a.0: reg 0x10: [mem 0xf741c000-0xf741c3ff]
    [ 0.387586] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.387623] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.387656] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
    [ 0.387670] pci 0000:00:1b.0: reg 0x10: [mem 0xf7410000-0xf7413fff 64bit]
    [ 0.387730] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.387754] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.387784] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
    [ 0.387850] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.387876] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.387902] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
    [ 0.387968] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.387994] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.388018] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
    [ 0.388084] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.388110] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.388133] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
    [ 0.388199] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.388225] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.388261] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
    [ 0.388279] pci 0000:00:1d.0: reg 0x10: [mem 0xf741b000-0xf741b3ff]
    [ 0.388358] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.388395] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.388428] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
    [ 0.388564] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
    [ 0.388578] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.388584] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.388591] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.388597] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.388618] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.388625] pci 0000:00:1f.2: reg 0x24: [mem 0xf741a000-0xf741a7ff]
    [ 0.388658] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.388708] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
    [ 0.388721] pci 0000:00:1f.3: reg 0x10: [mem 0xf7419000-0xf74190ff 64bit]
    [ 0.388739] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.388833] pci 0000:01:00.0: [10de:1199] type 00 class 0x030200
    [ 0.388840] pci 0000:01:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
    [ 0.388847] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.388854] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.388858] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.388863] pci 0000:01:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
    [ 0.388900] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.393257] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.393259] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.393261] pci 0000:00:01.0: bridge window [mem 0xf5000000-0xf60fffff]
    [ 0.393264] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.393341] acpiphp: Slot [1] registered
    [ 0.393351] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.393425] acpiphp: Slot [1-1] registered
    [ 0.393435] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.393439] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.393443] pci 0000:00:1c.2: bridge window [mem 0xf6800000-0xf71fffff]
    [ 0.393448] pci 0000:00:1c.2: bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
    [ 0.393716] pci 0000:04:00.0: [1969:e091] type 00 class 0x020000
    [ 0.394035] pci 0000:04:00.0: reg 0x10: [mem 0xf7300000-0xf733ffff 64bit]
    [ 0.394138] pci 0000:04:00.0: reg 0x18: [io 0xc000-0xc07f]
    [ 0.395629] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.395860] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.400012] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.400015] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    [ 0.400019] pci 0000:00:1c.3: bridge window [mem 0xf7300000-0xf73fffff]
    [ 0.400137] pci 0000:05:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.400192] pci 0000:05:00.0: reg 0x10: [mem 0xf7200000-0xf7201fff 64bit]
    [ 0.400431] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
    [ 0.400485] pci 0000:05:00.0: System wakeup disabled by ACPI
    [ 0.406642] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.406647] pci 0000:00:1c.4: bridge window [mem 0xf7200000-0xf72fffff]
    [ 0.406725] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.414012] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 0.414043] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.414073] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 0.414102] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 0.414131] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.414160] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.414189] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 0.414217] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 10 11 12 14 15)
    [ 0.414398] ACPI: Enabled 6 GPEs in block 00 to 3F
    [ 0.414425] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.414488] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.414490] vgaarb: loaded
    [ 0.414491] vgaarb: bridge control possible 0000:00:02.0
    [ 0.414510] PCI: Using ACPI for IRQ routing
    [ 0.415717] PCI: pci_cache_line_size set to 64 bytes
    [ 0.415760] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.415762] e820: reserve RAM buffer [mem 0xba005000-0xbbffffff]
    [ 0.415763] e820: reserve RAM buffer [mem 0xba7ac000-0xbbffffff]
    [ 0.415764] e820: reserve RAM buffer [mem 0xcb3ca000-0xcbffffff]
    [ 0.415765] e820: reserve RAM buffer [mem 0x42fe00000-0x42fffffff]
    [ 0.415845] NetLabel: Initializing
    [ 0.415846] NetLabel: domain hash size = 128
    [ 0.415847] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.415856] NetLabel: unlabeled traffic allowed by default
    [ 0.415875] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.415879] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.417907] Switched to clocksource hpet
    [ 0.421100] pnp: PnP ACPI init
    [ 0.421109] ACPI: bus type PNP registered
    [ 0.421154] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.421156] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.421271] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.421272] system 00:01: [io 0xffff] has been reserved
    [ 0.421274] system 00:01: [io 0xffff] has been reserved
    [ 0.421275] system 00:01: [io 0xffff] has been reserved
    [ 0.421276] system 00:01: [io 0x1c00-0x1cfe] has been reserved
    [ 0.421278] system 00:01: [io 0x1d00-0x1dfe] has been reserved
    [ 0.421279] system 00:01: [io 0x1e00-0x1efe] has been reserved
    [ 0.421280] system 00:01: [io 0x1f00-0x1ffe] has been reserved
    [ 0.421281] system 00:01: [io 0x1800-0x18fe] could not be reserved
    [ 0.421283] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.421284] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.421306] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.421336] system 00:03: [io 0x1854-0x1857] has been reserved
    [ 0.421337] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.421368] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.421370] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.421401] pnp 00:05: Plug and Play ACPI device, IDs ETD0301 PNP0f13 SYN1500 SYN0002 (active)
    [ 0.421425] pnp 00:06: Plug and Play ACPI device, IDs MSI0007 PNP030b (active)
    [ 0.428497] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.428499] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.428500] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.428501] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.428502] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.428503] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.428504] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.428505] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.428507] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.428508] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.428509] system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
    [ 0.428510] system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
    [ 0.428512] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.428661] pnp: PnP ACPI: found 8 devices
    [ 0.428662] ACPI: bus type PNP unregistered
    [ 0.434525] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.434527] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.434529] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.434547] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.434548] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.434549] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.434553] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
    [ 0.434557] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
    [ 0.434559] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.434560] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.434562] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.434564] pci 0000:00:01.0: bridge window [mem 0xf5000000-0xf60fffff]
    [ 0.434566] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.434568] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.434571] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.434574] pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff]
    [ 0.434578] pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
    [ 0.434583] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.434585] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.434594] pci 0000:00:1c.2: bridge window [mem 0xf6800000-0xf71fffff]
    [ 0.434597] pci 0000:00:1c.2: bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
    [ 0.434602] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.434604] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    [ 0.434608] pci 0000:00:1c.3: bridge window [mem 0xf7300000-0xf73fffff]
    [ 0.434614] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.434619] pci 0000:00:1c.4: bridge window [mem 0xf7200000-0xf72fffff]
    [ 0.434625] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.434627] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.434628] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.434628] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.434629] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.434630] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.434631] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.434632] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.434633] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.434634] pci_bus 0000:00: resource 13 [mem 0xcf200000-0xfeafffff]
    [ 0.434635] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.434636] pci_bus 0000:01: resource 1 [mem 0xf5000000-0xf60fffff]
    [ 0.434637] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.434638] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.434639] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
    [ 0.434640] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
    [ 0.434641] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.434642] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf71fffff]
    [ 0.434643] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref]
    [ 0.434644] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.434645] pci_bus 0000:04: resource 1 [mem 0xf7300000-0xf73fffff]
    [ 0.434646] pci_bus 0000:05: resource 1 [mem 0xf7200000-0xf72fffff]
    [ 0.434665] NET: Registered protocol family 2
    [ 0.434817] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.434957] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.435058] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.435070] TCP: reno registered
    [ 0.435083] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.435119] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.435175] NET: Registered protocol family 1
    [ 0.435185] pci 0000:00:02.0: Boot video device
    [ 0.468054] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.468062] PCI: CLS 64 bytes, default 64
    [ 0.468102] Unpacking initramfs...
    [ 0.532072] Freeing initrd memory: 5612K (ffff8800374fa000 - ffff880037a75000)
    [ 0.532091] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.532093] software IO TLB [mem 0xc73ca000-0xcb3ca000] (64MB) mapped at [ffff8800c73ca000-ffff8800cb3c9fff]
    [ 0.532304] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.532341] Scanning for low memory corruption every 60 seconds
    [ 0.532551] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.532785] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.533736] zbud: loaded
    [ 0.533873] VFS: Disk quotas dquot_6.5.2
    [ 0.533900] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.533989] msgmni has been set to 31940
    [ 0.534033] Key type big_key registered
    [ 0.534168] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.534218] io scheduler noop registered
    [ 0.534220] io scheduler deadline registered
    [ 0.534251] io scheduler cfq registered (default)
    [ 0.534366] pcieport 0000:00:01.0: irq 42 for MSI/MSI-X
    [ 0.534677] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.534686] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.534714] vesafb: mode is 2880x1620x32, linelength=11520, pages=0
    [ 0.534715] vesafb: scrolling: redraw
    [ 0.534716] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.534738] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90005c00000, using 18240k, total 18240k
    [ 0.822629] Console: switching to colour frame buffer device 360x101
    [ 1.110079] fb0: VESA VGA frame buffer device
    [ 1.110094] intel_idle: MWAIT substates: 0x42120
    [ 1.110095] intel_idle: v0.4 model 0x3C
    [ 1.110096] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.110313] GHES: HEST is not enabled!
    [ 1.110361] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.110652] Linux agpgart interface v0.103
    [ 1.110693] rtc_cmos 00:02: RTC can wake from S4
    [ 1.110794] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.110819] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 1.110828] Intel P-state driver initializing.
    [ 1.110838] Intel pstate controlling: cpu 0
    [ 1.110854] Intel pstate controlling: cpu 1
    [ 1.110867] Intel pstate controlling: cpu 2
    [ 1.110879] Intel pstate controlling: cpu 3
    [ 1.110891] Intel pstate controlling: cpu 4
    [ 1.110899] Intel pstate controlling: cpu 5
    [ 1.110911] Intel pstate controlling: cpu 6
    [ 1.110923] Intel pstate controlling: cpu 7
    [ 1.111000] ledtrig-cpu: registered to indicate activity on CPUs
    [ 1.111276] TCP: cubic registered
    [ 1.111504] NET: Registered protocol family 10
    [ 1.111971] NET: Registered protocol family 17
    [ 1.112783] registered taskstats version 1
    [ 1.114136] Magic number: 10:956:354
    [ 1.114303] rtc_cmos 00:02: setting system clock to 2014-08-15 00:23:19 UTC (1408062199)
    [ 1.114490] PM: Checking hibernation image partition /dev/mapper/lvm-swapvol
    [ 1.114497] PM: Hibernation image not present or could not be loaded.
    [ 1.116376] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 1.116380] Write protecting the kernel read-only data: 8192k
    [ 1.121213] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
    [ 1.123178] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 1.135874] random: systemd-tmpfile urandom read with 4 bits of entropy available
    [ 1.136933] systemd-udevd[80]: starting version 215
    [ 1.139538] device-mapper: uevent: version 1.0.3
    [ 1.139594] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 1.149753] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.156378] ACPI: bus type USB registered
    [ 1.156404] usbcore: registered new interface driver usbfs
    [ 1.156415] usbcore: registered new interface driver hub
    [ 1.156476] usbcore: registered new device driver usb
    [ 1.156933] SCSI subsystem initialized
    [ 1.162079] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.162996] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.163041] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.163214] ehci-pci: EHCI PCI platform driver
    [ 1.163316] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.163320] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.163332] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.164275] libata version 3.00 loaded.
    [ 1.164967] AVX2 version of gcm_enc/dec engaged.
    [ 1.167248] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.167266] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf741c000
    [ 1.175425] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.175578] hub 1-0:1.0: USB hub found
    [ 1.175582] hub 1-0:1.0: 2 ports detected
    [ 1.175779] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.175783] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.175793] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.179710] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.179723] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf741b000
    [ 1.179857] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.188804] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.188987] hub 2-0:1.0: USB hub found
    [ 1.188991] hub 2-0:1.0: 2 ports detected
    [ 1.189214] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.189222] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.189323] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.189343] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
    [ 1.189561] hub 3-0:1.0: USB hub found
    [ 1.189580] hub 3-0:1.0: 14 ports detected
    [ 1.192223] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.192226] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 1.192336] hub 4-0:1.0: USB hub found
    [ 1.192347] hub 4-0:1.0: 6 ports detected
    [ 1.193001] usb: failed to peer usb4-port6 and usb3-port4 by location (usb4-port6:none) (usb3-port4:usb4-port4)
    [ 1.193002] usb usb4-port6: failed to peer to usb3-port4 (-16)
    [ 1.193002] usb: port power management may be unreliable
    [ 1.193071] ahci 0000:00:1f.2: version 3.0
    [ 1.193201] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
    [ 1.193239] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x10 impl SATA mode
    [ 1.193241] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 1.193733] scsi0 : ahci
    [ 1.193850] scsi1 : ahci
    [ 1.193946] scsi2 : ahci
    [ 1.194041] scsi3 : ahci
    [ 1.194109] scsi4 : ahci
    [ 1.194177] scsi5 : ahci
    [ 1.194201] ata1: DUMMY
    [ 1.194201] ata2: DUMMY
    [ 1.194202] ata3: DUMMY
    [ 1.194203] ata4: DUMMY
    [ 1.194205] ata5: SATA max UDMA/133 abar m2048@0xf741a000 port 0xf741a300 irq 44
    [ 1.194206] ata6: DUMMY
    [ 1.482494] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.512521] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.513764] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.513768] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.513770] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 1.514950] ata5.00: ATA-8: HGST HTS721010A9E630, JB0OA3J0, max UDMA/133
    [ 1.514953] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.516323] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.516327] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.516329] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 1.517496] ata5.00: configured for UDMA/133
    [ 1.517668] scsi 4:0:0:0: Direct-Access ATA HGST HTS721010A9 A3J0 PQ: 0 ANSI: 5
    [ 1.520380] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.520382] sd 4:0:0:0: [sda] 4096-byte physical blocks
    [ 1.520463] sd 4:0:0:0: [sda] Write Protect is off
    [ 1.520466] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.520499] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.535828] tsc: Refined TSC clocksource calibration: 2494.224 MHz
    [ 1.594508] sda: sda1 sda2 sda3 sda128
    [ 1.595313] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 1.606608] hub 1-1:1.0: USB hub found
    [ 1.606671] hub 1-1:1.0: 6 ports detected
    [ 1.712720] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.836976] hub 2-1:1.0: USB hub found
    [ 1.837108] hub 2-1:1.0: 8 ports detected
    [ 1.996416] usb 3-5: new low-speed USB device number 2 using xhci_hcd
    [ 2.173583] usb 3-5: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.175034] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.176842] usbcore: registered new interface driver usbhid
    [ 2.176844] usbhid: USB HID core driver
    [ 2.177298] input: Mouse USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:FFC0:0040.0001/input/input2
    [ 2.177340] hid-generic 0003:FFC0:0040.0001: input,hidraw0: USB HID v1.11 Mouse [Mouse USB Laser Mouse] on usb-0000:00:14.0-5/input0
    [ 2.239993] usb 1-1.3: new full-speed USB device number 3 using ehci-pci
    [ 2.403591] usb 2-1.8: new full-speed USB device number 3 using ehci-pci
    [ 2.491845] hid-generic 0003:1770:FF00.0002: hiddev0,hidraw1: USB HID v1.10 Device [MSI EPF USB MSI EPF USB] on usb-0000:00:1d.0-1.8/input0
    [ 2.537099] Switched to clocksource tsc
    [ 9.125249] random: nonblocking pool is initialized
    [ 15.501907] NET: Registered protocol family 38
    [ 17.087530] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 18.229927] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
    [ 18.534354] systemd-udevd[279]: starting version 215
    [ 18.952256] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/PNP0C09:00/PNP0C0D:00/input/input3
    [ 18.952469] ACPI: Fan [FAN0] (off)
    [ 18.952491] ACPI: Fan [FAN1] (off)
    [ 18.952509] ACPI: Fan [FAN2] (off)
    [ 18.952526] ACPI: Fan [FAN3] (off)
    [ 18.952543] ACPI: Fan [FAN4] (off)
    [ 18.955614] ACPI: Lid Switch [LID0]
    [ 18.955655] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    [ 18.955658] ACPI: Power Button [PWRB]
    [ 18.955686] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 18.955687] ACPI: Power Button [PWRF]
    [ 18.966606] wmi: Mapper loaded
    [ 19.047576] thermal LNXTHERM:00: registered as thermal_zone0
    [ 19.047578] ACPI: Thermal Zone [TZ00] (28 C)
    [ 19.047729] thermal LNXTHERM:01: registered as thermal_zone1
    [ 19.047730] ACPI: Thermal Zone [TZ01] (30 C)
    [ 19.050742] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 19.068816] thermal LNXTHERM:02: registered as thermal_zone2
    [ 19.068818] ACPI: Thermal Zone [THRM] (53 C)
    [ 19.071927] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 19.071931] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 19.124018] [drm] Initialized drm 1.1.0 20060810
    [ 19.155967] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 19.191918] ACPI: Battery Slot [BAT1] (battery present)
    [ 19.198641] ACPI: AC Adapter [ADP1] (on-line)
    [ 19.201166] mei_me 0000:00:16.0: irq 45 for MSI/MSI-X
    [ 19.230883] microcode: CPU0 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.320790] mousedev: PS/2 mouse device common for all mice
    [ 19.340987] input: MSI WMI hotkeys as /devices/virtual/input/input8
    [ 19.350216] iTCO_vendor_support: vendor-support=0
    [ 19.357069] [drm] Memory usable by graphics device = 2048M
    [ 19.357071] [drm] Replacing VGA console driver
    [ 19.357073] checking generic (d0000000 11d0000) vs hw (d0000000 10000000)
    [ 19.357074] fb: switching to inteldrmfb from VESA VGA
    [ 19.357086] Console: switching to colour dummy device 80x25
    [ 19.360084] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 19.360106] iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
    [ 19.360171] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 19.375453] i915 0000:00:02.0: irq 46 for MSI/MSI-X
    [ 19.375461] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 19.375462] [drm] Driver supports precise vblank timestamp query.
    [ 19.375480] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 19.396788] [drm] VBT doesn't support DRRS
    [ 19.413293] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [44:8a:5b:6f:c3:57]
    [ 19.434956] cfg80211: Calling CRDA to update world regulatory domain
    [ 19.465506] microcode: CPU1 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465534] microcode: CPU2 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465555] microcode: CPU3 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465575] microcode: CPU4 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465588] microcode: CPU5 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465603] microcode: CPU6 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465625] microcode: CPU7 sig=0x306c3, pf=0x20, revision=0x17
    [ 19.465673] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 19.518669] Bluetooth: Core ver 2.19
    [ 19.518681] NET: Registered protocol family 31
    [ 19.518682] Bluetooth: HCI device and connection manager initialized
    [ 19.518688] Bluetooth: HCI socket layer initialized
    [ 19.518689] Bluetooth: L2CAP socket layer initialized
    [ 19.545919] Bluetooth: SCO socket layer initialized
    [ 19.545920] systemd-udevd[296]: renamed network interface eth0 to enp4s0
    [ 19.555627] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 19.579086] fbcon: inteldrmfb (fb0) is primary device
    [ 19.634446] usbcore: registered new interface driver btusb
    [ 19.647874] Bluetooth: hci0: read Intel version: 370710018002030d00
    [ 19.662947] MXM: GUID detected in BIOS
    [ 19.663037] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 19.663093] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 19.663229] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
    [ 19.663230] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle
    [ 19.672404] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 19.672404] Copyright(c) 2003- 2014 Intel Corporation
    [ 19.672511] iwlwifi 0000:05:00.0: irq 47 for MSI/MSI-X
    [ 19.774284] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
    [ 19.803544] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x461f00)
    [ 19.804987] iwlwifi 0000:05:00.0: loaded firmware version 23.214.9.0 op_mode iwlmvm
    [ 19.820975] psmouse serio1: elantech: Synaptics capabilities query result 0x00, 0x15, 0x0e.
    [ 19.908919] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input7
    [ 19.956219] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
    [ 20.011971] iwlwifi 0000:05:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
    [ 20.012015] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
    [ 20.012231] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
    [ 20.155135] Adding 16777212k swap on /dev/mapper/lvm-swapvol. Priority:-1 extents:1 across:16777212k FS
    [ 20.301346] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 20.329844] systemd-udevd[285]: renamed network interface wlan0 to wlp5s0
    [ 20.646833] Console: switching to colour frame buffer device 360x101
    [ 20.661807] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 20.661808] i915 0000:00:02.0: registered panic notifier
    [ 20.684762] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 20.707714] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 20.707767] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:44/LNXVIDEO:00/input/input9
    [ 20.708831] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 20.708889] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input10
    [ 20.708952] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 20.709072] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0e4190a2
    [ 20.709074] nouveau [ DEVICE][0000:01:00.0] Chipset: GK104 (NVE4)
    [ 20.709075] nouveau [ DEVICE][0000:01:00.0] Family : NVE0
    [ 20.709094] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
    [ 20.709100] nouveau [ VBIOS][0000:01:00.0] ... signature not found
    [ 20.709101] nouveau [ VBIOS][0000:01:00.0] checking PROM for image...
    [ 20.709410] snd_hda_intel 0000:00:03.0: irq 48 for MSI/MSI-X
    [ 20.709527] snd_hda_intel 0000:00:1b.0: irq 49 for MSI/MSI-X
    [ 20.778578] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
    [ 20.778580] nouveau [ VBIOS][0000:01:00.0] using image from PROM
    [ 20.778686] nouveau [ VBIOS][0000:01:00.0] BIT signature found
    [ 20.778688] nouveau [ VBIOS][0000:01:00.0] version 80.04.ef.00.21
    [ 20.778987] nouveau [ DEVINIT][0000:01:00.0] adaptor not initialised
    [ 20.778994] nouveau [ VBIOS][0000:01:00.0] running init tables
    [ 20.968712] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
    [ 20.968772] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12
    [ 20.968830] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
    [ 21.009002] sound hdaudioC1D0: autoconfig: line_outs=2 (0x15/0x1b/0x0/0x0/0x0) type:speaker
    [ 21.009005] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 21.009006] sound hdaudioC1D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
    [ 21.009007] sound hdaudioC1D0: mono: mono_out=0x0
    [ 21.009008] sound hdaudioC1D0: dig-out=0x1e/0x0
    [ 21.009009] sound hdaudioC1D0: inputs:
    [ 21.009010] sound hdaudioC1D0: Mic=0x18
    [ 21.009011] sound hdaudioC1D0: Internal Mic=0x12
    [ 21.016614] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input14
    [ 21.016783] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
    [ 21.016842] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
    [ 21.043492] nouveau 0000:01:00.0: irq 50 for MSI/MSI-X
    [ 21.043506] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled
    [ 21.043546] nouveau [ PFB][0000:01:00.0] RAM type: GDDR5
    [ 21.043547] nouveau [ PFB][0000:01:00.0] RAM size: 3072 MiB
    [ 21.043548] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags
    [ 21.045953] nouveau [ VOLT][0000:01:00.0] GPU voltage: 600000uv
    [ 21.074609] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
    [ 21.074615] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
    [ 21.074622] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
    [ 21.074643] nouveau [ CLK][0000:01:00.0] 07: core 324-405 MHz memory 648 MHz
    [ 21.074686] nouveau [ CLK][0000:01:00.0] 0a: core 405-967 MHz memory 1620 MHz
    [ 21.074757] nouveau [ CLK][0000:01:00.0] 0e: core 405-967 MHz memory 4000 MHz
    [ 21.074843] nouveau [ CLK][0000:01:00.0] 0f: core 405-967 MHz memory 5000 MHz
    [ 21.074913] nouveau [ CLK][0000:01:00.0] --: core 324 MHz memory 648 MHz
    [ 21.113338] nouveau E[ PBUS][0000:01:00.0] MMIO read of 0x00000000 FAULT at 0x400700 [ IBUS ]
    [ 21.113368] vga_switcheroo: enabled
    [ 21.113471] [TTM] Zone kernel: Available graphics memory: 8177794 kiB
    [ 21.113473] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    [ 21.113473] [TTM] Initializing pool allocator
    [ 21.113477] [TTM] Initializing DMA pool allocator
    [ 21.113484] nouveau [ DRM] VRAM: 3072 MiB
    [ 21.113485] nouveau [ DRM] GART: 1048576 MiB
    [ 21.113487] nouveau [ DRM] TMDS table version 2.0
    [ 21.113489] nouveau [ DRM] DCB version 4.0
    [ 21.119681] nouveau [ DRM] MM: using COPY for buffer copies
    [ 21.119686] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 1
    [ 21.347781] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 21.985072] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 21.993709] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 26.353187] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 26.353470] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
    [ 26.353475] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 28.489788] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 28.566055] systemd-journald[255]: Received request to flush runtime journal from PID 1
    [ 28.853911] systemd-journald[255]: File /var/log/journal/2083dda0e63b4e6cad96cc755ad72173/system.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 30.756848] alx 0000:04:00.0: irq 51 for MSI/MSI-X
    [ 30.757162] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
    [ 30.759420] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
    [ 30.759647] iwlwifi 0000:05:00.0: L1 Disabled; Enabling L0S
    [ 30.771168] IPv6: ADDRCONF(NETDEV_UP): wlp5s0: link is not ready
    [ 30.780781] nouveau E[ PBUS][0000:01:00.0] MMIO read of 0x00000000 FAULT at 0x400700 [ IBUS ]
    [ 33.277389] nouveau E[ PGRAPH][0000:01:00.0] HUB_INIT timed out
    [ 33.277393] nouveau E[ PGRAPH][0000:01:00.0] 409000 - done 0x00000220
    [ 33.277397] nouveau E[ PGRAPH][0000:01:00.0] 409000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
    [ 33.277401] nouveau E[ PGRAPH][0000:01:00.0] 409000 - stat 0x00000000 0x00000000 0x00000006 0x00000001
    [ 33.277403] nouveau E[ PGRAPH][0000:01:00.0] 502000 - done 0x00000340
    [ 33.277408] nouveau E[ PGRAPH][0000:01:00.0] 502000 - stat 0x80000000 0x00006500 0x00000000 0x00000000
    [ 33.277414] nouveau E[ PGRAPH][0000:01:00.0] 502000 - stat 0x00000000 0x00000000 0x00000002 0x00000000
    [ 33.277415] nouveau E[ PGRAPH][0000:01:00.0] 50a000 - done 0x00000340
    [ 33.277421] nouveau E[ PGRAPH][0000:01:00.0] 50a000 - stat 0x80000000 0x00008e00 0x00000000 0x00000000
    [ 33.277426] nouveau E[ PGRAPH][0000:01:00.0] 50a000 - stat 0x00000000 0x00000000 0x00000002 0x00000000
    [ 33.277428] nouveau E[ PGRAPH][0000:01:00.0] 512000 - done 0x00000300
    [ 33.277433] nouveau E[ PGRAPH][0000:01:00.0] 512000 - stat 0x00000000 0x00017f00 0x00000000 0x00000000
    [ 33.277439] nouveau E[ PGRAPH][0000:01:00.0] 512000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
    [ 33.277441] nouveau E[ PGRAPH][0000:01:00.0] 51a000 - done 0x00000300
    [ 33.277446] nouveau E[ PGRAPH][0000:01:00.0] 51a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
    [ 33.277451] nouveau E[ PGRAPH][0000:01:00.0] 51a000 - stat 0x00000000 0x00000000 0x00000000 0x00000000
    [ 33.277452] nouveau E[ PGRAPH][0000:01:00.0] init failed, -16
    [ 34.226370] cfg80211: Calling CRDA to update world regulatory domain
    [ 36.247358] fuse init (API version 7.23)
    [ 39.340754] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 39.341033] ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
    [ 39.341037] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 53.952829] systemd-journald[255]: File /var/log/journal/2083dda0e63b4e6cad96cc755ad72173/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 54.363832] nouveau E[ DRM] failed to idle channel 0xcccc0000 [DRM]
    [ 54.477547] pci_pm_runtime_suspend(): nouveau_pmops_runtime_suspend+0x0/0xe0 [nouveau] returns -16
    [ 60.362546] wlp5s0: authenticate with 94:44:52:dc:db:bf
    [ 60.365767] wlp5s0: send auth to 94:44:52:dc:db:bf (try 1/3)
    [ 60.367581] wlp5s0: authenticated
    [ 60.370498] wlp5s0: associate with 94:44:52:dc:db:bf (try 1/3)
    [ 60.374426] wlp5s0: RX AssocResp from 94:44:52:dc:db:bf (capab=0x411 status=0 aid=3)
    [ 60.375328] wlp5s0: associated
    [ 60.375354] IPv6: ADDRCONF(NETDEV_CHANGE): wlp5s0: link becomes ready
    journalctl -x:
    -- Logs begin at Thu 2014-08-14 21:31:47 CEST, end at Fri 2014-08-15 02:25:40 CEST. --
    Aug 14 21:31:47 riXmsi systemd[579]: Starting Paths.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Aug 14 21:31:47 riXmsi systemd[579]: Reached target Paths.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Aug 14 21:31:47 riXmsi systemd[579]: Starting Timers.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Aug 14 21:31:47 riXmsi systemd[579]: Reached target Timers.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Aug 14 21:31:47 riXmsi systemd[579]: Starting Sockets.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Aug 14 21:31:47 riXmsi systemd[579]: Reached target Sockets.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Aug 14 21:31:47 riXmsi systemd[579]: Starting Basic System.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Aug 14 21:31:47 riXmsi systemd[579]: Reached target Basic System.
    -- Subject: Unit UNIT

    keyboard and mouse are now auto-detected. Do you have xf86-input-evdev installed? If so, you do not need to explicitly set the drivers for keyboard and mouse in xorg.conf. You can try it out if you like.

  • Suspend resume fail - nvidia 8600gt

    When resuming,
    shows kernel message like '...soft reset failed...' short time.
    screen goes black.
    power button works.
    I've tried with,
    linux, nouveau
    linux, nvidia
    linux-lts, nvidia-lts
    Any advice will be appreciated.
    Thanks.
    $ sudo lspci -vvv -s 01:00.0
    01:00.0 VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600 GT] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Samsung Electronics Co Ltd Device 806b
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 41
    Region 0: Memory at f2000000 (32-bit, non-prefetchable) [size=16M]
    Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 3: Memory at f0000000 (64-bit, non-prefetchable) [size=32M]
    Region 5: I/O ports at 9000 [size=128]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [60] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Address: 00000000fee0300c Data: 41b1
    Capabilities: [78] Express (v1) Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
    ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 512 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
    LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s, Exit Latency L0s <512ns, L1 <4us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
    Status: NegoPending- InProgress-
    Capabilities: [128 v1] Power Budgeting <?>
    Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    $ inxi -v 1
    System: Host: ych Kernel: 3.14.16-1-lts x86_64 (64 bit) Desktop: i3 4.8
    Distro: Arch Linux
    CPU: Dual core AMD Athlon 64 X2 6000+ (-MCP-) clocked at 1000 MHz
    Graphics: Card: NVIDIA G84 [GeForce 8600 GT]
    Display Server: X.Org 1.16.0 driver: nvidia
    Resolution: [email protected]
    GLX Renderer: GeForce 8600 GT/PCIe/SSE2
    GLX Version: 3.3.0 NVIDIA 340.32
    Drives: HDD Total Size: 500.1GB (43.5% used)
    Info: Processes: 94 Uptime: 2:08 Memory: 794.6/3956.6MB
    Client: Shell (fish) inxi: 2.1.29
    $ pacman -Q linux linux-lts nvidia nvidia-lts
    linux 3.16-2
    linux-lts 3.14.16-1
    nvidia 340.32-1
    nvidia-lts 340.32-1
    $ journalctl -b db690544e0ef4017a2e9f3afe69f0a23
    -- Logs begin at Tue 2014-07-29 00:50:20 KST, end at Fri 2014-08-15 13:04:16 KST. --
    Aug 14 21:55:30 ych systemd-journal[127]: Runtime journal is using 8.0M (max allowed 197.8M, trying to leave 296.7M free of 1.9G available → current limit 197.8M).
    Aug 14 21:55:30 ych systemd-journal[127]: Runtime journal is using 8.0M (max allowed 197.8M, trying to leave 296.7M free of 1.9G available → current limit 197.8M).
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys cpuset
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys cpu
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys cpuacct
    Aug 14 21:55:30 ych kernel: Linux version 3.14.16-1-lts (nobody@var-lib-archbuild-extra-x86_64-barthalion) (gcc version 4.9.1 (GCC) ) #1 SMP Fri Aug 8 06:23:48 UTC 2014
    Aug 14 21:55:30 ych kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=4ccffff2-b9d7-4f91-951c-086012178dfb rw quiet resume=/dev/disk/by-uuid/88ac4005-a90a-4f54-9cde-72060b2c1da4
    Aug 14 21:55:30 ych kernel: e820: BIOS-provided physical RAM map:
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000000d0000-0x00000000000fffff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cfe7ffff] usable
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000cfe80000-0x00000000cfe88fff] ACPI data
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000cfe89000-0x00000000cfe8afff] ACPI NVS
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000cfe8b000-0x00000000cfffffff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Aug 14 21:55:30 ych kernel: BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    Aug 14 21:55:30 ych kernel: NX (Execute Disable) protection: active
    Aug 14 21:55:30 ych kernel: SMBIOS 2.4 present.
    Aug 14 21:55:30 ych kernel: DMI: SAMSUNG ELECTRONICS CO.,LTD Samsung DeskTop System/Samsung DeskTop System, BIOS 03QA.0145.20080131.KKH 01/31/2008
    Aug 14 21:55:30 ych kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Aug 14 21:55:30 ych kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Aug 14 21:55:30 ych kernel: No AGP bridge found
    Aug 14 21:55:30 ych kernel: e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Aug 14 21:55:30 ych kernel: MTRR default type: uncachable
    Aug 14 21:55:30 ych kernel: MTRR fixed ranges enabled:
    Aug 14 21:55:30 ych kernel: 00000-9FFFF write-back
    Aug 14 21:55:30 ych kernel: A0000-BFFFF uncachable
    Aug 14 21:55:30 ych kernel: C0000-CFFFF write-protect
    Aug 14 21:55:30 ych kernel: D0000-DEFFF uncachable
    Aug 14 21:55:30 ych kernel: DF000-DFFFF write-back
    Aug 14 21:55:30 ych kernel: E0000-E3FFF uncachable
    Aug 14 21:55:30 ych kernel: E4000-FFFFF write-protect
    Aug 14 21:55:30 ych kernel: MTRR variable ranges enabled:
    Aug 14 21:55:30 ych kernel: 0 base 0000000000 mask FF80000000 write-back
    Aug 14 21:55:30 ych kernel: 1 base 0080000000 mask FFC0000000 write-back
    Aug 14 21:55:30 ych kernel: 2 base 00C0000000 mask FFF0000000 write-back
    Aug 14 21:55:30 ych kernel: 3 disabled
    Aug 14 21:55:30 ych kernel: 4 disabled
    Aug 14 21:55:30 ych kernel: 5 disabled
    Aug 14 21:55:30 ych kernel: 6 disabled
    Aug 14 21:55:30 ych kernel: 7 disabled
    Aug 14 21:55:30 ych kernel: TOM2: 0000000130000000 aka 4864M
    Aug 14 21:55:30 ych kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Aug 14 21:55:30 ych kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Aug 14 21:55:30 ych kernel: e820: last_pfn = 0xcfe80 max_arch_pfn = 0x400000000
    Aug 14 21:55:30 ych kernel: found SMP MP-table at [mem 0x000f7560-0x000f756f] mapped at [ffff8800000f7560]
    Aug 14 21:55:30 ych kernel: Scanning 1 areas for low memory corruption
    Aug 14 21:55:30 ych kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Aug 14 21:55:30 ych kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Aug 14 21:55:30 ych kernel: [mem 0x00000000-0x000fffff] page 4k
    Aug 14 21:55:30 ych kernel: BRK [0x01b3c000, 0x01b3cfff] PGTABLE
    Aug 14 21:55:30 ych kernel: BRK [0x01b3d000, 0x01b3dfff] PGTABLE
    Aug 14 21:55:30 ych kernel: BRK [0x01b3e000, 0x01b3efff] PGTABLE
    Aug 14 21:55:30 ych kernel: init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
    Aug 14 21:55:30 ych kernel: [mem 0x12fe00000-0x12fffffff] page 2M
    Aug 14 21:55:30 ych kernel: BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    Aug 14 21:55:30 ych kernel: init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
    Aug 14 21:55:30 ych kernel: [mem 0x12c000000-0x12fdfffff] page 2M
    Aug 14 21:55:30 ych kernel: init_memory_mapping: [mem 0x100000000-0x12bffffff]
    Aug 14 21:55:30 ych kernel: [mem 0x100000000-0x12bffffff] page 2M
    Aug 14 21:55:30 ych kernel: init_memory_mapping: [mem 0x00100000-0xcfe7ffff]
    Aug 14 21:55:30 ych kernel: [mem 0x00100000-0x001fffff] page 4k
    Aug 14 21:55:30 ych kernel: [mem 0x00200000-0xcfdfffff] page 2M
    Aug 14 21:55:30 ych kernel: [mem 0xcfe00000-0xcfe7ffff] page 4k
    Aug 14 21:55:30 ych kernel: RAMDISK: [mem 0x379ba000-0x37cd4fff]
    Aug 14 21:55:30 ych kernel: ACPI: RSDP 00000000000f7530 000024 (v02 PTLTD )
    Aug 14 21:55:30 ych kernel: ACPI: XSDT 00000000cfe82670 00005C (v01 SECCSD LH43STAR 06040000 LTP 00000000)
    Aug 14 21:55:30 ych kernel: ACPI: FACP 00000000cfe88924 0000F4 (v03 SEC MAGIC 06040000 ATI 000F4240)
    Aug 14 21:55:30 ych kernel: ACPI: DSDT 00000000cfe826cc 006258 (v01 ATI SB600 06040000 MSFT 03000000)
    Aug 14 21:55:30 ych kernel: ACPI: FACS 00000000cfe8afc0 000040
    Aug 14 21:55:30 ych kernel: ACPI: SSDT 00000000cfe88a8c 00030E (v01 AMD POWERNOW 06040000 AMD 00000001)
    Aug 14 21:55:30 ych kernel: ACPI: APIC 00000000cfe88d9a 000054 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    Aug 14 21:55:30 ych kernel: ACPI: MCFG 00000000cfe88dee 00003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    Aug 14 21:55:30 ych kernel: ACPI: HPET 00000000cfe88e2a 000038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    Aug 14 21:55:30 ych kernel: ACPI: BOOT 00000000cfe88e62 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    Aug 14 21:55:30 ych kernel: ACPI: SLIC 00000000cfe88e8a 000176 (v01 SECCSD LH43STAR 06040000 LTP 00000000)
    Aug 14 21:55:30 ych kernel: ACPI: Local APIC address 0xfee00000
    Aug 14 21:55:30 ych kernel: Scanning NUMA topology in Northbridge 24
    Aug 14 21:55:30 ych kernel: No NUMA configuration found
    Aug 14 21:55:30 ych kernel: Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    Aug 14 21:55:30 ych kernel: Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    Aug 14 21:55:30 ych kernel: NODE_DATA [mem 0x12fff7000-0x12fffbfff]
    Aug 14 21:55:30 ych kernel: [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    Aug 14 21:55:30 ych kernel: Zone ranges:
    Aug 14 21:55:30 ych kernel: DMA [mem 0x00001000-0x00ffffff]
    Aug 14 21:55:30 ych kernel: DMA32 [mem 0x01000000-0xffffffff]
    Aug 14 21:55:30 ych kernel: Normal [mem 0x100000000-0x12fffffff]
    Aug 14 21:55:30 ych kernel: Movable zone start for each node
    Aug 14 21:55:30 ych kernel: Early memory node ranges
    Aug 14 21:55:30 ych kernel: node 0: [mem 0x00001000-0x0009cfff]
    Aug 14 21:55:30 ych kernel: node 0: [mem 0x00100000-0xcfe7ffff]
    Aug 14 21:55:30 ych kernel: node 0: [mem 0x100000000-0x12fffffff]
    Aug 14 21:55:30 ych kernel: On node 0 totalpages: 1048092
    Aug 14 21:55:30 ych kernel: DMA zone: 64 pages used for memmap
    Aug 14 21:55:30 ych kernel: DMA zone: 21 pages reserved
    Aug 14 21:55:30 ych kernel: DMA zone: 3996 pages, LIFO batch:0
    Aug 14 21:55:30 ych kernel: DMA32 zone: 13242 pages used for memmap
    Aug 14 21:55:30 ych kernel: DMA32 zone: 847488 pages, LIFO batch:31
    Aug 14 21:55:30 ych kernel: Normal zone: 3072 pages used for memmap
    Aug 14 21:55:30 ych kernel: Normal zone: 196608 pages, LIFO batch:31
    Aug 14 21:55:30 ych kernel: Detected use of extended apic ids on hypertransport bus
    Aug 14 21:55:30 ych kernel: ACPI: PM-Timer IO Port: 0x8008
    Aug 14 21:55:30 ych kernel: ACPI: Local APIC address 0xfee00000
    Aug 14 21:55:30 ych kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Aug 14 21:55:30 ych kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Aug 14 21:55:30 ych kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Aug 14 21:55:30 ych kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Aug 14 21:55:30 ych kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Aug 14 21:55:30 ych kernel: IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
    Aug 14 21:55:30 ych kernel: ACPI: IRQ9 used by override.
    Aug 14 21:55:30 ych kernel: Using ACPI (MADT) for SMP configuration information
    Aug 14 21:55:30 ych kernel: ACPI: HPET id: 0x43538301 base: 0xfed00000
    Aug 14 21:55:30 ych kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Aug 14 21:55:30 ych kernel: nr_irqs_gsi: 40
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000cffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0x000d0000-0x000fffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xcfe80000-0xcfe88fff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xcfe89000-0xcfe8afff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xcfe8b000-0xcfffffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xd0000000-0xdfffffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    Aug 14 21:55:30 ych kernel: e820: [mem 0xd0000000-0xdfffffff] available for PCI devices
    Aug 14 21:55:30 ych kernel: Booting paravirtualized kernel on bare hardware
    Aug 14 21:55:30 ych kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    Aug 14 21:55:30 ych kernel: PERCPU: Embedded 29 pages/cpu @ffff88012fc00000 s86656 r8192 d23936 u1048576
    Aug 14 21:55:30 ych kernel: pcpu-alloc: s86656 r8192 d23936 u1048576 alloc=1*2097152
    Aug 14 21:55:30 ych kernel: pcpu-alloc: [0] 0 1
    Aug 14 21:55:30 ych kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031693
    Aug 14 21:55:30 ych kernel: Policy zone: Normal
    Aug 14 21:55:30 ych kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=4ccffff2-b9d7-4f91-951c-086012178dfb rw quiet resume=/dev/disk/by-uuid/88ac4005-a90a-4f54-9cde-72060b2c1da4
    Aug 14 21:55:30 ych kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Aug 14 21:55:30 ych kernel: Checking aperture...
    Aug 14 21:55:30 ych kernel: No AGP bridge found
    Aug 14 21:55:30 ych kernel: Node 0: aperture @ c4000000 size 32 MB
    Aug 14 21:55:30 ych kernel: Aperture pointing to e820 RAM. Ignoring.
    Aug 14 21:55:30 ych kernel: Your BIOS doesn't leave a aperture memory hole
    Aug 14 21:55:30 ych kernel: Please enable the IOMMU option in the BIOS setup
    Aug 14 21:55:30 ych kernel: This costs you 64 MB of RAM
    Aug 14 21:55:30 ych kernel: Mapping aperture over 65536 KB of RAM @ c4000000
    Aug 14 21:55:30 ych kernel: PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
    Aug 14 21:55:30 ych kernel: Memory: 3979936K/4192368K available (5176K kernel code, 856K rwdata, 1632K rodata, 1128K init, 1292K bss, 212432K reserved)
    Aug 14 21:55:30 ych kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Aug 14 21:55:30 ych kernel: Hierarchical RCU implementation.
    Aug 14 21:55:30 ych kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    Aug 14 21:55:30 ych kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    Aug 14 21:55:30 ych kernel: NR_IRQS:8448 nr_irqs:512 16
    Aug 14 21:55:30 ych kernel: spurious 8259A interrupt: IRQ7.
    Aug 14 21:55:30 ych kernel: Console: colour dummy device 80x25
    Aug 14 21:55:30 ych kernel: console [tty0] enabled
    Aug 14 21:55:30 ych kernel: allocated 16777216 bytes of page_cgroup
    Aug 14 21:55:30 ych kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Aug 14 21:55:30 ych kernel: hpet clockevent registered
    Aug 14 21:55:30 ych kernel: tsc: Fast TSC calibration using PIT
    Aug 14 21:55:30 ych kernel: tsc: Detected 2992.560 MHz processor
    Aug 14 21:55:30 ych kernel: tsc: Marking TSC unstable due to TSCs unsynchronized
    Aug 14 21:55:30 ych kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5985.12 BogoMIPS (lpj=29925600)
    Aug 14 21:55:30 ych kernel: pid_max: default: 32768 minimum: 301
    Aug 14 21:55:30 ych kernel: ACPI: Core revision 20131218
    Aug 14 21:55:30 ych kernel: ACPI: All ACPI Tables successfully acquired
    Aug 14 21:55:30 ych kernel: Security Framework initialized
    Aug 14 21:55:30 ych kernel: Yama: becoming mindful.
    Aug 14 21:55:30 ych kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Aug 14 21:55:30 ych kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Aug 14 21:55:30 ych kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Aug 14 21:55:30 ych kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys memory
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys devices
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys freezer
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys net_cls
    Aug 14 21:55:30 ych kernel: Initializing cgroup subsys blkio
    Aug 14 21:55:30 ych kernel: tseg: 00cff00000
    Aug 14 21:55:30 ych kernel: CPU: Physical Processor ID: 0
    Aug 14 21:55:30 ych kernel: CPU: Processor Core ID: 0
    Aug 14 21:55:30 ych kernel: mce: CPU supports 5 MCE banks
    Aug 14 21:55:30 ych kernel: LVT offset 0 assigned for vector 0xf9
    Aug 14 21:55:30 ych kernel: process: using AMD E400 aware idle routine
    Aug 14 21:55:30 ych kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
    Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
    tlb_flushall_shift: 6
    Aug 14 21:55:30 ych kernel: Freeing SMP alternatives memory: 20K (ffffffff819f2000 - ffffffff819f7000)
    Aug 14 21:55:30 ych kernel: ftrace: allocating 20051 entries in 79 pages
    Aug 14 21:55:30 ych kernel: ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
    Aug 14 21:55:30 ych kernel: ..MP-BIOS bug: 8254 timer not connected to IO-APIC
    Aug 14 21:55:30 ych kernel: ...trying to set up timer (IRQ0) through the 8259A ...
    Aug 14 21:55:30 ych kernel: ..... (found apic 0 pin 0) ...
    Aug 14 21:55:30 ych kernel: ....... works.
    Aug 14 21:55:30 ych kernel: smpboot: CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ (fam: 0f, model: 43, stepping: 03)
    Aug 14 21:55:30 ych kernel: APIC calibration not consistent with PM-Timer: 49ms instead of 100ms
    Aug 14 21:55:30 ych kernel: APIC delta adjusted to PM-Timer: 1246871 (623429)
    Aug 14 21:55:30 ych kernel: Performance Events: AMD PMU driver.
    Aug 14 21:55:30 ych kernel: ... version: 0
    Aug 14 21:55:30 ych kernel: ... bit width: 48
    Aug 14 21:55:30 ych kernel: ... generic registers: 4
    Aug 14 21:55:30 ych kernel: ... value mask: 0000ffffffffffff
    Aug 14 21:55:30 ych kernel: ... max period: 00007fffffffffff
    Aug 14 21:55:30 ych kernel: ... fixed-purpose events: 0
    Aug 14 21:55:30 ych kernel: ... event mask: 000000000000000f
    Aug 14 21:55:30 ych kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Aug 14 21:55:30 ych kernel: x86: Booting SMP configuration:
    Aug 14 21:55:30 ych kernel: .... node #0, CPUs: #1
    Aug 14 21:55:30 ych kernel: x86: Booted up 1 node, 2 CPUs
    Aug 14 21:55:30 ych kernel: smpboot: Total of 2 processors activated (11970.16 BogoMIPS)
    Aug 14 21:55:30 ych kernel: devtmpfs: initialized
    Aug 14 21:55:30 ych kernel: PM: Registering ACPI NVS region [mem 0xcfe89000-0xcfe8afff] (8192 bytes)
    Aug 14 21:55:30 ych kernel: pinctrl core: initialized pinctrl subsystem
    Aug 14 21:55:30 ych kernel: RTC time: 21:55:25, date: 08/14/14
    Aug 14 21:55:30 ych kernel: NET: Registered protocol family 16
    Aug 14 21:55:30 ych kernel: cpuidle: using governor ladder
    Aug 14 21:55:30 ych kernel: cpuidle: using governor menu
    Aug 14 21:55:30 ych kernel: node 0 link 0: io port [1000, fffff]
    Aug 14 21:55:30 ych kernel: TOM: 00000000d0000000 aka 3328M
    Aug 14 21:55:30 ych kernel: node 0 link 0: mmio [f3100000, ffffffff]
    Aug 14 21:55:30 ych kernel: node 0 link 0: mmio [f3000000, f30fffff]
    Aug 14 21:55:30 ych kernel: node 0 link 0: mmio [a0000, bffff]
    Aug 14 21:55:30 ych kernel: node 0 link 0: mmio [f0000000, f2ffffff]
    Aug 14 21:55:30 ych kernel: node 0 link 0: mmio [e0000000, efffffff]
    Aug 14 21:55:30 ych kernel: node 0 link 0: mmio [d0000000, dfffffff]
    Aug 14 21:55:30 ych kernel: TOM2: 0000000130000000 aka 4864M
    Aug 14 21:55:30 ych kernel: bus: [bus 00-ff] on node 0 link 0
    Aug 14 21:55:30 ych kernel: bus: 00 [io 0x0000-0xffff]
    Aug 14 21:55:30 ych kernel: bus: 00 [mem 0xd0000000-0xffffffff]
    Aug 14 21:55:30 ych kernel: bus: 00 [mem 0x000a0000-0x000bffff]
    Aug 14 21:55:30 ych kernel: bus: 00 [mem 0x130000000-0xfcffffffff]
    Aug 14 21:55:30 ych kernel: ACPI: bus type PCI registered
    Aug 14 21:55:30 ych kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Aug 14 21:55:30 ych kernel: PCI: MMCONFIG for domain 0000 [bus 00-03] at [mem 0xe0000000-0xe03fffff] (base 0xe0000000)
    Aug 14 21:55:30 ych kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe03fffff] reserved in E820
    Aug 14 21:55:30 ych kernel: PCI: Using configuration type 1 for base access
    Aug 14 21:55:30 ych kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    Aug 14 21:55:30 ych kernel: mtrr: probably your BIOS does not setup all CPUs.
    Aug 14 21:55:30 ych kernel: mtrr: corrected configuration.
    Aug 14 21:55:30 ych kernel: bio: create slab <bio-0> at 0
    Aug 14 21:55:30 ych kernel: ACPI: Added _OSI(Module Device)
    Aug 14 21:55:30 ych kernel: ACPI: Added _OSI(Processor Device)
    Aug 14 21:55:30 ych kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Aug 14 21:55:30 ych kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Aug 14 21:55:30 ych kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Aug 14 21:55:30 ych kernel: ACPI: Interpreter enabled
    Aug 14 21:55:30 ych kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
    Aug 14 21:55:30 ych kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
    Aug 14 21:55:30 ych kernel: ACPI: (supports S0 S3 S4 S5)
    Aug 14 21:55:30 ych kernel: ACPI: Using IOAPIC for interrupt routing
    Aug 14 21:55:30 ych kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Aug 14 21:55:30 ych kernel: ACPI: No dock devices found.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeCapability]
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
    Aug 14 21:55:30 ych kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-03] only partially covers this bridge
    Aug 14 21:55:30 ych kernel: PCI host bridge to bus 0000:00
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:00.0: [1002:7910] type 00 class 0x060000
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: [1002:7913] type 01 class 0x060400
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: [1002:4380] type 00 class 0x01018f
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: reg 0x10: [io 0x8440-0x8447]
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: reg 0x14: [io 0x8434-0x8437]
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: reg 0x18: [io 0x8438-0x843f]
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: reg 0x1c: [io 0x8430-0x8433]
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: reg 0x20: [io 0x8400-0x840f]
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: reg 0x24: [mem 0xf3309000-0xf33093ff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:12.0: set SATA to AHCI mode
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.0: [1002:4387] type 00 class 0x0c0310
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.0: reg 0x10: [mem 0xf3304000-0xf3304fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.1: [1002:4388] type 00 class 0x0c0310
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.1: reg 0x10: [mem 0xf3305000-0xf3305fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.1: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.2: [1002:4389] type 00 class 0x0c0310
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.2: reg 0x10: [mem 0xf3306000-0xf3306fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.3: [1002:438a] type 00 class 0x0c0310
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.3: reg 0x10: [mem 0xf3307000-0xf3307fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.3: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.4: [1002:438b] type 00 class 0x0c0310
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.4: reg 0x10: [mem 0xf3308000-0xf3308fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.4: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.5: [1002:4386] type 00 class 0x0c0320
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.5: reg 0x10: [mem 0xf3309400-0xf33094ff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.5: supports D1 D2
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
    Aug 14 21:55:30 ych kernel: pci 0000:00:13.5: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.0: reg 0x10: [io 0x8410-0x841f]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.1: [1002:438c] type 00 class 0x01018a
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.1: reg 0x10: [io 0x01f0-0x01f7]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.1: reg 0x14: [io 0x03f4-0x03f7]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.1: reg 0x20: [io 0x8420-0x842f]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf3300000-0xf3303fff 64bit]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.2: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.3: [1002:438d] type 00 class 0x060100
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
    Aug 14 21:55:30 ych kernel: pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
    Aug 14 21:55:30 ych kernel: pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
    Aug 14 21:55:30 ych kernel: pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
    Aug 14 21:55:30 ych kernel: pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: [10de:0402] type 00 class 0x030000
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf2000000-0xf2ffffff]
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit]
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: reg 0x24: [io 0x9000-0x907f]
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: bridge window [io 0x9000-0x9fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: bridge window [mem 0xf0000000-0xf2ffffff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: [10ec:8167] type 00 class 0x020000
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: reg 0x10: [io 0xa400-0xa4ff]
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: reg 0x14: [mem 0xf3000000-0xf30000ff]
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: supports D1 D2
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: PME# supported from D1 D2 D3hot D3cold
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: PCI bridge to [bus 02-04] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0xf3000000-0xf30fffff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d1fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000d2000-0x000d3fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d5fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000d6000-0x000d7fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000d9fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000da000-0x000dbfff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000ddfff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e1fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0x000e2000-0x000e3fff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
    Aug 14 21:55:30 ych kernel: ACPI: Enabled 1 GPEs in block 00 to 1F
    Aug 14 21:55:30 ych kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Aug 14 21:55:30 ych kernel: vgaarb: loaded
    Aug 14 21:55:30 ych kernel: vgaarb: bridge control possible 0000:01:00.0
    Aug 14 21:55:30 ych kernel: PCI: Using ACPI for IRQ routing
    Aug 14 21:55:30 ych kernel: PCI: pci_cache_line_size set to 64 bytes
    Aug 14 21:55:30 ych kernel: e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
    Aug 14 21:55:30 ych kernel: e820: reserve RAM buffer [mem 0xcfe80000-0xcfffffff]
    Aug 14 21:55:30 ych kernel: NetLabel: Initializing
    Aug 14 21:55:30 ych kernel: NetLabel: domain hash size = 128
    Aug 14 21:55:30 ych kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Aug 14 21:55:30 ych kernel: NetLabel: unlabeled traffic allowed by default
    Aug 14 21:55:30 ych kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Aug 14 21:55:30 ych kernel: hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    Aug 14 21:55:30 ych kernel: Switched to clocksource hpet
    Aug 14 21:55:30 ych kernel: pnp: PnP ACPI init
    Aug 14 21:55:30 ych kernel: ACPI: bus type PNP registered
    Aug 14 21:55:30 ych kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    Aug 14 21:55:30 ych kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:01: [dma 4]
    Aug 14 21:55:30 ych kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x1080] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0220-0x022f] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x040b] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x04d0-0x04d1] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x04d6] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0480-0x0487] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0c00-0x0c01] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0c14] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0c50-0x0c52] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0c6c] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0c6f] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x8000-0x805f] could not be reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x8100-0x81ff window] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x8200-0x82ff window] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x0f40-0x0f47] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: [io 0x087f] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Aug 14 21:55:30 ych kernel: system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
    Aug 14 21:55:30 ych kernel: system 00:08: [mem 0xfff00000-0xffffffff] has been reserved
    Aug 14 21:55:30 ych kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    Aug 14 21:55:30 ych kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    Aug 14 21:55:30 ych kernel: pnp: PnP ACPI: found 10 devices
    Aug 14 21:55:30 ych kernel: ACPI: bus type PNP unregistered
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: BAR 15: assigned [mem 0xf3100000-0xf31fffff pref]
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: bridge window [io 0x9000-0x9fff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: bridge window [mem 0xf0000000-0xf2ffffff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Aug 14 21:55:30 ych kernel: pci 0000:02:04.0: BAR 6: assigned [mem 0xf3100000-0xf311ffff pref]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: PCI bridge to [bus 02-04]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0xf3000000-0xf30fffff]
    Aug 14 21:55:30 ych kernel: pci 0000:00:14.4: bridge window [mem 0xf3100000-0xf31fffff pref]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 5 [mem 0x000d0000-0x000d1fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 6 [mem 0x000d2000-0x000d3fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d5fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 8 [mem 0x000d6000-0x000d7fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000d9fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 10 [mem 0x000da000-0x000dbfff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000ddfff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e1fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 13 [mem 0x000e2000-0x000e3fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 14 [mem 0xd0000000-0xdfffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 15 [mem 0xf0000000-0xffffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 16 [io 0x0000-0x0cf7]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:00: resource 17 [io 0x0d00-0xffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:01: resource 0 [io 0x9000-0x9fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:01: resource 1 [mem 0xf0000000-0xf2ffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 1 [mem 0xf3000000-0xf30fffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 2 [mem 0xf3100000-0xf31fffff pref]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 5 [mem 0x000d0000-0x000d1fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 6 [mem 0x000d2000-0x000d3fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d5fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 8 [mem 0x000d6000-0x000d7fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 9 [mem 0x000d8000-0x000d9fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 10 [mem 0x000da000-0x000dbfff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 11 [mem 0x000dc000-0x000ddfff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 12 [mem 0x000e0000-0x000e1fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 13 [mem 0x000e2000-0x000e3fff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 14 [mem 0xd0000000-0xdfffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 15 [mem 0xf0000000-0xffffffff]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 16 [io 0x0000-0x0cf7]
    Aug 14 21:55:30 ych kernel: pci_bus 0000:02: resource 17 [io 0x0d00-0xffff]
    Aug 14 21:55:30 ych kernel: NET: Registered protocol family 2
    Aug 14 21:55:30 ych kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Aug 14 21:55:30 ych kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Aug 14 21:55:30 ych kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Aug 14 21:55:30 ych kernel: TCP: reno registered
    Aug 14 21:55:30 ych kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Aug 14 21:55:30 ych kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Aug 14 21:55:30 ych kernel: NET: Registered protocol family 1
    Aug 14 21:55:30 ych kernel: pci 0000:01:00.0: Boot video device
    Aug 14 21:55:30 ych kernel: PCI: CLS 32 bytes, default 64
    Aug 14 21:55:30 ych kernel: Unpacking initramfs...
    Aug 14 21:55:30 ych kernel: Freeing initrd memory: 3180K (ffff8800379ba000 - ffff880037cd5000)
    Aug 14 21:55:30 ych kernel: PCI-DMA: Disabling AGP.
    Aug 14 21:55:30 ych kernel: PCI-DMA: aperture base @ c4000000 size 65536 KB
    Aug 14 21:55:30 ych kernel: PCI-DMA: using GART IOMMU.
    Aug 14 21:55:30 ych kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    Aug 14 21:55:30 ych kernel: Simple Boot Flag at 0x38 set to 0x1
    Aug 14 21:55:30 ych kernel: Scanning for low memory corruption every 60 seconds
    Aug 14 21:55:30 ych kernel: futex hash table entries: 512 (order: 3, 32768 bytes)
    Aug 14 21:55:30 ych kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Aug 14 21:55:30 ych kernel: zbud: loaded
    Aug 14 21:55:30 ych kernel: VFS: Disk quotas dquot_6.5.2
    Aug 14 21:55:30 ych kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Aug 14 21:55:30 ych kernel: msgmni has been set to 7908
    Aug 14 21:55:30 ych kernel: Key type big_key registered
    Aug 14 21:55:30 ych kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Aug 14 21:55:30 ych kernel: io scheduler noop registered
    Aug 14 21:55:30 ych kernel: io scheduler deadline registered (default)
    Aug 14 21:55:30 ych kernel: io scheduler cfq registered
    Aug 14 21:55:30 ych kernel: pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    Aug 14 21:55:30 ych kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Aug 14 21:55:30 ych kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Aug 14 21:55:30 ych kernel: vesafb: mode is 640x480x32, linelength=2560, pages=0
    Aug 14 21:55:30 ych kernel: vesafb: scrolling: redraw
    Aug 14 21:55:30 ych kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Aug 14 21:55:30 ych kernel: vesafb: framebuffer at 0xf1000000, mapped to 0xffffc90000b80000, using 1216k, total 1216k
    Aug 14 21:55:30 ych kernel: Console: switching to colour frame buffer device 80x30
    Aug 14 21:55:30 ych kernel: fb0: VESA VGA frame buffer device
    Aug 14 21:55:30 ych kernel: GHES: HEST is not enabled!
    Aug 14 21:55:30 ych kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Aug 14 21:55:30 ych kernel: Linux agpgart interface v0.103
    Aug 14 21:55:30 ych kernel: rtc_cmos 00:03: RTC can wake from S4
    Aug 14 21:55:30 ych kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Aug 14 21:55:30 ych kernel: rtc_cmos 00:03: alarms up to one month, 114 bytes nvram, hpet irqs
    Aug 14 21:55:30 ych kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Aug 14 21:55:30 ych kernel: TCP: cubic registered
    Aug 14 21:55:30 ych kernel: NET: Registered protocol family 10
    Aug 14 21:55:30 ych kernel: NET: Registered protocol family 17
    Aug 14 21:55:30 ych kernel: registered taskstats version 1
    Aug 14 21:55:30 ych kernel: Magic number: 10:184:955
    Aug 14 21:55:30 ych kernel: memory memory8: hash matches
    Aug 14 21:55:30 ych kernel: rtc_cmos 00:03: setting system clock to 2014-08-14 21:55:25 UTC (1408053325)
    Aug 14 21:55:30 ych kernel: PM: Checking hibernation image partition /dev/disk/by-uuid/88ac4005-a90a-4f54-9cde-72060b2c1da4
    Aug 14 21:55:30 ych kernel: PM: Hibernation image not present or could not be loaded.
    Aug 14 21:55:30 ych kernel: Freeing unused kernel memory: 1128K (ffffffff818d8000 - ffffffff819f2000)
    Aug 14 21:55:30 ych kernel: Write protecting the kernel read-only data: 8192k
    Aug 14 21:55:30 ych kernel: Freeing unused kernel memory: 956K (ffff880001511000 - ffff880001600000)
    Aug 14 21:55:30 ych kernel: Freeing unused kernel memory: 416K (ffff880001798000 - ffff880001800000)
    Aug 14 21:55:30 ych kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    Aug 14 21:55:30 ych systemd-udevd[46]: starting version 215
    Aug 14 21:55:30 ych kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    Aug 14 21:55:30 ych kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 14 21:55:30 ych kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 14 21:55:30 ych kernel: SCSI subsystem initialized
    Aug 14 21:55:30 ych kernel: libata version 3.00 loaded.
    Aug 14 21:55:30 ych kernel: ahci 0000:00:12.0: version 3.0
    Aug 14 21:55:30 ych kernel: ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
    Aug 14 21:55:30 ych kernel: ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    Aug 14 21:55:30 ych kernel: ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc
    Aug 14 21:55:30 ych kernel: ACPI: bus type USB registered
    Aug 14 21:55:30 ych kernel: usbcore: registered new interface driver usbfs
    Aug 14 21:55:30 ych kernel: usbcore: registered new interface driver hub
    Aug 14 21:55:30 ych kernel: usbcore: registered new device driver usb
    Aug 14 21:55:30 ych kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Aug 14 21:55:30 ych kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Aug 14 21:55:30 ych kernel: ohci-pci: OHCI PCI platform driver
    Aug 14 21:55:30 ych kernel: ehci-pci: EHCI PCI platform driver
    Aug 14 21:55:30 ych kernel: scsi0 : ahci
    Aug 14 21:55:30 ych kernel: scsi1 : ahci
    Aug 14 21:55:30 ych kernel: scsi2 : ahci
    Aug 14 21:55:30 ych kernel: scsi3 : ahci
    Aug 14 21:55:30 ych kernel: ata1: SATA max UDMA/133 abar m1024@0xf3309000 port 0xf3309100 irq 22
    Aug 14 21:55:30 ych kernel: ata2: SATA max UDMA/133 abar m1024@0xf3309000 port 0xf3309180 irq 22
    Aug 14 21:55:30 ych kernel: ata3: SATA max UDMA/133 abar m1024@0xf3309000 port 0xf3309200 irq 22
    Aug 14 21:55:30 ych kernel: ata4: SATA max UDMA/133 abar m1024@0xf3309000 port 0xf3309280 irq 22
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 1
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.0: irq 16, io mem 0xf3304000
    Aug 14 21:55:30 ych kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Aug 14 21:55:30 ych kernel: hub 1-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 1-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.1: OHCI PCI host controller
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 2
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.1: irq 17, io mem 0xf3305000
    Aug 14 21:55:30 ych kernel: hub 2-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 2-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.2: OHCI PCI host controller
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.2: new USB bus registered, assigned bus number 3
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.2: irq 18, io mem 0xf3306000
    Aug 14 21:55:30 ych kernel: hub 3-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 3-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.3: OHCI PCI host controller
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.3: new USB bus registered, assigned bus number 4
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.3: irq 17, io mem 0xf3307000
    Aug 14 21:55:30 ych kernel: hub 4-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 4-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.4: OHCI PCI host controller
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.4: new USB bus registered, assigned bus number 5
    Aug 14 21:55:30 ych kernel: ohci-pci 0000:00:13.4: irq 18, io mem 0xf3308000
    Aug 14 21:55:30 ych kernel: hub 5-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 5-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: ata2: SATA link down (SStatus 0 SControl 300)
    Aug 14 21:55:30 ych kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Aug 14 21:55:30 ych kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Aug 14 21:55:30 ych kernel: ata1: softreset failed (device not ready)
    Aug 14 21:55:30 ych kernel: ata1: applying PMP SRST workaround and retrying
    Aug 14 21:55:30 ych kernel: ehci-pci 0000:00:13.5: EHCI Host Controller
    Aug 14 21:55:30 ych kernel: ehci-pci 0000:00:13.5: new USB bus registered, assigned bus number 6
    Aug 14 21:55:30 ych kernel: ehci-pci 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
    Aug 14 21:55:30 ych kernel: ehci-pci 0000:00:13.5: debug port 1
    Aug 14 21:55:30 ych kernel: ehci-pci 0000:00:13.5: irq 19, io mem 0xf3309400
    Aug 14 21:55:30 ych kernel: ehci-pci 0000:00:13.5: USB 2.0 started, EHCI 1.00
    Aug 14 21:55:30 ych kernel: hub 6-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 6-0:1.0: 10 ports detected
    Aug 14 21:55:30 ych kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Aug 14 21:55:30 ych kernel: ata1.00: ATA-8: SAMSUNG HD502HJ, 1AJ10002, max UDMA/133
    Aug 14 21:55:30 ych kernel: ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Aug 14 21:55:30 ych kernel: ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
    Aug 14 21:55:30 ych kernel: ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
    Aug 14 21:55:30 ych kernel: ata1.00: configured for UDMA/133
    Aug 14 21:55:30 ych kernel: scsi 0:0:0:0: Direct-Access ATA SAMSUNG HD502HJ 1AJ1 PQ: 0 ANSI: 5
    Aug 14 21:55:30 ych kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    Aug 14 21:55:30 ych kernel: sd 0:0:0:0: [sda] Write Protect is off
    Aug 14 21:55:30 ych kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Aug 14 21:55:30 ych kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Aug 14 21:55:30 ych kernel: hub 1-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 1-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
    Aug 14 21:55:30 ych kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Aug 14 21:55:30 ych kernel: hub 2-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 2-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: hub 3-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 3-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: hub 4-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 4-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: hub 5-0:1.0: USB hub found
    Aug 14 21:55:30 ych kernel: hub 5-0:1.0: 2 ports detected
    Aug 14 21:55:30 ych kernel: scsi4 : pata_atiixp
    Aug 14 21:55:30 ych kernel: scsi5 : pata_atiixp
    Aug 14 21:55:30 ych kernel: ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14
    Aug 14 21:55:30 ych kernel: ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15
    Aug 14 21:55:30 ych kernel: ata5.00: ATAPI: TSSTcorpCD/DVDW TS-H652M, SC01, max UDMA/33
    Aug 14 21:55:30 ych kernel: ata5.00: configured for UDMA/33
    Aug 14 21:55:30 ych kernel: scsi 4:0:0:0: CD-ROM TSSTcorp CD/DVDW TS-H652M SC01 PQ: 0 ANSI: 5
    Aug 14 21:55:30 ych kernel: sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Aug 14 21:55:30 ych kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Aug 14 21:55:30 ych kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
    Aug 14 21:55:30 ych kernel: floppy0: no floppy controllers found
    Aug 14 21:55:30 ych kernel: PM: Starting manual resume from disk
    Aug 14 21:55:30 ych kernel: PM: Hibernation image partition 8:7 present
    Aug 14 21:55:30 ych kernel: PM: Looking for hibernation image.
    Aug 14 21:55:30 ych kernel: PM: Image not found (code -22)
    Aug 14 21:55:30 ych kernel: PM: Hibernation image not present or could not be loaded.
    Aug 14 21:55:30 ych kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    Aug 14 21:55:30 ych systemd[1]: RTC configured in localtime, applying delta of 540 minutes to system time.
    Aug 14 21:55:30 ych kernel: EXT4-fs (sda5): re-mounted. Opts: data=ordered
    Aug 14 21:55:30 ych systemd-journal[127]: Journal started
    Aug 14 21:55:30 ych systemd-udevd[147]: starting version 215
    Aug 14 21:55:31 ych kernel: input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    Aug 14 21:55:31 ych kernel: ACPI: Power Button [PWRB]
    Aug 14 21:55:31 ych kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Aug 14 21:55:31 ych kernel: ACPI: Power Button [PWRF]
    Aug 14 21:55:31 ych kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Aug 14 21:55:31 ych kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0
    Aug 14 21:55:31 ych kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0x8050
    Aug 14 21:55:31 ych kernel: [drm] Initialized drm 1.1.0 20060810
    Aug 14 21:55:31 ych kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    Aug 14 21:55:31 ych kernel: sp5100_tco: PCI Revision ID: 0x14
    Aug 14 21:55:31 ych kernel: sp5100_tco: failed to find MMIO address, giving up.
    Aug 14 21:55:31 ych kernel: MCE: In-kernel MCE decoding enabled.
    Aug 14 21:55:31 ych kernel: k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    Aug 14 21:55:31 ych kernel: EDAC MC: Ver: 3.0.0
    Aug 14 21:55:31 ych kernel: AMD64 EDAC driver v3.4.0
    Aug 14 21:55:31 ych kernel: EDAC amd64: DRAM ECC disabled.
    Aug 14 21:55:31 ych kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    Aug 14 21:55:31 ych kernel: ppdev: user-space parallel port driver
    Aug 14 21:55:31 ych kernel: microcode: AMD CPU family 0xf not supported
    Aug 14 21:55:32 ych kernel: psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Aug 14 21:55:32 ych kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Aug 14 21:55:32 ych kernel: r8169 0000:02:04.0 (unregistered net_device): not PCI Express
    Aug 14 21:55:32 ych kernel: r8169 0000:02:04.0 eth0: RTL8169sc/8110sc at 0xffffc9000214a000, 00:13:77:80:b7:a4, XID 18000000 IRQ 23
    Aug 14 21:55:32 ych kernel: r8169 0000:02:04.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
    Aug 14 21:55:32 ych kernel: random: nonblocking pool is initialized
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    Aug 14 21:55:32 ych kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    Aug 14 21:55:32 ych kernel: kvm: Nested Virtualization enabled
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0x16 (3000 MHz), vid 0x8
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0x14 (2800 MHz), vid 0xa
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0x12 (2600 MHz), vid 0xc
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0x10 (2400 MHz), vid 0xe
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0xe (2200 MHz), vid 0x10
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0xc (2000 MHz), vid 0x10
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0xa (1800 MHz), vid 0x10
    Aug 14 21:55:32 ych kernel: powernow-k8: fid 0x2 (1000 MHz), vid 0x12
    Aug 14 21:55:32 ych kernel: powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ (2 cpu cores) (version 2.20.00)
    Aug 14 21:55:32 ych kernel: nvidia: module license 'NVIDIA' taints kernel.
    Aug 14 21:55:32 ych kernel: Disabling lock debugging due to kernel taint
    Aug 14 21:55:32 ych kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    Aug 14 21:55:32 ych kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    Aug 14 21:55:32 ych kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 340.32 Tue Aug 5 20:58:26 PDT 2014
    Aug 14 21:55:32 ych systemd-udevd[149]: renamed network interface eth0 to enp2s4
    Aug 14 21:55:32 ych kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
    Aug 14 21:55:32 ych kernel: mousedev: PS/2 mouse device common for all mice
    Aug 14 21:55:33 ych kernel: Adding 4193276k swap on /dev/sda7. Priority:-1 extents:1 across:4193276k FS
    Aug 14 21:55:33 ych systemd-fsck[184]: /dev/sda6: clean, 126597/13443072 files, 49010090/53756928 blocks
    Aug 14 21:55:33 ych kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: data=ordered
    Aug 14 21:55:34 ych systemd-journal[127]: Permanent journal is using 248.0M (max allowed 1.8G, trying to leave 2.7G free of 2.5G available → current limit 248.0M).
    Aug 14 21:55:36 ych systemd-journal[127]: Time spent on flushing to /var is 2.528424s for 693 entries.
    Aug 14 21:55:37 ych kernel: floppy0: no floppy controllers found
    Aug 14 21:55:37 ych kernel: work still pending
    Aug 14 21:55:37 ych kernel: r8169 0000:02:04.0 enp2s4: link down
    Aug 14 21:55:37 ych kernel: IPv6: ADDRCONF(NETDEV_UP): enp2s4: link is not ready
    Aug 14 21:55:37 ych kernel: r8169 0000:02:04.0 enp2s4: link down
    Aug 14 21:55:34 ych dhcpcd[205]: version 6.4.3 starting
    Aug 14 21:55:34 ych dhcpcd[205]: enp2s4: adding address fe80::f4f1:7bd7:4b15:d5b5
    Aug 14 21:55:35 ych dbus[207]: [system] Successfully activated service 'org.freedesktop.systemd1'
    Aug 14 21:55:35 ych dhcpcd[205]: enp2s4: waiting for carrier
    Aug 14 21:55:35 ych systemd-logind[206]: New seat seat0.
    Aug 14 21:55:35 ych systemd-logind[206]: Watching system buttons on /dev/input/event2 (Power Button)
    Aug 14 21:55:35 ych systemd-logind[206]: Watching system buttons on /dev/input/event1 (Power Button)
    Aug 14 21:55:35 ych systemd-networkd[238]: rtnl: received address for a nonexistent link, ignoring
    Aug 14 21:55:35 ych systemd-networkd[238]: rtnl: received address for a nonexistent link, ignoring
    Aug 14 21:55:37 ych slim[243]: i3 - i3
    Aug 14 21:55:37 ych slim[243]: i3-with-shmlog - i3 (with debug log)
    Aug 14 21:55:37 ych kernel: r8169 0000:02:04.0 enp2s4: link up
    Aug 14 21:55:37 ych kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp2s4: link becomes ready
    Aug 14 21:55:37 ych dhcpcd[205]: enp2s4: carrier acquired
    Aug 14 21:55:37 ych dhcpcd[205]: DUID 00:01:00:01:1b:69:2e:93:00:13:77:80:b7:a4
    Aug 14 21:55:37 ych dhcpcd[205]: enp2s4: IAID 77:80:b7:a4
    Aug 14 21:55:37 ych systemd-timesyncd[201]: Network configuration changed, trying to establish connection.
    Aug 14 21:55:37 ych slim[243]: i3 - i3
    Aug 14 21:55:37 ych slim[243]: i3-with-shmlog - i3 (with debug log)
    Aug 14 21:55:37 ych slim[243]: /usr/bin/xauth: file /var/run/slim.auth does not exist
    Aug 14 21:55:37 ych dhcpcd[205]: enp2s4: rebinding lease of 192.168.0.2
    Aug 14 21:55:37 ych slim[243]: X.Org X Server 1.16.0
    Aug 14 21:55:37 ych slim[243]: Release Date: 2014-07-16
    Aug 14 21:55:37 ych slim[243]: X Protocol Version 11, Revision 0
    Aug 14 21:55:37 ych slim[243]: Build Operating System: Linux 3.15.5-2-ARCH x86_64
    Aug 14 21:55:37 ych slim[243]: Current Operating System: Linux ych 3.14.16-1-lts #1 SMP Fri Aug 8 06:23:48 UTC 2014 x86_64
    Aug 14 21:55:37 ych slim[243]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=4ccffff2-b9d7-4f91-951c-086012178dfb rw quiet resume=/dev/disk/by-uuid/88ac4005-a90a-4f54-9cde-72060b2c1da4
    Aug 14 21:55:37 ych slim[243]: Build Date: 31 July 2014 11:53:19AM
    Aug 14 21:55:37 ych slim[243]: Current version of pixman: 0.32.6
    Aug 14 21:55:37 ych slim[243]: Before reporting problems, check http://wiki.x.org
    Aug 14 21:55:37 ych slim[243]: to make sure that you have the latest version.
    Aug 14 21:55:37 ych slim[243]: Markers: (--) probed, (**) from config file, (==) default setting,
    Aug 14 21:55:37 ych slim[243]: (++) from command line, (!!) notice, (II) informational,
    Aug 14 21:55:37 ych slim[243]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Aug 14 21:55:37 ych slim[243]: (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 14 21:55:37 2014
    Aug 14 21:55:37 ych slim[243]: (==) Using config file: "/etc/X11/xorg.conf"
    Aug 14 21:55:37 ych slim[243]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Aug 14 21:55:37 ych slim[243]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Aug 14 21:55:37 ych dhcpcd[205]: enp2s4: soliciting an IPv6 router
    Aug 14 21:55:38 ych systemd-timesyncd[201]: Network configuration changed, trying to establish connection.
    Aug 14 21:55:39 ych systemd-timesyncd[201]: Network configuration changed, trying to establish connection.
    Aug 14 21:55:39 ych kernel: nvidia 0000:01:00.0: irq 41 for MSI/MSI-X
    Aug 14 21:55:40 ych kernel: NVRM: Your system is not currently configured to drive a VGA console
    Aug 14 21:55:40 ych kernel: NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
    Aug 14 21:55:40 ych kernel: NVRM: requires the use of a text-mode VGA console. Use of other console
    Aug 14 21:55:40 ych kernel: NVRM: drivers including, but not limited to, vesafb, may result in
    Aug 14 21:55:40 ych kernel: NVRM: corruption and stability problems, and is not supported.
    Aug 14 21:55:41 ych slim[243]: pam_unix(slim:session): session opened for user dontdieych by (uid=0)
    Aug 14 21:55:41 ych systemd-logind[206]: New session c1 of user dontdieych.
    Aug 14 21:55:41 ych systemd[311]: pam_unix(systemd-user:session): session opened for user dontdieych by (uid=0)
    Aug 14 21:55:42 ych systemd[311]: Starting Paths.
    Aug 14 21:55:42 ych systemd[311]: Reached target Paths.
    Aug 14 21:55:42 ych systemd[311]: Starting Timers.
    Aug 14 21:55:42 ych systemd[311]: Reached target Timers.
    Aug 14 21:55:42 ych systemd[311]: Starting Sockets.
    Aug 14 21:55:42 ych systemd[311]: Reached target Sockets.
    Aug 14 21:55:42 ych systemd[311]: Starting Basic System.
    Aug 14 21:55:42 ych systemd[311]: Reached target Basic System.
    Aug 14 21:55:42 ych systemd[311]: Starting Default.
    Aug 14 21:55:42 ych systemd[311]: Reached target Default.
    Aug 14 21:55:42 ych systemd[311]: Startup finished in 124ms.
    Aug 14 21:55:42 ych slim[243]: /usr/bin/xauth: file /home/dontdieych/.Xauthority does not exist
    Aug 14 21:55:43 ych dhcpcd[205]: enp2s4: leased 192.168.0.2 for 7200 seconds
    Aug 14 21:55:43 ych dhcpcd[205]: enp2s4: adding route to 192.168.0.0/24
    Aug 14 21:55:43 ych dhcpcd[205]: enp2s4: adding default route via 192.168.0.1
    Aug 14 21:55:43 ych systemd-timesyncd[201]: Network configuration changed, trying to establish connection.
    Aug 14 21:55:43 ych dhcpcd[205]: forked to background, child pid 362
    Aug 14 21:55:45 ych slim[243]: (INFO-367 /build/fcitx/src/fcitx-4.2.8.4/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-spell.conf
    Aug 14 21:55:45 ych slim[243]: (INFO-367 /build/fcitx/src/fcitx-4.2.8.4/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-autoeng.conf
    Aug 14 21:55:45 ych slim[243]: (INFO-367 /build/fcitx/src/fcitx-4.2.8.4/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-notificationitem.conf
    Aug 14 21:55:45 ych slim[243]: (INFO-367 /build/fcitx/src/fcitx-4.2.8.4/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-xim.conf
    Aug 14 21:55:45 ych slim[243]: (INFO-367 /build/fcitx/src/fcitx-4.2.8.4/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-remote-module.conf
    Aug 14 21:55:45 ych slim[243]: (INFO-367 /build/fcitx/src/fcitx-4.2.8.4/src/lib/fcitx/addon.c:151) Load Addon Config File:fcitx-punc

    I have 8600gt and a similar problem. Since kernel 3.15 resume from suspend doesn't work. The screen just stays blank. Kernel 3.14.6 works fine.

  • Unavoidable system freezes when playing games

    Hi all,
    I recently switched from Windows to Arch Linux for good and it's been an enjoyable experience so far. My only problem is system freezes that sometimes occur when putting load on the system.
    Mostly I'm having the problem that games I'm playing will inevitably freeze at some point, might be 5 minutes after launching them, might be 2h. It isn't exclusive to games though, once or twice Chrome crashed when having a couple of tabs open and opening another YouTube tab or something like that.
    Here's how it happens:
    - My frame rate (in games) drops over a couple of seconds until I only see a slide show, then it's only a matter of seconds until the system (X?) freezes completely.
    - simultaneously the sound begins to stutter and stops as well
    - if I see it coming and manage to Alt+F4 out of the game it goes back to running normally, otherwise it freezes completely and my only option is to reboot or Alt+SysRq+R, Alt+SysRq+E which brings me back to my login manager.
    About my system:
    - latest Arch, upgraded a couple of times which didn't change anything
    - Intel i5 CPU, Nvidia GPU with proprietary drivers
    - Openbox as WM, no DE, but I had the same problem with GNOME and KDE before as well
    Games I played on this system (and all crashed):
    - CS:GO, Prison Architect, WoW on Wine
    If someone could give me any hints how I could go about diagnosing/removing this problem I would be very grateful!
    P.S. I didn't have any problems like this at all on Windows (7)

    Dec 04 18:48:39 archie dbus[239]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Dec 04 19:08:33 archie kernel: SysRq : Keyboard mode set to system default
    Dec 04 19:08:36 archie kernel: SysRq : Terminate All Tasks
    Dec 04 19:08:36 archie systemd-journal[155]: Journal stopped
    Dec 04 19:08:36 archie systemd-journal[9737]: Permanent journal is using 232.0M (max allowed 4.0G, trying to leave 4.0G free of 63.2G available → current limit 4.0G).
    Dec 04 19:08:36 archie systemd-journald[155]: Received SIGTERM.
    Dec 04 19:08:36 archie systemd-journal[9737]: Journal started
    Dec 04 19:08:36 archie dhcpcd[299]: received signal TERM from PID 0, stopping
    Dec 04 19:08:36 archie dhcpcd[299]: enp2s0: removing interface
    Dec 04 19:08:36 archie dhcpcd[299]: exited
    Dec 04 19:08:36 archie lightdm[5302]: pam_unix(lightdm:session): session closed for user ricardo
    Dec 04 19:08:36 archie dhcpcd[9725]: dhcpcd not running
    Dec 04 19:08:36 archie lightdm[5302]: pam_systemd(lightdm:session): Failed to release session: Connection reset by peer
    Dec 04 19:08:36 archie pulseaudio[5357]: Unable to read or parse data from client.
    Dec 04 19:08:36 archie pulseaudio[5357]: PulseAudio information vanished from X11!
    Dec 04 19:08:36 archie systemd[272]: Stopping Default.
    Dec 04 19:08:36 archie systemd[5316]: Stopping Default.
    Dec 04 19:08:36 archie systemd[272]: Stopped target Default.
    Dec 04 19:08:36 archie systemd[5316]: Stopped target Default.
    Dec 04 19:08:36 archie systemd[272]: Stopping Basic System.
    Dec 04 19:08:36 archie systemd[5316]: Stopping Basic System.
    Dec 04 19:08:36 archie systemd[272]: Stopped target Basic System.
    Thanks for the hint, didn't know the journal yet. Just had another crash. The journal unfortunately doesn't seem to show anything fruitful concerning the crash. (which occured between the first two entries)

  • [SOLVED] Poweroff, suspend and hibernate don't work

    I installed Archlinux on my work desktop on Monday and can't get poweroff, suspend and hibernate to work. The command `systemctl poweroff` sort of works, except it doesn't actually turn off the computer. Suspend and hibernate don't work at all, the computer hangs on the terminal with a cursor on the top left corner of the screen. Here is the log from `journalctl`. There doesn't seem to be any error messages in it, as far as I can see.
    Apr 16 10:02:55 carolfs-ifusp sudo[1127]: carolfs : TTY=pts/0 ; PWD=/home/carolfs ; USER=root ; COMMAND=/usr/bin/systemctl poweroff
    Apr 16 10:02:55 carolfs-ifusp sudo[1127]: pam_unix(sudo:session): session opened for user root by carolfs(uid=0)
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Session c2 of user carolfs.
    Apr 16 10:02:55 carolfs-ifusp gnome-session[576]: Received signal:15->'Terminated'
    Apr 16 10:02:55 carolfs-ifusp org.gnome.evolution.dataserver.Sources3[591]: Received terminate signal.
    Apr 16 10:02:55 carolfs-ifusp colord[453]: Automatic remove of icc-9cb50954c1872204852075bef0599dec from xrandr-Goldstar Company Ltd-W2043-16843009
    Apr 16 10:02:55 carolfs-ifusp colord[453]: Profile removed: icc-9cb50954c1872204852075bef0599dec
    Apr 16 10:02:55 carolfs-ifusp colord[453]: device removed: xrandr-Goldstar Company Ltd-W2043-16843009
    Apr 16 10:02:55 carolfs-ifusp polkitd[358]: Unregistered Authentication Agent for unix-session:c2 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Apr 16 10:02:55 carolfs-ifusp ntpd[300]: ntpd exiting on signal 15
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Session c2 of user carolfs.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Session c1 of user gdm.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Session c1 of user gdm.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Sound Card.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped target Sound Card.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping system-systemd\x2dfsck.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice system-systemd\x2dfsck.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping system-getty.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice system-getty.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping User Manager for UID 1000...
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Disk Manager...
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Login Service...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Login Prompts.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped target Login Prompts.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping GNOME Display Manager...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Starting Generate shutdown-ramfs...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Locale Service.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Starting Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Disk Manager.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Starting Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Reached target Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Reached target Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Starting Exit the Session...
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Starting Exit the Session...
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Network.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped target Network.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping dhcpcd on all interfaces...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Received SIGRTMIN+24 from PID 1159 (kill).
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Received SIGRTMIN+24 from PID 1160 (kill).
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped User Manager for UID 120.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped User Manager for UID 1000.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping user-1000.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice user-1000.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping user-120.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice user-120.slice.
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: sending signal TERM to pid 264
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: waiting for pid 264 to exit
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[264]: received signal TERM from PID 1161, stopping
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[264]: eno1: removing interface
    Apr 16 10:02:55 carolfs-ifusp systemd[387]: pam_unix(systemd-user:session): session closed for user gdm
    Apr 16 10:02:55 carolfs-ifusp systemd[568]: pam_unix(systemd-user:session): session closed for user carolfs
    Apr 16 10:02:55 carolfs-ifusp gnome-session[576]: Received signal:15->'Terminated'
    Apr 16 10:02:55 carolfs-ifusp gdm-session-worker[383]: <3>GLib: Source ID 71 was not found when attempting to remove it
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: AT Translated Set 2 keyboard: Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: Microsoft Microsoft Basic Optical Mouse : Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: Power Button: Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: Power Button: Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp org.freedesktop.Tracker1[591]: Received signal:15->'Terminated'
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: dhcpcd[1161]: sending signal TERM to pid 264
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: dhcpcd[1161]: waiting for pid 264 to exit
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[264]: exited
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Login Service.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: dhcpcd.service: main process exited, code=exited, status=1/FAILURE
    Apr 16 10:02:55 carolfs-ifusp mkinitcpio[1145]: ==> Starting build: none
    Apr 16 10:02:56 carolfs-ifusp mkinitcpio[1145]: -> Running build hook: [sd-shutdown]
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped dhcpcd on all interfaces.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unit dhcpcd.service entered failed state.
    Apr 16 10:02:56 carolfs-ifusp gdm-Xorg-:0[336]: (II) NVIDIA(GPU-0): Deleting GPU-0
    Apr 16 10:02:56 carolfs-ifusp gdm-Xorg-:0[336]: (EE) Server terminated successfully (0). Closing log file.
    Apr 16 10:02:56 carolfs-ifusp gdm[295]: Freeing conversation 'gdm-password' with active job
    Apr 16 10:02:56 carolfs-ifusp gdm[295]: Freeing conversation 'gdm-launch-environment' with active job
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped GNOME Display Manager.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Permit User Sessions...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Permit User Sessions.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Basic System.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Basic System.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Slices.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Slices.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping User and Session Slice.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Removed slice User and Session Slice.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Paths.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Paths.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Timers.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Timers.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily man-db cache update.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily man-db cache update.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily verification of password and group files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily verification of password and group files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily rotation of log files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily rotation of log files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Sockets.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Sockets.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Device-mapper event daemon FIFOs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Closed Device-mapper event daemon FIFOs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping LVM2 metadata daemon socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Closed LVM2 metadata daemon socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping D-Bus System Message Bus Socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Closed D-Bus System Message Bus Socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping System Initialization.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target System Initialization.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Apply Kernel Variables...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Apply Kernel Variables.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Setup Virtual Console...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Setup Virtual Console.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Encrypted Volumes.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Encrypted Volumes.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Load/Save Random Seed...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Swap.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Swap.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Remote File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Remote File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Load/Save Random Seed.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Create Volatile Files and Directories...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Create Volatile Files and Directories.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Local File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Local File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /run/user/1000/gvfs...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /run/user/120...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /boot...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /home...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting Temporary Directory...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-partuuid/748828e6-d06b-4dc9-a1ee-94e2bf6e2d41.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-partlabel/swap.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x5000c500242cde85-part2.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-id/ata-ST3500418AS_5VM96G8V-part2.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-uuid/59c506eb-3a40-4eae-8048-317bcc3d00fb.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap Swap Partition.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /run/user/1000/gvfs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted Temporary Directory.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /run/user/1000...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /run/user/120.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /boot.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping EFI System Partition Automount.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unset automount EFI System Partition Automount.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /run/user/1000.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /home.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Unmount All Filesystems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Reached target Unmount All Filesystems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Local File Systems (Pre).
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Local File Systems (Pre).
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Remount Root and Kernel File Systems...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Remount Root and Kernel File Systems.
    Apr 16 10:02:56 carolfs-ifusp mkinitcpio[1145]: ==> Build complete.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Started Generate shutdown-ramfs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Shutdown.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Reached target Shutdown.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Final Step.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Reached target Final Step.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Power-Off...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Shutting down.
    Apr 16 10:02:56 carolfs-ifusp systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    Apr 16 10:02:56 carolfs-ifusp systemd-journal[166]: Journal stopped
    Last edited by CFS (2014-05-08 12:57:13)

    Thank you for your replies. Shutdown now doesn't turn the computer off either. About the type of system, I think it was custom built. This is a new install from Monday, so I didn't update the kernel. Poweroff, suspend and hibernate have never worked. The requested output:
    $ uname -a
    Linux carolfs-ifusp 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64 GNU/Linux
    $ pacman -Qi linux
    Name : linux
    Version : 3.14.1-1
    Description : The Linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.14.1
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    Required By : nvidia
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 71136.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Mon 14 Apr 2014 03:42:52 PM BRT
    Install Date : Mon 14 Apr 2014 07:50:11 PM BRT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature

  • [SOLVED] Black screen when starting GNOME via GDM

    Hey guys,
    I'm a bit of a Linux newb, so apologies in advance for any stupidity on my part.
    I've just installed Arch in VirtualBox by following the beginner's guide, plus sudo, and now I'm trying to set up GNOME.
    I've installed the following packages, with all of the extra packages for GNOME selected:
    gnome
    xf86-video-fbdev
    xf86-video-vesa
    virtualbox-guest-modules
    virtualbox-guest-utils
    Since I want GNOME to start, I've run systemctl enable gdm. I haven't made any changes to any configuration files related to X, GDM, or GNOME.
    When I boot GNOME seems to load, and the display size scales to fit the size of the VirtualBox window, but it freezes on a black screen.
    Here is the journalctl output for the boot:
    -- Reboot --
    Mar 27 21:52:38 SpookyWinters-NUC systemd-journal[141]: Runtime journal is using 8.0M (max allowed 197.7M, trying to leave 296.5M free of 1.9G available → current limit 197.7M).
    Mar 27 21:52:38 SpookyWinters-NUC systemd-journal[141]: Permanent journal is using 72.0M (max allowed 3.1G, trying to leave 4.0G free of 26.7G available → current limit 3.1G).
    Mar 27 21:52:38 SpookyWinters-NUC systemd-journal[141]: Time spent on flushing to /var is 14.667ms for 2 entries.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys cpuset
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys cpu
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys cpuacct
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: BIOS-provided physical RAM map:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000da9ddfff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000da9de000-0x00000000da9defff] ACPI data
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000da9df000-0x00000000da9ebfff] reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000da9ec000-0x00000000dbb6bfff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbb6c000-0x00000000dbbc3fff] reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbbc4000-0x00000000dbbcbfff] ACPI data
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbbcc000-0x00000000dbbcffff] ACPI NVS
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbbd0000-0x00000000dbfcffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x00000000dbfd0000-0x00000000dbfeffff] reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000123ffffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NX (Execute Disable) protection: active
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: EFI v2.31 by EDK II
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: ACPI=0xdbbcb000 ACPI 2.0=0xdbbcb014 SMBIOS=0xdbbce000 MPS=0xdbbcd000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000001000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000007000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000007000-0x00000000000a0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem03: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000001000000) (15MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem04: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000001000000-0x0000000001e3e000) (14MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem05: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000001e3e000-0x0000000002000000) (1MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem06: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000002000000-0x0000000002600000) (6MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem07: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000002600000-0x000000007fcc3000) (2006MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000007fcc3000-0x0000000080000000) (3MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000080000000-0x00000000d61c2000) (1377MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem10: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000d61c2000-0x00000000d8000000) (30MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem11: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000d8000000-0x00000000d8020000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem12: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000d8020000-0x00000000d9dc2000) (29MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem13: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000d9dc2000-0x00000000da1a5000) (3MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem14: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000da1a5000-0x00000000da43d000) (2MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem15: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000da43d000-0x00000000da442000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem16: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000da442000-0x00000000da45c000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem17: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000da45c000-0x00000000da9de000) (5MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem18: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000da9de000-0x00000000da9df000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem19: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000da9df000-0x00000000da9ec000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem20: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000da9ec000-0x00000000daaec000) (1MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem21: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000daaec000-0x00000000dab1a000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem22: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000dab1a000-0x00000000db9ec000) (14MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem23: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000db9ec000-0x00000000db9ef000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem24: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000db9ef000-0x00000000dbb6c000) (1MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem25: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000dbb6c000-0x00000000dbb9c000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem26: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000dbb9c000-0x00000000dbbc0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem27: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000dbbc0000-0x00000000dbbc4000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem28: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000dbbc4000-0x00000000dbbcc000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem29: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000dbbcc000-0x00000000dbbd0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem30: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000dbbd0000-0x00000000dbfd0000) (4MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem31: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000dbfd0000-0x00000000dbff0000) (0MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efi: mem32: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x0000000124000000) (576MB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: SMBIOS 2.5 present.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: AGP: No AGP bridge found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: last_pfn = 0x124000 max_arch_pfn = 0x400000000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: MTRR default type: uncachable
    Mar 27 21:52:38 SpookyWinters-NUC kernel: MTRR variable ranges disabled:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    Mar 27 21:52:38 SpookyWinters-NUC kernel: CPU MTRRs all blank - virtualized system.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: last_pfn = 0xdbfd0 max_arch_pfn = 0x400000000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Scanning 1 areas for low memory corruption
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x00000000-0x000fffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x123e00000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x123e00000-0x123ffffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x120000000-0x123dfffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x120000000-0x123dfffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x100000000-0x11fffffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0x00100000-0xda9ddfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x00100000-0x001fffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0x00200000-0xda7fffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xda800000-0xda9ddfff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0xda9ec000-0xdbb6bfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xda9ec000-0xda9fffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdaa00000-0xdb9fffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdba00000-0xdbb6bfff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: init_memory_mapping: [mem 0xdbbd0000-0xdbfcffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdbbd0000-0xdbbfffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdbc00000-0xdbdfffff] page 2M
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [mem 0xdbe00000-0xdbfcffff] page 4k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RAMDISK: [mem 0x7fcc3000-0x7fffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Early table checksum verification disabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: RSDP 0x00000000DBBCB014 000024 (v02 VBOX )
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: XSDT 0x00000000DBBCA0E8 00004C (v01 VBOX VBOXFACP 00000001 01000013)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: FACP 0x00000000DBBC8000 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: DSDT 0x00000000DBBC6000 001BF1 (v01 VBOX VBOXBIOS 00000002 INTL 20100528)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: FACS 0x00000000DBBCF000 000040
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: APIC 0x00000000DBBC9000 00006C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: SSDT 0x00000000DBBC5000 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: HPET 0x00000000DBBC4000 000038 (v01 VBOX VBOXHPET 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: MCFG 0x00000000DA9DE000 00003C (v01 VBOX VBOXMCFG 00000001 ASL 00000061)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Local APIC address 0xfee00000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: No NUMA configuration found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Faking a node at [mem 0x0000000000000000-0x0000000123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NODE_DATA(0) allocated [mem 0x123ff8000-0x123ffbfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88011f400000-ffff8801235fffff] on node 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Zone ranges:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA [mem 0x00001000-0x00ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Normal [mem 0x100000000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Movable zone start for each node
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Early memory node ranges
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0x00001000-0x0009ffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0x00100000-0xda9ddfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0xda9ec000-0xdbb6bfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0xdbbd0000-0xdbfcffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: node 0: [mem 0x100000000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initmem setup node 0 [mem 0x00001000-0x123ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: On node 0 totalpages: 1048317
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA zone: 64 pages used for memmap
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA zone: 22 pages reserved
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA zone: 3999 pages, LIFO batch:0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA32 zone: 14014 pages used for memmap
    Mar 27 21:52:38 SpookyWinters-NUC kernel: DMA32 zone: 896862 pages, LIFO batch:31
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Normal zone: 2304 pages used for memmap
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Normal zone: 147456 pages, LIFO batch:31
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PM-Timer IO Port: 0x4008
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Local APIC address 0xfee00000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Mar 27 21:52:38 SpookyWinters-NUC kernel: IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: IRQ0 used by override.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: IRQ9 used by override.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Using ACPI (MADT) for SMP configuration information
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xda9de000-0xda9defff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xda9df000-0xda9ebfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbb6c000-0xdbbc3fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbbc4000-0xdbbcbfff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbbcc000-0xdbbcffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbfd0000-0xdbfeffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registered nosave memory: [mem 0xdbff0000-0xffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: [mem 0xdbff0000-0xffffffff] available for PCI devices
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Booting paravirtualized kernel on bare hardware
    Mar 27 21:52:38 SpookyWinters-NUC kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PERCPU: Embedded 31 pages/cpu @ffff880123c00000 s86336 r8192 d32448 u524288
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pcpu-alloc: [0] 0 1 2 3
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031913
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Policy zone: Normal
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Kernel command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: AGP: Checking aperture...
    Mar 27 21:52:38 SpookyWinters-NUC kernel: AGP: No AGP bridge found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Memory: 4006248K/4193268K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 187020K reserved, 0K cma-reserved)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Preemptible hierarchical RCU implementation.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NR_IRQS:8448 nr_irqs:456 16
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Console: colour dummy device 80x25
    Mar 27 21:52:38 SpookyWinters-NUC kernel: console [tty0] enabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hpet clockevent registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: tsc: Fast TSC calibration using PIT
    Mar 27 21:52:38 SpookyWinters-NUC kernel: tsc: Detected 3504.444 MHz processor
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7011.92 BogoMIPS (lpj=11681480)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pid_max: default: 32768 minimum: 301
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Core revision 20141107
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: All ACPI Tables successfully acquired
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Security Framework initialized
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Yama: becoming mindful.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys memory
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys devices
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys freezer
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys net_cls
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initializing cgroup subsys blkio
    Mar 27 21:52:38 SpookyWinters-NUC kernel: CPU: Physical Processor ID: 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: CPU: Processor Core ID: 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ftrace: allocating 21170 entries in 83 pages
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (fam: 06, model: 3a, stepping: 09)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Performance Events: unsupported p6 CPU model 58 no PMU driver, software events only.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: x86: Booting SMP configuration:
    Mar 27 21:52:38 SpookyWinters-NUC kernel: .... node #0, CPUs: #1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: #2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: #3
    Mar 27 21:52:38 SpookyWinters-NUC kernel: mce: CPU supports 0 MCE banks
    Mar 27 21:52:38 SpookyWinters-NUC kernel: x86: Booted up 1 node, 4 CPUs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: smpboot: Total of 4 processors activated (28046.70 BogoMIPS)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: devtmpfs: initialized
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Registering ACPI NVS region [mem 0xdbbcc000-0xdbbcffff] (16384 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pinctrl core: initialized pinctrl subsystem
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RTC time: 21:52:35, date: 03/27/15
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 16
    Mar 27 21:52:38 SpookyWinters-NUC kernel: cpuidle: using governor ladder
    Mar 27 21:52:38 SpookyWinters-NUC kernel: cpuidle: using governor menu
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: bus type PCI registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xdc000000-0xdfffffff] (base 0xdc000000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: not using MMCONFIG
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: Using configuration type 1 for base access
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(Module Device)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(Processor Device)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Interpreter enabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20141107/hwxface-580)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: (supports S0 S5)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Using IOAPIC for interrupt routing
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xdc000000-0xdfffffff] (base 0xdc000000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: MMCONFIG at [mem 0xdc000000-0xdfffffff] reserved in ACPI motherboard resources
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: host bridge window [mem 0xdc000000-0xffdfffff] (ignored)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: root bus 00: using default resources
    Mar 27 21:52:38 SpookyWinters-NUC kernel: acpi PNP0A03:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI host bridge to bus 0000:00
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:03.0: reg 0x10: [mem 0xe8400000-0xe841ffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:03.0: reg 0x18: [io 0xc180-0xc187]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: reg 0x10: [io 0xc140-0xc15f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: reg 0x14: [mem 0xe8000000-0xe83fffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:04.0: reg 0x18: [mem 0xe8420000-0xe8423fff pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:05.0: reg 0x10: [io 0xc000-0xc0ff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:05.0: reg 0x14: [io 0xc100-0xc13f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: [8086:2448] type 01 class 0x060401
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: reg 0x10: [mem 0xc1980000c190-0xc1990000c18f 64bit pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: [8086:2448] type 01 class 0x060401
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: reg 0x10: [mem 0xc1900000c190-0xc1910000c18f 64bit]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.0: quirk: [io 0x8000-0x807f] claimed by ICH6 ACPI/GPIO/TCO
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x10: [io 0xc178-0xc17f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x14: [io 0xc18c-0xc18f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x18: [io 0xc170-0xc177]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xc188-0xc18b]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x20: [io 0xc160-0xc16f]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xe8424000-0xe8425fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.4: [106b:003f] type 00 class 0x0c0310
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xe8427000-0xe8427fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.5: [8086:265c] type 00 class 0x0c0320
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xe8426000-0xe8426fff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: PCI bridge to [bus 01] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: PCI bridge to [bus 02] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *9 10 11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 10 *11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11), disabled.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: Enabled 2 GPEs in block 00 to 07
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: loaded
    Mar 27 21:52:38 SpookyWinters-NUC kernel: vgaarb: bridge control possible 0000:00:02.0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: Using ACPI for IRQ routing
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: pci_cache_line_size set to 64 bytes
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: can't claim BAR 0 [mem 0xc1980000c190-0xc1990000c18f 64bit pref]: no compatible bridge window
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: can't claim BAR 0 [mem 0xc1900000c190-0xc1910000c18f 64bit]: no compatible bridge window
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: reserve RAM buffer [mem 0xda9de000-0xdbffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: reserve RAM buffer [mem 0xdbb6c000-0xdbffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: e820: reserve RAM buffer [mem 0xdbfd0000-0xdbffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: Initializing
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: domain hash size = 128
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NetLabel: unlabeled traffic allowed by default
    Mar 27 21:52:38 SpookyWinters-NUC kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Switched to clocksource hpet
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp: PnP ACPI init
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0400 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:04: disabling [mem 0xfed00000-0xfed003ff] because it overlaps 0000:00:18.0 BAR 0 [mem 0x00000000-0xffffffff 64bit pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp 00:04: disabling [mem 0xfed00000-0xfed003ff disabled] because it overlaps 0000:00:19.0 BAR 0 [mem 0x00000000-0xffffffff 64bit]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pnp: PnP ACPI: found 5 devices
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: BAR 0: assigned [mem 0x200000000-0x2ffffffff 64bit pref]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: BAR 0: assigned [mem 0x300000000-0x3ffffffff 64bit]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:18.0: PCI bridge to [bus 01]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:19.0: PCI bridge to [bus 02]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:00: resource 5 [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:01: resource 4 [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:01: resource 5 [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_bus 0000:02: resource 5 [mem 0x00000000-0xfffffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP: reno registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci 0000:00:02.0: Video device with shadowed ROM
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI: CLS 0 bytes, default 64
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Unpacking initramfs...
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing initrd memory: 3316K (ffff88007fcc3000 - ffff880080000000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: software IO TLB [mem 0xd4000000-0xd8000000] (64MB) mapped at [ffff8800d4000000-ffff8800d7ffffff]
    Mar 27 21:52:38 SpookyWinters-NUC kernel: RAPL PMU detected, hw unit 2^-0 Joules, API unit is 2^-32 Joules, 3 fixed counters 10737418240 ms ovfl timer
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x19
    Mar 27 21:52:38 SpookyWinters-NUC kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Scanning for low memory corruption every 60 seconds
    Mar 27 21:52:38 SpookyWinters-NUC kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Initialise system trusted keyring
    Mar 27 21:52:38 SpookyWinters-NUC kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mar 27 21:52:38 SpookyWinters-NUC kernel: zpool: loaded
    Mar 27 21:52:38 SpookyWinters-NUC kernel: zbud: loaded
    Mar 27 21:52:38 SpookyWinters-NUC kernel: VFS: Disk quotas dquot_6.5.2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Key type big_key registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: io scheduler noop registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: io scheduler deadline registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: io scheduler cfq registered (default)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: probing for efifb
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: framebuffer at 0xe0000000, mapped to 0xffffc90004780000, using 3072k, total 3072k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: scrolling: redraw
    Mar 27 21:52:38 SpookyWinters-NUC kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Console: switching to colour frame buffer device 128x48
    Mar 27 21:52:38 SpookyWinters-NUC kernel: fb0: EFI VGA frame buffer device
    Mar 27 21:52:38 SpookyWinters-NUC kernel: intel_idle: does not run on family 6 model 58
    Mar 27 21:52:38 SpookyWinters-NUC kernel: GHES: HEST is not enabled!
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Linux agpgart interface v0.103
    Mar 27 21:52:38 SpookyWinters-NUC kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: rtc_cmos 00:03: alarms up to one day, 114 bytes nvram, hpet irqs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: TCP: cubic registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 10
    Mar 27 21:52:38 SpookyWinters-NUC kernel: NET: Registered protocol family 17
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Loading compiled-in X.509 certificates
    Mar 27 21:52:38 SpookyWinters-NUC kernel: registered taskstats version 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Magic number: 7:578:905
    Mar 27 21:52:38 SpookyWinters-NUC kernel: rtc_cmos 00:03: setting system clock to 2015-03-27 21:52:35 UTC (1427493155)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: PM: Hibernation image not present or could not be loaded.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Write protecting the kernel read-only data: 8192k
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    Mar 27 21:52:38 SpookyWinters-NUC kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    Mar 27 21:52:38 SpookyWinters-NUC kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mar 27 21:52:38 SpookyWinters-NUC kernel: SCSI subsystem initialized
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ACPI: bus type USB registered
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new interface driver usbfs
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new interface driver hub
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new device driver usb
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci: EHCI PCI platform driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: libata version 3.00 loaded.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: EHCI Host Controller
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: new USB bus registered, assigned bus number 1
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: irq 23, io mem 0xe8426000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci: OHCI PCI platform driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ehci-pci 0000:00:1f.5: USB 2.0 started, EHCI 1.00
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 1-0:1.0: USB hub found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 1-0:1.0: 8 ports detected
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: version 3.0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ahci 0000:00:1f.2: flags: 64bit ncq stag only ccc
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi host0: ahci
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi host1: ahci
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1: SATA max UDMA/133 abar m8192@0xe8424000 port 0xe8424100 irq 24
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2: SATA max UDMA/133 abar m8192@0xe8424000 port 0xe8424180 irq 24
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci 0000:00:1f.4: OHCI PCI host controller
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci 0000:00:1f.4: new USB bus registered, assigned bus number 2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ohci-pci 0000:00:1f.4: irq 23, io mem 0xe8427000
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 2-0:1.0: USB hub found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hub 2-0:1.0: 8 ports detected
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1.00: ATA-8: VBOX HARDDISK, 1.0, max UDMA/133
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1.00: 67108864 sectors, multi 128: LBA48 NCQ (depth 31/32)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata1.00: configured for UDMA/133
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi 0:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usb 2-1: new full-speed USB device number 2 using ohci-pci
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2.00: applying bridge limits
    Mar 27 21:52:38 SpookyWinters-NUC kernel: ata2.00: configured for UDMA/100
    Mar 27 21:52:38 SpookyWinters-NUC kernel: scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] 67108864 512-byte logical blocks: (34.3 GB/32.0 GiB)
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sda: sda1 sda2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
    Mar 27 21:52:38 SpookyWinters-NUC kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Mar 27 21:52:38 SpookyWinters-NUC kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbcore: registered new interface driver usbhid
    Mar 27 21:52:38 SpookyWinters-NUC kernel: usbhid: USB HID core driver
    Mar 27 21:52:38 SpookyWinters-NUC kernel: input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:1f.4/usb2/2-1/2-1:1.0/0003:80EE:0021.0001/input/input2
    Mar 27 21:52:38 SpookyWinters-NUC kernel: hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:1f.4-1/input0
    Mar 27 21:52:38 SpookyWinters-NUC kernel: Switched to clocksource tsc
    Mar 27 21:52:38 SpookyWinters-NUC kernel: floppy0: no floppy controllers found
    Mar 27 21:52:38 SpookyWinters-NUC kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Detected virtualization 'oracle'.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Detected architecture 'x86-64'.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Set hostname to <SpookyWinters-NUC>.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Expecting device sys-subsystem-net-devices-enp0s3.device...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Expecting device dev-disk-by\x2duuid-E74C\x2dFA93.device...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Swap.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Swap.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting EFI System Partition Automount.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Set up automount EFI System Partition Automount.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Root Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice Root Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting User and Session Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice User and Session Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Journal Socket (/dev/log).
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Journal Socket (/dev/log).
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting System Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice System Slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting system-systemd\x2dfsck.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice system-systemd\x2dfsck.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting system-dhcpcd.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice system-dhcpcd.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting LVM2 metadata daemon socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on LVM2 metadata daemon socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting system-getty.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Created slice system-getty.slice.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Delayed Shutdown Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Delayed Shutdown Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Journal Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Journal Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Set Up Additional Binary Formats.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Setup Virtual Console...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Temporary Directory...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Huge Pages File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Load Kernel Modules.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted FUSE Control File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Configuration File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Apply Kernel Variables...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting POSIX Message Queue File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Slices.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Slices.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on Journal Audit Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started File System Check on Root Device.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Remount Root and Kernel File Systems...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounting Debug File System...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Paths.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Paths.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Login Prompts.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Login Prompts.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Encrypted Volumes.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Encrypted Volumes.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Journal Service...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Remote File Systems.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Reached target Remote File Systems.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting udev Kernel Socket.
    Mar 27 21:52:38 SpookyWinters-NUC kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on udev Kernel Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting udev Control Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Listening on udev Control Socket.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting udev Coldplug all Devices...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Huge Pages File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted POSIX Message Queue File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Debug File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Configuration File System.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Mounted Temporary Directory.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Create list of required static device nodes for the current kernel.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Setup Virtual Console.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Apply Kernel Variables.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Remount Root and Kernel File Systems.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started udev Coldplug all Devices.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Rebuild Dynamic Linker Cache.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started First Boot Wizard.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Load/Save Random Seed...
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Rebuild Hardware Database.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Started Create System Users.
    Mar 27 21:52:38 SpookyWinters-NUC systemd[1]: Starting Create Static Device Nodes in /dev...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Load/Save Random Seed.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Create Static Device Nodes in /dev.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting udev Kernel Device Manager...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Local File Systems (Pre).
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Local File Systems (Pre).
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Mounting /boot...
    Mar 27 21:52:39 SpookyWinters-NUC systemd-journal[141]: Journal started
    Mar 27 21:52:38 SpookyWinters-NUC systemd-udevd[156]: starting version 218
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Flush Journal to Persistent Storage...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Mounted /boot.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Journal Service.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Flush Journal to Persistent Storage.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started udev Kernel Device Manager.
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
    Mar 27 21:52:39 SpookyWinters-NUC kernel: [drm] Initialized drm 1.1.0 20060810
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: Power Button [PWRF]
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input4
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: Sleep Button [SLPF]
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Found device VBOX_HARDDISK UEFI.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting File System Check on /dev/disk/by-uuid/E74C-FA93...
    Mar 27 21:52:39 SpookyWinters-NUC kernel: [drm] Initialized vboxvideo 1.0.0 20090303 for 0000:00:02.0 on minor 0
    Mar 27 21:52:39 SpookyWinters-NUC kernel: parport_pc 00:02: reported by Plug and Play ACPI
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input6
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ACPI: AC Adapter [AC] (on-line)
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
    Mar 27 21:52:39 SpookyWinters-NUC systemd-fsck[180]: fsck.fat 3.0.27 (2014-11-12)
    Mar 27 21:52:39 SpookyWinters-NUC systemd-fsck[180]: /dev/sda1: 16 files, 50466/258078 clusters
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started File System Check on /dev/disk/by-uuid/E74C-FA93.
    Mar 27 21:52:39 SpookyWinters-NUC kernel: intel_rng: FWH not detected
    Mar 27 21:52:39 SpookyWinters-NUC kernel: mousedev: PS/2 mouse device common for all mice
    Mar 27 21:52:39 SpookyWinters-NUC kernel: intel_rapl: no valid rapl domains found in package 0
    Mar 27 21:52:39 SpookyWinters-NUC kernel: ppdev: user-space parallel port driver
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
    Mar 27 21:52:39 SpookyWinters-NUC kernel: intel_rapl: no valid rapl domains found in package 0
    Mar 27 21:52:39 SpookyWinters-NUC kernel: FAT-fs (sda1): mounting with "discard" option, but the device does not support discard
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Local File Systems.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Local File Systems.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Create Volatile Files and Directories...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Commit a transient machine-id on disk.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Rebuild Journal Catalog.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Update is Completed.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Create Volatile Files and Directories.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Update UTMP about System Boot/Shutdown...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Update UTMP about System Boot/Shutdown.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting System Initialization.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target System Initialization.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily man-db cache update.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily man-db cache update.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting D-Bus System Message Bus Socket.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Listening on D-Bus System Message Bus Socket.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Sockets.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Sockets.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Basic System.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Basic System.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting D-Bus System Message Bus...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started D-Bus System Message Bus.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Permit User Sessions...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Login Service...
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily rotation of log files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily rotation of log files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily verification of password and group files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily verification of password and group files.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Daily Cleanup of Temporary Directories.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Daily Cleanup of Temporary Directories.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Timers.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target Timers.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Permit User Sessions.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting GNOME Display Manager...
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: New seat seat0.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started Login Service.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Started GNOME Display Manager.
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: Watching system buttons on /dev/input/event2 (Power Button)
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Mar 27 21:52:39 SpookyWinters-NUC systemd-logind[215]: Watching system buttons on /dev/input/event4 (Video Bus)
    Mar 27 21:52:39 SpookyWinters-NUC dbus[213]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting User and Group Name Lookups.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Reached target User and Group Name Lookups.
    Mar 27 21:52:39 SpookyWinters-NUC systemd[1]: Starting Accounts Service...
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:7b:98:a8
    Mar 27 21:52:39 SpookyWinters-NUC kernel: e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
    Mar 27 21:52:39 SpookyWinters-NUC kernel: piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
    Mar 27 21:52:39 SpookyWinters-NUC kernel: input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input8
    Mar 27 21:52:39 SpookyWinters-NUC kernel: vboxguest: misc device minor 58, IRQ 20, I/O port c140, MMIO at 00000000e8000000 (size 0x400000)
    Mar 27 21:52:40 SpookyWinters-NUC dbus[213]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Mar 27 21:52:40 SpookyWinters-NUC systemd[1]: Starting Authorization Manager...
    Mar 27 21:52:40 SpookyWinters-NUC kernel: vboxguest: Successfully loaded version 4.3.26_OSE (interface 0x00010004)
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: X.Org X Server 1.17.1
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Release Date: 2015-02-10
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: X Protocol Version 11, Revision 0
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Build Operating System: Linux 3.18.6-1-ARCH x86_64
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Current Operating System: Linux SpookyWinters-NUC 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Kernel command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Build Date: 14 March 2015 06:45:50PM
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Current version of pixman: 0.32.6
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Before reporting problems, check [url]http://wiki.x.org[/url]
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: to make sure that you have the latest version.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Markers: (--) probed, (**) from config file, (==) default setting,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (++) from command line, (!!) notice, (II) informational,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (++) Log file: "/dev/null", Time: Fri Mar 27 21:52:40 2015
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) No Layout section. Using the first Screen section.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) No screen section available. Using defaults.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (**) |-->Screen "Default Screen Section" (0)
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (**) | |-->Monitor "<default monitor>"
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) No monitor specified for screen "Default Screen Section".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Using a default monitor configuration.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Automatically adding devices
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Automatically enabling devices
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) Automatically adding GPU devices
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Entry deleted from font path.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    Mar 27 21:52:40 SpookyWinters-NUC kernel: e1000 0000:00:03.0 enp0s3: renamed from eth0
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Entry deleted from font path.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: Entry deleted from font path.
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) FontPath set to:
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: /usr/share/fonts/misc/,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: /usr/share/fonts/TTF/,
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: /usr/share/fonts/Type1/
    Mar 27 21:52:40 SpookyWinters-NUC gdm-Xorg-:0[222]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Mar

    Thanks for the response.
    I disabled gdm, installed xorg-xinit, and ran startx. It briefly switches to a black window at the correct resolution for the VirtualBox window, then exits.
    There's no journalctl entries for it, but there was an X log in /var/log:
    [ 1301.004]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 1301.007] X Protocol Version 11, Revision 0
    [ 1301.008] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 1301.008] Current Operating System: Linux SpookyWinters-NUC 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64
    [ 1301.008] Kernel command line: initrd=\EFI\archlinux\initramfs-linux.img root=/dev/sda2 rw
    [ 1301.009] Build Date: 14 March 2015 06:45:50PM
    [ 1301.010]
    [ 1301.010] Current version of pixman: 0.32.6
    [ 1301.011] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1301.012] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1301.015] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 28 00:11:22 2015
    [ 1301.015] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1301.015] (==) No Layout section. Using the first Screen section.
    [ 1301.015] (==) No screen section available. Using defaults.
    [ 1301.015] (**) |-->Screen "Default Screen Section" (0)
    [ 1301.015] (**) | |-->Monitor "<default monitor>"
    [ 1301.015] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1301.015] (==) Automatically adding devices
    [ 1301.015] (==) Automatically enabling devices
    [ 1301.015] (==) Automatically adding GPU devices
    [ 1301.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 1301.015] Entry deleted from font path.
    [ 1301.015] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 1301.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1301.015] Entry deleted from font path.
    [ 1301.015] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1301.015] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1301.015] Entry deleted from font path.
    [ 1301.015] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1301.015] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 1301.015] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1301.015] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1301.015] (II) Loader magic: 0x815d80
    [ 1301.015] (II) Module ABI versions:
    [ 1301.015] X.Org ANSI C Emulation: 0.4
    [ 1301.015] X.Org Video Driver: 19.0
    [ 1301.015] X.Org XInput driver : 21.0
    [ 1301.015] X.Org Server Extension : 9.0
    [ 1301.017] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 1301.017] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1301.018] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 1301.021] (--) PCI:*(0:0:2:0) 80ee:beef:0000:0000 rev 0, Mem @ 0xe0000000/134217728
    [ 1301.021] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1301.021] (II) LoadModule: "glx"
    [ 1301.022] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1301.023] (II) Module glx: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.1, module version = 1.0.0
    [ 1301.023] ABI class: X.Org Server Extension, version 9.0
    [ 1301.023] (==) AIGLX enabled
    [ 1301.023] (==) Matched vboxvideo as autoconfigured driver 0
    [ 1301.023] (==) Matched vboxvideo as autoconfigured driver 1
    [ 1301.023] (==) Matched modesetting as autoconfigured driver 2
    [ 1301.023] (==) Matched fbdev as autoconfigured driver 3
    [ 1301.023] (==) Matched vesa as autoconfigured driver 4
    [ 1301.023] (==) Assigned the driver to the xf86ConfigLayout
    [ 1301.023] (II) LoadModule: "vboxvideo"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/vboxvideo.so
    [ 1301.023] (II) Module vboxvideo: vendor="Oracle Corporation"
    [ 1301.023] compiled for 1.6.99, module version = 1.0.1
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (**) Load address of symbol "VBOXVIDEO" is 0x7f0cf41dc840
    [ 1301.023] (II) LoadModule: "modesetting"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 1301.023] (II) Module modesetting: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.1, module version = 1.17.1
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (II) LoadModule: "fbdev"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1301.023] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.0, module version = 0.4.4
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (II) LoadModule: "vesa"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1301.023] (II) Module vesa: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.0, module version = 2.3.2
    [ 1301.023] Module class: X.Org Video Driver
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.023] (II) VBoxVideo: guest driver for VirtualBox: vbox
    [ 1301.023] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 1301.023] (II) FBDEV: driver for framebuffer: fbdev
    [ 1301.023] (II) VESA: driver for VESA chipsets: vesa
    [ 1301.023] (++) using VT number 1
    [ 1301.023] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 1301.023] (WW) Falling back to old probe method for modesetting
    [ 1301.023] (WW) Falling back to old probe method for fbdev
    [ 1301.023] (II) Loading sub module "fbdevhw"
    [ 1301.023] (II) LoadModule: "fbdevhw"
    [ 1301.023] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1301.023] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1301.023] compiled for 1.17.1, module version = 0.0.2
    [ 1301.023] ABI class: X.Org Video Driver, version 19.0
    [ 1301.024] (WW) Falling back to old probe method for vesa
    [ 1301.024] (II) VBoxVideo(0): VirtualBox guest additions video driver version 4.3.26_OSE
    [ 1301.024] (II) Loading sub module "ramdac"
    [ 1301.024] (II) LoadModule: "ramdac"
    [ 1301.024] (II) Module "ramdac" already built-in
    [ 1301.024] (II) Loading sub module "fb"
    [ 1301.024] (II) LoadModule: "fb"
    [ 1301.024] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1301.024] (II) Module fb: vendor="X.Org Foundation"
    [ 1301.024] compiled for 1.17.1, module version = 1.0.0
    [ 1301.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1301.024] (II) Loading sub module "shadowfb"
    [ 1301.024] (II) LoadModule: "shadowfb"
    [ 1301.024] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1301.024] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1301.024] compiled for 1.17.1, module version = 1.0.0
    [ 1301.024] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1301.024] (II) Loading sub module "vgahw"
    [ 1301.024] (II) LoadModule: "vgahw"
    [ 1301.024] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 1301.024] (II) Module vgahw: vendor="X.Org Foundation"
    [ 1301.024] compiled for 1.17.1, module version = 0.1.0
    [ 1301.024] ABI class: X.Org Video Driver, version 19.0
    [ 1301.024] (II) Loading sub module "dri2"
    [ 1301.024] (II) LoadModule: "dri2"
    [ 1301.024] (II) Module "dri2" already built-in
    [ 1301.024] (II) VBoxVideo(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1301.024] (==) VBoxVideo(0): Depth 24, (--) framebuffer bpp 32
    [ 1301.024] (--) VBoxVideo(0): Virtual size is 32000x32000 (pitch 32000)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1600x1200": 116.2 MHz (scaled from 0.0 MHz), 72.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1600x1200"x0.0 116.21 1600 1602 1604 1606 1200 1202 1204 1206 (72.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1440x1050": 91.6 MHz (scaled from 0.0 MHz), 63.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1440x1050"x0.0 91.62 1440 1442 1444 1446 1050 1052 1054 1056 (63.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1280x960": 74.5 MHz (scaled from 0.0 MHz), 58.0 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1280x960"x0.0 74.54 1280 1282 1284 1286 960 962 964 966 (58.0 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "1024x768": 47.8 MHz (scaled from 0.0 MHz), 46.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "1024x768"x0.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "800x600": 29.3 MHz (scaled from 0.0 MHz), 36.4 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "800x600"x0.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
    [ 1301.024] (**) VBoxVideo(0): Built-in mode "640x480": 18.8 MHz (scaled from 0.0 MHz), 29.2 kHz, 60.0 Hz
    [ 1301.024] (II) VBoxVideo(0): Modeline "640x480"x0.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
    [ 1301.026] (II) VBoxVideo(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0
    [ 1301.026] (==) VBoxVideo(0): RGB weight 888
    [ 1301.026] (==) VBoxVideo(0): Default visual is TrueColor
    [ 1301.026] (==) VBoxVideo(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 1301.026] (==) VBoxVideo(0): DPI set to (96, 96)
    [ 1301.026] (II) UnloadModule: "modesetting"
    [ 1301.026] (II) Unloading modesetting
    [ 1301.026] (II) UnloadModule: "fbdev"
    [ 1301.026] (II) Unloading fbdev
    [ 1301.026] (II) UnloadSubModule: "fbdevhw"
    [ 1301.026] (II) Unloading fbdevhw
    [ 1301.026] (II) UnloadModule: "vesa"
    [ 1301.026] (II) Unloading vesa
    [ 1301.026] (--) Depth 24 pixmap format is 32 bpp
    [ 1301.184] (II) VBoxVideo(0): Requested monitor count: 1
    [ 1301.184] (II) VBoxVideo(0): Output VGA-0 has no monitor section
    [ 1301.184] (II) VBoxVideo(0): Output VGA-0 has no monitor section
    [ 1301.184] (II) VBoxVideo(0): EDID for output VGA-0
    [ 1301.184] (II) VBoxVideo(0): Manufacturer: VBX Model: 0 Serial#: 71763840
    [ 1301.184] (II) VBoxVideo(0): Year: 1990 Week: 1
    [ 1301.184] (II) VBoxVideo(0): EDID Version: 1.3
    [ 1301.184] (II) VBoxVideo(0): Digital Display Input
    [ 1301.184] (II) VBoxVideo(0): Indeterminate output size
    [ 1301.184] (II) VBoxVideo(0): Gamma: 2.20
    [ 1301.184] (II) VBoxVideo(0): DPMS capabilities: StandBy Suspend Off
    [ 1301.184] (II) VBoxVideo(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1301.184] (II) VBoxVideo(0): Default color space is primary color space
    [ 1301.184] (II) VBoxVideo(0): First detailed timing is preferred mode
    [ 1301.184] (II) VBoxVideo(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 1301.184] (II) VBoxVideo(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 1301.184] (II) VBoxVideo(0): Manufacturer's mask: 0
    [ 1301.185] (II) VBoxVideo(0): Supported detailed timing:
    [ 1301.185] (II) VBoxVideo(0): clock: 127.2 MHz Image Size: 0 x 0 mm
    [ 1301.185] (II) VBoxVideo(0): h_active: 1920 h_sync: 1922 h_sync_end 1924 h_blank_end 1926 h_border: 0
    [ 1301.185] (II) VBoxVideo(0): v_active: 1095 v_sync: 1097 v_sync_end 1099 v_blanking: 1101 v_border: 0
    [ 1301.185] (II) VBoxVideo(0): Ranges: V min: 0 V max: 200 Hz, H min: 0 H max: 200 kHz, PixClock max 1005 MHz
    [ 1301.185] (II) VBoxVideo(0): Monitor name: VBOX monitor
    [ 1301.185] (II) VBoxVideo(0): EDID (in hex):
    [ 1301.185] (II) VBoxVideo(0): 00ffffffffffff005858000080074704
    [ 1301.185] (II) VBoxVideo(0): 0100010380000078eeee91a3544c9926
    [ 1301.185] (II) VBoxVideo(0): 0f505400000001010101010101010101
    [ 1301.185] (II) VBoxVideo(0): 010101010101b3318006704706400202
    [ 1301.185] (II) VBoxVideo(0): 2200000000000000000000fd0000c800
    [ 1301.185] (II) VBoxVideo(0): c864000a202020202020000000fc0056
    [ 1301.185] (II) VBoxVideo(0): 424f58206d6f6e69746f720a00000010
    [ 1301.185] (II) VBoxVideo(0): 000a2020202020202020202020200006
    [ 1301.185] (II) VBoxVideo(0): Printing probed modes for output VGA-0
    [ 1301.185] (II) VBoxVideo(0): Modeline "1920x1095"x60.0 127.23 1920 1922 1924 1926 1095 1097 1099 1101 (66.1 kHz Pb)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1600x1200"x60.0 116.21 1600 1602 1604 1606 1200 1202 1204 1206 (72.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1440x1050"x60.0 91.62 1440 1442 1444 1446 1050 1052 1054 1056 (63.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1280x960"x60.0 74.54 1280 1282 1284 1286 960 962 964 966 (58.0 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "1024x768"x60.0 47.83 1024 1026 1028 1030 768 770 772 774 (46.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "800x600"x60.0 29.31 800 802 804 806 600 602 604 606 (36.4 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Modeline "640x480"x60.0 18.84 640 642 644 646 480 482 484 486 (29.2 kHz b)
    [ 1301.185] (II) VBoxVideo(0): Output VGA-0 connected
    [ 1301.185] (II) VBoxVideo(0): Using exact sizes for initial modes
    [ 1301.185] (II) VBoxVideo(0): Output VGA-0 using initial mode 1920x1095
    [ 1301.185] (II) VBoxVideo(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1301.185] (II) VBoxVideo(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1301.185] (==) VBoxVideo(0): DPMS enabled
    [ 1301.185] (--) RandR disabled
    [ 1301.187] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 1301.187] (EE) AIGLX: reverting to software rendering
    [ 1301.198] (II) AIGLX: Loaded and initialized swrast
    [ 1301.198] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 1301.198] (II) VBoxVideo(0): Setting screen physical size to 508 x 289
    [ 1301.226] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 1301.226] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 1301.226] (II) LoadModule: "evdev"
    [ 1301.226] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 1301.226] (II) Module evdev: vendor="X.Org Foundation"
    [ 1301.226] compiled for 1.16.2, module version = 2.9.1
    [ 1301.226] Module class: X.Org XInput Driver
    [ 1301.226] ABI class: X.Org XInput driver, version 21.0
    [ 1301.227] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 14 paused 0
    [ 1301.227] (II) Using input driver 'evdev' for 'Power Button'
    [ 1301.227] (**) Power Button: always reports core events
    [ 1301.227] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 1301.227] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 1301.227] (--) evdev: Power Button: Found keys
    [ 1301.227] (II) evdev: Power Button: Configuring as keyboard
    [ 1301.227] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 1301.227] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 1301.227] (**) Option "xkb_rules" "evdev"
    [ 1301.227] (**) Option "xkb_model" "pc104"
    [ 1301.227] (**) Option "xkb_layout" "us"
    [ 1301.243] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 1301.243] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 1301.243] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 15 paused 0
    [ 1301.243] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 1301.243] (**) Sleep Button: always reports core events
    [ 1301.243] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 1301.243] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 1301.243] (--) evdev: Sleep Button: Found keys
    [ 1301.243] (II) evdev: Sleep Button: Configuring as keyboard
    [ 1301.243] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSLPBN:00/input/input4/event3"
    [ 1301.243] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
    [ 1301.243] (**) Option "xkb_rules" "evdev"
    [ 1301.243] (**) Option "xkb_model" "pc104"
    [ 1301.243] (**) Option "xkb_layout" "us"
    [ 1301.244] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 1301.244] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 1301.244] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 16 paused 0
    [ 1301.244] (II) Using input driver 'evdev' for 'Video Bus'
    [ 1301.244] (**) Video Bus: always reports core events
    [ 1301.244] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 1301.244] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 1301.244] (--) evdev: Video Bus: Found keys
    [ 1301.244] (II) evdev: Video Bus: Configuring as keyboard
    [ 1301.244] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5/event4"
    [ 1301.244] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 1301.244] (**) Option "xkb_rules" "evdev"
    [ 1301.244] (**) Option "xkb_model" "pc104"
    [ 1301.244] (**) Option "xkb_layout" "us"
    [ 1301.244] (II) config/udev: Adding input device VirtualBox mouse integration (/dev/input/event7)
    [ 1301.244] (**) VirtualBox mouse integration: Applying InputClass "evdev pointer catchall"
    [ 1301.245] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 17 paused 0
    [ 1301.245] (II) Using input driver 'evdev' for 'VirtualBox mouse integration'
    [ 1301.245] (**) VirtualBox mouse integration: always reports core events
    [ 1301.245] (**) evdev: VirtualBox mouse integration: Device: "/dev/input/event7"
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Vendor 0x80ee Product 0xcafe
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found 1 mouse buttons
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found absolute axes
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found x and y absolute axes
    [ 1301.245] (--) evdev: VirtualBox mouse integration: Found absolute touchscreen
    [ 1301.245] (II) evdev: VirtualBox mouse integration: Configuring as touchscreen
    [ 1301.245] (**) evdev: VirtualBox mouse integration: YAxisMapping: buttons 4 and 5
    [ 1301.245] (**) evdev: VirtualBox mouse integration: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1301.245] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/input/input8/event7"
    [ 1301.245] (II) XINPUT: Adding extended input device "VirtualBox mouse integration" (type: TOUCHSCREEN, id 9)
    [ 1301.245] (II) evdev: VirtualBox mouse integration: initialized for absolute axes.
    [ 1301.245] (**) VirtualBox mouse integration: (accel) keeping acceleration scheme 1
    [ 1301.245] (**) VirtualBox mouse integration: (accel) acceleration profile 0
    [ 1301.245] (**) VirtualBox mouse integration: (accel) acceleration factor: 2.000
    [ 1301.245] (**) VirtualBox mouse integration: (accel) acceleration threshold: 4
    [ 1301.245] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/event1)
    [ 1301.245] (**) VirtualBox USB Tablet: Applying InputClass "evdev pointer catchall"
    [ 1301.298] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
    [ 1301.298] (II) Using input driver 'evdev' for 'VirtualBox USB Tablet'
    [ 1301.298] (**) VirtualBox USB Tablet: always reports core events
    [ 1301.298] (**) evdev: VirtualBox USB Tablet: Device: "/dev/input/event1"
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Vendor 0x80ee Product 0x21
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found 9 mouse buttons
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found scroll wheel(s)
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found relative axes
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found absolute axes
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found x and y absolute axes
    [ 1301.298] (--) evdev: VirtualBox USB Tablet: Found absolute touchscreen
    [ 1301.298] (II) evdev: VirtualBox USB Tablet: Configuring as touchscreen
    [ 1301.298] (II) evdev: VirtualBox USB Tablet: Adding scrollwheel support
    [ 1301.298] (**) evdev: VirtualBox USB Tablet: YAxisMapping: buttons 4 and 5
    [ 1301.298] (**) evdev: VirtualBox USB Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1301.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input2/event1"
    [ 1301.298] (II) XINPUT: Adding extended input device "VirtualBox USB Tablet" (type: TOUCHSCREEN, id 10)
    [ 1301.298] (WW) evdev: VirtualBox USB Tablet: touchpads, tablets and touchscreens ignore relative axes.
    [ 1301.298] (II) evdev: VirtualBox USB Tablet: initialized for absolute axes.
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) keeping acceleration scheme 1
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) acceleration profile 0
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) acceleration factor: 2.000
    [ 1301.298] (**) VirtualBox USB Tablet: (accel) acceleration threshold: 4
    [ 1301.298] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/js0)
    [ 1301.298] (II) No input driver specified, ignoring this device.
    [ 1301.298] (II) This device may have been added with another device file.
    [ 1301.299] (II) config/udev: Adding input device VirtualBox USB Tablet (/dev/input/mouse0)
    [ 1301.299] (II) No input driver specified, ignoring this device.
    [ 1301.299] (II) This device may have been added with another device file.
    [ 1301.299] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1301.299] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 1301.299] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
    [ 1301.299] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 1301.299] (**) AT Translated Set 2 keyboard: always reports core events
    [ 1301.299] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 1301.299] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 1301.299] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 1301.299] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 1301.299] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 1301.299] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 1301.299] (**) Option "xkb_rules" "evdev"
    [ 1301.299] (**) Option "xkb_model" "pc104"
    [ 1301.299] (**) Option "xkb_layout" "us"
    [ 1301.300] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event6)
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
    [ 1301.300] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 20 paused 0
    [ 1301.300] (II) Using input driver 'evdev' for 'ImExPS/2 Generic Explorer Mouse'
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
    [ 1301.300] (**) evdev: ImExPS/2 Generic Explorer Mouse: Device: "/dev/input/event6"
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Vendor 0x2 Product 0x6
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found 9 mouse buttons
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found scroll wheel(s)
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found relative axes
    [ 1301.300] (--) evdev: ImExPS/2 Generic Explorer Mouse: Found x and y relative axes
    [ 1301.300] (II) evdev: ImExPS/2 Generic Explorer Mouse: Configuring as mouse
    [ 1301.300] (II) evdev: ImExPS/2 Generic Explorer Mouse: Adding scrollwheel support
    [ 1301.300] (**) evdev: ImExPS/2 Generic Explorer Mouse: YAxisMapping: buttons 4 and 5
    [ 1301.300] (**) evdev: ImExPS/2 Generic Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 1301.300] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
    [ 1301.300] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 12)
    [ 1301.300] (II) evdev: ImExPS/2 Generic Explorer Mouse: initialized for relative axes.
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) keeping acceleration scheme 1
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration profile 0
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
    [ 1301.300] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
    [ 1301.301] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse1)
    [ 1301.301] (II) No input driver specified, ignoring this device.
    [ 1301.301] (II) This device may have been added with another device file.
    [ 1301.301] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1301.301] (II) No input driver specified, ignoring this device.
    [ 1301.301] (II) This device may have been added with another device file.
    [ 1301.312] (II) evdev: ImExPS/2 Generic Explorer Mouse: Close
    [ 1301.312] (II) UnloadModule: "evdev"
    [ 1301.312] (II) systemd-logind: releasing fd for 13:70
    [ 1301.365] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 1301.365] (II) UnloadModule: "evdev"
    [ 1301.365] (II) systemd-logind: releasing fd for 13:64
    [ 1301.426] (II) evdev: VirtualBox USB Tablet: Close
    [ 1301.426] (II) UnloadModule: "evdev"
    [ 1301.426] (II) systemd-logind: releasing fd for 13:65
    [ 1301.523] (II) evdev: VirtualBox mouse integration: Close
    [ 1301.523] (II) UnloadModule: "evdev"
    [ 1301.523] (II) systemd-logind: releasing fd for 13:71
    [ 1301.585] (II) evdev: Video Bus: Close
    [ 1301.585] (II) UnloadModule: "evdev"
    [ 1301.585] (II) systemd-logind: releasing fd for 13:68
    [ 1301.611] (II) evdev: Sleep Button: Close
    [ 1301.611] (II) UnloadModule: "evdev"
    [ 1301.611] (II) systemd-logind: releasing fd for 13:67
    [ 1301.638] (II) evdev: Power Button: Close
    [ 1301.638] (II) UnloadModule: "evdev"
    [ 1301.638] (II) systemd-logind: releasing fd for 13:66
    [ 1301.757] (II) Server terminated successfully (0). Closing log file.
    I resolved this by installing xterm, but that just loads X into a bunch of white terminal windows; GNOME doesn't seem to be starting at all. Is there some configuration step I skipped?

  • [Solved] Clean shutdown/reboot/suspend,wakeup no longer possible.

    No matter how I try to shut down my arch system, via systemctl poweroff, or through the GUI, or using /sbin/shutdown, my system will hang while shutting down. Forcing me to hold the power key down for a forced shutdown. This is the log from the last time this happened.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Starting Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Starting Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Reached target Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Reached target Shutdown.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Default.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Starting Exit the Session...
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Default.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Default.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Default.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopping Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Basic System.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Stopped target Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Starting Exit the Session...
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Timers.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Sockets.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopping Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Stopped target Paths.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped Network Manager.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped Login Service.
    Jan 30 13:24:12 Steves-MacBook systemd[257]: Received SIGRTMIN+24 from PID 596 (kill).
    Jan 30 13:24:12 Steves-MacBook systemd[272]: Received SIGRTMIN+24 from PID 595 (kill).
    Jan 30 13:24:12 Steves-MacBook systemd[258]: pam_unix(systemd-user:session): session closed for user sddm
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped User Manager for UID 997.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping user-997.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Removed slice user-997.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[273]: pam_unix(systemd-user:session): session closed for user steve
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped User Manager for UID 501.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping Permit User Sessions...
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping user-501.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Removed slice user-501.slice.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped Permit User Sessions.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopping Remote File Systems.
    Jan 30 13:24:12 Steves-MacBook systemd[1]: Stopped target Remote File Systems.
    Jan 30 13:24:12 Steves-MacBook mkinitcpio[574]: ==> Starting build: none
    Jan 30 13:24:12 Steves-MacBook mkinitcpio[574]: -> Running build hook: [sd-shutdown]
    Jan 30 13:24:13 Steves-MacBook mkinitcpio[574]: ==> Build complete.
    Jan 30 13:24:13 Steves-MacBook systemd[1]: Started Generate shutdown-ramfs.
    Jan 30 13:24:26 Steves-MacBook kernel: INFO: task krunner:355 blocked for more than 120 seconds.
    Jan 30 13:24:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:24:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:24:26 Steves-MacBook kernel: krunner D 00000001 0 355 1 0x00000004
    Jan 30 13:24:26 Steves-MacBook kernel: f721bcf4 00000082 c1637280 00000001 00000001 c16deb00 c1637dc4 00000000
    Jan 30 13:24:26 Steves-MacBook kernel: c16deb00 00000000 f13c3340 0000001d f5711b00 f0da8c80 c155985e f721bcb4
    Jan 30 13:24:26 Steves-MacBook kernel: c104b43a 00000001 f5d46b40 00000001 f5d46b40 f721bd30 c112698d 00000001
    Jan 30 13:24:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:24:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:24:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    Jan 30 13:24:26 Steves-MacBook kernel: INFO: task plasmashell:357 blocked for more than 120 seconds.
    Jan 30 13:24:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:24:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:24:26 Steves-MacBook kernel: plasmashell D 00000141 0 357 1 0x00000004
    Jan 30 13:24:26 Steves-MacBook kernel: f0c99cf4 00000082 00000002 00000141 000267f3 c16deb00 c1637dc4 00000001
    Jan 30 13:24:26 Steves-MacBook kernel: c16deb00 00000000 f13c2380 0000001e f5711b00 f122cb00 c155985e f0c99cb4
    Jan 30 13:24:26 Steves-MacBook kernel: c104b43a 00000001 f5d5aec0 00000001 f5d5aec0 f0c99d30 c112698d 00000001
    Jan 30 13:24:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:24:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:24:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:24:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:24:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:24:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:24:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:24:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:24:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    Jan 30 13:25:42 Steves-MacBook systemd[1]: upower.service stop-sigterm timed out. Killing.
    Jan 30 13:26:26 Steves-MacBook kernel: INFO: task krunner:355 blocked for more than 120 seconds.
    Jan 30 13:26:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:26:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:26:26 Steves-MacBook kernel: krunner D 00000001 0 355 1 0x00000004
    Jan 30 13:26:26 Steves-MacBook kernel: f721bcf4 00000082 c1637280 00000001 00000001 c16deb00 c1637dc4 00000000
    Jan 30 13:26:26 Steves-MacBook kernel: c16deb00 00000000 f13c3340 0000001d f5711b00 f0da8c80 c155985e f721bcb4
    Jan 30 13:26:26 Steves-MacBook kernel: c104b43a 00000001 f5d46b40 00000001 f5d46b40 f721bd30 c112698d 00000001
    Jan 30 13:26:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:26:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:26:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    Jan 30 13:26:26 Steves-MacBook kernel: INFO: task plasmashell:357 blocked for more than 120 seconds.
    Jan 30 13:26:26 Steves-MacBook kernel: Tainted: G W 3.18.4-1-ARCH #1
    Jan 30 13:26:26 Steves-MacBook kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 30 13:26:26 Steves-MacBook kernel: plasmashell D 00000141 0 357 1 0x00000004
    Jan 30 13:26:26 Steves-MacBook kernel: f0c99cf4 00000082 00000002 00000141 000267f3 c16deb00 c1637dc4 00000001
    Jan 30 13:26:26 Steves-MacBook kernel: c16deb00 00000000 f13c2380 0000001e f5711b00 f122cb00 c155985e f0c99cb4
    Jan 30 13:26:26 Steves-MacBook kernel: c104b43a 00000001 f5d5aec0 00000001 f5d5aec0 f0c99d30 c112698d 00000001
    Jan 30 13:26:26 Steves-MacBook kernel: Call Trace:
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c112698d>] ? get_page_from_freelist+0x37d/0x5f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c10920ca>] ? mutex_optimistic_spin+0x4a/0x1a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476833>] schedule+0x23/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1476c14>] schedule_preempt_disabled+0x14/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1477fa2>] __mutex_lock_slowpath+0xb2/0x120
    Jan 30 13:26:26 Steves-MacBook kernel: [<c14775e5>] mutex_lock+0x15/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba2eb>] acpi_smbus_transaction+0x58/0x267 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c100985e>] ? poke_int3_handler+0x3e/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c104b43a>] ? kmap_atomic_prot+0x3a/0xe0
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89ba518>] acpi_smbus_read+0x1e/0x23 [sbshc]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd111>] acpi_battery_get_state+0x60/0x88 [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<f89cd848>] acpi_sbs_battery_get_property+0x2f/0x3ff [sbs]
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ea4a>] power_supply_show_property+0x4a/0x260
    Jan 30 13:26:26 Steves-MacBook kernel: [<c134ed68>] power_supply_uevent+0xc8/0x2a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1186b8f>] ? terminate_walk+0x4f/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1318bb1>] dev_uevent+0xb1/0x2f0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11669e4>] ? kmem_cache_alloc_trace+0x124/0x140
    Jan 30 13:26:26 Steves-MacBook kernel: [<c124b3f0>] ? lockref_put_or_lock+0x20/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c5c>] ? uevent_show+0x6c/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316c74>] uevent_show+0x84/0xf0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c114b5ea>] ? __vma_link_rb+0x5a/0x70
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1316bf0>] ? dev_show+0x40/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317170>] ? dev_driver_string+0x20/0x20
    Jan 30 13:26:26 Steves-MacBook kernel: [<c1317188>] dev_attr_show+0x18/0x40
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11e0861>] sysfs_kf_seq_show+0xb1/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11df53d>] kernfs_seq_show+0x1d/0x30
    Jan 30 13:26:26 Steves-MacBook kernel: [<c119bcd2>] seq_read+0x92/0x3a0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfcf6>] kernfs_fop_read+0xd6/0x130
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11389cb>] ? vm_mmap_pgoff+0x9b/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11dfc20>] ? kernfs_fop_write+0x160/0x160
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c2b8>] vfs_read+0x78/0x170
    Jan 30 13:26:26 Steves-MacBook kernel: [<c11962e2>] ? __fget_light+0x22/0x60
    Jan 30 13:26:26 Steves-MacBook kernel: [<c117c9c7>] SyS_read+0x57/0xc0
    Jan 30 13:26:26 Steves-MacBook kernel: [<c147a057>] sysenter_do_call+0x12/0x12
    -- Reboot --
    I'm using a 2006 32 bit MacBook, with KDE Plasma 5.2 as my GUI. The problem began about 2 weeks ago, but I'm unable to pinpoint the software update that started this.
    Suspending has also become a problem because when my laptop wakes up from sleep mode, nothing happens (the system is inaccessible over the network, display never comes on, no log entries are added to the journal). The usual solution, hold down the power button. I can say that this isn't a hardware problem because suspend/wakeup works perfectly on OSX and Windows.
    Any help will be appreciated.
    Last edited by stevedes (2015-01-31 06:45:22)

    Head_on_a_Stick wrote:
    stevedes wrote:Any suggestions on what to do next?
    Either keep trying the new kernel versions as they filter down or switch to the 3.14 LTS kernel (if that works).
    I'll do that, thanks for the help.

  • SDDM, black screen with Optimus laptop setup

    Hey all
    After reading the NVIDIA Optimus and the SDDM wiki pages I am kind of at a loss as to how to proceed.
    My problem is the following:
    I have a Lenovo T540p and I am using the NVIDIA drivers. I have followed the Optimus setup guide succesfully and have setup my xorg.conf for the card that the laptop has. I am sure that it's successfull since if I start X manually I get into my desktop environment.
    This is my xorg.conf
    Section "ServerLayout"
    Identifier "Lefteris edited from Archwiki Optimus page"
    Screen 0 "nvidia"
    Inactive "intel"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "eDP-1-0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
    Modeline "1792x1008_60.00" 149.50 1792 1904 2088 2384 1008 1011 1016 1046 -hsync +vsync
    Modeline "1664x936_60.00" 128.50 1664 1768 1936 2208 936 939 944 972 -hsync +vsync
    Modeline "1536x864_60.00" 109.25 1536 1624 1784 2032 864 867 872 897 -hsync +vsync
    Modeline "1408x792_60.00" 90.75 1408 1480 1624 1840 792 795 800 823 -hsync +vsync
    Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
    Option "PreferredMode" "1920x1080_60.00"
    EndSection
    Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    This is my .xinitrc
    #!/bin/bash
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    # make sure udiskie is running, for usb auto detection
    udiskie &
    # for the desktop set the resolution
    if [ $HOSTNAME == "archdesktop" ]; then
    # also set the 120HZ resolution
    xrandr --output DVI-I-1 --mode 0x281
    fi
    #for the laptop let's disable touchpad when typing
    if [ $HOSTNAME == "archlenovo" ]; then
    # more info here: https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Using_.xinitrc
    syndaemon -t -k -i 2 -d &
    fi
    # activate custom xkeymap configuration
    test -f ~/.Xkeymap && xkbcomp ~/.Xkeymap $DISPLAY
    # generate i3 config from the templates
    ~/.local/bin/gen-i3-config.sh
    # if Xresources is there load it
    [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
    # Start the window manager
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    # i3 is the default window manager
    session=${1:-i3}
    case $session in
    awesome ) exec awesome;;
    bspwm ) exec bspwm;;
    catwm ) exec catwm;;
    cinnamon ) exec cinnamon-session;;
    dwm ) exec dwm;;
    enlightenment ) exec enlightenment_start;;
    ede ) exec startede;;
    fluxbox ) exec startfluxbox;;
    gnome ) exec gnome-session;;
    gnome-classic ) exec gnome-session --session=gnome-classic;;
    i3|i3wm ) exec i3;;
    icewm ) exec icewm-session;;
    jwm ) exec jwm;;
    kde ) exec startkde;;
    mate ) exec mate-session;;
    monster|monsterwm ) exec monsterwm;;
    notion ) exec notion;;
    openbox ) exec openbox-session;;
    unity ) exec unity;;
    xfce|xfce4 ) exec startxfce4;;
    xmonad ) exec xmonad;;
    # No known session, try to run it as command
    *) exec $1;;
    esac
    After looking around a bit I realized that the problem probably lies with the 2 xrandr calls that I have at the beginning of the .xinitrc. X server starts manually if I do it with startx since then the xrandr commands can be properly interpreted. But it seems that sddm needs to somehow run them before X starts.
    Thankfully the Archwiki Optimus page mentions that for an Optimus setup to work with the SDDM login manager the xrandr calls need to be moved to this file: /usr/share/sddm/scripts/Xsetup
    I did that and expected things to finally work but when rebooting I still get a black screen. As I said in the beginning if I switch to another tty and startx I get to my window manager and all is fine. The problem is with the X server that SDDM starts.
    In case it is of any help this is my pstree of the SDDM process
    ├─sddm,308
    │ ├─Xorg.bin,322 :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
    │ │ ├─{Xorg.bin},396
    │ │ ├─{Xorg.bin},397
    │ │ ├─{Xorg.bin},398
    │ │ ├─{Xorg.bin},399
    │ │ ├─{Xorg.bin},400
    │ │ ├─{Xorg.bin},401
    │ │ ├─{Xorg.bin},402
    │ │ └─{Xorg.bin},403
    │ ├─sddm-helper,407 --socket /tmp/sddm-auth58feec8a-ca2f-4b56-bcf0-3b9cb4c07204 --id 2 --start /usr/bin/sddm-greeter --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui --user sddm --greeter
    │ │ ├─sddm-greeter,412 --socket /tmp/sddm-:0-khPjni --theme /usr/share/sddm/themes/maui
    │ │ │ ├─{QQmlThread},422
    │ │ │ ├─{QXcbEventReader},413
    │ │ │ ├─{sddm-greeter},414
    │ │ │ ├─{sddm-greeter},415
    │ │ │ ├─{sddm-greeter},416
    │ │ │ ├─{sddm-greeter},417
    │ │ │ ├─{sddm-greeter},418
    │ │ │ ├─{sddm-greeter},419
    │ │ │ ├─{sddm-greeter},420
    │ │ │ └─{sddm-greeter},421
    │ │ └─{QProcessManager},411
    │ └─{QProcessManager},321
    Any help would be really appreciated.
    Last edited by lefteris (2014-12-19 15:24:09)

    Just in case it can help I am posting the output of journalctl -b with only the relevant entries of and around sddm starting.
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Simple Desktop Display Manager...
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event3 (Power Button)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Dec 20 01:54:32 archlenovo systemd[1]: Started Simple Desktop Display Manager.
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event2 (Sleep Button)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event4 (ThinkPad Extra Buttons)
    Dec 20 01:54:32 archlenovo systemd-logind[303]: New seat seat0.
    Dec 20 01:54:32 archlenovo systemd[1]: Started Login Service.
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: mono: mono_out=0x0
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: inputs:
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Dock Mic=0x19
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Mic=0x1a
    Dec 20 01:54:32 archlenovo kernel: sound hdaudioC1D0: Internal Mic=0x12
    Dec 20 01:54:32 archlenovo kernel: i915 0000:00:02.0: irq 32 for MSI/MSI-X
    Dec 20 01:54:32 archlenovo kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    Dec 20 01:54:32 archlenovo kernel: [drm] Driver supports precise vblank timestamp query.
    Dec 20 01:54:32 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=mem
    Dec 20 01:54:32 archlenovo kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input8
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
    Dec 20 01:54:32 archlenovo kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
    Dec 20 01:54:32 archlenovo kernel: [drm] VBT doesn't support DRRS
    Dec 20 01:54:32 archlenovo sddm[312]: Initializing...
    Dec 20 01:54:32 archlenovo sddm[312]: Starting...
    Dec 20 01:54:32 archlenovo sddm[312]: Adding new display 0 on vt 1 ...
    Dec 20 01:54:32 archlenovo sddm[312]: Adding cookie to "/var/run/sddm/:0"
    Dec 20 01:54:32 archlenovo dbus[305]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Authorization Manager...
    Dec 20 01:54:32 archlenovo polkitd[323]: Started polkitd version 0.112
    Dec 20 01:54:32 archlenovo sddm[312]: Display server starting...
    Dec 20 01:54:32 archlenovo sddm[312]: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
    Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /etc/polkit-1/rules.d
    Dec 20 01:54:32 archlenovo polkitd[323]: Loading rules from directory /usr/share/polkit-1/rules.d
    Dec 20 01:54:32 archlenovo polkitd[323]: Finished loading, compiling and executing 1 rules
    Dec 20 01:54:32 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
    Dec 20 01:54:32 archlenovo dbus[305]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Dec 20 01:54:32 archlenovo polkitd[323]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Dec 20 01:54:32 archlenovo systemd[1]: Started Authorization Manager.
    Dec 20 01:54:32 archlenovo kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    Dec 20 01:54:32 archlenovo kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Multi-User System.
    Dec 20 01:54:32 archlenovo systemd[1]: Reached target Multi-User System.
    Dec 20 01:54:32 archlenovo systemd[1]: Starting Graphical Interface.
    Dec 20 01:54:32 archlenovo systemd[1]: Reached target Graphical Interface.
    Dec 20 01:54:32 archlenovo systemd[1]: Startup finished in 1.599s (kernel) + 633ms (userspace) = 23.528s.
    Dec 20 01:54:33 archlenovo kernel: [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
    Dec 20 01:54:33 archlenovo kernel: usb 3-11: new full-speed USB device number 4 using xhci_hcd
    Dec 20 01:54:33 archlenovo dbus[305]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Dec 20 01:54:33 archlenovo systemd[1]: Starting WPA supplicant...
    Dec 20 01:54:33 archlenovo dbus[305]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Dec 20 01:54:33 archlenovo systemd[1]: Started WPA supplicant.
    Dec 20 01:54:33 archlenovo systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
    Dec 20 01:54:33 archlenovo systemd[1]: Starting Bluetooth.
    Dec 20 01:54:33 archlenovo systemd[1]: Reached target Bluetooth.
    Dec 20 01:54:33 archlenovo systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
    Dec 20 01:54:34 archlenovo kernel: fbcon: inteldrmfb (fb0) is primary device
    Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
    Dec 20 01:54:34 archlenovo kernel: iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
    Dec 20 01:54:34 archlenovo kernel: usb 3-12: new high-speed USB device number 5 using xhci_hcd
    Dec 20 01:54:34 archlenovo kernel: Switched to clocksource tsc
    Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x12f800, board id: 2964, fw id: 2560
    Dec 20 01:54:34 archlenovo kernel: psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
    Dec 20 01:54:34 archlenovo kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
    Dec 20 01:54:34 archlenovo kernel: mousedev: PS/2 mouse device common for all mice
    Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: This device cannot do calls on its own. It is not a modem.
    Dec 20 01:54:34 archlenovo kernel: cdc_acm 3-10:1.2: ttyACM0: USB ACM device
    Dec 20 01:54:34 archlenovo kernel: media: Linux media interface: v0.10
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_acm
    Dec 20 01:54:34 archlenovo kernel: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_ncm
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_wdm
    Dec 20 01:54:34 archlenovo kernel: Linux video capture interface: v2.00
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: Core ver 2.19
    Dec 20 01:54:34 archlenovo kernel: NET: Registered protocol family 31
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI device and connection manager initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: HCI socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: L2CAP socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: SCO socket layer initialized
    Dec 20 01:54:34 archlenovo kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (04ca:7035)
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver btusb
    Dec 20 01:54:34 archlenovo kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:14.0/usb3/3-12/3-12:1.0/input/input14
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver uvcvideo
    Dec 20 01:54:34 archlenovo kernel: USB Video Class driver (1.1.1)
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0: cdc-wdm0: USB WDM device
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-10, CDC MBIM, d2:e0:c7:93:ea:9d
    Dec 20 01:54:34 archlenovo kernel: usbcore: registered new interface driver cdc_mbim
    Dec 20 01:54:34 archlenovo kernel: cdc_mbim 3-10:1.0 wwp0s20u10: renamed from wwan0
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: read Intel version: 370710018002030d41
    Dec 20 01:54:34 archlenovo kernel: Bluetooth: hci0: Intel device is already patched. patch num: 41
    Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
    Dec 20 01:54:34 archlenovo kernel: cfg80211: Calling CRDA to update world regulatory domain
    Dec 20 01:54:34 archlenovo kernel: Console: switching to colour frame buffer device 360x101
    Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    Dec 20 01:54:34 archlenovo kernel: i915 0000:00:02.0: registered panic notifier
    Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
    Dec 20 01:54:34 archlenovo kernel: ACPI: Video Device [VID1] (multi-head: yes rom: yes post: no)
    Dec 20 01:54:34 archlenovo kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:01/input/input16
    Dec 20 01:54:34 archlenovo kernel: [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    Dec 20 01:54:34 archlenovo kernel: i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    Dec 20 01:54:34 archlenovo kernel: snd_hda_intel 0000:00:03.0: irq 33 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event14 (Video Bus)
    Dec 20 01:54:34 archlenovo systemd-logind[303]: Watching system buttons on /dev/input/event13 (Video Bus)
    Dec 20 01:54:34 archlenovo kernel: iTCO_vendor_support: vendor-support=0
    Dec 20 01:54:34 archlenovo systemd[1]: Starting system-systemd\x2dbacklight.slice.
    Dec 20 01:54:34 archlenovo systemd[1]: Created slice system-systemd\x2dbacklight.slice.
    Dec 20 01:54:34 archlenovo systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
    Dec 20 01:54:34 archlenovo kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    Dec 20 01:54:34 archlenovo systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
    Dec 20 01:54:34 archlenovo kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
    Dec 20 01:54:34 archlenovo kernel: nvidia: module license 'NVIDIA' taints kernel.
    Dec 20 01:54:34 archlenovo kernel: Disabling lock debugging due to kernel taint
    Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: enabling device (0004 -> 0007)
    Dec 20 01:54:34 archlenovo kernel: vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    Dec 20 01:54:34 archlenovo kernel: [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
    Dec 20 01:54:34 archlenovo kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 343.36 Mon Dec 1 16:18:58 PST 2014
    Dec 20 01:54:34 archlenovo kernel: nvidia 0000:01:00.0: irq 34 for MSI/MSI-X
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:34 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:38 archlenovo kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Field [TBF3] at 270336 exceeds Buffer [NULL] size 262144 (bits) (20140724/dsopcode-236)
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_.GETB] (Node ffff880235835a78), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
    Dec 20 01:54:38 archlenovo kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG_.VID_._ROM] (Node ffff880235835a50), AE_AML_BUFFER_LIMIT (20140724/psparse-536)
    Dec 20 01:54:38 archlenovo kernel: ACPI Warning: \_SB_.PCI0.PEG_.VID_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140724/nsarguments-95)
    Dec 20 01:54:38 archlenovo kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input13
    Dec 20 01:54:38 archlenovo kernel: thinkpad_acpi: asked for hotkey mask 0x0070ffbf, but firmware forced it to 0x0070ffbb
    Dec 20 01:54:39 archlenovo sddm[312]: Signal received: SIGUSR1
    Dec 20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
    Dec 20 01:54:39 archlenovo sddm[312]: Display server started.
    Dec 20 01:54:39 archlenovo sddm[312]: Socket server starting...
    Dec 20 01:54:39 archlenovo sddm[312]: Socket server started.
    Dec 20 01:54:39 archlenovo sddm[312]: Greeter starting...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Starting...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] Authenticating...
    Dec 20 01:54:39 archlenovo sddm-helper[408]: [PAM] returning.
    Dec 20 01:54:39 archlenovo sddm-helper[408]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
    Dec 20 01:54:39 archlenovo systemd[1]: Starting user-619.slice.
    Dec 20 01:54:39 archlenovo systemd[1]: Created slice user-619.slice.
    Dec 20 01:54:39 archlenovo systemd[1]: Starting User Manager for UID 619...
    Dec 20 01:54:39 archlenovo systemd[1]: Starting Session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd-logind[303]: New session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd[1]: Started Session c1 of user sddm.
    Dec 20 01:54:39 archlenovo systemd[409]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
    Dec 20 01:54:39 archlenovo systemd[409]: Starting -.slice.
    Dec 20 01:54:39 archlenovo systemd[409]: Created slice -.slice.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting D-Bus Message Bus Socket.
    Dec 20 01:54:39 archlenovo systemd[409]: Listening on D-Bus Message Bus Socket.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Sockets.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Sockets.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Paths.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Paths.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Timers.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Timers.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Basic System.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Basic System.
    Dec 20 01:54:39 archlenovo systemd[409]: Starting Default.
    Dec 20 01:54:39 archlenovo systemd[409]: Reached target Default.
    Dec 20 01:54:39 archlenovo systemd[409]: Startup finished in 5ms.
    Dec 20 01:54:39 archlenovo systemd[1]: Started User Manager for UID 619.
    Dec 20 01:54:39 archlenovo sddm[312]: Greeter session started successfully
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Connected to the daemon.
    Dec 20 01:54:39 archlenovo sddm[312]: Message received from greeter: Connect
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: QXcbConnection: XCB error: 148 (Unknown), sequence: 161, resource id: 0, major code: 140 (Unknown), minor code: 20
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: Capabilities
    Dec 20 01:54:39 archlenovo sddm-greeter[413]: Message received from daemon: HostName
    From
    20 01:54:39 archlenovo sddm[312]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
    we can see that it does indeed try to display the setup script.
    But at the very end there is also an error by the greeter. I will try to research about it more but in the meantime if anyone more knowledgeable can figure something out from the above that would be awesome.

  • [SOLVED] Slow System Startup

    Hello, it is a few weeks that I'm experiencing slow startups. Previously my system was starting up in less than 15 seconds, but now it takes about 30 seconds to start up. I thought that issue will probably go away after a few updates but it still persists. I was wondering if anyone can help me to find the issue.
    systemd-analyze && systemd-analyze blame
    Startup finished in 229ms (kernel) + 2.694s (initrd) + 25.387s (userspace) = 28.310s
    1.186s systemd-vconsole-setup.service
    1.010s systemd-logind.service
    818ms [email protected]
    736ms upower.service
    697ms [email protected]
    652ms systemd-remount-fs.service
    635ms polkit.service
    536ms [email protected]
    523ms kmod-static-nodes.service
    449ms dev-mqueue.mount
    434ms sys-kernel-config.mount
    434ms sys-kernel-debug.mount
    423ms udisks2.service
    379ms dev-hugepages.mount
    363ms systemd-tmpfiles-setup.service
    347ms powermanagement.service
    322ms systemd-tmpfiles-setup-dev.service
    191ms systemd-udev-trigger.service
    164ms systemd-random-seed.service
    164ms boot.mount
    158ms systemd-sysctl.service
    148ms systemd-user-sessions.service
    142ms systemd-update-utmp.service
    128ms home.mount
    113ms systemd-tmpfiles-clean.service
    82ms dev-sda9.swap
    57ms systemd-udevd.service
    43ms systemd-journal-flush.service
    43ms alsa-restore.service
    systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @25.387s
    └─multi-user.target @25.387s
    └─systemd-logind.service @24.376s +1.010s
    └─basic.target @24.364s
    └─timers.target @24.334s
    └─systemd-tmpfiles-clean.timer @5.672s
    └─sysinit.target @5.672s
    └─systemd-update-utmp.service @5.530s +142ms
    └─systemd-tmpfiles-setup.service @5.166s +363ms
    └─local-fs.target @5.165s
    └─home.mount @5.037s +128ms
    └─[email protected] @4.487s +536ms
    └─dev-sda11.device @4.486s
    journalctl -b
    -- Logs begin at Thu 2013-05-23 06:56:12 IRDT, end at Thu 2013-10-31 17:01:46 IRST. --
    Oct 31 20:14:09 localhost systemd-journal[47]: Runtime journal is using 712.0K (max 197.8M, leaving 296.7M of free 1.9G, current limit 197.8M).
    Oct 31 20:14:09 localhost systemd-journal[47]: Runtime journal is using 712.0K (max 197.8M, leaving 296.7M of free 1.9G, current limit 197.8M).
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpuset
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpu
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpuacct
    Oct 31 20:14:09 localhost kernel: Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    Oct 31 20:14:09 localhost kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda10 rw rootfstype=ext4 nmi_watchdog=0 noresume radeon.dpm=1 radeon.audio=0 quiet initrd=../initramfs-linux.img
    Oct 31 20:14:09 localhost kernel: e820: BIOS-provided physical RAM map:
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cff6ffff] usable
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cff70000-0x00000000cff7dfff] ACPI data
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cff7e000-0x00000000cffcffff] ACPI NVS
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    Oct 31 20:14:09 localhost kernel: NX (Execute Disable) protection: active
    Oct 31 20:14:09 localhost kernel: SMBIOS 2.5 present.
    Oct 31 20:14:09 localhost kernel: DMI: System manufacturer System Product Name/P5Q, BIOS 2209 03/11/2010
    Oct 31 20:14:09 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Oct 31 20:14:09 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Oct 31 20:14:09 localhost kernel: No AGP bridge found
    Oct 31 20:14:09 localhost kernel: e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Oct 31 20:14:09 localhost kernel: MTRR default type: uncachable
    Oct 31 20:14:09 localhost kernel: MTRR fixed ranges enabled:
    Oct 31 20:14:09 localhost kernel: 00000-9FFFF write-back
    Oct 31 20:14:09 localhost kernel: A0000-BFFFF uncachable
    Oct 31 20:14:09 localhost kernel: C0000-DFFFF write-protect
    Oct 31 20:14:09 localhost kernel: E0000-EFFFF write-through
    Oct 31 20:14:09 localhost kernel: F0000-FFFFF write-protect
    Oct 31 20:14:09 localhost kernel: MTRR variable ranges enabled:
    Oct 31 20:14:09 localhost kernel: 0 base 000000000 mask F00000000 write-back
    Oct 31 20:14:09 localhost kernel: 1 base 100000000 mask FE0000000 write-back
    Oct 31 20:14:09 localhost kernel: 2 base 120000000 mask FF0000000 write-back
    Oct 31 20:14:09 localhost kernel: 3 base 0D0000000 mask FF0000000 uncachable
    Oct 31 20:14:09 localhost kernel: 4 base 0E0000000 mask FE0000000 uncachable
    Oct 31 20:14:09 localhost kernel: 5 disabled
    Oct 31 20:14:09 localhost kernel: 6 disabled
    Oct 31 20:14:09 localhost kernel: 7 disabled
    Oct 31 20:14:09 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Oct 31 20:14:09 localhost kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Oct 31 20:14:09 localhost kernel: e820: last_pfn = 0xcff70 max_arch_pfn = 0x400000000
    Oct 31 20:14:09 localhost kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    Oct 31 20:14:09 localhost kernel: Scanning 1 areas for low memory corruption
    Oct 31 20:14:09 localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Oct 31 20:14:09 localhost kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    Oct 31 20:14:09 localhost kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x12fe00000-0x12fffffff] page 2M
    Oct 31 20:14:09 localhost kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x12c000000-0x12fdfffff] page 2M
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x100000000-0x12bffffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x100000000-0x12bffffff] page 2M
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x00100000-0xcff6ffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Oct 31 20:14:09 localhost kernel: [mem 0x00200000-0xcfdfffff] page 2M
    Oct 31 20:14:09 localhost kernel: [mem 0xcfe00000-0xcff6ffff] page 4k
    Oct 31 20:14:09 localhost kernel: RAMDISK: [mem 0x7f7ce000-0x7fffffff]
    Oct 31 20:14:09 localhost kernel: ACPI: RSDP 00000000000faff0 00024 (v02 ACPIAM)
    Oct 31 20:14:09 localhost kernel: ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: DSDT 00000000cff70440 09720 (v01 A0993 A0993001 00000001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: FACS 00000000cff7e000 00040
    Oct 31 20:14:09 localhost kernel: ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: OEMB 00000000cff7e040 00089 (v01 A_M_I_ AMI_OEM 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: HPET 00000000cff79b60 00038 (v01 A_M_I_ OEMHPET 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: OSFR 00000000cff79ba0 000B0 (v01 A_M_I_ OEMOSFR 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7f040 00A7C (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Local APIC address 0xfee00000
    Oct 31 20:14:09 localhost kernel: No NUMA configuration found
    Oct 31 20:14:09 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    Oct 31 20:14:09 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: NODE_DATA [mem 0x12fff7000-0x12fffbfff]
    Oct 31 20:14:09 localhost kernel: [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    Oct 31 20:14:09 localhost kernel: Zone ranges:
    Oct 31 20:14:09 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Oct 31 20:14:09 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: Normal [mem 0x100000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: Movable zone start for each node
    Oct 31 20:14:09 localhost kernel: Early memory node ranges
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x00100000-0xcff6ffff]
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x100000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: On node 0 totalpages: 1048334
    Oct 31 20:14:09 localhost kernel: DMA zone: 64 pages used for memmap
    Oct 31 20:14:09 localhost kernel: DMA zone: 21 pages reserved
    Oct 31 20:14:09 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Oct 31 20:14:09 localhost kernel: DMA32 zone: 13246 pages used for memmap
    Oct 31 20:14:09 localhost kernel: DMA32 zone: 847728 pages, LIFO batch:31
    Oct 31 20:14:09 localhost kernel: Normal zone: 3072 pages used for memmap
    Oct 31 20:14:09 localhost kernel: Normal zone: 196608 pages, LIFO batch:31
    Oct 31 20:14:09 localhost kernel: ACPI: PM-Timer IO Port: 0x808
    Oct 31 20:14:09 localhost kernel: ACPI: Local APIC address 0xfee00000
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Oct 31 20:14:09 localhost kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    Oct 31 20:14:09 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Oct 31 20:14:09 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ0 used by override.
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ2 used by override.
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ9 used by override.
    Oct 31 20:14:09 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Oct 31 20:14:09 localhost kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
    Oct 31 20:14:09 localhost kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Oct 31 20:14:09 localhost kernel: nr_irqs_gsi: 40
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcff70000-0xcff7dfff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcff7e000-0xcffcffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcffd0000-0xcfffffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    Oct 31 20:14:09 localhost kernel: Booting paravirtualized kernel on bare hardware
    Oct 31 20:14:09 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Oct 31 20:14:09 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88012fc00000 s86528 r8192 d24064 u524288
    Oct 31 20:14:09 localhost kernel: pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    Oct 31 20:14:09 localhost kernel: pcpu-alloc: [0] 0 1 2 3
    Oct 31 20:14:09 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031931
    Oct 31 20:14:09 localhost kernel: Policy zone: Normal
    Oct 31 20:14:09 localhost kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda10 rw rootfstype=ext4 nmi_watchdog=0 noresume radeon.dpm=1 radeon.audio=0 quiet initrd=../initramfs-linux.img
    Oct 31 20:14:09 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Oct 31 20:14:09 localhost kernel: xsave: enabled xstate_bv 0x3, cntxt size 0x240
    Oct 31 20:14:09 localhost kernel: Checking aperture...
    Oct 31 20:14:09 localhost kernel: No AGP bridge found
    Oct 31 20:14:09 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
    Oct 31 20:14:09 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Oct 31 20:14:09 localhost kernel: Memory: 4041048K/4193336K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 152288K reserved)
    Oct 31 20:14:09 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Oct 31 20:14:09 localhost kernel: Preemptible hierarchical RCU implementation.
    Oct 31 20:14:09 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Oct 31 20:14:09 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Oct 31 20:14:09 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Oct 31 20:14:09 localhost kernel: NR_IRQS:8448 nr_irqs:712 16
    Oct 31 20:14:09 localhost kernel: Console: colour VGA+ 80x25
    Oct 31 20:14:09 localhost kernel: console [tty0] enabled
    Oct 31 20:14:09 localhost kernel: allocated 16777216 bytes of page_cgroup
    Oct 31 20:14:09 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Oct 31 20:14:09 localhost kernel: hpet clockevent registered
    Oct 31 20:14:09 localhost kernel: tsc: Fast TSC calibration using PIT
    Oct 31 20:14:09 localhost kernel: tsc: Detected 2833.302 MHz processor
    Oct 31 20:14:09 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5668.71 BogoMIPS (lpj=9444340)
    Oct 31 20:14:09 localhost kernel: pid_max: default: 32768 minimum: 301
    Oct 31 20:14:09 localhost kernel: Security Framework initialized
    Oct 31 20:14:09 localhost kernel: AppArmor: AppArmor disabled by boot time parameter
    Oct 31 20:14:09 localhost kernel: Yama: becoming mindful.
    Oct 31 20:14:09 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Oct 31 20:14:09 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Oct 31 20:14:09 localhost kernel: Mount-cache hash table entries: 256
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys memory
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys devices
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys freezer
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys net_cls
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys blkio
    Oct 31 20:14:09 localhost kernel: CPU: Physical Processor ID: 0
    Oct 31 20:14:09 localhost kernel: CPU: Processor Core ID: 0
    Oct 31 20:14:09 localhost kernel: mce: CPU supports 6 MCE banks
    Oct 31 20:14:09 localhost kernel: CPU0: Thermal monitoring enabled (TM2)
    Oct 31 20:14:09 localhost kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    Oct 31 20:14:09 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    Oct 31 20:14:09 localhost kernel: ACPI: Core revision 20130517
    Oct 31 20:14:09 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Oct 31 20:14:09 localhost kernel: ftrace: allocating 20100 entries in 79 pages
    Oct 31 20:14:09 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Oct 31 20:14:09 localhost kernel: smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz (fam: 06, model: 17, stepping: 0a)
    Oct 31 20:14:09 localhost kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Oct 31 20:14:09 localhost kernel: ... version: 2
    Oct 31 20:14:09 localhost kernel: ... bit width: 40
    Oct 31 20:14:09 localhost kernel: ... generic registers: 2
    Oct 31 20:14:09 localhost kernel: ... value mask: 000000ffffffffff
    Oct 31 20:14:09 localhost kernel: ... max period: 000000007fffffff
    Oct 31 20:14:09 localhost kernel: ... fixed-purpose events: 3
    Oct 31 20:14:09 localhost kernel: ... event mask: 0000000700000003
    Oct 31 20:14:09 localhost kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
    Oct 31 20:14:09 localhost kernel: Brought up 4 CPUs
    Oct 31 20:14:09 localhost kernel: smpboot: Total of 4 processors activated (22675.85 BogoMIPS)
    Oct 31 20:14:09 localhost kernel: devtmpfs: initialized
    Oct 31 20:14:09 localhost kernel: PM: Registering ACPI NVS region [mem 0xcff7e000-0xcffcffff] (335872 bytes)
    Oct 31 20:14:09 localhost kernel: RTC time: 16:44:09, date: 10/31/13
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 16
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PCI registered
    Oct 31 20:14:09 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Oct 31 20:14:09 localhost kernel: PCI: not using MMCONFIG
    Oct 31 20:14:09 localhost kernel: PCI: Using configuration type 1 for base access
    Oct 31 20:14:09 localhost kernel: bio: create slab <bio-0> at 0
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Module Device)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Processor Device)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Oct 31 20:14:09 localhost kernel: ACPI: EC: Look up EC in DSDT
    Oct 31 20:14:09 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e0d0 00235 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e9d0 004B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 004B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e310 00235 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7ee90 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e550 00235 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7ef20 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e790 00235 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7efb0 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Interpreter enabled
    Oct 31 20:14:09 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    Oct 31 20:14:09 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Oct 31 20:14:09 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Oct 31 20:14:09 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Oct 31 20:14:09 localhost kernel: ACPI: No dock devices found.
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Oct 31 20:14:09 localhost kernel: acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Oct 31 20:14:09 localhost kernel: acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Oct 31 20:14:09 localhost kernel: PCI host bridge to bus 0000:00
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:00.0: [8086:2e20] type 00 class 0x060000
    Oct 31 20:14:09 localhost kernel: DMAR: Forcing write-buffer flush capability
    Oct 31 20:14:09 localhost kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: [8086:2e21] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: reg 0x20: [io 0xc800-0xc81f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: reg 0x20: [io 0xc880-0xc89f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: reg 0x20: [io 0xcc00-0xcc1f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfe9ffc00-0xfe9fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f8000-0xfe9fbfff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: reg 0x20: [io 0xc080-0xc09f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: reg 0x20: [io 0xc400-0xc41f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: reg 0x20: [io 0xc480-0xc49f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfe9ff800-0xfe9ffbff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018a
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xff90-0xff9f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x24: [io 0xffa0-0xffaf]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfe9ff400-0xfe9ff4ff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x10: [io 0xc000-0xc007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x14: [io 0xbc00-0xbc03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x18: [io 0xb880-0xb887]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x1c: [io 0xb800-0xb803]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x20: [io 0xb480-0xb48f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x24: [io 0xb400-0xb40f]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: [1002:9460] type 00 class 0x030000
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x18: [mem 0xfeae0000-0xfeaeffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x20: [io 0xd000-0xd0ff]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: supports D1 D2
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: [1002:aa30] type 00 class 0x040300
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfeafc000-0xfeafffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: supports D1 D2
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: [1969:1026] type 00 class 0x020000
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: reg 0x18: [io 0xec00-0xec7f]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: Enabled 3 GPEs in block 00 to 3F
    Oct 31 20:14:09 localhost kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Oct 31 20:14:09 localhost kernel: Found 1 acpi root devices
    Oct 31 20:14:09 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Oct 31 20:14:09 localhost kernel: vgaarb: loaded
    Oct 31 20:14:09 localhost kernel: vgaarb: bridge control possible 0000:01:00.0
    Oct 31 20:14:09 localhost kernel: PCI: Using ACPI for IRQ routing
    Oct 31 20:14:09 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Oct 31 20:14:09 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Oct 31 20:14:09 localhost kernel: e820: reserve RAM buffer [mem 0xcff70000-0xcfffffff]
    Oct 31 20:14:09 localhost kernel: NetLabel: Initializing
    Oct 31 20:14:09 localhost kernel: NetLabel: domain hash size = 128
    Oct 31 20:14:09 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Oct 31 20:14:09 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Oct 31 20:14:09 localhost kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Oct 31 20:14:09 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Oct 31 20:14:09 localhost kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Oct 31 20:14:09 localhost kernel: Switched to clocksource hpet
    Oct 31 20:14:09 localhost kernel: pnp: PnP ACPI init
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PNP registered
    Oct 31 20:14:09 localhost kernel: system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:01: [dma 4]
    Oct 31 20:14:09 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    Oct 31 20:14:09 localhost kernel: system 00:05: [io 0x0290-0x029f] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x04d0-0x04d1] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x0800-0x087f] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x0500-0x057f] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed50000-0xfed8ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    Oct 31 20:14:09 localhost kernel: system 00:09: [mem 0xffc00000-0xffefffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x00100000-0xcfffffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0xe0000000-0xffffffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    Oct 31 20:14:09 localhost kernel: pnp: PnP ACPI: found 13 devices
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PNP unregistered
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 400000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: enabling device (0106 -> 0107)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 8 [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 9 [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 2
    Oct 31 20:14:09 localhost kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    Oct 31 20:14:09 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Oct 31 20:14:09 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Oct 31 20:14:09 localhost kernel: TCP: reno registered
    Oct 31 20:14:09 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Oct 31 20:14:09 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 1
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: Boot video device
    Oct 31 20:14:09 localhost kernel: PCI: CLS 32 bytes, default 64
    Oct 31 20:14:09 localhost kernel: Unpacking initramfs...
    Oct 31 20:14:09 localhost kernel: Freeing initrd memory: 8392K (ffff88007f7ce000 - ffff880080000000)
    Oct 31 20:14:09 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Oct 31 20:14:09 localhost kernel: software IO TLB [mem 0xcbf70000-0xcff70000] (64MB) mapped at [ffff8800cbf70000-ffff8800cff6ffff]
    Oct 31 20:14:09 localhost kernel: Scanning for low memory corruption every 60 seconds
    Oct 31 20:14:09 localhost kernel: audit: initializing netlink socket (disabled)
    Oct 31 20:14:09 localhost kernel: type=2000 audit(1383237849.203:1): initialized
    Oct 31 20:14:09 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Oct 31 20:14:09 localhost kernel: zbud: loaded
    Oct 31 20:14:09 localhost kernel: VFS: Disk quotas dquot_6.5.2
    Oct 31 20:14:09 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Oct 31 20:14:09 localhost kernel: msgmni has been set to 7909
    Oct 31 20:14:09 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Oct 31 20:14:09 localhost kernel: io scheduler noop registered
    Oct 31 20:14:09 localhost kernel: io scheduler deadline registered
    Oct 31 20:14:09 localhost kernel: io scheduler cfq registered (default)
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Oct 31 20:14:09 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Oct 31 20:14:09 localhost kernel: intel_idle: does not run on family 6 model 23
    Oct 31 20:14:09 localhost kernel: GHES: HEST is not enabled!
    Oct 31 20:14:09 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Oct 31 20:14:09 localhost kernel: Linux agpgart interface v0.103
    Oct 31 20:14:09 localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Oct 31 20:14:09 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Oct 31 20:14:09 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Oct 31 20:14:09 localhost kernel: mousedev: PS/2 mouse device common for all mice
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: RTC can wake from S4
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Oct 31 20:14:09 localhost kernel: cpuidle: using governor ladder
    Oct 31 20:14:09 localhost kernel: cpuidle: using governor menu
    Oct 31 20:14:09 localhost kernel: drop_monitor: Initializing network drop monitor service
    Oct 31 20:14:09 localhost kernel: TCP: cubic registered
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 10
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 17
    Oct 31 20:14:09 localhost kernel: Key type dns_resolver registered
    Oct 31 20:14:09 localhost kernel: registered taskstats version 1
    Oct 31 20:14:09 localhost kernel: Magic number: 1:736:743
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: setting system clock to 2013-10-31 16:44:09 UTC (1383237849)
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    Oct 31 20:14:09 localhost kernel: Write protecting the kernel read-only data: 8192k
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    Oct 31 20:14:09 localhost systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Oct 31 20:14:09 localhost systemd[1]: Running in initial RAM disk.
    Oct 31 20:14:09 localhost systemd[1]: No hostname configured.
    Oct 31 20:14:09 localhost systemd[1]: Set hostname to <localhost>.
    Oct 31 20:14:09 localhost systemd[1]: Initializing machine ID from random generator.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Starting -.slice.
    Oct 31 20:14:09 localhost systemd[1]: Created slice -.slice.
    Oct 31 20:14:09 localhost systemd[1]: Starting system.slice.
    Oct 31 20:14:09 localhost systemd[1]: Created slice system.slice.
    Oct 31 20:14:09 localhost systemd[1]: Expecting device dev-sda10.device...
    Oct 31 20:14:09 localhost systemd[1]: Starting Journal Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on Journal Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Oct 31 20:14:09 localhost systemd[1]: Starting Journal Service...
    Oct 31 20:14:09 localhost systemd[1]: Started Journal Service.
    Oct 31 20:14:09 localhost systemd-udevd[58]: starting version 208
    Oct 31 20:14:09 localhost systemd-journal[47]: Journal started
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Kernel Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on udev Kernel Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Control Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on udev Control Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting Sockets.
    Oct 31 20:14:09 localhost systemd[1]: Reached target Sockets.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Coldplug all Devices...
    Oct 31 20:14:09 localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
    Oct 31 20:14:09 localhost systemd[1]: Starting Create static device nodes in /dev...
    Oct 31 20:14:09 localhost systemd[1]: Started Create static device nodes in /dev.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Kernel Device Manager...
    Oct 31 20:14:09 localhost systemd[1]: Started udev Kernel Device Manager.
    Oct 31 20:14:09 localhost systemd[1]: Started udev Coldplug all Devices.
    Oct 31 20:14:09 localhost systemd[1]: Starting System Initialization.
    Oct 31 20:14:09 localhost systemd[1]: Reached target System Initialization.
    Oct 31 20:14:09 localhost systemd[1]: Starting Basic System.
    Oct 31 20:14:09 localhost systemd[1]: Reached target Basic System.
    Oct 31 20:14:09 localhost kernel: ACPI: bus type USB registered
    Oct 31 20:14:09 localhost kernel: usbcore: registered new interface driver usbfs
    Oct 31 20:14:09 localhost kernel: usbcore: registered new interface driver hub
    Oct 31 20:14:09 localhost kernel: usbcore: registered new device driver usb
    Oct 31 20:14:09 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Oct 31 20:14:09 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
    Oct 31 20:14:09 localhost kernel: ehci-pci: EHCI PCI platform driver
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
    Oct 31 20:14:09 localhost kernel: hub 4-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 4-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
    Oct 31 20:14:09 localhost kernel: [drm] Initialized drm 1.1.0 20060810
    Oct 31 20:14:09 localhost kernel: hub 5-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 5-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
    Oct 31 20:14:09 localhost kernel: hub 6-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 6-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: debug port 1
    Oct 31 20:14:09 localhost kernel: SCSI subsystem initialized
    Oct 31 20:14:09 localhost kernel: ACPI: bus type ATA registered
    Oct 31 20:14:09 localhost kernel: [drm] radeon kernel modesetting enabled.
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9ffc00
    Oct 31 20:14:09 localhost kernel: libata version 3.00 loaded.
    Oct 31 20:14:09 localhost kernel: [drm] initializing kernel modesetting (RV770 0x1002:0x9460 0x1043:0x02B4).
    Oct 31 20:14:09 localhost kernel: [drm] register mmio base: 0xFEAE0000
    Oct 31 20:14:09 localhost kernel: [drm] register mmio size: 65536
    Oct 31 20:14:09 localhost kernel: ATOM BIOS: 9460.11.22.1.5.AS01
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    Oct 31 20:14:09 localhost kernel: [drm] Detected VRAM RAM=1024M, BAR=256M
    Oct 31 20:14:09 localhost kernel: [drm] RAM width 256bits DDR
    Oct 31 20:14:09 localhost kernel: [TTM] Zone kernel: Available graphics memory: 2026018 kiB
    Oct 31 20:14:09 localhost kernel: [TTM] Initializing pool allocator
    Oct 31 20:14:09 localhost kernel: [TTM] Initializing DMA pool allocator
    Oct 31 20:14:09 localhost kernel: [drm] radeon: 1024M of VRAM memory ready
    Oct 31 20:14:09 localhost kernel: [drm] radeon: 512M of GTT memory ready.
    Oct 31 20:14:09 localhost kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Oct 31 20:14:09 localhost kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Oct 31 20:14:09 localhost kernel: hub 7-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 7-0:1.0: 6 ports detected
    Oct 31 20:14:09 localhost kernel: [drm] Loading RV770 Microcode
    Oct 31 20:14:09 localhost kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: WB enabled
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880127ab8c00
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880127ab8c0c
    Oct 31 20:14:09 localhost kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Oct 31 20:14:09 localhost kernel: [drm] Driver supports precise vblank timestamp query.
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: irq 43 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: radeon: using MSI.
    Oct 31 20:14:09 localhost kernel: [drm] radeon: irq initialized.
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: [drm] ring test on 0 succeeded in 1 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ring test on 3 succeeded in 1 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    Oct 31 20:14:09 localhost kernel: [drm] Radeon Display Connectors
    Oct 31 20:14:09 localhost kernel: [drm] Connector 0:
    Oct 31 20:14:09 localhost kernel: [drm] HDMI-A-1
    Oct 31 20:14:09 localhost kernel: [drm] HPD2
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] DFP1: INTERNAL_UNIPHY
    Oct 31 20:14:09 localhost kernel: [drm] Connector 1:
    Oct 31 20:14:09 localhost kernel: [drm] VGA-1
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] CRT2: INTERNAL_KLDSCP_DAC2
    Oct 31 20:14:09 localhost kernel: [drm] Connector 2:
    Oct 31 20:14:09 localhost kernel: [drm] DIN-1
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] TV1: INTERNAL_KLDSCP_DAC2
    Oct 31 20:14:09 localhost kernel: [drm] Connector 3:
    Oct 31 20:14:09 localhost kernel: [drm] DVI-I-1
    Oct 31 20:14:09 localhost kernel: [drm] HPD1
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    Oct 31 20:14:09 localhost kernel: [drm] DFP2: INTERNAL_KLDSCP_LVTMA
    Oct 31 20:14:09 localhost kernel: [drm] Internal thermal controller with fan control
    Oct 31 20:14:09 localhost kernel: == power state 0 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: boot
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: c r b
    Oct 31 20:14:09 localhost kernel: == power state 1 ==
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: single_disp video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 2 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: uvd
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 53300 dclk: 40000
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 3 ==
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 4 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: acpi
    Oct 31 20:14:09 localhost kernel: caps:
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: switching from power state:
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: boot
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: c b
    Oct 31 20:14:09 localhost kernel: switching to power state:
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: single_disp video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: r
    Oct 31 20:14:09 localhost kernel: [drm] radeon: dpm initialized
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7

    OK, I found a solution for this problem after fiddling with my fstab. Trick is to let Systemd mount partitions when necessary and do its business during boot like explained here in Arch wiki: https://wiki.archlinux.org/index.php/Im … tem_mounts
    $ nano /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    /dev/sda8 /boot ext4 defaults,noatime,noauto,x-systemd.automount 0 2
    /dev/sda9 none swap defaults,noauto,x-systemd.automount 0 0
    # /dev/sda10 / ext4 defaults,noatime,noauto,x-systemd.automount 0 1
    /dev/sda11 /home ext4 defaults,noatime,noauto,x-systemd.automount 0 2
    Now my boot time is reduced from 28secs to 9secs without any SSD card or Readahead like software involved:
    $ systemd-analyze && systemd-analyze blame
    Startup finished in 229ms (kernel) + 2.544s (initrd) + 7.181s (userspace) = 9.954s
    2.275s systemd-vconsole-setup.service
    743ms systemd-logind.service
    559ms dev-mqueue.mount
    538ms sys-kernel-config.mount
    538ms sys-kernel-debug.mount
    536ms powermanagement.service
    498ms kmod-static-nodes.service
    493ms polkit.service
    483ms dev-hugepages.mount
    456ms systemd-sysctl.service
    402ms systemd-tmpfiles-setup.service
    398ms upower.service
    379ms udisks2.service
    332ms systemd-random-seed.service
    269ms systemd-tmpfiles-setup-dev.service
    261ms systemd-journal-flush.service
    233ms systemd-user-sessions.service
    208ms systemd-udev-trigger.service
    177ms systemd-udevd.service
    156ms [email protected]
    113ms [email protected]
    52ms systemd-update-utmp.service
    47ms systemd-remount-fs.service
    38ms home.mount
    4ms alsa-restore.service
    $ systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @7.181s
    └─multi-user.target @7.181s
    └─systemd-logind.service @6.437s +743ms
    └─basic.target @6.436s
    └─timers.target @6.434s
    └─systemd-tmpfiles-clean.timer @6.434s
    └─sysinit.target @2.986s
    └─systemd-vconsole-setup.service @711ms +2.275s
    └─systemd-journald.socket
    └─-.mount
    └─system.slice
    └─-.slice

  • Radeon Early KMS Fails with Linux LTS

    Upgraded to linux-lts 3.0.72-1 yesterday. Kernel now hangs for 60 seconds during the KMS switch with the following error messages (with both the main initramfs and the fallback):
    [ 61.120047] r600_cp: Failed to load firmware "radeon/REDWOOD_pfp.bin"
    [ 61.120083] [drm:evergreen_startup] *ERROR* Failed to load firmware!
    [ 61.120121] radeon 0000:01:00.0: disabling GPU acceleration
    GPU acceleration is then disabled and I cannot activate desktop effects.
    Here's the full dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0.71-1-lts (nobody@andyrtr) (gcc version 4.7.2 (GCC) ) #1 SMP Fri Mar 29 11:32:47 CET 2013
    [ 0.000000] Command line: root=/dev/system/root cryptdevice=/dev/sda2:root ro apparmor=1 security=apparmor init=/usr/sbin/e4rat-preload-lite initrd=/initramfs-linux-lts.img BOOT_IMAGE=/vmlinuz-linux-lts
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
    [ 0.000000] BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfe90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cfe90000 - 00000000cfee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cfee3000 - 00000000cfef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cfef0000 - 00000000cff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000230000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 530/0RY007, BIOS 1.0.18 02/24/2009
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x230000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CEFFF write-protect
    [ 0.000000] CF000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 100000000 mask F00000000 write-back
    [ 0.000000] 1 base 200000000 mask FE0000000 write-back
    [ 0.000000] 2 base 220000000 mask FF0000000 write-back
    [ 0.000000] 3 base 000000000 mask F80000000 write-back
    [ 0.000000] 4 base 080000000 mask FC0000000 write-back
    [ 0.000000] 5 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 6 base 0CFF00000 mask FFFF00000 uncachable
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000cff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcfe90 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000f3f00] f3f00
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cfe90000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cfe90000 page 4k
    [ 0.000000] kernel direct mapping tables up to 0xcfe8ffff @ [mem 0x1fffa000-0x1fffffff]
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000230000000
    [ 0.000000] 0100000000 - 0230000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 0x22fffffff @ [mem 0xcfe8a000-0xcfe8ffff]
    [ 0.000000] RAMDISK: 7fa7d000 - 7ffff000
    [ 0.000000] ACPI: RSDP 00000000000f97a0 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 00000000cfee3080 0005C (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 00000000cfee7200 000F4 (v03 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 00000000cfee3200 03FFC (v01 DELL AWRDACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 00000000cfe90000 00040
    [ 0.000000] ACPI: HPET 00000000cfee73c0 00038 (v01 DELL FX09 42302E31 AWRD 00000098)
    [ 0.000000] ACPI: MCFG 00000000cfee7400 0003C (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: SLIC 00000000cfee7440 00176 (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DMY2 00000000cfee75c0 00080 (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 00000000cfee7300 00084 (v01 DELL FX09 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: SSDT 00000000cfee7ca0 00380 (v01 PmRef CpuPm 00003000 INTL 20041203)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000230000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000230000000
    [ 0.000000] NODE_DATA [000000022fffb000 - 000000022fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0007bfffff] PMD -> [ffff880227600000-ffff88022e7fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00230000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x000cfe90
    [ 0.000000] 0: 0x00100000 -> 0x00230000
    [ 0.000000] On node 0 totalpages: 2096670
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3921 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 14280 pages used for memmap
    [ 0.000000] DMA32 zone: 833224 pages, LIFO batch:31
    [ 0.000000] Normal zone: 17024 pages used for memmap
    [ 0.000000] Normal zone: 1228160 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe90000 - 00000000cfee3000
    [ 0.000000] PM: Registered nosave memory: 00000000cfee3000 - 00000000cfef0000
    [ 0.000000] PM: Registered nosave memory: 00000000cfef0000 - 00000000cff00000
    [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:10100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88022fc00000 s79360 r8192 d23040 u524288
    [ 0.000000] pcpu-alloc: s79360 r8192 d23040 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2065305
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/system/root cryptdevice=/dev/sda2:root ro apparmor=1 security=apparmor init=/usr/sbin/e4rat-preload-lite initrd=/initramfs-linux-lts.img BOOT_IMAGE=/vmlinuz-linux-lts
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 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: 8185976k/9175040k available (4280k kernel code, 788360k absent, 200704k reserved, 5168k data, 744k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Hierarchical RCU implementation.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2992.609 MHz processor.
    [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5985.21 BogoMIPS (lpj=29926090)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000095] Security Framework initialized
    [ 0.000115] AppArmor: AppArmor initialized
    [ 0.010311] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.013697] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.015293] Mount-cache hash table entries: 256
    [ 0.015649] Initializing cgroup subsys cpuacct
    [ 0.015684] Initializing cgroup subsys memory
    [ 0.015706] Initializing cgroup subsys devices
    [ 0.015708] Initializing cgroup subsys freezer
    [ 0.015710] Initializing cgroup subsys net_cls
    [ 0.015712] Initializing cgroup subsys blkio
    [ 0.015755] CPU: Physical Processor ID: 0
    [ 0.015756] CPU: Processor Core ID: 0
    [ 0.015758] mce: CPU supports 6 MCE banks
    [ 0.015766] CPU0: Thermal monitoring enabled (TM2)
    [ 0.015770] using mwait in idle threads.
    [ 0.016853] ACPI: Core revision 20110413
    [ 0.020014] ftrace: allocating 16930 entries in 67 pages
    [ 0.025685] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.128257] CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    [ 0.130000] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.130000] ... version: 2
    [ 0.130000] ... bit width: 40
    [ 0.130000] ... generic registers: 2
    [ 0.130000] ... value mask: 000000ffffffffff
    [ 0.130000] ... max period: 000000007fffffff
    [ 0.130000] ... fixed-purpose events: 3
    [ 0.130000] ... event mask: 0000000700000003
    [ 0.130000] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.130000] Booting Node 0, Processors #1
    [ 0.130000] smpboot cpu 1: start_ip = 99000
    [ 0.290024] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.290056] Brought up 2 CPUs
    [ 0.290058] Total of 2 processors activated (11970.20 BogoMIPS).
    [ 0.291770] devtmpfs: initialized
    [ 0.291770] PM: Registering ACPI NVS region at cfe90000 (339968 bytes)
    [ 0.291770] Time: 22:30:54 Date: 04/09/13
    [ 0.291770] NET: Registered protocol family 16
    [ 0.291770] ACPI: bus type pci registered
    [ 0.291770] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.291770] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.325013] PCI: Using configuration type 1 for base access
    [ 0.325392] bio: create slab <bio-0> at 0
    [ 0.325392] ACPI: EC: Look up EC in DSDT
    [ 0.325392] ACPI: SSDT 00000000cfee7680 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: Dynamic OEM Table Load:
    [ 0.325392] ACPI: SSDT (null) 0022A (v01 PmRef Cpu0Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: SSDT 00000000cfee7b40 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: Dynamic OEM Table Load:
    [ 0.325392] ACPI: SSDT (null) 00152 (v01 PmRef Cpu1Ist 00003000 INTL 20041203)
    [ 0.325392] ACPI: Interpreter enabled
    [ 0.325392] ACPI: (supports S0 S3 S4 S5)
    [ 0.325392] ACPI: Using IOAPIC for interrupt routing
    [ 0.331156] ACPI: No dock devices found.
    [ 0.331158] HEST: Table not found.
    [ 0.331160] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.331199] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.331276] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.331278] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.331280] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.331282] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.331283] pci_root PNP0A08:00: host bridge window [mem 0xcff00000-0xfebfffff]
    [ 0.331292] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
    [ 0.331325] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
    [ 0.331353] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.331355] pci 0000:00:01.0: PME# disabled
    [ 0.331386] pci 0000:00:19.0: [8086:10c0] type 0 class 0x000200
    [ 0.331400] pci 0000:00:19.0: reg 10: [mem 0xfdfc0000-0xfdfdffff]
    [ 0.331407] pci 0000:00:19.0: reg 14: [mem 0xfdfff000-0xfdffffff]
    [ 0.331413] pci 0000:00:19.0: reg 18: [io 0xff00-0xff1f]
    [ 0.331462] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 0.331466] pci 0000:00:19.0: PME# disabled
    [ 0.331480] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.331514] pci 0000:00:1a.0: reg 20: [io 0xfe00-0xfe1f]
    [ 0.331554] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
    [ 0.331588] pci 0000:00:1a.1: reg 20: [io 0xfd00-0xfd1f]
    [ 0.331629] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
    [ 0.331663] pci 0000:00:1a.2: reg 20: [io 0xfc00-0xfc1f]
    [ 0.331707] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.331720] pci 0000:00:1a.7: reg 10: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.331780] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.331783] pci 0000:00:1a.7: PME# disabled
    [ 0.331798] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.331809] pci 0000:00:1b.0: reg 10: [mem 0xfdff4000-0xfdff7fff 64bit]
    [ 0.331862] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.331865] pci 0000:00:1b.0: PME# disabled
    [ 0.331881] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.331915] pci 0000:00:1d.0: reg 20: [io 0xfb00-0xfb1f]
    [ 0.331957] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.331991] pci 0000:00:1d.1: reg 20: [io 0xfa00-0xfa1f]
    [ 0.332031] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.332065] pci 0000:00:1d.2: reg 20: [io 0xf900-0xf91f]
    [ 0.332110] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.332123] pci 0000:00:1d.7: reg 10: [mem 0xfdffd000-0xfdffd3ff]
    [ 0.332183] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.332186] pci 0000:00:1d.7: PME# disabled
    [ 0.332198] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.332247] pci 0000:00:1f.0: [8086:2916] type 0 class 0x000601
    [ 0.332315] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 003f)
    [ 0.332318] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 003f)
    [ 0.332356] pci 0000:00:1f.2: [8086:2920] type 0 class 0x000101
    [ 0.332368] pci 0000:00:1f.2: reg 10: [io 0xf800-0xf807]
    [ 0.332374] pci 0000:00:1f.2: reg 14: [io 0xf700-0xf703]
    [ 0.332380] pci 0000:00:1f.2: reg 18: [io 0xf600-0xf607]
    [ 0.332386] pci 0000:00:1f.2: reg 1c: [io 0xf500-0xf503]
    [ 0.332392] pci 0000:00:1f.2: reg 20: [io 0xf400-0xf40f]
    [ 0.332398] pci 0000:00:1f.2: reg 24: [io 0xf300-0xf30f]
    [ 0.332434] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
    [ 0.332446] pci 0000:00:1f.3: reg 10: [mem 0xfdffc000-0xfdffc0ff 64bit]
    [ 0.332462] pci 0000:00:1f.3: reg 20: [io 0x0500-0x051f]
    [ 0.332488] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
    [ 0.332500] pci 0000:00:1f.5: reg 10: [io 0xf100-0xf107]
    [ 0.332506] pci 0000:00:1f.5: reg 14: [io 0xf000-0xf003]
    [ 0.332512] pci 0000:00:1f.5: reg 18: [io 0xef00-0xef07]
    [ 0.332518] pci 0000:00:1f.5: reg 1c: [io 0xee00-0xee03]
    [ 0.332524] pci 0000:00:1f.5: reg 20: [io 0xed00-0xed0f]
    [ 0.332531] pci 0000:00:1f.5: reg 24: [io 0xec00-0xec0f]
    [ 0.332588] pci 0000:01:00.0: [1002:68d8] type 0 class 0x000300
    [ 0.332598] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.332606] pci 0000:01:00.0: reg 18: [mem 0xfddc0000-0xfdddffff 64bit]
    [ 0.332612] pci 0000:01:00.0: reg 20: [io 0xce00-0xceff]
    [ 0.332622] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.332646] pci 0000:01:00.0: supports D1 D2
    [ 0.332661] pci 0000:01:00.1: [1002:aa60] type 0 class 0x000403
    [ 0.332671] pci 0000:01:00.1: reg 10: [mem 0xfddfc000-0xfddfffff 64bit]
    [ 0.332715] pci 0000:01:00.1: supports D1 D2
    [ 0.332739] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.332741] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    [ 0.332744] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.332747] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.332773] pci 0000:02:00.0: [8086:107c] type 0 class 0x000200
    [ 0.332790] pci 0000:02:00.0: reg 10: [mem 0xfdce0000-0xfdcfffff]
    [ 0.332798] pci 0000:02:00.0: reg 14: [mem 0xfdcc0000-0xfdcdffff]
    [ 0.332806] pci 0000:02:00.0: reg 18: [io 0xdf00-0xdf3f]
    [ 0.332835] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.332866] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.332870] pci 0000:02:00.0: PME# disabled
    [ 0.332908] pci 0000:00:1e.0: PCI bridge to [bus 02-02] (subtractive decode)
    [ 0.332911] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.332914] pci 0000:00:1e.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.332918] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.332920] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.332922] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.332924] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.332926] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.332928] pci 0000:00:1e.0: bridge window [mem 0xcff00000-0xfebfffff] (subtractive decode)
    [ 0.332936] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.333005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
    [ 0.333057] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.333059] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.333060] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.338616] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 7 9 10 11 12 14 15)
    [ 0.338649] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 7 9 10 11 12 14 15)
    [ 0.338682] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.338714] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.338746] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.338777] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 9 10 11 12 14 15)
    [ 0.338809] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 *9 10 11 12 14 15)
    [ 0.338841] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.338905] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.338908] vgaarb: loaded
    [ 0.338909] vgaarb: bridge control possible 0000:01:00.0
    [ 0.338951] PCI: Using ACPI for IRQ routing
    [ 0.343725] PCI: pci_cache_line_size set to 64 bytes
    [ 0.343777] reserve RAM buffer: 000000000009e800 - 000000000009ffff
    [ 0.343779] reserve RAM buffer: 00000000cfe90000 - 00000000cfffffff
    [ 0.343870] NetLabel: Initializing
    [ 0.343872] NetLabel: domain hash size = 128
    [ 0.343873] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.343883] NetLabel: unlabeled traffic allowed by default
    [ 0.343887] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.343891] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.343894] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.350015] Switching to clocksource hpet
    [ 0.354598] AppArmor: AppArmor Filesystem Enabled
    [ 0.354616] pnp: PnP ACPI init
    [ 0.354626] ACPI: bus type pnp registered
    [ 0.354686] pnp 00:00: [bus 00-ff]
    [ 0.354688] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.354690] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.354691] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.354693] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.354694] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.354696] pnp 00:00: [mem 0xcff00000-0xfebfffff window]
    [ 0.354731] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.354769] pnp 00:01: [io 0x0010-0x001f]
    [ 0.354771] pnp 00:01: [io 0x0022-0x003f]
    [ 0.354772] pnp 00:01: [io 0x0044-0x005f]
    [ 0.354773] pnp 00:01: [io 0x0060]
    [ 0.354775] pnp 00:01: [io 0x0064]
    [ 0.354776] pnp 00:01: [io 0x0062-0x0063]
    [ 0.354777] pnp 00:01: [io 0x0065-0x006f]
    [ 0.354778] pnp 00:01: [io 0x0074-0x007f]
    [ 0.354780] pnp 00:01: [io 0x0091-0x0093]
    [ 0.354781] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.354782] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.354784] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.354785] pnp 00:01: [io 0x0800-0x087f]
    [ 0.354786] pnp 00:01: [io 0x0290-0x0297]
    [ 0.354788] pnp 00:01: [io 0x0880-0x088f]
    [ 0.354831] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.354833] system 00:01: [io 0x0800-0x087f] has been reserved
    [ 0.354835] system 00:01: [io 0x0290-0x0297] has been reserved
    [ 0.354837] system 00:01: [io 0x0880-0x088f] has been reserved
    [ 0.354839] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.354847] pnp 00:02: [dma 4]
    [ 0.354848] pnp 00:02: [io 0x0000-0x000f]
    [ 0.354850] pnp 00:02: [io 0x0080-0x0090]
    [ 0.354851] pnp 00:02: [io 0x0094-0x009f]
    [ 0.354852] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.354870] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.354904] pnp 00:03: [irq 0 disabled]
    [ 0.354911] pnp 00:03: [irq 8]
    [ 0.354912] pnp 00:03: [mem 0xfed00000-0xfed003ff]
    [ 0.354931] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.354949] pnp 00:04: [io 0x0070-0x0073]
    [ 0.354969] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.354975] pnp 00:05: [io 0x0061]
    [ 0.354993] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.354999] pnp 00:06: [io 0x00f0-0x00ff]
    [ 0.355003] pnp 00:06: [irq 13]
    [ 0.355022] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.355123] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.355124] pnp 00:07: [io 0x03f7]
    [ 0.355128] pnp 00:07: [irq 6]
    [ 0.355130] pnp 00:07: [dma 2]
    [ 0.355157] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.355195] pnp 00:08: [io 0x0400-0x04bf]
    [ 0.355225] system 00:08: [io 0x0400-0x04bf] has been reserved
    [ 0.355227] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.355239] pnp 00:09: [mem 0xffb80000-0xffbfffff]
    [ 0.355261] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.355378] pnp 00:0a: [mem 0xe0000000-0xefffffff]
    [ 0.355414] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.355417] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.355459] pnp 00:0b: [mem 0x000f0000-0x000fffff]
    [ 0.355461] pnp 00:0b: [mem 0xcff00000-0xcfffffff]
    [ 0.355462] pnp 00:0b: [mem 0xfed00000-0xfed000ff]
    [ 0.355463] pnp 00:0b: [mem 0xcfe90000-0xcfefffff]
    [ 0.355465] pnp 00:0b: [mem 0x00000000-0x0009ffff]
    [ 0.355466] pnp 00:0b: [mem 0x00100000-0xcfe8ffff]
    [ 0.355468] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
    [ 0.355469] pnp 00:0b: [mem 0xfed14000-0xfed1dfff]
    [ 0.355470] pnp 00:0b: [mem 0xfed20000-0xfed9ffff]
    [ 0.355472] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
    [ 0.355473] pnp 00:0b: [mem 0xffb00000-0xffb7ffff]
    [ 0.355474] pnp 00:0b: [mem 0xfff00000-0xffffffff]
    [ 0.355476] pnp 00:0b: [mem 0x000e0000-0x000effff]
    [ 0.355518] system 00:0b: [mem 0x000f0000-0x000fffff] could not be reserved
    [ 0.355520] system 00:0b: [mem 0xcff00000-0xcfffffff] has been reserved
    [ 0.355522] system 00:0b: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.355524] system 00:0b: [mem 0xcfe90000-0xcfefffff] could not be reserved
    [ 0.355526] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.355528] system 00:0b: [mem 0x00100000-0xcfe8ffff] could not be reserved
    [ 0.355530] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.355532] system 00:0b: [mem 0xfed14000-0xfed1dfff] has been reserved
    [ 0.355534] system 00:0b: [mem 0xfed20000-0xfed9ffff] has been reserved
    [ 0.355536] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.355538] system 00:0b: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.355540] system 00:0b: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.355541] system 00:0b: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.355544] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.355550] pnp: PnP ACPI: found 12 devices
    [ 0.355551] ACPI: ACPI bus type pnp unregistered
    [ 0.359835] Switched to NOHz mode on CPU #0
    [ 0.359957] Switched to NOHz mode on CPU #1
    [ 0.361243] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.361257] pci 0000:01:00.0: BAR 6: assigned [mem 0xfdd00000-0xfdd1ffff pref]
    [ 0.361260] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.361262] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    [ 0.361264] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.361267] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.361270] pci 0000:02:00.0: BAR 6: assigned [mem 0xfde00000-0xfde1ffff pref]
    [ 0.361272] pci 0000:00:1e.0: PCI bridge to [bus 02-02]
    [ 0.361274] pci 0000:00:1e.0: bridge window [io 0xd000-0xdfff]
    [ 0.361278] pci 0000:00:1e.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.361281] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.361290] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.361294] pci 0000:00:01.0: setting latency timer to 64
    [ 0.361298] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.361301] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.361303] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.361304] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.361306] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.361308] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xfebfffff]
    [ 0.361310] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    [ 0.361311] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.361313] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.361315] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 0.361316] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.361318] pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    [ 0.361320] pci_bus 0000:02: resource 4 [io 0x0000-0x0cf7]
    [ 0.361321] pci_bus 0000:02: resource 5 [io 0x0d00-0xffff]
    [ 0.361323] pci_bus 0000:02: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.361325] pci_bus 0000:02: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.361326] pci_bus 0000:02: resource 8 [mem 0xcff00000-0xfebfffff]
    [ 0.361382] NET: Registered protocol family 2
    [ 0.361578] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.362545] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.365489] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.365885] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.365887] TCP reno registered
    [ 0.365898] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.365957] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.366361] NET: Registered protocol family 1
    [ 0.366389] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.366404] pci 0000:00:1a.0: PCI INT A disabled
    [ 0.366416] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 0.366430] pci 0000:00:1a.1: PCI INT B disabled
    [ 0.366437] pci 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.366450] pci 0000:00:1a.2: PCI INT D disabled
    [ 0.366458] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.366482] pci 0000:00:1a.7: PCI INT C disabled
    [ 0.366491] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.366505] pci 0000:00:1d.0: PCI INT A disabled
    [ 0.366510] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.366524] pci 0000:00:1d.1: PCI INT B disabled
    [ 0.366529] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.366543] pci 0000:00:1d.2: PCI INT C disabled
    [ 0.366550] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.366567] pci 0000:00:1d.7: PCI INT A disabled
    [ 0.366580] pci 0000:01:00.0: Boot video device
    [ 0.366585] PCI: CLS 64 bytes, default 64
    [ 0.366632] Unpacking initramfs...
    [ 0.454751] Freeing initrd memory: 5640k freed
    [ 0.456212] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.456215] Placing 64MB software IO TLB between ffff8800cbe8a000 - ffff8800cfe8a000
    [ 0.456217] software IO TLB at phys 0xcbe8a000 - 0xcfe8a000
    [ 0.456534] audit: initializing netlink socket (disabled)
    [ 0.456546] type=2000 audit(1365546653.450:1): initialized
    [ 0.464589] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.466761] VFS: Disk quotas dquot_6.5.2
    [ 0.466866] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.467034] msgmni has been set to 15999
    [ 0.467211] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.467240] io scheduler noop registered
    [ 0.467241] io scheduler deadline registered (default)
    [ 0.467278] io scheduler cfq registered
    [ 0.467351] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.467374] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.467469] intel_idle: MWAIT substates: 0x22220
    [ 0.467470] intel_idle: does not run on family 6 model 23
    [ 0.467475] ERST: Table is not found!
    [ 0.467514] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.910220] Linux agpgart interface v0.103
    [ 0.910276] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.910607] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.910611] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.910655] mousedev: PS/2 mouse device common for all mice
    [ 0.910685] rtc_cmos 00:04: RTC can wake from S4
    [ 0.910758] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.910779] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.910786] cpuidle: using governor ladder
    [ 0.910788] cpuidle: using governor menu
    [ 0.910789] EFI Variables Facility v0.08 2004-May-17
    [ 0.910954] TCP cubic registered
    [ 0.911069] NET: Registered protocol family 10
    [ 0.911546] NET: Registered protocol family 17
    [ 0.911549] Registering the dns_resolver key type
    [ 0.911619] PM: Hibernation image not present or could not be loaded.
    [ 0.911633] registered taskstats version 1
    [ 0.912247] Magic number: 9:475:552
    [ 0.912270] pci_link PNP0C0F:03: hash matches
    [ 0.912305] rtc_cmos 00:04: setting system clock to 2013-04-09 22:30:55 UTC (1365546655)
    [ 0.912335] Initializing network drop monitor service
    [ 0.913212] Freeing unused kernel memory: 744k freed
    [ 0.913401] Write protecting the kernel read-only data: 8192k
    [ 0.917371] Freeing unused kernel memory: 1844k freed
    [ 0.919244] Freeing unused kernel memory: 656k freed
    [ 0.924863] systemd-udevd[35]: starting version 200
    [ 0.929217] [drm] Initialized drm 1.1.0 20060810
    [ 0.935568] [drm] radeon defaulting to kernel modesetting.
    [ 0.935570] [drm] radeon kernel modesetting enabled.
    [ 0.935608] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.935612] radeon 0000:01:00.0: setting latency timer to 64
    [ 0.935726] [drm] initializing kernel modesetting (REDWOOD 0x1002:0x68D8 0x174B:0xE151).
    [ 0.935758] [drm] register mmio base: 0xFDDC0000
    [ 0.935759] [drm] register mmio size: 131072
    [ 0.935849] ATOM BIOS: REDWOOD
    [ 0.935864] radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    [ 0.935866] radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    [ 0.937094] [drm] Detected VRAM RAM=1024M, BAR=256M
    [ 0.937097] [drm] RAM width 128bits DDR
    [ 0.937161] [TTM] Zone kernel: Available graphics memory: 4097430 kiB.
    [ 0.937162] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    [ 0.937164] [TTM] Initializing pool allocator.
    [ 0.937201] [drm] radeon: 1024M of VRAM memory ready
    [ 0.937203] [drm] radeon: 512M of GTT memory ready.
    [ 0.937217] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 0.937218] [drm] Driver supports precise vblank timestamp query.
    [ 0.937250] radeon 0000:01:00.0: irq 41 for MSI/MSI-X
    [ 0.937254] radeon 0000:01:00.0: radeon: using MSI.
    [ 0.937281] [drm] radeon: irq initialized.
    [ 0.937286] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 0.937772] [drm] Loading REDWOOD Microcode
    [ 1.460015] Refined TSC clocksource calibration: 2992.499 MHz.
    [ 1.460020] Switching to clocksource tsc
    [ 61.120047] r600_cp: Failed to load firmware "radeon/REDWOOD_pfp.bin"
    [ 61.120083] [drm:evergreen_startup] *ERROR* Failed to load firmware!
    [ 61.120121] radeon 0000:01:00.0: disabling GPU acceleration
    [ 61.121175] radeon 0000:01:00.0: ffff880220c5c000 unpin not necessary
    [ 61.121177] radeon 0000:01:00.0: ffff880220c5c000 unpin not necessary
    [ 61.121191] failed to evaluate ATIF got AE_BAD_PARAMETER
    [ 61.122829] [drm] Radeon Display Connectors
    [ 61.122830] [drm] Connector 0:
    [ 61.122831] [drm] DisplayPort
    [ 61.122832] [drm] HPD4
    [ 61.122834] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    [ 61.122835] [drm] Encoders:
    [ 61.122836] [drm] DFP1: INTERNAL_UNIPHY2
    [ 61.122838] [drm] Connector 1:
    [ 61.122838] [drm] HDMI-A
    [ 61.122839] [drm] HPD5
    [ 61.122841] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
    [ 61.122842] [drm] Encoders:
    [ 61.122843] [drm] DFP2: INTERNAL_UNIPHY2
    [ 61.122844] [drm] Connector 2:
    [ 61.122845] [drm] DVI-I
    [ 61.122846] [drm] HPD1
    [ 61.122847] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    [ 61.122849] [drm] Encoders:
    [ 61.122849] [drm] DFP3: INTERNAL_UNIPHY1
    [ 61.122851] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 62.320028] [drm] Radeon display connector DP-1: No monitor connected or invalid EDID
    [ 62.371931] [drm] Radeon display connector HDMI-A-1: Found valid EDID
    [ 62.423833] [drm] Radeon display connector DVI-I-1: Found valid EDID
    [ 62.423849] [drm] Internal thermal controller with fan control
    [ 62.423880] [drm] radeon: power management initialized
    [ 62.628633] [drm] fb mappable at 0xD0040000
    [ 62.628634] [drm] vram apper at 0xD0000000
    [ 62.628635] [drm] size 8294400
    [ 62.628636] [drm] fb depth is 24
    [ 62.628637] [drm] pitch is 7680
    [ 62.628675] fbcon: radeondrmfb (fb0) is primary device
    [ 62.924892] Console: switching to colour frame buffer device 240x67
    [ 62.928774] fb0: radeondrmfb frame buffer device
    [ 62.928775] drm: registered panic notifier
    [ 62.928779] [drm] Initialized radeon 2.10.0 20080528 for 0000:01:00.0 on minor 0
    [ 62.929721] device-mapper: uevent: version 1.0.3
    [ 62.929802] device-mapper: ioctl: 4.20.0-ioctl (2011-02-02) initialised: [email protected]
    [ 62.951388] usbcore: registered new interface driver usbfs
    [ 62.951408] usbcore: registered new interface driver hub
    [ 62.951860] usbcore: registered new device driver usb
    [ 62.952716] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 62.952738] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 62.952760] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 62.952762] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 62.952781] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 62.956678] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 62.956692] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xfdffe000
    [ 62.964173] SCSI subsystem initialized
    [ 62.966530] FDC 0 is a post-1991 82077
    [ 62.966568] libata version 3.00 loaded.
    [ 62.980013] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 62.980149] hub 1-0:1.0: USB hub found
    [ 62.980153] hub 1-0:1.0: 6 ports detected
    [ 62.980221] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 62.980241] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 62.980243] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 62.980251] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 62.984146] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 62.984160] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xfdffd000
    [ 63.000008] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 63.000119] hub 2-0:1.0: USB hub found
    [ 63.000122] hub 2-0:1.0: 6 ports detected
    [ 63.000275] ata_piix 0000:00:1f.2: version 2.13
    [ 63.000283] ata_piix 0000:00:1f.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 63.000286] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 63.000312] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 63.000621] scsi0 : ata_piix
    [ 63.000680] scsi1 : ata_piix
    [ 63.000997] ata1: SATA max UDMA/133 cmd 0xf800 ctl 0xf700 bmdma 0xf400 irq 19
    [ 63.001001] ata2: SATA max UDMA/133 cmd 0xf600 ctl 0xf500 bmdma 0xf408 irq 19
    [ 63.001013] ata_piix 0000:00:1f.5: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 63.001016] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 63.001039] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 63.001372] scsi2 : ata_piix
    [ 63.001546] scsi3 : ata_piix
    [ 63.001687] ata3: SATA max UDMA/133 cmd 0xf100 ctl 0xf000 bmdma 0xed00 irq 19
    [ 63.001690] ata4: SATA max UDMA/133 cmd 0xef00 ctl 0xee00 bmdma 0xed08 irq 19
    [ 63.030264] uhci_hcd: USB Universal Host Controller Interface driver
    [ 63.030424] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 63.030430] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 63.030432] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 63.030438] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 63.030465] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000fe00
    [ 63.030564] hub 3-0:1.0: USB hub found
    [ 63.030567] hub 3-0:1.0: 2 ports detected
    [ 63.030617] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 63.030622] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 63.030624] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 63.030631] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 63.030658] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000fd00
    [ 63.030993] hub 4-0:1.0: USB hub found
    [ 63.030996] hub 4-0:1.0: 2 ports detected
    [ 63.031041] uhci_hcd 0000:00:1a.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 63.031046] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 63.031049] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 63.031054] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 63.031073] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000fc00
    [ 63.031176] hub 5-0:1.0: USB hub found
    [ 63.031179] hub 5-0:1.0: 2 ports detected
    [ 63.031221] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 63.031225] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 63.031228] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 63.031233] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 63.031252] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000fb00
    [ 63.031335] hub 6-0:1.0: USB hub found
    [ 63.031338] hub 6-0:1.0: 2 ports detected
    [ 63.031391] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 63.031396] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 63.031399] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 63.031403] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 63.031423] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fa00
    [ 63.031507] hub 7-0:1.0: USB hub found
    [ 63.031510] hub 7-0:1.0: 2 ports detected
    [ 63.031554] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 63.031559] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 63.031561] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 63.031567] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 63.031586] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000f900
    [ 63.031670] hub 8-0:1.0: USB hub found
    [ 63.031673] hub 8-0:1.0: 2 ports detected
    [ 63.360617] ata3: SATA link down (SStatus 0 SControl 300)
    [ 63.371236] ata4: SATA link down (SStatus 0 SControl 300)
    [ 63.480010] usb 1-5: new high speed USB device number 4 using ehci_hcd
    [ 63.631903] hub 1-5:1.0: USB hub found
    [ 63.632248] hub 1-5:1.0: 4 ports detected
    [ 63.750013] usb 1-6: new high speed USB device number 5 using ehci_hcd
    [ 63.870059] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 63.870069] ata1.01: SATA link down (SStatus 0 SControl 300)
    [ 63.870191] ata2.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 63.870202] ata2.01: SATA link down (SStatus 0 SControl 300)
    [ 63.870210] ata2.01: link offline, clearing class 3 to NONE
    [ 63.890185] ata2.00: ATAPI: HL-DT-ST DVDRAM GH22NS50, TN04, max UDMA/100
    [ 63.903235] ata1.00: ATA-8: WDC WD1002FAEX-00Z3A0, 05.01D05, max UDMA/133
    [ 63.903238] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 63.930119] ata2.00: configured for UDMA/100
    [ 63.940457] ata1.00: configured for UDMA/133
    [ 63.940539] scsi 0:0:0:0: Direct-Access ATA WDC WD1002FAEX-0 05.0 PQ: 0 ANSI: 5
    [ 63.943994] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GH22NS50 TN04 PQ: 0 ANSI: 5
    [ 63.946116] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 63.946150] sd 0:0:0:0: [sda] Write Protect is off
    [ 63.946152] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 63.946167] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 63.954097] sda: sda1 sda2 sda3
    [ 63.954299] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 63.963411] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 63.963414] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 63.963518] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 64.360012] usb 2-5: new high speed USB device number 3 using ehci_hcd
    [ 64.565540] Initializing USB Mass Storage driver...
    [ 64.565618] scsi4 : usb-storage 2-5:1.0
    [ 64.565663] usbcore: registered new interface driver usb-storage
    [ 64.565664] USB Mass Storage support registered.
    [ 64.840010] usb 4-1: new full speed USB device number 2 using uhci_hcd
    [ 65.026702] hub 4-1:1.0: USB hub found
    [ 65.027689] hub 4-1:1.0: 3 ports detected
    [ 65.310009] usb 4-2: new low speed USB device number 3 using uhci_hcd
    [ 65.499874] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.0/input/input0
    [ 65.499920] generic-usb 0003:0461:4D15.0001: input,hidraw0: USB HID v1.11 Mouse [USB Optical Mouse] on usb-0000:00:1a.1-2/input0
    [ 65.499929] usbcore: registered new interface driver usbhid
    [ 65.499930] usbhid: USB HID core driver
    [ 65.570232] scsi 4:0:0:0: Direct-Access TEAC USB HS-CF Card 4.08 PQ: 0 ANSI: 0
    [ 65.577604] scsi 4:0:0:1: Direct-Access TEAC USB HS-xD/SM 4.08 PQ: 0 ANSI: 0
    [ 65.589979] scsi 4:0:0:2: Direct-Access TEAC USB HS-MS Card 4.08 PQ: 0 ANSI: 0
    [ 65.597478] scsi 4:0:0:3: Direct-Access TEAC USB HS-SD Card 4.08 PQ: 0 ANSI: 0
    [ 65.636345] sd 4:0:0:0: [sdb] Attached SCSI removable disk
    [ 65.675345] sd 4:0:0:1: [sdc] Attached SCSI removable disk
    [ 65.691970] sd 4:0:0:2: [sdd] Attached SCSI removable disk
    [ 65.700220] sd 4:0:0:3: [sde] Attached SCSI removable disk
    [ 65.760011] usb 7-2: new full speed USB device number 2 using uhci_hcd
    [ 66.050378] usb 1-5.1: new high speed USB device number 6 using ehci_hcd
    [ 66.161907] hub 1-5.1:1.0: USB hub found
    [ 66.162251] hub 1-5.1:1.0: 4 ports detected
    [ 66.241689] usb 4-1.1: new full speed USB device number 4 using uhci_hcd
    [ 66.390902] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.1/4-1.1:1.0/input/input1
    [ 66.390933] generic-usb 0003:413C:2010.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1a.1-1.1/input0
    [ 66.397751] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1.1/4-1.1:1.1/input/input2
    [ 66.397794] generic-usb 0003:413C:2010.0003: input,hidraw2: USB HID v1.10 Device [Dell Dell USB Keyboard] on usb-0000:00:1a.1-1.1/input1
    [ 121.430130] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 123.970098] systemd[1]: systemd 200 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 123.998806] systemd[1]: Set hostname to <530-Arch>.
    [ 124.769151] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 124.769197] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 124.769210] systemd[1]: Starting Remote File System Setup.
    [ 124.769292] systemd[1]: Reached target Remote File System Setup.
    [ 124.769300] systemd[1]: Starting Syslog Socket.
    [ 124.769374] systemd[1]: Listening on Syslog Socket.
    [ 124.769383] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 124.769452] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 124.769460] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 124.769532] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 124.769539] systemd[1]: Starting Delayed Shutdown Socket.
    [ 124.769605] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 124.769612] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 124.769681] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 124.769688] systemd[1]: Starting Encrypted Volumes.
    [ 124.769742] systemd[1]: Reached target Encrypted Volumes.
    [ 124.769789] systemd[1]: Starting udev Kernel Socket.
    [ 124.769854] systemd[1]: Listening on udev Kernel Socket.
    [ 124.769891] systemd[1]: Starting udev Control Socket.
    [ 124.769957] systemd[1]: Listening on udev Control Socket.
    [ 124.769969] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 124.769999] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 124.770015] systemd[1]: Starting Paths.
    [ 124.770067] systemd[1]: Reached target Paths.
    [ 124.770090] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 124.770232] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 124.770240] systemd[1]: Starting Journal Socket.
    [ 124.770320] systemd[1]: Listening on Journal Socket.
    [ 124.770334] systemd[1]: Mounting POSIX Message Queue File System...
    [ 124.879092] systemd[1]: Started Set Up Additional Binary Formats.
    [ 124.879212] systemd[1]: Starting udev Kernel Device Manager...
    [ 124.953513] systemd[1]: Starting Load Kernel Modules...
    [ 124.990140] systemd-udevd[152]: starting version 200
    [ 125.020148] systemd[1]: Starting udev Coldplug all Devices...
    [ 125.080119] systemd[1]: Starting Journal Service...
    [ 125.130194] systemd[1]: Started Journal Service.
    [ 125.154128] systemd[1]: Starting Apply Kernel Variables...
    [ 125.172193] vboxdrv: Found 2 processor cores.
    [ 125.173262] vboxdrv: fAsync=0 offMin=0x252 offMax=0x1098
    [ 125.173309] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 125.173311] vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
    [ 125.210168] systemd[1]: Starting Setup Virtual Console...
    [ 125.239943] vboxpci: IOMMU not found (not registered)
    [ 125.280099] systemd[1]: Mounting Debug File System...
    [ 125.360097] systemd[1]: Mounting Huge Pages File System...
    [ 125.411749] fuse init (API version 7.16)
    [ 125.430064] systemd[1]: Starting Swap.
    [ 125.430138] systemd[1]: Reached target Swap.
    [ 125.430167] systemd[1]: Started File System Check on Root Device.
    [ 125.430178] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 125.490117] systemd[1]: Expecting device dev-sda1.device...
    [ 125.490952] systemd[1]: Expecting device dev-system-home.device...
    [ 125.492912] systemd[1]: Started udev Kernel Device Manager.
    [ 125.493937] systemd[1]: Mounted POSIX Message Queue File System.
    [ 125.504233] EXT4-fs (dm-1): re-mounted. Opts: (null)
    [ 125.550960] systemd[1]: Started Load Kernel Modules.
    [ 125.692260] ACPI: Fan [FAN] (on)
    [ 125.692495] thermal LNXTHERM:00: registered as thermal_zone0
    [ 125.692497] ACPI: Thermal Zone [THRM] (40 C)
    [ 125.694631] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    [ 125.694637] ACPI: Power Button [PWRB]
    [ 125.695144] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 125.695147] ACPI: Power Button [PWRF]
    [ 125.698756] ACPI: acpi_idle registered with cpuidle
    [ 125.711049] systemd[1]: Started Apply Kernel Variables.
    [ 125.791030] systemd[1]: Started Setup Virtual Console.
    [ 125.792132] systemd[1]: Mounted Debug File System.
    [ 125.793196] systemd[1]: Mounted Huge Pages File System.
    [ 125.823181] iTCO_vendor_support: vendor-support=0
    [ 125.832326] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 125.832413] iTCO_wdt: Found a ICH9R TCO device (Version=2, TCOBASE=0x0460)
    [ 125.832465] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 125.861014] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 125.925415] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 18 (level, low) -> IRQ 18
    [ 125.931016] systemd[1]: Started udev Coldplug all Devices.
    [ 125.931053] systemd[1]: Starting Load Random Seed...
    [ 125.972288] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 125.974253] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
    [ 125.974255] e1000: Copyright (c) 1999-2006 Intel Corporation.
    [ 125.974275] e1000 0000:02:00.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 126.010143] systemd[1]: Mounting FUSE Control File System...
    [ 126.248928] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 126.294564] Linux media interface: v0.10
    [ 126.300084] systemd[1]: Mounted Configuration File System.
    [ 126.300106] systemd[1]: Starting Local File Systems (Pre).
    [ 126.301223] systemd[1]: Reached target Local File Systems (Pre).
    [ 126.301236] systemd[1]: Mounting /tmp...
    [ 126.377775] Linux video capture interface: v2.00
    [ 126.432046] systemd[1]: Mounted FUSE Control File System.
    [ 126.462280] e1000 0000:02:00.0: eth0: (PCI:33MHz:32-bit) 00:0e:0c:d0:a9:e7
    [ 126.462285] e1000 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
    [ 126.500227] systemd-udevd[164]: renamed network interface eth0 to enp2s0
    [ 126.501038] systemd[1]: Started Load Random Seed.
    [ 126.502216] systemd[1]: Mounted /tmp.
    [ 126.506786] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 126.506833] HDA Intel 0000:00:1b.0: irq 41 for MSI/MSI-X
    [ 126.506848] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 126.531938] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0809)
    [ 126.565629] input: UVC Camera (046d:0809) as /devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/input/input6
    [ 126.565690] usbcore: registered new interface driver uvcvideo
    [ 126.565692] USB Video Class driver (v1.1.0)
    [ 126.590651] systemd[1]: Starting LVM2 metadata daemon...
    [ 126.616253] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7
    [ 126.619198] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 126.619298] HDA Intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 126.619341] HDA Intel 0000:01:00.1: irq 42 for MSI/MSI-X
    [ 126.619358] HDA Intel 0000:01:00.1: setting latency timer to 64
    [ 126.656242] HDMI status: Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 126.656451] input: HD-Audio Generic HDMI/DP as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
    [ 126.752008] systemd[1]: Started LVM2 metadata daemon.
    [ 126.852107] systemd[1]: Found device WDC_WD1002FAEX-00Z3A0.
    [ 126.852132] systemd[1]: Starting File System Check on /dev/sda1...
    [ 126.968131] systemd[1]: Starting Sound Card.
    [ 126.969099] systemd[1]: Reached target Sound Card.
    [ 127.068309] usbcore: registered new interface driver snd-usb-audio
    [ 127.090039] set resolution quirk: cval->res = 384
    [ 127.191068] systemd[1]: Started File System Check on /dev/sda1.
    [ 127.191108] systemd[1]: Mounting /boot...
    [ 127.342463] systemd[1]: Found device /dev/system/home.
    [ 127.342487] systemd[1]: Starting File System Check on /dev/system/home...
    [ 127.345862] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 127.347400] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 127.402015] systemd[1]: Mounted /boot.
    [ 127.571070] systemd[1]: Started File System Check on /dev/system/home.
    [ 127.571107] systemd[1]: Mounting /home...
    [ 127.733803] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
    [ 127.735071] systemd[1]: Mounted /home.
    [ 127.735105] systemd[1]: Mounting /home/user/Temp...
    [ 127.941264] systemd[1]: Mounted /home/user/Temp.
    [ 127.941290] systemd[1]: Starting Local File Systems.
    [ 127.942288] systemd[1]: Reached target Local File Systems.
    [ 127.942344] systemd[1]: Starting Recreate Volatile Files and Directories...
    [ 128.511113] systemd[1]: Started Recreate Volatile Files and Directories.
    [ 128.511164] systemd[1]: Starting System Initialization.
    [ 128.512200] systemd[1]: Reached target System Initialization.
    [ 128.512212] systemd[1]: Starting D-Bus System Message Bus Socket.
    [ 128.513265] systemd[1]: Listening on D-Bus System Message Bus Socket.
    [ 128.513275] systemd[1]: Starting Sockets.
    [ 128.514300] systemd[1]: Reached target Sockets.
    [ 128.514311] systemd[1]: Starting Daily Cleanup of Temporary Directories.
    [ 128.514326] systemd[1]: Started Daily Cleanup of Temporary Directories.
    [ 128.514335] systemd[1]: Starting Timers.
    [ 128.515358] systemd[1]: Reached target Timers.
    [ 128.515366] systemd[1]: Starting Restore Sound Card State...
    [ 128.590137] systemd[1]: Starting Basic System.
    [ 128.591286] systemd[1]: Reached target Basic System.
    [ 128.591300] systemd[1]: Starting System Logger Daemon...
    [ 128.651171] systemd[1]: Started System Logger Daemon.
    [ 128.651191] systemd[1]: Starting powersave level for Radeon driver...
    [ 128.720168] systemd[1]: Started SSH Key Generation.
    [ 128.720202] systemd[1]: Starting OpenSSH Daemon...
    [ 128.801180] systemd[1]: Started OpenSSH Daemon.
    [ 128.801207] systemd[1]: Starting Periodic Command Scheduler...
    [ 128.861133] systemd[1]: Started Periodic Command Scheduler.
    [ 128.861157] systemd[1]: Starting Apparmor...
    [ 128.921385] systemd[1]: Started Apparmor.
    [ 128.921416] systemd[1]: Starting Netcfg multi-profile daemon...
    [ 128.980152] systemd[1]: Starting Packet Filtering Framework...
    [ 129.040127] systemd[1]: Starting Xbox 360 Controller Driver...
    [ 129.042976] ADDRCONF(NETDEV_UP): enp2s0: link is not ready
    [ 129.121301] systemd[1]: Started Xbox 360 Controller Driver.
    [ 129.121333] systemd[1]: Starting Login Service...
    [ 129.150621] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 129.190111] systemd[1]: Starting D-Bus System Message Bus...
    [ 129.204645] type=1400 audit(1365546783.767:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/managesieve-login" pid=367 comm="apparmor_parser"
    [ 129.210909] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 129.271230] systemd[1]: Started D-Bus System Message Bus.
    [ 129.291825] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 129.292656] ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
    [ 129.314331] input: Xbox Gamepad (userspace driver) as /devices/virtual/input/input10
    [ 129.368509] type=1400 audit(1365546783.927:3): apparmor="STATUS" operation="profile_load" name="/usr/sbin/dnsmasq" pid=367 comm="apparmor_parser"
    [ 129.381085] systemd[1]: Started Restore Sound Card State.
    [ 129.471059] systemd[1]: Started powersave level for Radeon driver.
    [ 129.591095] systemd[1]: Started Netcfg multi-profile daemon.
    [ 129.691085] systemd[1]: Started Packet Filtering Framework.
    [ 129.691122] systemd[1]: Starting Network.
    [ 129.692143] systemd[1]: Reached target Network.
    [ 129.692153] systemd[1]: Starting Anonymizing Overlay Network...
    [ 129.770137] systemd[1]: Starting Network Time Service...
    [ 129.851368] systemd[1]: Mounting /home/user/NetworkShare...
    [ 129.886172] type=1400 audit(1365546784.447:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2" pid=367 comm="apparmor_parser"
    [ 129.886251] type=1400 audit(1365546784.447:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//DEFAULT_URI" pid=367 comm="apparmor_parser"
    [ 129.886306] type=1400 audit(1365546784.447:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//HANDLING_UNTRUSTED_INPUT" pid=367 comm="apparmor_parser"
    [ 129.886417] type=1400 audit(1365546784.447:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/apache2/mpm-prefork/apache2//phpsysinfo" pid=367 comm="apparmor_parser"
    [ 129.991051] FS-Cache: Loaded
    [ 130.059005] FS-Cache: Netfs 'cifs' registered for caching
    [ 130.380110] e1000: enp2s0 NIC Link is Down
    [ 130.449417] type=1400 audit(1365546785.007:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/chromium/chromium" pid=367 comm="apparmor_parser"
    [ 130.600105] type=1400 audit(1365546785.167:9): apparmor="STATUS" operation="profile_load" name="/sbin/syslogd" pid=367 comm="apparmor_parser"
    [ 130.738201] type=1400 audit(1365546785.297:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/avahi-daemon" pid=367 comm="apparmor_parser"
    [ 130.946524] type=1400 audit(1365546785.507:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/dovecot/pop3-login" pid=367 comm="apparmor_parser"
    [ 132.681822] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 133.770110] e1000: enp2s0 NIC Link is Down
    [ 134.715491] audit_printk_skb: 63 callbacks suppressed
    [ 134.715494] type=1400 audit(1365546789.277:33): apparmor="STATUS" operation="profile_load" name="/usr/lib/firefox{,-[0-9]*}/firefox{,*[^s][^h]}" pid=367 comm="apparmor_parser"
    [ 134.833922] type=1400 audit(1365546789.397:34): apparmor="STATUS" operation="profile_load" name="/usr/sbin/identd" pid=367 comm="apparmor_parser"
    [ 136.131828] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 137.230119] e1000: enp2s0 NIC Link is Down
    [ 138.190024] CIFS VFS: Error connecting to socket. Aborting operation
    [ 138.240053] CIFS VFS: cifs_mount failed w/return code = -115
    [ 139.531821] e1000: enp2s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
    [ 139.950006] enp2s0: no IPv6 routers present
    [ 146.452046] EXT4-fs (dm-1): re-mounted. Opts: commit=0
    [ 146.834045] EXT4-fs (dm-2): re-mounted. Opts: commit=0
    ./usr/lib/firmware/radeon/REDWOOD_pfp.bin is present within the initramfs file, so I'm not quite sure why it cannot find it (lsinitcpio /boot/initramfs-linux-lts.img):
    ./VERSION
    ./buildconfig
    ./config
    ./shutdown
    ./hooks
    ./hooks/shutdown
    ./hooks/lvm2
    ./hooks/encrypt
    ./hooks/udev
    ./init
    ./init_functions
    ./lib64
    ./sbin
    ./bin
    ./lib
    ./usr
    ./usr/lib64
    ./usr/sbin
    ./usr/bin
    ./usr/bin/findmnt
    ./usr/bin/lsblk
    ./usr/bin/cp
    ./usr/bin/fsck
    ./usr/bin/fsck.ext3
    ./usr/bin/fsck.ext2
    ./usr/bin/fsck.ext4
    ./usr/bin/dmsetup
    ./usr/bin/lvmetad
    ./usr/bin/lvm
    ./usr/bin/cryptsetup
    ./usr/bin/udevadm
    ./usr/bin/udevd
    ./usr/bin/switch_root
    ./usr/bin/mount
    ./usr/bin/blkid
    ./usr/bin/modinfo
    ./usr/bin/modprobe
    ./usr/bin/lsmod
    ./usr/bin/rmmod
    ./usr/bin/insmod
    ./usr/bin/depmod
    ./usr/bin/kmod
    ./usr/bin/yes
    ./usr/bin/wget
    ./usr/bin/wc
    ./usr/bin/vi
    ./usr/bin/uptime
    ./usr/bin/uniq
    ./usr/bin/uname
    ./usr/bin/umount
    ./usr/bin/true
    ./usr/bin/touch
    ./usr/bin/tftp
    ./usr/bin/test
    ./usr/bin/telnet
    ./usr/bin/tail
    ./usr/bin/tac
    ./usr/bin/strings
    ./usr/bin/stat
    ./usr/bin/sort
    ./usr/bin/sleep
    ./usr/bin/sha512sum
    ./usr/bin/sha256sum
    ./usr/bin/sha1sum
    ./usr/bin/sh
    ./usr/bin/setfont
    ./usr/bin/seq
    ./usr/bin/sed
    ./usr/bin/route
    ./usr/bin/rmdir
    ./usr/bin/rm
    ./usr/bin/reboot
    ./usr/bin/readlink
    ./usr/bin/pwd
    ./usr/bin/ps
    ./usr/bin/printf
    ./usr/bin/poweroff
    ./usr/bin/ping6
    ./usr/bin/ping
    ./usr/bin/pidof
    ./usr/bin/pgrep
    ./usr/bin/openvt
    ./usr/bin/nslookup
    ./usr/bin/netstat
    ./usr/bin/nc
    ./usr/bin/mv
    ./usr/bin/mktemp
    ./usr/bin/mknod
    ./usr/bin/mkfifo
    ./usr/bin/mkdir
    ./usr/bin/md5sum
    ./usr/bin/ls
    ./usr/bin/losetup
    ./usr/bin/loadkmap
    ./usr/bin/loadfont
    ./usr/bin/ln
    ./usr/bin/less
    ./usr/bin/killall
    ./usr/bin/kill
    ./usr/bin/kbd_mode
    ./usr/bin/iptunnel
    ./usr/bin/iprule
    ./usr/bin/iproute
    ./usr/bin/iplink
    ./usr/bin/ipaddr
    ./usr/bin/ip
    ./usr/bin/install
    ./usr/bin/init
    ./usr/bin/ifconfig
    ./usr/bin/hexdump
    ./usr/bin/head
    ./usr/bin/halt
    ./usr/bin/grep
    ./usr/bin/getopt
    ./usr/bin/free
    ./usr/bin/false
    ./usr/bin/expr
    ./usr/bin/env
    ./usr/bin/egrep
    ./usr/bin/echo
    ./usr/bin/du
    ./usr/bin/dmesg
    ./usr/bin/dirname
    ./usr/bin/df
    ./usr/bin/dd
    ./usr/bin/cut
    ./usr/bin/cttyhack
    ./usr/bin/clear
    ./usr/bin/chroot
    ./usr/bin/chown
    ./usr/bin/chmod
    ./usr/bin/chgrp
    ./usr/bin/cat
    ./usr/bin/basename
    ./usr/bin/awk
    ./usr/bin/ash
    ./usr/bin/[[
    ./usr/bin/[
    ./usr/bin/busybox
    ./usr/lib
    ./usr/lib/firmware
    ./usr/lib/firmware/radeon
    ./usr/lib/firmware/radeon/BARTS_pfp.bin
    ./usr/lib/firmware/radeon/BARTS_me.bin
    ./usr/lib/firmware/radeon/BARTS_mc.bin
    ./usr/lib/firmware/radeon/BTC_rlc.bin
    ./usr/lib/firmware/radeon/TURKS_pfp.bin
    ./usr/lib/firmware/radeon/TURKS_me.bin
    ./usr/lib/firmware/radeon/TURKS_mc.bin
    ./usr/lib/firmware/radeon/CAICOS_pfp.bin
    ./usr/lib/firmware/radeon/CAICOS_me.bin
    ./usr/lib/firmware/radeon/CAICOS_mc.bin
    ./usr/lib/firmware/radeon/CAYMAN_pfp.bin
    ./usr/lib/firmware/radeon/CAYMAN_me.bin
    ./usr/lib/firmware/radeon/CAYMAN_mc.bin
    ./usr/lib/firmware/radeon/CAYMAN_rlc.bin
    ./usr/lib/firmware/radeon/R600_pfp.bin
    ./usr/lib/firmware/radeon/R600_me.bin
    ./usr/lib/firmware/radeon/RV610_pfp.bin
    ./usr/lib/firmware/radeon/RV610_me.bin
    ./usr/lib/firmware/radeon/RV630_pfp.bin
    ./usr/lib/firmware/radeon/RV630_me.bin
    ./usr/lib/firmware/radeon/RV620_pfp.bin
    ./usr/lib/firmware/radeon/RV620_me.bin
    ./usr/lib/firmware/radeon/RV635_pfp.bin
    ./usr/lib/firmware/radeon/RV635_me.bin
    ./usr/lib/firmware/radeon/RV670_pfp.bin
    ./usr/lib/firmware/radeon/RV670_me.bin
    ./usr/lib/firmware/radeon/RS780_pfp.bin
    ./usr/lib/firmware/radeon/RS780_me.bin
    ./usr/lib/firmware/radeon/RV770_pfp.bin
    ./usr/lib/firmware/radeon/RV770_me.bin
    ./usr/lib/firmware/radeon/RV730_pfp.bin
    ./usr/lib/firmware/radeon/RV730_me.bin
    ./usr/lib/firmware/radeon/RV710_pfp.bin
    ./usr/lib/firmware/radeon/RV710_me.bin
    ./usr/lib/firmware/radeon/R600_rlc.bin
    ./usr/lib/firmware/radeon/R700_rlc.bin
    ./usr/lib/firmware/radeon/CEDAR_pfp.bin
    ./usr/lib/firmware/radeon/CEDAR_me.bin
    ./usr/lib/firmware/radeon/CEDAR_rlc.bin
    ./usr/lib/firmware/radeon/REDWOOD_pfp.bin
    ./usr/lib/firmware/radeon/REDWOOD_me.bin
    ./usr/lib/firmware/radeon/REDWOOD_rlc.bin
    ./usr/lib/firmware/radeon/JUNIPER_pfp.bin
    ./usr/lib/firmware/radeon/JUNIPER_me.bin
    ./usr/lib/firmware/radeon/JUNIPER_rlc.bin
    ./usr/lib/firmware/radeon/CYPRESS_pfp.bin
    ./usr/

    This occurs with the 3.4 kernel as well, so whatever incompatibility was introduced was fixed in 3.5 or 3.6. I'm using 3.7.10 right now (since everything else seems to be broken in some way), and not experiencing this.

Maybe you are looking for

  • How to Manage the Resource Master in Primavera Enterprise Version

    We are using P6 enterprise version in our company having a central database. We had created our own unique resources and standardised across the enterprise and is Admin protected. However we often have to import some schedules sent by our consultant/

  • Data acquisition time not continuous, but starting over and over again

    Hi, My data acquisition time is not continuous but loops over and over again.  Could someone please take a look at my vi to see if you have any thoughts on how to fix this.  Also, I tried to set up my vi so that I could take the mean of the signal at

  • Is it possible to disable multiple logins?

    Is it possible to disable multiple logins by the same user on different computers? I have network hosted user accounts. I need a way to NOT make it possible for user A to go to client Mac A, login and leave himself logged in there then go to client M

  • Initiating Global creation activity by quering a database table.

    Hi, I want to start the BPM process using a) Use a query result for the initial global creation activity. ( -- I have an catalogued object which returns 'docNo' and 'status' column values from a database query already.) How do I do this piece wherein

  • File convertion

    How do I convert word document contacts to a vcf file fomats using Adobe?