Arch systemd and bus error

Bus error.
I have a problem which only occurs in Arch Linux.
It's about an open source process control system.
There are no problem with Debian, Ubuntu and Gentoo (x86 and ARM)
In Arch Linux I get a bus error.
I know it has to do with accessing memory.
The problems occurs in both x86 and the ARM versions.
My question is what is the difference between the way systemd handles the bus in ArchLinux and the other distros?
I know it is impossible to answer but maybe is there somebody who can point me to a direction .....
Best regards,
Marc

Hi Karol,
Thanks for your quick respons.
/home/pwrp/pwr/rls/os_linux/hw_x86/exp/exe/wb_open_db.sh: line 61:   673 Bus error  (core dumped) wb -q "$username" "$password" $database
systemd-coredumpctl dump -o dump1
BFD: Warning: /home/pwrp/dump1 is truncated: expected core file size >= 161722368, found: 25165824.
[New LWP 464]
Cannot access memory at address 0xb6f328f4
Cannot access memory at address 0xb6f328f0
(gdb) bt
#0 0x005c941c in dbs_Map (
sts=<error reading variable: Cannot access memory at address 0xbe90ada4>,
filename=<error reading variable: Cannot access memory at address 0xbe90ada0>) at ../../co_dbs.c:516
Cannot access memory at address 0xbe90b054
(gdb)
In file co_dbs.c:516
vep->vp = (dbs_sVolume*)(vep->base + vep->sect[dbs_eSect_volume].offset);
Proview, the process control system, this issue is about, uses while loading classes.
When I leave some classes out and use a more basic system I can get it running.
But, again, there is no problem with Ubuntu (x86), Debian (x86 and ARM) and Gentoo (x86 and ARM)......
The reason I am intersted in solving this problem is the blazing speed from Arch Linux on the Raspberry.
ArchLinux is blowing Debian and even Gentoo (hard-float versions) completely away on the Pi.
Regards,
Marc
Last edited by maba (2013-06-17 10:30:07)

Similar Messages

  • What is CODE RED and BUS ERROR?

    Hi all,
    Thanks in advance,what is CODE RED and BUS ERROR .Can any one tell me about it (advantages)or please refer where can i get notes on it.
    Thanks

    It seems You are invoking the Rotate Canvas Tool (R), which let’s one (if OpenGL is enabled) rotate the canvas non-destructively … it is not undo-able as it does not affect the image-data, but only the display.
    Just clicking Reset View in the Options Bar (if the Tool is selected or spring-loaded by keeping the R-key pressed) should straighten the appearance.
    Edit: When switching to a new version it might be beneficial to consult the »What’s new«-section of the Help.

  • AFP disconnects users, file opening problems, abnormal exits and bus errors

    Hi all
    Since a few weeks we have been having problems with AFP file sharing with OS X Server 10.5.5 (Simple config)
    Several times a day the server stops responding to save commands (especially with Adobe software) or abruptly disconnects users. The console error most frequently associated with these crashes is:
    "com.apple.launchd[1] (com.apple.AppleFileServer[3674]) Exited abnormally: Bus error"
    sometimes starting server preferences we get the following error (roughly translated from French):
    An Error has occured on the server while executing a command.
    the error "CANNOTFSGETVOLINFOERR" occured while executing a command of type "getVolumeList" in the module "servermgr_filebrowser"
    I'm past hoping for a quick fix but any pointers or ideas of what to look for would be greatly appreciated.
    Robin Lambell

    I just want to make sure I have the steps clear.
    disable the automounts in 'Filesharing' in Server Admin
    I disable the automounts in the File Sharing tab of Server Admin by clicking on each share point and clicking the Unshare button.
    then remove the sharepoints
    How? Isn't that automatic? I chose to unshare a share point and it disappeared from the list. Is that enough?
    Then in Terminal.app do:
    sudo rm /private/var/etc/AFP.conf
    Then:
    sudo rm /Library/Preferences/com.apple.AppleFileServer.plist
    Then in Server Admin, restore the sharepoints back and automounts. Then restart the AFP service.
    I restore the share points by manually choosing to share each of them again? I'll have to redefine each one, won't I?
    Thanks for the help. I haven't done this before and I want to make sure I'm doing it right.

  • X11 and Bus error

    Dear users,
    When using some applications under X11.app I am getting the "Bus error" message. Applications like xcalc or xclock open without problems. Is there a way to figure out/track what is causing the "bus error" problem?
    Thanks,
    Patrick
    iMac 20' (Intel)   Mac OS X (10.4.6)   2GB RAM, 250GB HDD, 256MB VRAM

    When a program crashes, there's usually a notice of the crash in /var/log/system.log and a detailed crash log stored in your ~/Library/Logs/CrashReporter directory. That logfile contains detailed information about the state of the program at the time it crashed. Interpretting it is not trivial and even if you can decipher it, fixing it may be even less trivial. If there are "some prorgams that crash" and "some programs that don't crash" and it's completely consistent which ones are which and perhaps what actions trigger the crash, you could look for patterns (example: all the ones that crash use a certain library, so maybe the library is corrupted or the programs are expecting a newer version than you have).

  • Mplayer and Thunderbird only outputs Bus Error

    Hi guys
    I have a "small" issue. I reinstalled my Arch the other day and when I tried to start mplayer and thunderbird they both just generate an error.
    root@fredrik:/home/fredrik> mplayer
    Bus error
    root@fredrik:/home/fredrik> thunderbird
    /usr/lib/thunderbird-2.0/run-mozilla.sh: line 131:  2656 Bus error               "$prog" ${1+"$@"}
    Trying to figure out what went wrong using ldd to see if there is some shared library problem does this:
    root@fredrik:/home/fredrik> ldd /usr/bin/mplayer
    ldd: exited with unknown exit code (135)
    stracing mplayer gives me this
    root@fredrik:/home/fredrik> strace /usr/bin/mplayer
    execve("/usr/bin/mplayer", ["/usr/bin/mplayer"], [/* 57 vars */]) = -1 EFAULT (Bad address)
    --- SIGBUS (Bus error) @ 0 (0) ---
    +++ killed by SIGBUS +++
    Does anyone know what this is? I'd rather not reinstall everything just because some lib is broken.
    ps.
       just now I'm reinstalling all my "lib" packages in a hope that something just randomly broke when i installed.
       pacman -S $(for i in $(pacman -Q |grep lib|awk {'print $1'}); do echo -n "$i "; done)
    ds.
    Best regards
    Fredrik Eriksson

    I had the same problem. In the same time, "/sbin/ldconfig: file /usr/lib/lib<whatever>.so.X is truncated" errors begun to appear (after pacman upgrades).
    It was apparent, that some libraries were truncated (probably because of unavailable disk space during last upgrade (which I fixed with pacman -Scc and localepurge)), one of them was the same as the one appearing at almost very end of strace output, just before the failure (libmng).
    Running ldconfig manually and reinstalling corresponding packages fixed the problem.

  • After Reinstallation: avahi user and message bus errors

    I did a re-install of OSX 10.6.3 on a working copy, updated all software and did a permission repair. I however now get these console errors that did not happen before:
    11.05.10 11:59:06 com.apple.SystemStarter[29] Starting D-Bus System Bus
    11.05.10 11:59:06 com.apple.SystemStarter[29] Unknown username "avahi" in message bus configuration file
    11.05.10 11:59:06 com.apple.SystemStarter[29] Failed to start message bus: Could not get UID and GID for username "messagebus"
    The re-installation forgot to set something that was working on my system before. Could anyone please help me to correct this issue by hand?
    Cheers,
    Reto

    In the console window during boot. I've now done a clean install of OSX and the errors went away. They were entirely related to the process of re-installing the system over my existing copy. It seems that the re-installation is not entirely complete.
    Reto

  • Bus Error when accessing A24 space on a VME device with VXI-VISA and VME-MXI-2

    I am trying to access A248 register space on a VME card, but I get a bus error using viIn8 and viOut8 with VXI-VISA on a VXI controller running Win2k across a VXI-MXI-2 <-> VME-MXI-2 link.
    I found the following entry on your site, but I do not if or how it applies to my situation:
    I Cannot Access A24 Space on a VME Bus with a VME-MXI and an AT-MXI-1 on a Windows NT System.
    Product Group: VXI Software
    Product Name: NI-VXI for AT-MXI for Windows NT
    Version/Revision: 1.0
    Problem: With a VME device, bus errors were received when trying to do a VXIin or VXIout to the address in A24 space. The device was successfully edited within the non-VXI device editor portion of VXIedit. Resma
    n acknowledges that the device has a base address of x0000 and has requested 4 MBytes of space in A24 space, but the bus errors were still received.
    Solution: Use VXIedit to insert x4700 into registers A, C, E and 10 of the the VME-MXI. This allows the entire range of VME address spaces (A16, A24 and A32) to be mapped to the MXI bus. You can then access A24 Space.
    Related Links:
    Fixed Version:
    Report Date: 08/01/96
    Last Updated: 07/19/2002
    Document ID: 0O076NGJ

    Hi bnemmers,
    Thank you for contacting National Instruments. First, let me address the KnowledgeBase that you referenced. That KnowledgeBase applies to the VXI-MXI, not the VXI-MXI-2. A similar solution may help, but I will explain that solution last.
    You said that you could not access A24 space on you instrument. Do you have problems accessing A24 space on this particular instrument or on all of your instruments? If you can not access A24 space at all, then there could be a problem with your MXI-2 controller or with its configuration.
    If it is a single instrument that is causing problems, then I suspect there is a problem either with that particular instrument or with the configuration of that particular instrument. If possible, I suggest you test another working instrument in this system. I also suggest you test this instrument in another system that you know is working.
    You mentioned that you are using a VME instrument. If this is the case, then I want to make sure that you have the VME instrument properly configured in Measurement and Automation Explorer. When you add a VME instrument using the "Create new VME Device" option in Measurement and Automation Explorer, you must make sure to add A24 space as a resource in order to communicate in A24 space. When you add this resource, make sure that you select an appropriate range.
    As I mentioned above, it is possible that the MXI-2 interface is not configured properly. It is possible that A24 access is not configured properly and that your device is never even seeing a request to read or write a register. There is a register on the MXI-2 that controls A24 access. This register is called VWR2, Extender A24 Window, and is located at 0xE of the MXI-2's A24/A32 address space. You can read this register using viIn16. If you are using A24 space, then bit 14 should be set to 1 to enable A24 address mapping. Bits 10-8 control the size of the A24 window that is mapped, and bits 7-0 control the base of the A24 window. To make sure that A24 space is enabled and mapped, try writing 0x7800 to this register using viOut16. Assuming that you have opened a VISA session to your VXI-MXI-2 or VME-MXI-2, you would use viOut16(visa session, A24, 0xE, 0x7800). Some of this is explained in the VME-MXI-2 User Manual available at http://digital.ni.com/manuals.nsf/webAdvsearch/68409BFF568BB6118625665F005A0A41?OpenDocument&vid=niwc&node=132100_US.
    I hope this helps. If you are still encountering problems, I suggest you call and talk to an Applications Engineer. Please generate a phone support request at http://www.ni.com/ask. When you do that, you will be given a Service Request Number and a phone number to call. When you call that phone number, you will be routed directly to an Applications Engineer.
    Regards,
    David Shatila
    Applications Engineer
    National Instruments

  • Svn Bus error (core dumped)

    I can't seem to get subversion to work. I just need the client utility (trying to set up an OpenWRT build environment). Most commands included with the package result in the terminal outputting "Bus error (core dumped)". I've tried to do some searching, but I haven't come up with anything relevant.
    [jeffro@jeffro-t60 ~]$ svn
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svn
    svn svnadmin svndumpfilter svnlook svnmucc svnrdump svnserve svnsync svnversion
    [jeffro@jeffro-t60 ~]$ svnadmin
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svndumpfilter
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svnlook
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svnmucc
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svnrdump
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svnserve
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svnsync
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ svnversion
    Unversioned directory
    [jeffro@jeffro-t60 ~]$ uname -a
    Linux jeffro-t60 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:19:32 UTC 2015 i686 GNU/Linux

    Okay, back at my computer. I guess I didn't realize that journalctl kept tabs on damn near everything, and I just had to look for the relevant lines.
    [jeffro@jeffro-t60 ~]$ svn
    Bus error (core dumped)
    [jeffro@jeffro-t60 ~]$ journalctl -xn 15
    -- Logs begin at Sat 2015-04-25 13:00:05 EDT, end at Sun 2015-06-07 20:10:48 EDT. --
    Jun 07 20:10:33 jeffro-t60 konsole[890]: org.kde.kurlfilter-ikws: "[jeffro@jeffro-t60 ~]$ journalctl -xn 15 -- Logs begin at Sat 2015-04-25 13:
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: irq_stat 0x40000001
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: failed command: READ DMA
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: cmd c8/00:08:00:79:55/00:00:00:00:00/e5 tag 23 dma 4096 in
    res 51/40:07:01:79:55/00:00:00:00:00/e5 Emask 0x9 (media error)
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: status: { DRDY ERR }
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: error: { UNC }
    Jun 07 20:10:48 jeffro-t60 kernel: ata3.00: configured for UDMA/100
    Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08
    Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 Sense Key : 0x3 [current] [descriptor]
    Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 ASC=0x11 ASCQ=0x4
    Jun 07 20:10:48 jeffro-t60 kernel: sd 2:0:0:0: [sda] tag#23 CDB: opcode=0x28 28 00 05 55 79 00 00 00 08 00
    Jun 07 20:10:48 jeffro-t60 kernel: blk_update_request: I/O error, dev sda, sector 89487617
    Jun 07 20:10:48 jeffro-t60 kernel: ata3: EH complete
    Jun 07 20:10:48 jeffro-t60 systemd-coredump[1412]: Process 1411 (svn) of user 502 dumped core.
    -- Subject: Process 1411 (svn) dumped core
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: man:core(5)
    -- Process 1411 (svn) crashed and dumped core.
    -- This usually indicates a programming error in the crashing program and
    -- should be reported to its vendor as a bug.
    I installed strace, so here's the output from that.
    [jeffro@jeffro-t60 ~]$ strace svn
    execve("/usr/bin/svn", ["svn"], [/* 49 vars */]) = 0
    brk(0) = 0x9c5c000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb775e000
    access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    open("/usr/lib/tls/i686/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/tls/i686/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/tls/i686/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/tls/i686", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/tls/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/tls/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/tls/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/tls", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/i686/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/i686/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/i686/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/i686", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/sse2/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/usr/lib/sse2", 0xbfbec6a0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libsvn_client-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\304\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=475072, ...}) = 0
    mmap2(NULL, 473768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb76ea000
    mmap2(0xb775b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0xb775b000
    close(3) = 0
    open("/usr/lib/libsvn_wc-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\0\1\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=823636, ...}) = 0
    mmap2(NULL, 826352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7620000
    mmap2(0xb76e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc7000) = 0xb76e8000
    close(3) = 0
    open("/usr/lib/libsvn_ra-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3000\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=59312, ...}) = 0
    mmap2(NULL, 62016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7610000
    mmap2(0xb761d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0xb761d000
    close(3) = 0
    open("/usr/lib/libsvn_diff-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000-\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0
    mmap2(NULL, 94716, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75f8000
    mmap2(0xb760e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0xb760e000
    close(3) = 0
    open("/usr/lib/libsvn_delta-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300,\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=79860, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75f7000
    mmap2(NULL, 82564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb75e2000
    mmap2(0xb75f5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0xb75f5000
    close(3) = 0
    open("/usr/lib/libsvn_subr-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P;\1\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=557632, ...}) = 0
    mmap2(NULL, 560424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7559000
    mmap2(0xb75de000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0xb75de000
    close(3) = 0
    open("/usr/lib/libapr-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \246\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=232536, ...}) = 0
    mmap2(NULL, 235396, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb751f000
    mmap2(0xb7556000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0xb7556000
    close(3) = 0
    open("/usr/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pO\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=139764, ...}) = 0
    mmap2(NULL, 115340, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7502000
    mmap2(0xb751b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0xb751b000
    mmap2(0xb751d000, 4748, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb751d000
    close(3) = 0
    open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\207\1\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=2037072, ...}) = 0
    mmap2(NULL, 1796708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb734b000
    mmap2(0xb74fc000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b1000) = 0xb74fc000
    mmap2(0xb74ff000, 10852, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb74ff000
    close(3) = 0
    open("/usr/lib/libsvn_ra_local-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P#\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=34628, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb734a000
    mmap2(NULL, 37336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7340000
    mmap2(0xb7348000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0xb7348000
    close(3) = 0
    open("/usr/lib/libsvn_repos-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320q\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=240468, ...}) = 0
    mmap2(NULL, 243188, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7304000
    mmap2(0xb733e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0xb733e000
    close(3) = 0
    open("/usr/lib/libsvn_fs-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340-\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=42784, ...}) = 0
    mmap2(NULL, 45496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72f8000
    mmap2(0xb7302000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0xb7302000
    close(3) = 0
    open("/usr/lib/libsvn_fs_fs-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0Pv\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=257264, ...}) = 0
    mmap2(NULL, 259988, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72b8000
    mmap2(0xb72f6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0xb72f6000
    close(3) = 0
    open("/usr/lib/libsvn_fs_base-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pq\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=224432, ...}) = 0
    mmap2(NULL, 227152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7280000
    mmap2(0xb72b6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x35000) = 0xb72b6000
    close(3) = 0
    open("/usr/lib/libdb-5.3.so", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\371\1\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=2034688, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb727f000
    mmap2(NULL, 2033352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb708e000
    mmap2(0xb7278000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ea000) = 0xb7278000
    close(3) = 0
    open("/usr/lib/libsvn_fs_util-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\t\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=9584, ...}) = 0
    mmap2(NULL, 12380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb708a000
    mmap2(0xb708c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0xb708c000
    close(3) = 0
    open("/usr/lib/libsvn_ra_svn-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360T\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=137632, ...}) = 0
    mmap2(NULL, 140356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7067000
    mmap2(0xb7088000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0xb7088000
    close(3) = 0
    open("/usr/lib/libsasl2.so.3", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2606\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=113004, ...}) = 0
    mmap2(NULL, 115848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb704a000
    mmap2(0xb7065000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0xb7065000
    close(3) = 0
    open("/usr/lib/libsvn_ra_serf-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320e\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=203364, ...}) = 0
    mmap2(NULL, 201972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7018000
    mmap2(0xb7046000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e000) = 0xb7046000
    close(3) = 0
    open("/usr/lib/libserf-1.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200V\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=110044, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7017000
    mmap2(NULL, 108704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ffc000
    mmap2(0xb7016000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0xb7016000
    close(3) = 0
    open("/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0#\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=165328, ...}) = 0
    mmap2(NULL, 163956, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fd3000
    mmap2(0xb6ff9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0xb6ff9000
    close(3) = 0
    open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\32\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=91760, ...}) = 0
    mmap2(NULL, 94468, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6fbb000
    mmap2(0xb6fd1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0xb6fd1000
    close(3) = 0
    open("/usr/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 g\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=882500, ...}) = 0
    mmap2(NULL, 886524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ee2000
    mmap2(0xb6fb7000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd4000) = 0xb6fb7000
    close(3) = 0
    open("/usr/lib/libmagic.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\37\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=141048, ...}) = 0
    mmap2(NULL, 144256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ebe000
    mmap2(0xb6ee0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0xb6ee0000
    close(3) = 0
    open("/usr/lib/libaprutil-1.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200u\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=170804, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ebd000
    mmap2(NULL, 173660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e92000
    mmap2(0xb6ebb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0xb6ebb000
    close(3) = 0
    open("/usr/lib/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\20\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=18172, ...}) = 0
    mmap2(NULL, 20696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e8c000
    mmap2(0xb6e90000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0xb6e90000
    close(3) = 0
    open("/usr/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\30\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=30636, ...}) = 0
    mmap2(NULL, 33336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e83000
    mmap2(0xb6e8a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xb6e8a000
    close(3) = 0
    open("/usr/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\10\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=38396, ...}) = 0
    mmap2(NULL, 201052, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e51000
    mmap2(0xb6e5a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0xb6e5a000
    mmap2(0xb6e5c000, 155996, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e5c000
    close(3) = 0
    open("/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=13800, ...}) = 0
    mmap2(NULL, 16512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e4c000
    mmap2(0xb6e4f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb6e4f000
    close(3) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6e4b000
    open("/usr/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260&\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=91948, ...}) = 0
    mmap2(NULL, 100360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6e32000
    mmap2(0xb6e46000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0xb6e46000
    mmap2(0xb6e49000, 6152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6e49000
    close(3) = 0
    open("/build/serf/pkg/serf/usr/lib/tls/i686/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/tls/i686/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/tls/i686/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/tls/i686", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/tls/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/tls/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/tls/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/tls", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/i686/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/i686/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/i686/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/i686", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/sse2/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib/sse2", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/build/serf/pkg/serf/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
    stat64("/build/serf/pkg/serf/usr/lib", 0xbfbec1e0) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\t\1\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0555, st_size=544084, ...}) = 0
    mmap2(NULL, 497688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6db8000
    mmap2(0xb6e2b000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x72000) = 0xb6e2b000
    close(3) = 0
    open("/usr/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\341\3\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0555, st_size=2390656, ...}) = 0
    mmap2(NULL, 2174008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ba5000
    mmap2(0xb6d9d000, 98304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f7000) = 0xb6d9d000
    mmap2(0xb6db5000, 11320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6db5000
    close(3) = 0
    open("/usr/lib/libldap-2.4.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\246\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=339960, ...}) = 0
    mmap2(NULL, 338672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6b52000
    mmap2(0xb6ba3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x51000) = 0xb6ba3000
    close(3) = 0
    open("/usr/lib/liblber-2.4.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0)\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=59148, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6b51000
    mmap2(NULL, 62016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6b41000
    mmap2(0xb6b4f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0xb6b4f000
    close(3) = 0
    open("/usr/lib/libgdbm.so.4", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\36\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=46884, ...}) = 0
    mmap2(NULL, 49612, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6b34000
    mmap2(0xb6b3f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0xb6b3f000
    close(3) = 0
    open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320}\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0644, st_size=335456, ...}) = 0
    mmap2(NULL, 338380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb6ae1000
    mmap2(0xb6b32000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x50000) = 0xb6b32000
    close(3) = 0
    open("/usr/lib/libkrb5.so.3", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340H\1\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0644, st_size=932000, ...}) = 0
    mmap2(NULL, 931032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69fd000
    mmap2(0xb6ad9000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc000) = 0xb6ad9000
    close(3) = 0
    open("/usr/lib/libk5crypto.so.3", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260-\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0644, st_size=210720, ...}) = 0
    mmap2(NULL, 213168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69c8000
    mmap2(0xb69f9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31000) = 0xb69f9000
    mmap2(0xb69fc000, 176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb69fc000
    close(3) = 0
    open("/usr/lib/libcom_err.so.2", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\17\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=13820, ...}) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69c7000
    mmap2(NULL, 16616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69c2000
    mmap2(0xb69c5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb69c5000
    close(3) = 0
    open("/usr/lib/libkrb5support.so.0", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200#\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0644, st_size=51032, ...}) = 0
    mmap2(NULL, 53860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69b4000
    mmap2(0xb69c0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0xb69c0000
    close(3) = 0
    open("/usr/lib/libkeyutils.so.1", O_RDONLY|O_CLOEXEC) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\20\0\0004\0\0\0"..., 512) = 512
    fstat64(3, {st_mode=S_IFREG|0755, st_size=13784, ...}) = 0
    mmap2(NULL, 16524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb69af000
    mmap2(0xb69b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xb69b2000
    close(3) = 0
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69ae000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69ad000
    mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb69ac000
    set_thread_area({entry_number:-1, base_addr:0xb69ac740, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 (entry_number:6)
    mprotect(0xb74fc000, 8192, PROT_READ) = 0
    mprotect(0xb69b2000, 4096, PROT_READ) = 0
    mprotect(0xb6e4f000, 4096, PROT_READ) = 0
    mprotect(0xb6e46000, 8192, PROT_READ) = 0
    mprotect(0xb69c0000, 4096, PROT_READ) = 0
    mprotect(0xb751b000, 4096, PROT_READ) = 0
    mprotect(0xb69c5000, 4096, PROT_READ) = 0
    mprotect(0xb69f9000, 8192, PROT_READ) = 0
    mprotect(0xb6ad9000, 24576, PROT_READ) = 0
    mprotect(0xb6b32000, 4096, PROT_READ) = 0
    mprotect(0xb6b3f000, 4096, PROT_READ) = 0
    mprotect(0xb6b4f000, 4096, PROT_READ) = 0
    mprotect(0xb7065000, 4096, PROT_READ) = 0
    mprotect(0xb6fd1000, 4096, PROT_READ) = 0
    mprotect(0xb6d9d000, 69632, PROT_READ) = 0
    mprotect(0xb6e2b000, 12288, PROT_READ) = 0
    mprotect(0xb6ba3000, 4096, PROT_READ) = 0
    mprotect(0xb6e5a000, 4096, PROT_READ) = 0
    mprotect(0xb6e8a000, 4096, PROT_READ) = 0
    mprotect(0xb6e90000, 4096, PROT_READ) = 0
    mprotect(0xb7556000, 8192, PROT_READ) = 0
    mprotect(0xb6ff9000, 8192, PROT_READ) = 0
    mprotect(0xb6ebb000, 4096, PROT_READ) = 0
    mprotect(0xb6ee0000, 4096, PROT_READ) = 0
    mprotect(0xb6fb7000, 8192, PROT_READ) = 0
    --- SIGBUS {si_signo=SIGBUS, si_code=BUS_ADRERR, si_addr=0xb709cdfb} ---
    +++ killed by SIGBUS (core dumped) +++
    Bus error (core dumped)
    In that output I see complaints regarding libssl. I do have openssl installed.
    [jeffro@jeffro-t60 ~]$ pacman -Qi openssl
    Name : openssl
    Version : 1.0.2.a-1
    Description : The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
    Architecture : i686
    URL : https://www.openssl.org
    Licenses : custom:BSD
    Groups : None
    Provides : None
    Depends On : zlib perl
    Optional Deps : ca-certificates [installed]
    Required By : coreutils curl git iputils ldns libarchive libevent libgit2 libmariadbclient libsasl libssh libssh2
    mariadb-clients openslp openssh python python2 rtmpdump s-nail wget wpa_supplicant
    Optional For : apr-util
    Conflicts With : None
    Replaces : None
    Installed Size : 6.66 MiB
    Packager : Felix Yan <[email protected]>
    Build Date : Thu 19 Mar 2015 10:45:30 AM EDT
    Install Date : Sat 25 Apr 2015 11:35:40 AM EDT
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Validated By : Signature
    Any further help is greatly appreciated.

  • NVIDA 825M and bumblebee error

    got a fresh install of arch on my medion akoya with a geforce 825M graphics card.
    i followed this guide for installing bumblebee https://wiki.archlinux.org/index.php/Bumblebee
    if i run
    optirun glxgears
    i get this error: [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 564 does not belong to any known session
    again, in the wiki for bumblebee this error is described and i tried to fix it with the provided solution:
    In /etc/mkinitcpio.conf change the MODULES var to:
    MODULES="i915 bbswitch"
    and then running
    mkinitcpio -p linux
    after a restart i tried again and i got the same error.
    i googled and searched forums but couldn't find any solution.
    i stumpled upon this https://bbs.archlinux.org/viewtopic.php … 3#p1439683 but i got an error saying that xrandr doesn't know nividia.
    xrandr --listproviders
    Providers: number : 1
    Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 0 name:Intel
    furthermore here the output of optirun -vv glxgears:
    optirun -vv glxgears
    [ 5451.240237] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
    [ 5451.240945] [DEBUG]optirun version 3.2.1 starting...
    [ 5451.240967] [DEBUG]Active configuration:
    [ 5451.240973] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
    [ 5451.240979] [DEBUG] X display: :8
    [ 5451.240984] [DEBUG] LD_LIBRARY_PATH: /usr/lib/nvidia:/usr/lib32/nvidia
    [ 5451.240990] [DEBUG] Socket path: /var/run/bumblebee.socket
    [ 5451.240996] [DEBUG] Accel/display bridge: auto
    [ 5451.241002] [DEBUG] VGL Compression: proxy
    [ 5451.241008] [DEBUG] VGLrun extra options:
    [ 5451.241013] [DEBUG] Primus LD Path: /usr/lib/primus:/usr/lib32/primus
    [ 5451.241054] [DEBUG]Using auto-detected bridge virtualgl
    [ 5451.326323] [INFO]Response: No - error: [XORG] (EE) systemd-logind: failed to get session: PID 564 does not belong to any known session
    [ 5451.326340] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 564 does not belong to any known session
    [ 5451.326346] [DEBUG]Socket closed.
    [ 5451.326362] [ERROR]Aborting because fallback start is disabled.
    [ 5451.326366] [DEBUG]Killing all remaining processes.
    i'm a total noob with arch but willing to learn. if you need more details/logs/etc let me know.
    thanks in advance.
    EDIT: should have mentioned i installed the nvidia driver 340.32-2
    Last edited by beard_hc (2014-10-01 15:53:51)

    okay. here is the dmesg output (uncut):
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.3-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda1 rw rcutree.rcu_idle_gp_delay=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb9ebfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb9ec000-0x00000000bb9f2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb9f3000-0x00000000bbe20fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bbe21000-0x00000000bc11ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bc120000-0x00000000caa16fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000caa17000-0x00000000cad79fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cad7a000-0x00000000cad9afff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cad9b000-0x00000000cb431fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cb432000-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-0x000000012fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0xbaa76018-0xbaa8dc57] usable ==> usable
    [ 0.000000] e820: update [mem 0xbaa65018-0xbaa75057] usable ==> usable
    [ 0.000000] e820: update [mem 0xbaa57018-0xbaa64057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009efff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000baa57017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000baa57018-0x00000000baa64057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000baa64058-0x00000000baa65017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000baa65018-0x00000000baa75057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000baa75058-0x00000000baa76017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000baa76018-0x00000000baa8dc57] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000baa8dc58-0x00000000bb9ebfff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000bb9ec000-0x00000000bb9f2fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000bb9f3000-0x00000000bbe20fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000bbe21000-0x00000000bc11ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000bc120000-0x00000000caa16fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000caa17000-0x00000000cad79fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000cad7a000-0x00000000cad9afff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x00000000cad9b000-0x00000000cb431fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000cb432000-0x00000000cbffefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000cd000000-0x00000000cf1fffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000012fdfffff] usable
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI 2.0=0xcad80000 ACPI=0xcad80000 SMBIOS=0xf04c0 MPS=0xcbf65718
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
    [ 0.000000] efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem07: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f47000) (15MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000001f47000-0x000000007fc38000) (2012MB)
    [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007fc38000-0x0000000080000000) (3MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000b8140000) (897MB)
    [ 0.000000] efi: mem13: type=2, attr=0xf, range=[0x00000000b8140000-0x00000000b8240000) (1MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000b8240000-0x00000000baa57000) (40MB)
    [ 0.000000] efi: mem15: type=2, attr=0xf, range=[0x00000000baa57000-0x00000000baa8e000) (0MB)
    [ 0.000000] efi: mem16: type=1, attr=0xf, range=[0x00000000baa8e000-0x00000000bb9ec000) (15MB)
    [ 0.000000] efi: mem17: type=10, attr=0xf, range=[0x00000000bb9ec000-0x00000000bb9f3000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000bb9f3000-0x00000000bbb42000) (1MB)
    [ 0.000000] efi: mem19: type=3, attr=0xf, range=[0x00000000bbb42000-0x00000000bbde0000) (2MB)
    [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x00000000bbde0000-0x00000000bbdfe000) (0MB)
    [ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x00000000bbdfe000-0x00000000bbe18000) (0MB)
    [ 0.000000] efi: mem22: type=4, attr=0xf, range=[0x00000000bbe18000-0x00000000bbe21000) (0MB)
    [ 0.000000] efi: mem23: type=6, attr=0x800000000000000f, range=[0x00000000bbe21000-0x00000000bc120000) (2MB)
    [ 0.000000] efi: mem24: type=4, attr=0xf, range=[0x00000000bc120000-0x00000000bc130000) (0MB)
    [ 0.000000] efi: mem25: type=7, attr=0xf, range=[0x00000000bc130000-0x00000000bc13a000) (0MB)
    [ 0.000000] efi: mem26: type=2, attr=0xf, range=[0x00000000bc13a000-0x00000000bc13f000) (0MB)
    [ 0.000000] efi: mem27: type=7, attr=0xf, range=[0x00000000bc13f000-0x00000000bf6db000) (53MB)
    [ 0.000000] efi: mem28: type=4, attr=0xf, range=[0x00000000bf6db000-0x00000000bf6f3000) (0MB)
    [ 0.000000] efi: mem29: type=7, attr=0xf, range=[0x00000000bf6f3000-0x00000000bf70b000) (0MB)
    [ 0.000000] efi: mem30: type=4, attr=0xf, range=[0x00000000bf70b000-0x00000000bf902000) (1MB)
    [ 0.000000] efi: mem31: type=7, attr=0xf, range=[0x00000000bf902000-0x00000000bf919000) (0MB)
    [ 0.000000] efi: mem32: type=4, attr=0xf, range=[0x00000000bf919000-0x00000000bff26000) (6MB)
    [ 0.000000] efi: mem33: type=7, attr=0xf, range=[0x00000000bff26000-0x00000000bff28000) (0MB)
    [ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x00000000bff28000-0x00000000ca231000) (163MB)
    [ 0.000000] efi: mem35: type=7, attr=0xf, range=[0x00000000ca231000-0x00000000ca6c4000) (4MB)
    [ 0.000000] efi: mem36: type=3, attr=0xf, range=[0x00000000ca6c4000-0x00000000caa17000) (3MB)
    [ 0.000000] efi: mem37: type=0, attr=0xf, range=[0x00000000caa17000-0x00000000caae6000) (0MB)
    [ 0.000000] efi: mem38: type=0, attr=0xf, range=[0x00000000caae6000-0x00000000cad7a000) (2MB)
    [ 0.000000] efi: mem39: type=9, attr=0xf, range=[0x00000000cad7a000-0x00000000cad80000) (0MB)
    [ 0.000000] efi: mem40: type=9, attr=0xf, range=[0x00000000cad80000-0x00000000cad9b000) (0MB)
    [ 0.000000] efi: mem41: type=10, attr=0xf, range=[0x00000000cad9b000-0x00000000caef3000) (1MB)
    [ 0.000000] efi: mem42: type=10, attr=0xf, range=[0x00000000caef3000-0x00000000cb432000) (5MB)
    [ 0.000000] efi: mem43: type=6, attr=0x800000000000000f, range=[0x00000000cb432000-0x00000000cb96e000) (5MB)
    [ 0.000000] efi: mem44: type=6, attr=0x800000000000000f, range=[0x00000000cb96e000-0x00000000cbad2000) (1MB)
    [ 0.000000] efi: mem45: type=6, attr=0x800000000000000f, range=[0x00000000cbad2000-0x00000000cbad4000) (0MB)
    [ 0.000000] efi: mem46: type=6, attr=0x800000000000000f, range=[0x00000000cbad4000-0x00000000cbf69000) (4MB)
    [ 0.000000] efi: mem47: type=5, attr=0x800000000000000f, range=[0x00000000cbf69000-0x00000000cbf87000) (0MB)
    [ 0.000000] efi: mem48: type=5, attr=0x800000000000000f, range=[0x00000000cbf87000-0x00000000cbfff000) (0MB)
    [ 0.000000] efi: mem49: type=4, attr=0xf, range=[0x00000000cbfff000-0x00000000cc000000) (0MB)
    [ 0.000000] efi: mem50: type=7, attr=0xf, range=[0x0000000100000000-0x000000012fe00000) (766MB)
    [ 0.000000] efi: mem51: type=0, attr=0x0, range=[0x00000000cd000000-0x00000000cf200000) (34MB)
    [ 0.000000] efi: mem52: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem53: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem55: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem56: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem57: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: Medion Akoya P6647/Akoya P6647, BIOS C15B.602 11/21/2013
    [ 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 = 0x12fe00 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-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F00000000 write-back
    [ 0.000000] 1 base 0100000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 0120000000 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 012FE00000 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 0x000fd4d0-0x000fd4df] mapped at [ffff8800000fd4d0]
    [ 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 0x12fc00000-0x12fdfffff]
    [ 0.000000] [mem 0x12fc00000-0x12fdfffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x12c000000-0x12fbfffff]
    [ 0.000000] [mem 0x12c000000-0x12fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
    [ 0.000000] [mem 0x100000000-0x12bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbb9ebfff]
    [ 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-0xbb7fffff] page 2M
    [ 0.000000] [mem 0xbb800000-0xbb9ebfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbb9f3000-0xbbe20fff]
    [ 0.000000] [mem 0xbb9f3000-0xbb9fffff] page 4k
    [ 0.000000] [mem 0xbba00000-0xbbdfffff] page 2M
    [ 0.000000] [mem 0xbbe00000-0xbbe20fff] page 4k
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbc120000-0xcaa16fff]
    [ 0.000000] [mem 0xbc120000-0xbc1fffff] page 4k
    [ 0.000000] [mem 0xbc200000-0xca9fffff] page 2M
    [ 0.000000] [mem 0xcaa00000-0xcaa16fff] 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] RAMDISK: [mem 0x7fc38000-0x7fffffff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000CAD80000 000024 (v02 MEDION)
    [ 0.000000] ACPI: XSDT 0x00000000CAD80088 000094 (v01 MEDION MEDIONAG 00000001 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000CAD97878 00010C (v05 MEDION MEDIONAG 00000001 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000CAD801B0 0176C2 (v02 MEDION MEDIONAG 00000602 INTL 20091112)
    [ 0.000000] ACPI: FACS 0x00000000CB42F080 000040
    [ 0.000000] ACPI: APIC 0x00000000CAD97988 000072 (v03 MEDION MEDIONAG 00000001 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000CAD97A00 000044 (v01 MEDION MEDIONAG 00000001 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000CAD97A48 0000C1 (v01 MEDION MEDIONAG 00000001 AMI. 00000005)
    [ 0.000000] ACPI: MSDM 0x00000000CAD97B10 000055 (v03 MEDION MEDIONAG 00000000 TEST 00000000)
    [ 0.000000] ACPI: LPIT 0x00000000CAD97B68 00005C (v01 MEDION MEDIONAG 00000000 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000CAD97BC8 000228 (v01 MEDION MEDIONAG 00000000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000CAD97DF0 000557 (v01 MEDION MEDIONAG 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000CAD98348 000AD8 (v01 MEDION MEDIONAG 00003000 INTL 20120711)
    [ 0.000000] ACPI: MCFG 0x00000000CAD98E20 00003C (v01 MEDION MEDIONAG 00000001 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000CAD98E60 000038 (v01 MEDION MEDIONAG 00000001 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000CAD98E98 000315 (v01 MEDION MEDIONAG 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000CAD991B0 0019B2 (v01 MEDION MEDIONAG 00003000 INTL 20091112)
    [ 0.000000] ACPI: BGRT 0x00000000CAD9AB68 000038 (v00 MEDION MEDIONAG 00000000 MSFT 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x12fdfffff]
    [ 0.000000] NODE_DATA [mem 0x12fdf6000-0x12fdfafff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b400000-ffff88012f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x12fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00057fff]
    [ 0.000000] node 0: [mem 0x00059000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xbb9ebfff]
    [ 0.000000] node 0: [mem 0xbb9f3000-0xbbe20fff]
    [ 0.000000] node 0: [mem 0xbc120000-0xcaa16fff]
    [ 0.000000] node 0: [mem 0xcbfff000-0xcbffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x12fdfffff]
    [ 0.000000] On node 0 totalpages: 1025199
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 24 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12893 pages used for memmap
    [ 0.000000] DMA32 zone: 825106 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3064 pages used for memmap
    [ 0.000000] Normal zone: 196096 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[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] 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 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaa57000-0xbaa57fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaa64000-0xbaa64fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaa65000-0xbaa65fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaa75000-0xbaa75fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaa76000-0xbaa76fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbaa8d000-0xbaa8dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb9ec000-0xbb9f2fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbbe21000-0xbc11ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcaa17000-0xcad79fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcad7a000-0xcad9afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcad9b000-0xcb431fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb432000-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:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88012fa00000 s86784 r8192 d23808 u524288
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009154
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda1 rw rcutree.rcu_idle_gp_delay=1
    [ 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: 3769824K/4100796K available (5335K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 330972K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 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 2394.347 MHz processor
    [ 0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.22 BogoMIPS (lpj=7981156)
    [ 0.000031] pid_max: default: 32768 minimum: 301
    [ 0.000037] ACPI: Core revision 20140424
    [ 0.016680] ACPI: All ACPI Tables successfully acquired
    [ 0.018222] Security Framework initialized
    [ 0.018227] Yama: becoming mindful.
    [ 0.018465] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.019276] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.019641] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.019648] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.019843] Initializing cgroup subsys memory
    [ 0.019860] Initializing cgroup subsys devices
    [ 0.019865] Initializing cgroup subsys freezer
    [ 0.019868] Initializing cgroup subsys net_cls
    [ 0.019871] Initializing cgroup subsys blkio
    [ 0.019892] CPU: Physical Processor ID: 0
    [ 0.019893] CPU: Processor Core ID: 0
    [ 0.019897] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.020789] mce: CPU supports 7 MCE banks
    [ 0.020801] CPU0: Thermal monitoring enabled (TM1)
    [ 0.020811] 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.020903] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.026442] ftrace: allocating 20438 entries in 80 pages
    [ 0.034967] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.067997] smpboot: CPU0: Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.068003] TSC deadline timer enabled
    [ 0.068025] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.068044] ... version: 3
    [ 0.068045] ... bit width: 48
    [ 0.068045] ... generic registers: 4
    [ 0.068046] ... value mask: 0000ffffffffffff
    [ 0.068047] ... max period: 0000ffffffffffff
    [ 0.068048] ... fixed-purpose events: 3
    [ 0.068049] ... event mask: 000000070000000f
    [ 0.094816] x86: Booting SMP configuration:
    [ 0.094817] .... node #0, CPUs: #1
    [ 0.108901] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.115595] #2 #3
    [ 0.150621] x86: Booted up 1 node, 4 CPUs
    [ 0.150625] smpboot: Total of 4 processors activated (19162.89 BogoMIPS)
    [ 0.154115] devtmpfs: initialized
    [ 0.155915] PM: Registering ACPI NVS region [mem 0xbb9ec000-0xbb9f2fff] (28672 bytes)
    [ 0.155917] PM: Registering ACPI NVS region [mem 0xcad9b000-0xcb431fff] (6909952 bytes)
    [ 0.156720] pinctrl core: initialized pinctrl subsystem
    [ 0.156756] RTC time: 16:41:06, date: 10/08/14
    [ 0.156800] NET: Registered protocol family 16
    [ 0.156894] cpuidle: using governor ladder
    [ 0.156896] cpuidle: using governor menu
    [ 0.156945] ACPI: bus type PCI registered
    [ 0.156946] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.157006] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.157008] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.157080] PCI: Using configuration type 1 for base access
    [ 0.170945] ACPI: Added _OSI(Module Device)
    [ 0.170947] ACPI: Added _OSI(Processor Device)
    [ 0.170948] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.170949] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.173123] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.175403] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.178381] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.200823] ACPI: Dynamic OEM Table Load:
    [ 0.200830] ACPI: SSDT 0xFFFF88012949C400 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.217621] ACPI: Dynamic OEM Table Load:
    [ 0.217627] ACPI: SSDT 0xFFFF880129718000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.230839] ACPI: Dynamic OEM Table Load:
    [ 0.230843] ACPI: SSDT 0xFFFF880129702000 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.244670] ACPI: Interpreter enabled
    [ 0.244677] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.244684] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.244703] ACPI: (supports S0 S3 S4 S5)
    [ 0.244705] ACPI: Using IOAPIC for interrupt routing
    [ 0.244730] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.247258] ACPI: Power Resource [PG00] (on)
    [ 0.275892] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.275897] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.276431] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.276928] PCI host bridge to bus 0000:00
    [ 0.276930] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.276932] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.276934] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.276935] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.276936] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.276938] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.276939] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.276940] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.276942] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
    [ 0.276949] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
    [ 0.277034] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
    [ 0.277067] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.277122] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.277159] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
    [ 0.277169] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.277175] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.277180] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.277255] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
    [ 0.277261] pci 0000:00:03.0: reg 0x10: [mem 0xf7a14000-0xf7a17fff 64bit]
    [ 0.277359] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
    [ 0.277378] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.277437] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.277475] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.277515] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
    [ 0.277536] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1e000-0xf7a1e00f 64bit]
    [ 0.277598] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.277677] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
    [ 0.277698] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a1c000-0xf7a1c3ff]
    [ 0.277784] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.277838] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.277874] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
    [ 0.277887] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
    [ 0.277946] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.278017] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
    [ 0.278084] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.278155] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
    [ 0.278222] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.278291] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
    [ 0.278357] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.278437] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
    [ 0.278458] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b3ff]
    [ 0.278543] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.278594] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.278629] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
    [ 0.278791] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
    [ 0.278808] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.278816] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.278823] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.278831] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.278838] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.278846] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a1a000-0xf7a1a7ff]
    [ 0.278883] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.278946] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
    [ 0.278961] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a19000-0xf7a190ff 64bit]
    [ 0.278981] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.279100] pci 0000:01:00.0: [10de:1296] type 00 class 0x030200
    [ 0.279112] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.279124] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.279136] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.279145] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.279153] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.284177] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.284180] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.284182] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.284185] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.284248] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.284384] pci 0000:03:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.284434] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
    [ 0.284647] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.284712] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.290873] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.290879] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.290967] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.290988] pci 0000:04:00.0: reg 0x10: [io 0xd000-0xd0ff]
    [ 0.291016] pci 0000:04:00.0: reg 0x18: [mem 0xf7800000-0xf7800fff 64bit]
    [ 0.291034] pci 0000:04:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
    [ 0.291128] pci 0000:04:00.0: supports D1 D2
    [ 0.291129] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.291170] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.297535] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.297539] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.297543] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.297548] pci 0000:00:1c.3: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
    [ 0.304307] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 0.304348] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.304387] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
    [ 0.304425] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
    [ 0.304464] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.304501] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.304538] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
    [ 0.304574] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
    [ 0.304795] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.304874] ACPI : EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
    [ 0.304976] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.304979] vgaarb: loaded
    [ 0.304980] vgaarb: bridge control possible 0000:00:02.0
    [ 0.305042] PCI: Using ACPI for IRQ routing
    [ 0.306377] PCI: pci_cache_line_size set to 64 bytes
    [ 0.306446] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.306448] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    [ 0.306449] e820: reserve RAM buffer [mem 0xbaa57018-0xbbffffff]
    [ 0.306450] e820: reserve RAM buffer [mem 0xbaa65018-0xbbffffff]
    [ 0.306452] e820: reserve RAM buffer [mem 0xbaa76018-0xbbffffff]
    [ 0.306453] e820: reserve RAM buffer [mem 0xbb9ec000-0xbbffffff]
    [ 0.306454] e820: reserve RAM buffer [mem 0xbbe21000-0xbbffffff]
    [ 0.306455] e820: reserve RAM buffer [mem 0xcaa17000-0xcbffffff]
    [ 0.306457] e820: reserve RAM buffer [mem 0x12fe00000-0x12fffffff]
    [ 0.306547] NetLabel: Initializing
    [ 0.306548] NetLabel: domain hash size = 128
    [ 0.306549] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.306558] NetLabel: unlabeled traffic allowed by default
    [ 0.306578] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.306583] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.308610] Switched to clocksource hpet
    [ 0.312826] pnp: PnP ACPI init
    [ 0.312841] ACPI: bus type PNP registered
    [ 0.313039] system 00:00: [io 0x0680-0x069f] has been reserved
    [ 0.313041] system 00:00: [io 0xffff] has been reserved
    [ 0.313043] system 00:00: [io 0xffff] has been reserved
    [ 0.313044] system 00:00: [io 0xffff] has been reserved
    [ 0.313046] system 00:00: [io 0x1c00-0x1cfe] has been reserved
    [ 0.313047] system 00:00: [io 0x1d00-0x1dfe] has been reserved
    [ 0.313048] system 00:00: [io 0x1e00-0x1efe] has been reserved
    [ 0.313050] system 00:00: [io 0x1f00-0x1ffe] has been reserved
    [ 0.313052] system 00:00: [io 0x1800-0x18fe] could not be reserved
    [ 0.313053] system 00:00: [io 0x164e-0x164f] has been reserved
    [ 0.313056] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.313083] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.313125] system 00:02: [io 0x1854-0x1857] has been reserved
    [ 0.313127] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.313166] system 00:03: [io 0x04d0-0x04d1] has been reserved
    [ 0.313168] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.313224] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.313226] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.313278] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.313279] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.313281] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.313283] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.313330] pnp 00:06: Plug and Play ACPI device, IDs SYN1d22 PNP0f13 (active)
    [ 0.313366] pnp 00:07: Plug and Play ACPI device, IDs PNPc030 PNP0303 (active)
    [ 0.313393] system 00:08: [io 0x0240-0x0259] has been reserved
    [ 0.313394] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.313793] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.313794] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.313796] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.313798] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.313799] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.313801] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.313802] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.313804] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.313806] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.313807] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.313809] system 00:09: [mem 0xf7fee000-0xf7feefff] has been reserved
    [ 0.313811] system 00:09: [mem 0xf7fd0000-0xf7fdffff] has been reserved
    [ 0.313812] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318803] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.318805] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.318807] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.318928] pnp: PnP ACPI: found 11 devices
    [ 0.318929] ACPI: bus type PNP unregistered
    [ 0.325211] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.325214] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.325216] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.325231] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.325233] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.325234] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.325239] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
    [ 0.325244] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
    [ 0.325247] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    [ 0.325249] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.325251] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.325253] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.325256] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.325259] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.325262] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.325266] pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff]
    [ 0.325270] pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
    [ 0.325276] pci 0000:00:1c.2: PCI bridge to [bus 03]
    [ 0.325280] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.325295] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.325298] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.325303] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.325306] pci 0000:00:1c.3: bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
    [ 0.325313] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.325314] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.325316] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.325317] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.325318] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.325320] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.325321] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.325322] pci_bus 0000:00: resource 11 [mem 0xcf200000-0xfeafffff]
    [ 0.325324] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.325325] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.325327] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.325328] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.325330] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
    [ 0.325331] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
    [ 0.325333] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.325334] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.325335] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.325337] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
    [ 0.325362] NET: Registered protocol family 2
    [ 0.325519] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.325587] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.325670] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.325684] TCP: reno registered
    [ 0.325690] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.325705] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.325745] NET: Registered protocol family 1
    [ 0.325758] pci 0000:00:02.0: Boot video device
    [ 0.326211] PCI: CLS 64 bytes, default 64
    [ 0.326244] Unpacking initramfs...
    [ 0.389541] Freeing initrd memory: 3872K (ffff88007fc38000 - ffff880080000000)
    [ 0.389550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.389552] software IO TLB [mem 0xb6a57000-0xbaa57000] (64MB) mapped at [ffff8800b6a57000-ffff8800baa56fff]
    [ 0.389723] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.389763] Scanning for low memory corruption every 60 seconds
    [ 0.389983] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.390289] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.391377] zbud: loaded
    [ 0.391521] VFS: Disk quotas dquot_6.5.2
    [ 0.391549] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.391650] msgmni has been set to 7727
    [ 0.391695] Key type big_key registered
    [ 0.391821] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.391867] io scheduler noop registered
    [ 0.391870] io scheduler deadline registered
    [ 0.391908] io scheduler cfq registered (default)
    [ 0.392072] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.392202] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.392329] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.392448] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 0.392517] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.392519] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.392521] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.392536] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.392539] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.392555] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.392556] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.392559] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.392573] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.392574] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 0.392578] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.392590] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.392626] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl+ LLActRep+
    [ 0.392650] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
    [ 0.392655] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.392684] efifb: probing for efifb
    [ 0.392700] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004800000, using 3072k, total 3072k
    [ 0.392701] efifb: mode is 1024x768x32, linelength=4096, pages=1
    [ 0.392702] efifb: scrolling: redraw
    [ 0.392703] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.394497] Console: switching to colour frame buffer device 128x48
    [ 0.396237] fb0: EFI VGA frame buffer device
    [ 0.396245] intel_idle: MWAIT substates: 0x42120
    [ 0.396246] intel_idle: v0.4 model 0x3C
    [ 0.396247] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.396412] GHES: HEST is not enabled!
    [ 0.396484] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.396891] Linux agpgart interface v0.103
    [ 0.396934] rtc_cmos 00:01: RTC can wake from S4
    [ 0.397045] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 0.397072] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.397082] Intel P-state driver initializing.
    [ 0.397090] Intel pstate controlling: cpu 0
    [ 0.397110] Intel pstate controlling: cpu 1
    [ 0.397125] Intel pstate controlling: cpu 2
    [ 0.397143] Intel pstate controlling: cpu 3
    [ 0.397217] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.397475] TCP: cubic registered
    [ 0.397699] NET: Registered protocol family 10
    [ 0.398121] NET: Registered protocol family 17
    [ 0.398787] registered taskstats version 1
    [ 0.400093] Magic number: 2:455:691
    [ 0.400247] rtc_cmos 00:01: setting system clock to 2014-10-08 16:41:06 UTC (1412786466)
    [ 0.400465] PM: Hibernation image not present or could not be loaded.
    [ 0.402342] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.402345] Write protecting the kernel read-only data: 8192k
    [ 0.406120] Freeing unused kernel memory: 796K (ffff880001539000 - ffff880001600000)
    [ 0.406860] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.412130] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.413175] systemd-udevd[58]: starting version 216
    [ 0.415974] [drm] Initialized drm 1.1.0 20060810
    [ 0.416994] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
    [ 0.422102] ACPI: Lid Switch [LID]
    [ 0.422147] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    [ 0.422150] ACPI: Sleep Button [SLPB]
    [ 0.422182] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 0.422183] ACPI: Power Button [PWRF]
    [ 0.425865] [drm] Memory usable by graphics device = 2048M
    [ 0.425867] [drm] Replacing VGA console driver
    [ 0.425871] checking generic (d0000000 300000) vs hw (d0000000 10000000)
    [ 0.425872] fb: switching to inteldrmfb from EFI VGA
    [ 0.425887] Console: switching to colour dummy device 80x25
    [ 0.445500] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 0.445510] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 0.445511] [drm] Driver supports precise vblank timestamp query.
    [ 0.445572] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 0.471958] [drm] VBT doesn't support DRRS
    [ 0.519981] fbcon: inteldrmfb (fb0) is primary device
    [ 1.392836] tsc: Refined TSC clocksource calibration: 2394.456 MHz
    [ 1.532965] Console: switching to colour frame buffer device 170x48
    [ 1.537182] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 1.537184] i915 0000:00:02.0: registered panic notifier
    [ 1.549722] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
    [ 1.549797] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:00/input/input3
    [ 1.549874] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 1.549938] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4
    [ 1.549963] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.550314] bbswitch: version 0.8
    [ 1.550317] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 1.550321] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.P0P2.VGA_
    [ 1.550327] ACPI Warning: \_SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 1.550381] bbswitch: detected an Optimus _DSM function
    [ 1.550391] pci 0000:01:00.0: enabling device (0006 -> 0007)
    [ 1.550438] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 1.560377] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.570893] ACPI: bus type USB registered
    [ 1.570924] usbcore: registered new interface driver usbfs
    [ 1.570940] usbcore: registered new interface driver hub
    [ 1.570985] usbcore: registered new device driver usb
    [ 1.571539] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.572092] ehci-pci: EHCI PCI platform driver
    [ 1.572240] SCSI subsystem initialized
    [ 1.572281] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 1.572290] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 1.572309] ehci-pci 0000:00:1a.0: debug port 2
    [ 1.573651] libata version 3.00 loaded.
    [ 1.576218] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 1.576240] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a1c000
    [ 1.583004] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 1.583191] hub 1-0:1.0: USB hub found
    [ 1.583200] hub 1-0:1.0: 2 ports detected
    [ 1.583434] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 1.583439] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.583450] ehci-pci 0000:00:1d.0: debug port 2
    [ 1.587363] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 1.587377] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a1b000
    [ 1.596409] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 1.596657] hub 2-0:1.0: USB hub found
    [ 1.596667] hub 2-0:1.0: 2 ports detected
    [ 1.597057] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.597067] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 1.597180] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 1.597204] xhci_hcd 0000:00:14.0: irq 45 for MSI/MSI-X
    [ 1.597422] hub 3-0:1.0: USB hub found
    [ 1.597440] hub 3-0:1.0: 14 ports detected
    [ 1.597717] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.597722] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.597727] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS02._PLD] (Node ffff88012b03ff00), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.597975] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.597978] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.597982] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS04._PLD] (Node ffff88012b0400a0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598095] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598097] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598101] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS05._PLD] (Node ffff88012b040168), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598213] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598216] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598219] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS06._PLD] (Node ffff88012b040230), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598331] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598334] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598337] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS07._PLD] (Node ffff88012b0402f8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598451] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598454] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598457] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS08._PLD] (Node ffff88012b0403c0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598569] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598572] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598575] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS09._PLD] (Node ffff88012b040488), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598688] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598690] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598694] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS10._PLD] (Node ffff88012b040550), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598807] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598809] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598813] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS11._PLD] (Node ffff88012b040618), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598924] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.598927] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.598930] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS12._PLD] (Node ffff88012b0406e0), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.599044] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.599046] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.599050] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS13._PLD] (Node ffff88012b0407a8), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.599163] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.599165] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.599169] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.HS14._PLD] (Node ffff88012b040870), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.599325] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 1.599328] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 1.599460] hub 4-0:1.0: USB hub found
    [ 1.599471] hub 4-0:1.0: 4 ports detected
    [ 1.599806] usb: failed to peer usb4-port2 and usb3-port3 by location (usb4-port2:none) (usb3-port3:usb4-port1)
    [ 1.599808] usb usb4-port2: failed to peer to usb3-port3 (-16)
    [ 1.599809] usb: port power management may be unreliable
    [ 1.599912] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.599916] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.599919] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.SSP3._PLD] (Node ffff88012b040b90), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.600034] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20140424/exoparg2-420)
    [ 1.600037] ACPI Error: Method parse/execution failed [\_SB_.XPLD] (Node ffff88012b040f78), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.600040] ACPI Error: Method parse/execution failed [\_SB_.PCI0.XHC_.RHUB.SSP4._PLD] (Node ffff88012b040c58), AE_AML_PACKAGE_LIMIT (20140424/psparse-536)
    [ 1.600156] ahci 0000:00:1f.2: version 3.0
    [ 1.600291] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
    [ 1.600339] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x14 impl SATA mode
    [ 1.600344] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
    [ 1.606871] scsi0 : ahci
    [ 1.606985] scsi1 : ahci
    [ 1.607078] scsi2 : ahci
    [ 1.607158] scsi3 : ahci
    [ 1.607235] scsi4 : ahci
    [ 1.607273] ata1: DUMMY
    [ 1.607274] ata2: DUMMY
    [ 1.607276] ata3: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a200 irq 46
    [ 1.607277] ata4: DUMMY
    [ 1.607279] ata5: SATA max UDMA/133 abar m2048@0xf7a1a000 port 0xf7a1a300 irq 46
    [ 1.810587] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.818265] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
    [ 1.890002] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.926673] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.930078] ata3.00: ATAPI: TSSTcorp CDDVDW SU-208FB, MD00, max UDMA/100
    [ 1.930095] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 1.930821] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.930825] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.930827] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 1.931381] ata5.00: ATA-9: ST1000LM014-1EJ164, SM15, max UDMA/133
    [ 1.931385] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.932182] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 1.932185] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 1.932187] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 1.932681] ata3.00: configured for UDMA/100
    [ 1.932690] ata5.00: configured for UDMA/133
    [ 1.937200] scsi 2:0:0:0: CD-ROM TSSTcorp CDDVDW SU-208FB MD00 PQ: 0 ANSI: 5
    [ 1.950142] scsi 4:0:0:0: Direct-Access ATA ST1000LM014-1EJ1 SM15 PQ: 0 ANSI: 5
    [ 1.970805] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.970809] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.970991] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.971117] sd 4:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.971120] sd 4:0:0:0: [sda] 4096-byte physical blocks
    [ 1.971181] sd 4:0:0:0: [sda] Write Protect is off
    [ 1.971184] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.971210] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.973036] sda: sda1 sda2 sda3 sda4
    [ 1.973382] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 2.013807] hub 1-1:1.0: USB hub found
    [ 2.013887] hub 1-1:1.0: 6 ports detected
    [ 2.030198] ata5.00: exception Emask 0x0 SAct 0x680000 SErr 0x0 action 0x6
    [ 2.030231] ata5.00: irq_stat 0x40000008
    [ 2.030249] ata5.00: failed command: READ FPDMA QUEUED
    [ 2.030271] ata5.00: cmd 60/08:a8:00:10:40/00:00:06:00:00/40 tag 21 ncq 4096 in
    res 41/84:08:00:10:40/00:00:06:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 2.030326] ata5.00: status: { DRDY ERR }
    [ 2.030342] ata5.00: error: { ICRC ABRT }
    [ 2.030360] ata5: hard resetting link
    [ 2.173569] usb 3-5: new high-speed USB device number 2 using xhci_hcd
    [ 2.353760] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.353772] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 2.354408] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.354412] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.354414] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.355500] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    [ 2.355503] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    [ 2.355505] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    [ 2.355876] ata5.00: configured for UDMA/133
    [ 2.355894] ata5: EH complete
    [ 2.393913] Switched to clocksource tsc
    [ 2.612892] usbcore: registered new interface driver usb-storage
    [ 2.770730] usb 3-6: new full-speed USB device number 3 using xhci_hcd
    [ 3.104331] usb 3-10: new high-speed USB device number 4 using xhci_hcd
    [ 3.514665] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 3.639208] hub 2-1:1.0: USB hub found
    [ 3.639350] hub 2-1:1.0: 8 ports detected
    [ 4.149633] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.276742] systemd[1]: systemd 216 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN )
    [ 4.276857] systemd[1]: Detected architecture 'x86-64'.
    [ 4.277505] systemd[1]: Set hostname to <thismachinekillsrascists>.
    [ 4.575240] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 4.575281] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 4.575289] systemd[1]: Starting Remote File Systems.
    [ 4.575362] systemd[1]: Reached target Remote File Systems.
    [ 4.575369] systemd[1]: Expecting device sys-subsystem-net-devices-enp4s0.device...
    [ 4.575426] systemd[1]: Expecting device sys-subsystem-net-devices-wlp3s0.device...
    [ 4.575480] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 4.575502] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 4.575509] systemd[1]: Starting Encrypted Volumes.
    [ 4.575557] systemd[1]: Reached target Encrypted Volumes.
    [ 4.575572] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 4.575684] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 4.575693] systemd[1]: Expecting device dev-sda2.device...
    [ 4.575732] systemd[1]: Expecting device dev-disk-by\x2duuid-0c0fbbe4\x2ddc70\x2d4639\x2d8dc0\x2d77e4fd70c51c.device...
    [ 4.575789] systemd[1]: Starting EFI System Partition Automount.
    [ 4.575875] systemd[1]: Set up automount EFI System Partition Automount.
    [ 4.575883] systemd[1]: Expecting device dev-disk-by\x2duuid-b1c2a7ff\x2dff33\x2d4efd\x2db873\x2d0aae66c5b7c4.device...
    [ 4.575941] systemd[1]: Expecting device dev-disk-by\x2duuid-3D32\x2d354E.device...
    [ 4.575986] systemd[1]: Starting Root Slice.
    [ 4.579434] systemd[1]: Created slice Root Slice.
    [ 4.579443] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 4.579522] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.579528] systemd[1]: Starting Delayed Shutdown Socket.
    [ 4.579588] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 4.579595] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 4.579657] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 4.579663] systemd[1]: Starting Journal Socket (/dev/log).
    [ 4.579726] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 4.579735] systemd[1]: Starting udev

  • Systemd and systemd-logind crash due to failed assertion

    Hi,
    my system is currently only semi-usable because systemd *and* systemd-logind seem to be aborting due to a failed assertion. All systemd- and socket-related programs do not work. There are many zombie processes. These problems started after a reboot. (To be precise, the system hung up probably because of some graphics driver/mesa-related bug and I pushed the reset button.)
    I previously had testing and community-testing enabled, but disabling them did not fix the issue. Also, I was running a custom 3.17 kernel before the reboot but the normal 3.16.4, the testing 3.17.1 and the linux-ck-ivybridge 3.16.6 (from repo-ck) kernels also don't work.
    /usr is not on a seperate partition.
    One bug should have been fixed upstream (here) and the other "disappeared" (there).
    Pacman logs are cluttered with my attempts to fix the problem by reinstalling some packages (systemd, dbus, linux) so I didn't include them, but nothing important was upgraded right before the problem appeared.
    The relevant log lines in short:
    systemd[1]: Assertion 'a >= 0 && a < _JOB_TYPE_MAX_MERGING' failed at src/core/job.c:314, function job_type_lookup_merge(). Aborting.
    and
    Okt 18 23:12:35 HAF912 systemd-logind[442]: Failed to start user slice: Connection timed out
    Okt 18 23:12:35 HAF912 dbus[443]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
    Okt 18 23:12:35 HAF912 login[481]: pam_systemd(login:session): Failed to create session: Connection timed out
    Okt 18 23:13:00 HAF912 systemd-logind[442]: Failed to start user service: Connection timed out
    Okt 18 23:13:00 HAF912 systemd-logind[442]: Assertion 's->user->slice' failed at src/login/logind-session.c:496, function session_start_scope(). Aborting.
    Okt 18 23:13:00 HAF912 dbus[443]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
    journal (also note the "Cannot add dependency job for unit"):
    -- Logs begin at Mo 2014-05-05 19:23:55 CEST, end at Sa 2014-10-18 23:55:29 CEST. --
    Okt 19 01:11:07 localhost systemd-journal[74]: Runtime journal is using 8.0M (max allowed 800.7M, trying to leave 1.1G free of 7.8G available → current limit 800.7M).
    Okt 19 01:11:07 localhost systemd-journal[74]: Runtime journal is using 8.0M (max allowed 800.7M, trying to leave 1.1G free of 7.8G available → current limit 800.7M).
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpuset
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpu
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys cpuacct
    Okt 19 01:11:07 localhost kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
    Okt 19 01:11:07 localhost kernel: Command line: \boot\vmlinuz-linux rw root=/dev/sdc2 rootfstype=btrfs loglevel=2 rcutree.rcu_idle_gp_delay=1 initrd=\boot\initramfs-linux.img
    Okt 19 01:11:07 localhost kernel: e820: BIOS-provided physical RAM map:
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000ddf18fff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000ddf19000-0x00000000de09efff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de09f000-0x00000000de0aafff] ACPI data
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de0ab000-0x00000000de123fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de124000-0x00000000de129fff] ACPI data
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de12a000-0x00000000de1aefff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de1af000-0x00000000de24cfff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000dea5e000-0x00000000dea5efff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000deaa2000-0x00000000df470fff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000df471000-0x00000000df7dafff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000df7db000-0x00000000df7fffff] usable
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Okt 19 01:11:07 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041effffff] usable
    Okt 19 01:11:07 localhost kernel: NX (Execute Disable) protection: active
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xcc629018-0xcc64ca57] usable ==> usable
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xcd5a5018-0xcd5b5057] usable ==> usable
    Okt 19 01:11:07 localhost kernel: extended physical RAM map:
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000cc629017] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cc629018-0x00000000cc64ca57] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cc64ca58-0x00000000cd5a5017] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cd5a5018-0x00000000cd5b5057] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000cd5b5058-0x00000000ddf18fff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000ddf19000-0x00000000de09efff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de09f000-0x00000000de0aafff] ACPI data
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de0ab000-0x00000000de123fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de124000-0x00000000de129fff] ACPI data
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de12a000-0x00000000de1aefff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de1af000-0x00000000de24cfff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000de24d000-0x00000000dea5dfff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000dea5e000-0x00000000dea5efff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000dea5f000-0x00000000deaa1fff] ACPI NVS
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000deaa2000-0x00000000df470fff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000df471000-0x00000000df7dafff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000df7db000-0x00000000df7fffff] usable
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Okt 19 01:11:07 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041effffff] usable
    Okt 19 01:11:07 localhost kernel: efi: EFI v2.31 by American Megatrends
    Okt 19 01:11:07 localhost kernel: efi: ACPI=0xde09f000 ACPI 2.0=0xde09f000 SMBIOS=0xf04c0 MPS=0xfd420
    Okt 19 01:11:07 localhost kernel: efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000008000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem01: type=2, attr=0xf, range=[0x0000000000008000-0x000000000000e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem02: type=7, attr=0xf, range=[0x000000000000e000-0x0000000000058000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem03: type=4, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem04: type=7, attr=0xf, range=[0x0000000000059000-0x000000000005f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem05: type=4, attr=0xf, range=[0x000000000005f000-0x0000000000060000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem06: type=3, attr=0xf, range=[0x0000000000060000-0x000000000009f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem07: type=6, attr=0x800000000000000f, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem10: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem11: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000002f47000-0x000000007e536000) (1973MB)
    Okt 19 01:11:07 localhost kernel: efi: mem13: type=2, attr=0xf, range=[0x000000007e536000-0x0000000080000000) (26MB)
    Okt 19 01:11:07 localhost kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000080000000-0x00000000cc629000) (1222MB)
    Okt 19 01:11:07 localhost kernel: efi: mem15: type=2, attr=0xf, range=[0x00000000cc629000-0x00000000cc64d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem16: type=1, attr=0xf, range=[0x00000000cc64d000-0x00000000cd594000) (15MB)
    Okt 19 01:11:07 localhost kernel: efi: mem17: type=2, attr=0xf, range=[0x00000000cd594000-0x00000000cd59f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem18: type=7, attr=0xf, range=[0x00000000cd59f000-0x00000000cd5a5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem19: type=2, attr=0xf, range=[0x00000000cd5a5000-0x00000000cd5f0000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem20: type=7, attr=0xf, range=[0x00000000cd5f0000-0x00000000cd5f5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem21: type=2, attr=0xf, range=[0x00000000cd5f5000-0x00000000cdca0000) (6MB)
    Okt 19 01:11:07 localhost kernel: efi: mem22: type=7, attr=0xf, range=[0x00000000cdca0000-0x00000000cdca1000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem23: type=2, attr=0xf, range=[0x00000000cdca1000-0x00000000cdd0a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem24: type=1, attr=0xf, range=[0x00000000cdd0a000-0x00000000cdd46000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem25: type=7, attr=0xf, range=[0x00000000cdd46000-0x00000000d0132000) (35MB)
    Okt 19 01:11:07 localhost kernel: efi: mem26: type=4, attr=0xf, range=[0x00000000d0132000-0x00000000d047a000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem27: type=7, attr=0xf, range=[0x00000000d047a000-0x00000000d07e5000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem28: type=4, attr=0xf, range=[0x00000000d07e5000-0x00000000d0806000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem29: type=7, attr=0xf, range=[0x00000000d0806000-0x00000000d0847000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem30: type=4, attr=0xf, range=[0x00000000d0847000-0x00000000d0d94000) (5MB)
    Okt 19 01:11:07 localhost kernel: efi: mem31: type=7, attr=0xf, range=[0x00000000d0d94000-0x00000000d0d95000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem32: type=4, attr=0xf, range=[0x00000000d0d95000-0x00000000d0dbb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem33: type=7, attr=0xf, range=[0x00000000d0dbb000-0x00000000d0dbc000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem34: type=4, attr=0xf, range=[0x00000000d0dbc000-0x00000000d0dcd000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem35: type=7, attr=0xf, range=[0x00000000d0dcd000-0x00000000d0dce000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem36: type=4, attr=0xf, range=[0x00000000d0dce000-0x00000000d0e24000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem37: type=7, attr=0xf, range=[0x00000000d0e24000-0x00000000d0e25000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem38: type=4, attr=0xf, range=[0x00000000d0e25000-0x00000000d0e7d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem39: type=7, attr=0xf, range=[0x00000000d0e7d000-0x00000000d0e7e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem40: type=4, attr=0xf, range=[0x00000000d0e7e000-0x00000000d0eca000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem41: type=7, attr=0xf, range=[0x00000000d0eca000-0x00000000d0ecb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem42: type=4, attr=0xf, range=[0x00000000d0ecb000-0x00000000d0eda000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem43: type=7, attr=0xf, range=[0x00000000d0eda000-0x00000000d0edb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem44: type=4, attr=0xf, range=[0x00000000d0edb000-0x00000000d0ff5000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem45: type=7, attr=0xf, range=[0x00000000d0ff5000-0x00000000d0ff6000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem46: type=4, attr=0xf, range=[0x00000000d0ff6000-0x00000000d1020000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem47: type=7, attr=0xf, range=[0x00000000d1020000-0x00000000d1021000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem48: type=4, attr=0xf, range=[0x00000000d1021000-0x00000000d10f5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem49: type=7, attr=0xf, range=[0x00000000d10f5000-0x00000000d10f6000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem50: type=4, attr=0xf, range=[0x00000000d10f6000-0x00000000d1140000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem51: type=7, attr=0xf, range=[0x00000000d1140000-0x00000000d1141000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem52: type=4, attr=0xf, range=[0x00000000d1141000-0x00000000d1219000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem53: type=7, attr=0xf, range=[0x00000000d1219000-0x00000000d121a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem54: type=4, attr=0xf, range=[0x00000000d121a000-0x00000000d1263000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem55: type=7, attr=0xf, range=[0x00000000d1263000-0x00000000d1264000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem56: type=4, attr=0xf, range=[0x00000000d1264000-0x00000000d145f000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem57: type=7, attr=0xf, range=[0x00000000d145f000-0x00000000d1460000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem58: type=4, attr=0xf, range=[0x00000000d1460000-0x00000000d14a9000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem59: type=7, attr=0xf, range=[0x00000000d14a9000-0x00000000d14aa000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem60: type=4, attr=0xf, range=[0x00000000d14aa000-0x00000000d1500000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem61: type=7, attr=0xf, range=[0x00000000d1500000-0x00000000d1501000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem62: type=4, attr=0xf, range=[0x00000000d1501000-0x00000000d154a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem63: type=7, attr=0xf, range=[0x00000000d154a000-0x00000000d154b000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem64: type=4, attr=0xf, range=[0x00000000d154b000-0x00000000d15e4000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem65: type=7, attr=0xf, range=[0x00000000d15e4000-0x00000000d15e5000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem66: type=4, attr=0xf, range=[0x00000000d15e5000-0x00000000d1607000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem67: type=7, attr=0xf, range=[0x00000000d1607000-0x00000000d1608000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem68: type=4, attr=0xf, range=[0x00000000d1608000-0x00000000d1997000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem69: type=7, attr=0xf, range=[0x00000000d1997000-0x00000000d1998000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem70: type=4, attr=0xf, range=[0x00000000d1998000-0x00000000d1aae000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem71: type=7, attr=0xf, range=[0x00000000d1aae000-0x00000000d1aaf000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem72: type=4, attr=0xf, range=[0x00000000d1aaf000-0x00000000d1b1e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem73: type=7, attr=0xf, range=[0x00000000d1b1e000-0x00000000d1b1f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem74: type=4, attr=0xf, range=[0x00000000d1b1f000-0x00000000d1c7b000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem75: type=7, attr=0xf, range=[0x00000000d1c7b000-0x00000000d1c94000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem76: type=4, attr=0xf, range=[0x00000000d1c94000-0x00000000d1cae000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem77: type=7, attr=0xf, range=[0x00000000d1cae000-0x00000000d1cbc000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem78: type=4, attr=0xf, range=[0x00000000d1cbc000-0x00000000d1d5d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem79: type=7, attr=0xf, range=[0x00000000d1d5d000-0x00000000d1d6a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem80: type=4, attr=0xf, range=[0x00000000d1d6a000-0x00000000d1d9e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem81: type=7, attr=0xf, range=[0x00000000d1d9e000-0x00000000d1d9f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem82: type=4, attr=0xf, range=[0x00000000d1d9f000-0x00000000dd15d000) (179MB)
    Okt 19 01:11:07 localhost kernel: efi: mem83: type=7, attr=0xf, range=[0x00000000dd15d000-0x00000000ddc86000) (11MB)
    Okt 19 01:11:07 localhost kernel: efi: mem84: type=3, attr=0xf, range=[0x00000000ddc86000-0x00000000ddf19000) (2MB)
    Okt 19 01:11:07 localhost kernel: efi: mem85: type=0, attr=0xf, range=[0x00000000ddf19000-0x00000000ddf75000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem86: type=0, attr=0xf, range=[0x00000000ddf75000-0x00000000de09f000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem87: type=9, attr=0xf, range=[0x00000000de09f000-0x00000000de0ab000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem88: type=0, attr=0xf, range=[0x00000000de0ab000-0x00000000de124000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem89: type=9, attr=0xf, range=[0x00000000de124000-0x00000000de129000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem90: type=9, attr=0xf, range=[0x00000000de129000-0x00000000de12a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem91: type=7, attr=0xf, range=[0x00000000de12a000-0x00000000de1af000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem92: type=10, attr=0xf, range=[0x00000000de1af000-0x00000000de24d000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem93: type=6, attr=0x800000000000000f, range=[0x00000000de24d000-0x00000000de730000) (4MB)
    Okt 19 01:11:07 localhost kernel: efi: mem94: type=6, attr=0x800000000000000f, range=[0x00000000de730000-0x00000000de908000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem95: type=6, attr=0x800000000000000f, range=[0x00000000de908000-0x00000000de90a000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem96: type=6, attr=0x800000000000000f, range=[0x00000000de90a000-0x00000000de93c000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem97: type=6, attr=0x800000000000000f, range=[0x00000000de93c000-0x00000000de93e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem98: type=6, attr=0x800000000000000f, range=[0x00000000de93e000-0x00000000de9bb000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem99: type=5, attr=0x800000000000000f, range=[0x00000000de9bb000-0x00000000de9db000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem100: type=5, attr=0x800000000000000f, range=[0x00000000de9db000-0x00000000dea5e000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem101: type=4, attr=0xf, range=[0x00000000dea5e000-0x00000000dea5f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem102: type=10, attr=0xf, range=[0x00000000dea5f000-0x00000000deaa2000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem103: type=4, attr=0xf, range=[0x00000000deaa2000-0x00000000dec18000) (1MB)
    Okt 19 01:11:07 localhost kernel: efi: mem104: type=3, attr=0xf, range=[0x00000000dec18000-0x00000000df43b000) (8MB)
    Okt 19 01:11:07 localhost kernel: efi: mem105: type=4, attr=0xf, range=[0x00000000df43b000-0x00000000df440000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem106: type=3, attr=0xf, range=[0x00000000df440000-0x00000000df444000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem107: type=4, attr=0xf, range=[0x00000000df444000-0x00000000df445000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem108: type=3, attr=0xf, range=[0x00000000df445000-0x00000000df447000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem109: type=4, attr=0xf, range=[0x00000000df447000-0x00000000df455000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem110: type=3, attr=0xf, range=[0x00000000df455000-0x00000000df467000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem111: type=4, attr=0xf, range=[0x00000000df467000-0x00000000df46f000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem112: type=3, attr=0xf, range=[0x00000000df46f000-0x00000000df471000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem113: type=6, attr=0x800000000000000f, range=[0x00000000df471000-0x00000000df7db000) (3MB)
    Okt 19 01:11:07 localhost kernel: efi: mem114: type=4, attr=0xf, range=[0x00000000df7db000-0x00000000df800000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem115: type=7, attr=0xf, range=[0x0000000100000000-0x000000041f000000) (12784MB)
    Okt 19 01:11:07 localhost kernel: efi: mem116: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    Okt 19 01:11:07 localhost kernel: efi: mem117: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem118: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem119: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem120: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    Okt 19 01:11:07 localhost kernel: efi: mem121: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    Okt 19 01:11:07 localhost kernel: SMBIOS 2.7 present.
    Okt 19 01:11:07 localhost kernel: DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z77-DS3H, BIOS F11a 11/13/2013
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Okt 19 01:11:07 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Okt 19 01:11:07 localhost kernel: AGP: No AGP bridge found
    Okt 19 01:11:07 localhost kernel: e820: last_pfn = 0x41f000 max_arch_pfn = 0x400000000
    Okt 19 01:11:07 localhost kernel: MTRR default type: uncachable
    Okt 19 01:11:07 localhost kernel: MTRR fixed ranges enabled:
    Okt 19 01:11:07 localhost kernel: 00000-9FFFF write-back
    Okt 19 01:11:07 localhost kernel: A0000-BFFFF uncachable
    Okt 19 01:11:07 localhost kernel: C0000-CFFFF write-protect
    Okt 19 01:11:07 localhost kernel: D0000-DFFFF uncachable
    Okt 19 01:11:07 localhost kernel: E0000-FFFFF write-protect
    Okt 19 01:11:07 localhost kernel: MTRR variable ranges enabled:
    Okt 19 01:11:07 localhost kernel: 0 base 000000000 mask C00000000 write-back
    Okt 19 01:11:07 localhost kernel: 1 base 400000000 mask FF0000000 write-back
    Okt 19 01:11:07 localhost kernel: 2 base 410000000 mask FF8000000 write-back
    Okt 19 01:11:07 localhost kernel: 3 base 418000000 mask FFC000000 write-back
    Okt 19 01:11:07 localhost kernel: 4 base 41C000000 mask FFE000000 write-back
    Okt 19 01:11:07 localhost kernel: 5 base 41E000000 mask FFF000000 write-back
    Okt 19 01:11:07 localhost kernel: 6 base 0E0000000 mask FE0000000 uncachable
    Okt 19 01:11:07 localhost kernel: 7 disabled
    Okt 19 01:11:07 localhost kernel: 8 disabled
    Okt 19 01:11:07 localhost kernel: 9 disabled
    Okt 19 01:11:07 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Okt 19 01:11:07 localhost kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
    Okt 19 01:11:07 localhost kernel: e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
    Okt 19 01:11:07 localhost kernel: found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
    Okt 19 01:11:07 localhost kernel: Scanning 1 areas for low memory corruption
    Okt 19 01:11:07 localhost kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x41ee00000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x41ee00000-0x41effffff] page 2M
    Okt 19 01:11:07 localhost kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x41c000000-0x41edfffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x41c000000-0x41edfffff] page 2M
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x400000000-0x41bffffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x400000000-0x41bffffff] page 2M
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x00100000-0xddf18fff]
    Okt 19 01:11:07 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Okt 19 01:11:07 localhost kernel: [mem 0x00200000-0xdddfffff] page 2M
    Okt 19 01:11:07 localhost kernel: [mem 0xdde00000-0xddf18fff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xde12a000-0xde1aefff]
    Okt 19 01:11:07 localhost kernel: [mem 0xde12a000-0xde1aefff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdea5e000-0xdea5efff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdea5e000-0xdea5efff] page 4k
    Okt 19 01:11:07 localhost kernel: BRK [0x02b28000, 0x02b28fff] PGTABLE
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdeaa2000-0xdf470fff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdeaa2000-0xdebfffff] page 4k
    Okt 19 01:11:07 localhost kernel: [mem 0xdec00000-0xdf3fffff] page 2M
    Okt 19 01:11:07 localhost kernel: [mem 0xdf400000-0xdf470fff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0xdf7db000-0xdf7fffff]
    Okt 19 01:11:07 localhost kernel: [mem 0xdf7db000-0xdf7fffff] page 4k
    Okt 19 01:11:07 localhost kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    Okt 19 01:11:07 localhost kernel: [mem 0x100000000-0x3ffffffff] page 2M
    Okt 19 01:11:07 localhost kernel: RAMDISK: [mem 0x7e536000-0x7fffffff]
    Okt 19 01:11:07 localhost kernel: ACPI: Early table checksum verification disabled
    Okt 19 01:11:07 localhost kernel: ACPI: RSDP 0x00000000DE09F000 000024 (v02 ALASKA)
    Okt 19 01:11:07 localhost kernel: ACPI: XSDT 0x00000000DE09F070 00005C (v01 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: FACP 0x00000000DE0A8C60 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: DSDT 0x00000000DE09F158 009B05 (v02 ALASKA A M I 00000012 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: FACS 0x00000000DE24BF80 000040
    Okt 19 01:11:07 localhost kernel: ACPI: APIC 0x00000000DE0A8D58 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    Okt 19 01:11:07 localhost kernel: ACPI: MCFG 0x00000000DE0A8DF0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    Okt 19 01:11:07 localhost kernel: ACPI: HPET 0x00000000DE0A8E30 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A8E68 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A91D8 0009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0x00000000DE0A9B88 000A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Local APIC address 0xfee00000
    Okt 19 01:11:07 localhost kernel: No NUMA configuration found
    Okt 19 01:11:07 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000041effffff]
    Okt 19 01:11:07 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: NODE_DATA [mem 0x41efe9000-0x41efedfff]
    Okt 19 01:11:07 localhost kernel: [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040e600000-ffff88041e5fffff] on node 0
    Okt 19 01:11:07 localhost kernel: Zone ranges:
    Okt 19 01:11:07 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Okt 19 01:11:07 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Okt 19 01:11:07 localhost kernel: Normal [mem 0x100000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: Movable zone start for each node
    Okt 19 01:11:07 localhost kernel: Early memory node ranges
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x00100000-0xddf18fff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xde12a000-0xde1aefff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdea5e000-0xdea5efff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdeaa2000-0xdf470fff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0xdf7db000-0xdf7fffff]
    Okt 19 01:11:07 localhost kernel: node 0: [mem 0x100000000-0x41effffff]
    Okt 19 01:11:07 localhost kernel: On node 0 totalpages: 4184369
    Okt 19 01:11:07 localhost kernel: DMA zone: 64 pages used for memmap
    Okt 19 01:11:07 localhost kernel: DMA zone: 25 pages reserved
    Okt 19 01:11:07 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Okt 19 01:11:07 localhost kernel: DMA32 zone: 14183 pages used for memmap
    Okt 19 01:11:07 localhost kernel: DMA32 zone: 907667 pages, LIFO batch:31
    Okt 19 01:11:07 localhost kernel: Normal zone: 51136 pages used for memmap
    Okt 19 01:11:07 localhost kernel: Normal zone: 3272704 pages, LIFO batch:31
    Okt 19 01:11:07 localhost kernel: ACPI: PM-Timer IO Port: 0x408
    Okt 19 01:11:07 localhost kernel: ACPI: Local APIC address 0xfee00000
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    Okt 19 01:11:07 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Okt 19 01:11:07 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Okt 19 01:11:07 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Okt 19 01:11:07 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Okt 19 01:11:07 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ0 used by override.
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ2 used by override.
    Okt 19 01:11:07 localhost kernel: ACPI: IRQ9 used by override.
    Okt 19 01:11:07 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Okt 19 01:11:07 localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    Okt 19 01:11:07 localhost kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    Okt 19 01:11:07 localhost kernel: nr_irqs_gsi: 40
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcc629000-0xcc629fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcc64c000-0xcc64cfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcd5a5000-0xcd5a5fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xcd5b5000-0xcd5b5fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xddf19000-0xde09efff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde09f000-0xde0aafff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde0ab000-0xde123fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde124000-0xde129fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde1af000-0xde24cfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xde24d000-0xdea5dfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdea5f000-0xdeaa1fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdf471000-0xdf7dafff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    Okt 19 01:11:07 localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    Okt 19 01:11:07 localhost kernel: e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
    Okt 19 01:11:07 localhost kernel: Booting paravirtualized kernel on bare hardware
    Okt 19 01:11:07 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Okt 19 01:11:07 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88041ec00000 s86784 r8192 d23808 u262144
    Okt 19 01:11:07 localhost kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    Okt 19 01:11:07 localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Okt 19 01:11:07 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4118961
    Okt 19 01:11:07 localhost kernel: Policy zone: Normal
    Okt 19 01:11:07 localhost kernel: Kernel command line: \boot\vmlinuz-linux rw root=/dev/sdc2 rootfstype=btrfs loglevel=2 rcutree.rcu_idle_gp_delay=1 initrd=\boot\initramfs-linux.img
    Okt 19 01:11:07 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Okt 19 01:11:07 localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Okt 19 01:11:07 localhost kernel: AGP: Checking aperture...
    Okt 19 01:11:07 localhost kernel: AGP: No AGP bridge found
    Okt 19 01:11:07 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
    Okt 19 01:11:07 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Okt 19 01:11:07 localhost kernel: Memory: 16146888K/16737476K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 590588K reserved)
    Okt 19 01:11:07 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Okt 19 01:11:07 localhost kernel: Preemptible hierarchical RCU implementation.
    Okt 19 01:11:07 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Okt 19 01:11:07 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Okt 19 01:11:07 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Okt 19 01:11:07 localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Okt 19 01:11:07 localhost kernel: NR_IRQS:8448 nr_irqs:744 16
    Okt 19 01:11:07 localhost kernel: Console: colour dummy device 80x25
    Okt 19 01:11:07 localhost kernel: console [tty0] enabled
    Okt 19 01:11:07 localhost kernel: allocated 67108864 bytes of page_cgroup
    Okt 19 01:11:07 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Okt 19 01:11:07 localhost kernel: hpet clockevent registered
    Okt 19 01:11:07 localhost kernel: tsc: Fast TSC calibration using PIT
    Okt 19 01:11:07 localhost kernel: tsc: Detected 3503.511 MHz processor
    Okt 19 01:11:07 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7009.98 BogoMIPS (lpj=11678370)
    Okt 19 01:11:07 localhost kernel: pid_max: default: 32768 minimum: 301
    Okt 19 01:11:07 localhost kernel: ACPI: Core revision 20140424
    Okt 19 01:11:07 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Okt 19 01:11:07 localhost kernel: Security Framework initialized
    Okt 19 01:11:07 localhost kernel: Yama: becoming mindful.
    Okt 19 01:11:07 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Okt 19 01:11:07 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Okt 19 01:11:07 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Okt 19 01:11:07 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys memory
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys devices
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys freezer
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys net_cls
    Okt 19 01:11:07 localhost kernel: Initializing cgroup subsys blkio
    Okt 19 01:11:07 localhost kernel: CPU: Physical Processor ID: 0
    Okt 19 01:11:07 localhost kernel: CPU: Processor Core ID: 0
    Okt 19 01:11:07 localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Okt 19 01:11:07 localhost kernel: mce: CPU supports 9 MCE banks
    Okt 19 01:11:07 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
    Okt 19 01:11:07 localhost kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    Okt 19 01:11:07 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    Okt 19 01:11:07 localhost kernel: ftrace: allocating 20445 entries in 80 pages
    Okt 19 01:11:07 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Okt 19 01:11:07 localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz (fam: 06, model: 3a, stepping: 09)
    Okt 19 01:11:07 localhost kernel: TSC deadline timer enabled
    Okt 19 01:11:07 localhost kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Okt 19 01:11:07 localhost kernel: ... version: 3
    Okt 19 01:11:07 localhost kernel: ... bit width: 48
    Okt 19 01:11:07 localhost kernel: ... generic registers: 4
    Okt 19 01:11:07 localhost kernel: ... value mask: 0000ffffffffffff
    Okt 19 01:11:07 localhost kernel: ... max period: 0000ffffffffffff
    Okt 19 01:11:07 localhost kernel: ... fixed-purpose events: 3
    Okt 19 01:11:07 localhost kernel: ... event mask: 000000070000000f
    Okt 19 01:11:07 localhost kernel: x86: Booting SMP configuration:
    Okt 19 01:11:07 localhost kernel: .... node #0, CPUs: #1
    Okt 19 01:11:07 localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Okt 19 01:11:07 localhost kernel: #2 #3 #4 #5 #6 #7
    Okt 19 01:11:07 localhost kernel: x86: Booted up 1 node, 8 CPUs
    Okt 19 01:11:07 localhost kernel: smpboot: Total of 8 processors activated (56078.85 BogoMIPS)
    Okt 19 01:11:07 localhost kernel: devtmpfs: initialized
    Okt 19 01:11:07 localhost kernel: PM: Registering ACPI NVS region [mem 0xde1af000-0xde24cfff] (647168 bytes)
    Okt 19 01:11:07 localhost kernel: PM: Registering ACPI NVS region [mem 0xdea5f000-0xdeaa1fff] (274432 bytes)
    Okt 19 01:11:07 localhost kernel: pinctrl core: initialized pinctrl subsystem
    Okt 19 01:11:07 localhost kernel: RTC time: 23:11:07, date: 10/18/14
    Okt 19 01:11:07 localhost kernel: NET: Registered protocol family 16
    Okt 19 01:11:07 localhost kernel: cpuidle: using governor ladder
    Okt 19 01:11:07 localhost kernel: cpuidle: using governor menu
    Okt 19 01:11:07 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PCI registered
    Okt 19 01:11:07 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Okt 19 01:11:07 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Okt 19 01:11:07 localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Okt 19 01:11:07 localhost kernel: PCI: Using configuration type 1 for base access
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Module Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Processor Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Okt 19 01:11:07 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Okt 19 01:11:07 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF88040834B000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF880408302C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Dynamic OEM Table Load:
    Okt 19 01:11:07 localhost kernel: ACPI: SSDT 0xFFFF880408309A00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Okt 19 01:11:07 localhost kernel: ACPI: Interpreter enabled
    Okt 19 01:11:07 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    Okt 19 01:11:07 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    Okt 19 01:11:07 localhost kernel: ACPI: (supports S0 S3 S4 S5)
    Okt 19 01:11:07 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Okt 19 01:11:07 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN00] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN01] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN02] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN03] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: Power Resource [FN04] (off)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    Okt 19 01:11:07 localhost kernel: PCI host bridge to bus 0000:00
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf721a000-0xf721a00f 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7218000-0xf72183ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7216000-0xf72167ff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7215000-0xf72150ff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: [10de:11c0] type 00 class 0x030000
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.1: [10de:0e0b] type 00 class 0x040300
    Okt 19 01:11:07 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: [1969:1083] type 00 class 0x020000
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf713ffff 64bit]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: [8086:244e] type 01 class 0x060401
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: supports D1 D2
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: [1102:0007] type 00 class 0x040100
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: reg 0x10: [io 0xc000-0xc01f]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:00.0: supports D1 D2
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.0: [14f1:8800] type 00 class 0x040000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.1: [14f1:8801] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.1: reg 0x10: [mem 0xf4000000-0xf4ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.2: [14f1:8802] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.2: reg 0x10: [mem 0xf3000000-0xf3ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.4: [14f1:8804] type 00 class 0x048000
    Okt 19 01:11:07 localhost kernel: pci 0000:05:01.4: reg 0x10: [mem 0xf2000000-0xf2ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PCI bridge to [bus 05] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
    Okt 19 01:11:07 localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    Okt 19 01:11:07 localhost kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Okt 19 01:11:07 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Okt 19 01:11:07 localhost kernel: vgaarb: loaded
    Okt 19 01:11:07 localhost kernel: vgaarb: bridge control possible 0000:01:00.0
    Okt 19 01:11:07 localhost kernel: PCI: Using ACPI for IRQ routing
    Okt 19 01:11:07 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xcc629018-0xcfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xcd5a5018-0xcfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xddf19000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xde1af000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdea5f000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdf471000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
    Okt 19 01:11:07 localhost kernel: e820: reserve RAM buffer [mem 0x41f000000-0x41fffffff]
    Okt 19 01:11:07 localhost kernel: NetLabel: Initializing
    Okt 19 01:11:07 localhost kernel: NetLabel: domain hash size = 128
    Okt 19 01:11:07 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Okt 19 01:11:07 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Okt 19 01:11:07 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Okt 19 01:11:07 localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Okt 19 01:11:07 localhost kernel: Switched to clocksource hpet
    Okt 19 01:11:07 localhost kernel: pnp: PnP ACPI init
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PNP registered
    Okt 19 01:11:07 localhost kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0200-0x020f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0xffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0xffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0400-0x0453] could not be reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0458-0x047f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: [io 0x0500-0x057f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Okt 19 01:11:07 localhost kernel: system 00:03: [io 0x0454-0x0457] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a00-0x0a0f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a30-0x0a3f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: [io 0x0a20-0x0a2f] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: [mem 0xe0000000-0xe0000fff] has been reserved
    Okt 19 01:11:07 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Okt 19 01:11:07 localhost kernel: pnp: PnP ACPI: found 7 devices
    Okt 19 01:11:07 localhost kernel: ACPI: bus type PNP unregistered
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.2: bridge window [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:04:00.0: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 04-05]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci 0000:00:1c.3: bridge window [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 1 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:04: resource 11 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 1 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 4 [io 0xc000-0xcfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 5 [mem 0xf2000000-0xf5ffffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 6 [io 0x0000-0x0cf7]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 7 [io 0x0d00-0xffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 8 [mem 0x000a0000-0x000bffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 9 [mem 0x000d0000-0x000d3fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 10 [mem 0x000d4000-0x000d7fff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 11 [mem 0x000d8000-0x000dbfff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 12 [mem 0x000dc000-0x000dffff]
    Okt 19 01:11:07 localhost kernel: pci_bus 0000:05: resource 13 [mem 0xe0000000-0xfeafffff]
    Okt 19 01:11:07 localhost kernel: NET: Registered protocol family 2
    Okt 19 01:11:07 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Okt 19 01:11:07 localhost kernel: TCP bind hash table entries: 65536 (order: 8,

    I worked around the issue myself by manually commenting the offending assertions out in src/core/job.c, so this is an upstream bug. I will report it at the systemd bug tracker.

  • Bus Error: 10 while packaging a Flash Builder 4.6 application containing a native extension (ANE)

    I get this error:
    ld: warning: -ios_version_min not specificed, assuming 4.0
    ld: warning: -dead_strip with lazy loaded static (library) archives has resulted in a duplicate symbol.  You can change your source code to rename symbols to avoid the collision.  This will be an error in a future linker.
    /var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/cmd8085539752601990184.tmp: line 2: 25159 Bus error: 10           "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/bin/ld64/i686-apple-darwin10-ld64" -ObjC -dead_strip -Z -arch armv7 -syslibroot "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iP honeOS6.0.sdk" -L/usr/lib -F"/System/Library/Frameworks/" -L"/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/lib/aot/lib" -o "../aot8213014594451590298.tmp" -L"/var/folders/y4/svqv7kzn469_ljcrvw1b99500000gn/T/07f32573-0d2b-42c6-b431-916954d76791" -exported_symbol _main -exported_symbol _ExtInitializer -exported_symbol _ExtFinalizer "extensionglue.o" -lstdc++ -lRuntimeInterpreter.arm-air -lgcc_s.1 -lstdc++.6 -lcrt1.o -lSystem.B -lz -lobjc -framework CoreFoundation -framework UIKit -framework MobileCoreServices -framework CoreGraphics -framework Foundation -framework SystemConfiguration -framework AudioToolbox -framework CFNetwork -framework QuartzCore -framework OpenGLES -framework CoreLocation -framework CoreMedia -framework CoreVideo -framework AVFoundation -framework Security -lcom.pgi.native.extensions.softphone
    Compilation failed while executing : ld64
    The ane was created using this command:
    "/Applications/Adobe Flash Builder 4.6/sdks/4.6.0/bin/adt" -package -target ane SPExtension.ane extension.xml -swc SPTest.swc -platform iPhone-ARM -C ios . -platformoptions platform.xml
    The ANE file seemed to load in my project ok, and build ok.  But when I hit run to package for my ios device, I get the above error.

    Here's the fix in case anyone else runs into this problem.  When Flash Builder is building the deployment during launch, it converts the mapped path to a mangled local path for the ane to find the descriptor to a relative path, which can't be found and throws the null pointer.  Making the Output Folder path actually local to the computer, as opposed to the default that FB creates, resolves the error, and still allows blazeds access from the device.

  • ATA bus error

    Hello,
    I have some problems with hard drive on my laptop. Sometimes everything freezes for few seconds (usually during start-up, but sometimes after I login) and I get some errors. After that, everything seems to be working fine.
    Part of dmesg with errors:
    [ 10.019887] ata1.00: cmd 60/00:10:10:da:59/01:00:0f:00:00/40 tag 2 ncq 131072 in
    res 41/84:00:f2:da:59/00:01:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 10.019968] ata1.00: status: { DRDY ERR }
    [ 10.019992] ata1.00: error: { ICRC ABRT }
    [ 10.020017] ata1: hard resetting link
    [ 10.339913] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 10.443163] ata1.00: configured for UDMA/133
    [ 10.443191] ata1: EH complete
    [ 10.516832] ata1.00: exception Emask 0x0 SAct 0x7000 SErr 0x0 action 0x6
    [ 10.516877] ata1.00: irq_stat 0x40000008
    [ 10.516902] ata1.00: failed command: READ FPDMA QUEUED
    [ 10.516935] ata1.00: cmd 60/e8:60:e8:16:3b/00:00:0f:00:00/40 tag 12 ncq 118784 in
    res 41/84:e8:8c:17:3b/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 10.517017] ata1.00: status: { DRDY ERR }
    [ 10.517041] ata1.00: error: { ICRC ABRT }
    [ 10.517067] ata1: hard resetting link
    [ 10.836973] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 10.964972] ata1.00: configured for UDMA/133
    [ 10.965002] ata1: EH complete
    [ 10.984003] ata1: limiting SATA link speed to 3.0 Gbps
    [ 10.984015] ata1.00: exception Emask 0x0 SAct 0x60020000 SErr 0x0 action 0x6
    [ 10.984106] ata1.00: irq_stat 0x40000008
    [ 10.984157] ata1.00: failed command: READ FPDMA QUEUED
    [ 10.984225] ata1.00: cmd 60/20:e8:40:6e:b0/00:00:13:00:00/40 tag 29 ncq 16384 in
    res 41/84:20:46:6e:b0/00:00:13:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 10.984397] ata1.00: status: { DRDY ERR }
    [ 10.984445] ata1.00: error: { ICRC ABRT }
    [ 10.984497] ata1: hard resetting link
    [ 11.304016] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 11.409308] ata1.00: configured for UDMA/133
    [ 11.409343] ata1: EH complete
    [ 11.441025] vboxpci: IOMMU not found (not registered)
    [ 11.543239] bbswitch: version 0.8
    [ 11.543246] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 11.543252] bbswitch: Found discrete VGA device 0000:03:00.0: \_SB_.PCI0.RP05.PEGP
    [ 11.543262] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20141107/nsarguments-95)
    [ 11.543355] bbswitch: detected an Optimus _DSM function
    [ 11.543372] pci 0000:03:00.0: enabling device (0006 -> 0007)
    [ 11.543434] bbswitch: Succesfully loaded. Discrete card 0000:03:00.0 is on
    [ 11.545169] bbswitch: disabling discrete graphics
    [ 11.545181] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20141107/nsarguments-95)
    [ 13.327790] r8169 0000:01:00.0 enp1s0: link up
    [ 20.651344] ata1.00: exception Emask 0x0 SAct 0x2000000 SErr 0x0 action 0x6
    [ 20.651349] ata1.00: irq_stat 0x40000008
    [ 20.651353] ata1.00: failed command: READ FPDMA QUEUED
    [ 20.651359] ata1.00: cmd 60/08:c8:98:86:ae/00:00:10:00:00/40 tag 25 ncq 4096 in
    res 41/84:08:98:86:ae/00:00:10:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 20.651361] ata1.00: status: { DRDY ERR }
    [ 20.651363] ata1.00: error: { ICRC ABRT }
    [ 20.651367] ata1: hard resetting link
    [ 20.971293] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 21.080441] ata1.00: configured for UDMA/133
    [ 21.080467] ata1: EH complete
    [ 21.121498] ata1.00: exception Emask 0x0 SAct 0x20000000 SErr 0x0 action 0x6
    [ 21.121503] ata1.00: irq_stat 0x40000008
    [ 21.121507] ata1.00: failed command: READ FPDMA QUEUED
    [ 21.121513] ata1.00: cmd 60/00:e8:00:f4:69/01:00:0f:00:00/40 tag 29 ncq 131072 in
    res 41/84:00:ee:f4:69/00:01:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 21.121515] ata1.00: status: { DRDY ERR }
    [ 21.121517] ata1.00: error: { ICRC ABRT }
    [ 21.121521] ata1: hard resetting link
    [ 21.441483] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 21.546775] ata1.00: configured for UDMA/133
    [ 21.546795] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 21.546798] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 21.546801] sd 0:0:0:0: [sda] ASC=0x47 ASCQ=0x0
    [ 21.546802] sd 0:0:0:0: [sda] CDB:
    [ 21.546804] cdb[0]=0x28: 28 00 0f 69 f4 00 00 01 00 00
    [ 21.546812] blk_update_request: I/O error, dev sda, sector 258601984
    [ 21.546829] ata1: EH complete
    [ 21.606131] ata1.00: exception Emask 0x0 SAct 0x200 SErr 0x0 action 0x6
    [ 21.606139] ata1.00: irq_stat 0x40000008
    [ 21.606145] ata1.00: failed command: READ FPDMA QUEUED
    [ 21.606155] ata1.00: cmd 60/88:48:00:d8:36/00:00:0f:00:00/40 tag 9 ncq 69632 in
    res 41/84:88:04:d8:36/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 21.606160] ata1.00: status: { DRDY ERR }
    [ 21.606163] ata1.00: error: { ICRC ABRT }
    [ 21.606170] ata1: hard resetting link
    [ 21.924963] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
    [ 22.035385] ata1.00: configured for UDMA/133
    [ 22.035408] ata1: EH complete
    [ 22.111984] ata1: limiting SATA link speed to 1.5 Gbps
    [ 22.111991] ata1.00: exception Emask 0x0 SAct 0x1000000 SErr 0x0 action 0x6
    [ 22.111994] ata1.00: irq_stat 0x40000008
    [ 22.111997] ata1.00: failed command: READ FPDMA QUEUED
    [ 22.112003] ata1.00: cmd 60/90:c0:48:39:32/00:00:0f:00:00/40 tag 24 ncq 73728 in
    res 41/84:90:8a:39:32/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 22.112005] ata1.00: status: { DRDY ERR }
    [ 22.112007] ata1.00: error: { ICRC ABRT }
    [ 22.112011] ata1: hard resetting link
    [ 22.431783] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 22.535011] ata1.00: configured for UDMA/133
    [ 22.535038] ata1: EH complete
    [ 22.618877] ata1.00: exception Emask 0x0 SAct 0x1e SErr 0x0 action 0x6
    [ 22.618886] ata1.00: irq_stat 0x40000008
    [ 22.618891] ata1.00: failed command: READ FPDMA QUEUED
    [ 22.618901] ata1.00: cmd 60/00:08:08:2c:32/01:00:0f:00:00/40 tag 1 ncq 131072 in
    res 41/84:00:70:2c:32/00:01:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 22.618906] ata1.00: status: { DRDY ERR }
    [ 22.618909] ata1.00: error: { ICRC ABRT }
    [ 22.618920] ata1: hard resetting link
    [ 22.938608] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 23.023643] ata1.00: configured for UDMA/133
    [ 23.023682] ata1: EH complete
    [ 53.428943] ata1.00: exception Emask 0x1 SAct 0x7fffffff SErr 0x0 action 0x6 frozen
    [ 53.428953] ata1.00: irq_stat 0x40000008
    [ 53.428960] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.428971] ata1.00: cmd 60/00:00:00:e8:31/01:00:10:00:00/40 tag 0 ncq 131072 in
    res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x5 (timeout)
    [ 53.428976] ata1.00: status: { DRDY }
    [ 53.428981] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.428990] ata1.00: cmd 60/08:08:20:fe:e9/00:00:0f:00:00/40 tag 1 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.428994] ata1.00: status: { DRDY }
    [ 53.428998] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429006] ata1.00: cmd 60/08:10:28:fe:e9/00:00:0f:00:00/40 tag 2 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429010] ata1.00: status: { DRDY }
    [ 53.429014] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429022] ata1.00: cmd 60/08:18:30:fe:e9/00:00:0f:00:00/40 tag 3 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429026] ata1.00: status: { DRDY }
    [ 53.429029] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429037] ata1.00: cmd 60/08:20:38:fe:e9/00:00:0f:00:00/40 tag 4 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429042] ata1.00: status: { DRDY }
    [ 53.429045] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429053] ata1.00: cmd 60/08:28:40:fe:e9/00:00:0f:00:00/40 tag 5 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429057] ata1.00: status: { DRDY }
    [ 53.429061] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429069] ata1.00: cmd 60/08:30:48:fe:e9/00:00:0f:00:00/40 tag 6 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429073] ata1.00: status: { DRDY }
    [ 53.429076] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429084] ata1.00: cmd 60/08:38:50:fe:e9/00:00:0f:00:00/40 tag 7 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429089] ata1.00: status: { DRDY }
    [ 53.429092] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429100] ata1.00: cmd 60/08:40:58:fe:e9/00:00:0f:00:00/40 tag 8 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429104] ata1.00: status: { DRDY }
    [ 53.429108] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429116] ata1.00: cmd 60/08:48:60:fe:e9/00:00:0f:00:00/40 tag 9 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429120] ata1.00: status: { DRDY }
    [ 53.429124] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429132] ata1.00: cmd 60/08:50:68:fe:e9/00:00:0f:00:00/40 tag 10 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429136] ata1.00: status: { DRDY }
    [ 53.429139] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429148] ata1.00: cmd 60/08:58:70:fe:e9/00:00:0f:00:00/40 tag 11 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429152] ata1.00: status: { DRDY }
    [ 53.429155] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429163] ata1.00: cmd 60/08:60:78:fe:e9/00:00:0f:00:00/40 tag 12 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429168] ata1.00: status: { DRDY }
    [ 53.429171] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429179] ata1.00: cmd 60/08:68:80:fe:e9/00:00:0f:00:00/40 tag 13 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429183] ata1.00: status: { DRDY }
    [ 53.429187] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429195] ata1.00: cmd 60/08:70:18:e8:a9/00:00:16:00:00/40 tag 14 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429199] ata1.00: status: { DRDY }
    [ 53.429203] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429211] ata1.00: cmd 60/08:78:90:fe:e9/00:00:0f:00:00/40 tag 15 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429215] ata1.00: status: { DRDY }
    [ 53.429218] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429226] ata1.00: cmd 60/08:80:98:fe:e9/00:00:0f:00:00/40 tag 16 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429230] ata1.00: status: { DRDY }
    [ 53.429234] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429242] ata1.00: cmd 60/08:88:a0:fe:e9/00:00:0f:00:00/40 tag 17 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429246] ata1.00: status: { DRDY }
    [ 53.429250] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429258] ata1.00: cmd 60/08:90:a8:fe:e9/00:00:0f:00:00/40 tag 18 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429262] ata1.00: status: { DRDY }
    [ 53.429265] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429273] ata1.00: cmd 60/08:98:b0:fe:e9/00:00:0f:00:00/40 tag 19 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429277] ata1.00: status: { DRDY }
    [ 53.429281] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429289] ata1.00: cmd 60/08:a0:b8:fe:e9/00:00:0f:00:00/40 tag 20 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429293] ata1.00: status: { DRDY }
    [ 53.429297] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429305] ata1.00: cmd 60/08:a8:c0:fe:e9/00:00:0f:00:00/40 tag 21 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429309] ata1.00: status: { DRDY }
    [ 53.429312] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429320] ata1.00: cmd 60/08:b0:c8:fe:e9/00:00:0f:00:00/40 tag 22 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429325] ata1.00: status: { DRDY }
    [ 53.429328] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429336] ata1.00: cmd 60/08:b8:d0:fe:e9/00:00:0f:00:00/40 tag 23 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429340] ata1.00: status: { DRDY }
    [ 53.429344] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429352] ata1.00: cmd 60/08:c0:d8:fe:e9/00:00:0f:00:00/40 tag 24 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429356] ata1.00: status: { DRDY }
    [ 53.429360] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429367] ata1.00: cmd 60/08:c8:e0:fe:e9/00:00:0f:00:00/40 tag 25 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429372] ata1.00: status: { DRDY }
    [ 53.429375] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429383] ata1.00: cmd 60/08:d0:e8:fe:e9/00:00:0f:00:00/40 tag 26 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429387] ata1.00: status: { DRDY }
    [ 53.429391] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429399] ata1.00: cmd 60/08:d8:f0:fe:e9/00:00:0f:00:00/40 tag 27 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429403] ata1.00: status: { DRDY }
    [ 53.429407] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429414] ata1.00: cmd 60/08:e0:f8:fe:e9/00:00:0f:00:00/40 tag 28 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429419] ata1.00: status: { DRDY }
    [ 53.429422] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429430] ata1.00: cmd 60/08:e8:00:ff:e9/00:00:0f:00:00/40 tag 29 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429435] ata1.00: status: { DRDY }
    [ 53.429438] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.429446] ata1.00: cmd 60/08:f0:88:fe:e9/00:00:0f:00:00/40 tag 30 ncq 4096 in
    res 40/00:f0:88:fe:e9/00:00:0f:00:00/40 Emask 0x1 (device error)
    [ 53.429450] ata1.00: status: { DRDY }
    [ 53.429458] ata1: hard resetting link
    [ 53.749173] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 53.836070] ata1.00: configured for UDMA/133
    [ 53.836079] ata1.00: device reported invalid CHS sector 0
    [ 53.836116] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836119] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836121] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836123] sd 0:0:0:0: [sda] CDB:
    [ 53.836125] cdb[0]=0x28: 28 00 0f e9 fe 20 00 00 08 00
    [ 53.836133] blk_update_request: I/O error, dev sda, sector 266993184
    [ 53.836148] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836151] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836153] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836154] sd 0:0:0:0: [sda] CDB:
    [ 53.836155] cdb[0]=0x28: 28 00 0f e9 fe 28 00 00 08 00
    [ 53.836162] blk_update_request: I/O error, dev sda, sector 266993192
    [ 53.836167] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836169] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836171] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836173] sd 0:0:0:0: [sda] CDB:
    [ 53.836174] cdb[0]=0x28: 28 00 0f e9 fe 30 00 00 08 00
    [ 53.836180] blk_update_request: I/O error, dev sda, sector 266993200
    [ 53.836185] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836187] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836189] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836190] sd 0:0:0:0: [sda] CDB:
    [ 53.836191] cdb[0]=0x28: 28 00 0f e9 fe 38 00 00 08 00
    [ 53.836198] blk_update_request: I/O error, dev sda, sector 266993208
    [ 53.836202] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836204] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836206] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836208] sd 0:0:0:0: [sda] CDB:
    [ 53.836209] cdb[0]=0x28: 28 00 0f e9 fe 40 00 00 08 00
    [ 53.836215] blk_update_request: I/O error, dev sda, sector 266993216
    [ 53.836220] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836222] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836224] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836225] sd 0:0:0:0: [sda] CDB:
    [ 53.836226] cdb[0]=0x28: 28 00 0f e9 fe 48 00 00 08 00
    [ 53.836232] blk_update_request: I/O error, dev sda, sector 266993224
    [ 53.836237] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836239] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836241] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836242] sd 0:0:0:0: [sda] CDB:
    [ 53.836243] cdb[0]=0x28: 28 00 0f e9 fe 50 00 00 08 00
    [ 53.836249] blk_update_request: I/O error, dev sda, sector 266993232
    [ 53.836253] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836255] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836257] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836259] sd 0:0:0:0: [sda] CDB:
    [ 53.836260] cdb[0]=0x28: 28 00 0f e9 fe 58 00 00 08 00
    [ 53.836266] blk_update_request: I/O error, dev sda, sector 266993240
    [ 53.836270] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836272] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836274] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836276] sd 0:0:0:0: [sda] CDB:
    [ 53.836277] cdb[0]=0x28: 28 00 0f e9 fe 60 00 00 08 00
    [ 53.836283] blk_update_request: I/O error, dev sda, sector 266993248
    [ 53.836287] sd 0:0:0:0: [sda] UNKNOWN Result: hostbyte=0x00 driverbyte=0x08
    [ 53.836289] sd 0:0:0:0: [sda] Sense Key : 0xb [current] [descriptor]
    [ 53.836291] sd 0:0:0:0: [sda] ASC=0x0 ASCQ=0x0
    [ 53.836293] sd 0:0:0:0: [sda] CDB:
    [ 53.836294] cdb[0]=0x28: 28 00 0f e9 fe 68 00 00 08 00
    [ 53.836300] blk_update_request: I/O error, dev sda, sector 266993256
    [ 53.836354] ata1: EH complete
    [ 53.922776] ata1.00: exception Emask 0x0 SAct 0x20 SErr 0x0 action 0x6
    [ 53.922827] ata1.00: irq_stat 0x40000008
    [ 53.922855] ata1.00: failed command: READ FPDMA QUEUED
    [ 53.922891] ata1.00: cmd 60/00:28:38:3f:04/01:00:10:00:00/40 tag 5 ncq 131072 in
    res 41/84:00:5a:3f:04/00:01:10:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 53.922981] ata1.00: status: { DRDY ERR }
    [ 53.923007] ata1.00: error: { ICRC ABRT }
    [ 53.923037] ata1: hard resetting link
    [ 54.242882] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 54.357940] ata1.00: configured for UDMA/133
    [ 54.357967] ata1: EH complete
    [ 54.413337] ata1.00: limiting speed to UDMA/100:PIO4
    [ 54.413343] ata1.00: exception Emask 0x0 SAct 0x100 SErr 0x0 action 0x6
    [ 54.413387] ata1.00: irq_stat 0x40000008
    [ 54.413412] ata1.00: failed command: READ FPDMA QUEUED
    [ 54.413445] ata1.00: cmd 60/20:40:c0:04:b1/00:00:16:00:00/40 tag 8 ncq 16384 in
    res 41/84:20:d4:04:b1/00:00:16:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 54.413527] ata1.00: status: { DRDY ERR }
    [ 54.413551] ata1.00: error: { ICRC ABRT }
    [ 54.413578] ata1: hard resetting link
    [ 54.733264] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 54.835393] ata1.00: configured for UDMA/100
    [ 54.835419] ata1: EH complete
    [ 54.883575] ata1.00: exception Emask 0x0 SAct 0x8 SErr 0x0 action 0x6
    [ 54.883618] ata1.00: irq_stat 0x40000008
    [ 54.883643] ata1.00: failed command: READ FPDMA QUEUED
    [ 54.883675] ata1.00: cmd 60/08:18:e0:04:b1/00:00:16:00:00/40 tag 3 ncq 4096 in
    res 41/84:08:e4:04:b1/00:00:16:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 54.883756] ata1.00: status: { DRDY ERR }
    [ 54.883779] ata1.00: error: { ICRC ABRT }
    [ 54.883805] ata1: hard resetting link
    [ 55.203636] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 55.301754] ata1.00: configured for UDMA/100
    [ 55.301780] ata1: EH complete
    [ 55.357428] ata1.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x6
    [ 55.357474] ata1.00: irq_stat 0x40000008
    [ 55.357500] ata1.00: failed command: READ FPDMA QUEUED
    [ 55.357532] ata1.00: cmd 60/f0:90:e0:34:a5/00:00:0e:00:00/40 tag 18 ncq 122880 in
    res 41/84:f0:ea:34:a5/00:00:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 55.357613] ata1.00: status: { DRDY ERR }
    [ 55.357636] ata1.00: error: { ICRC ABRT }
    [ 55.357661] ata1: hard resetting link
    [ 55.677344] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 55.779200] ata1.00: configured for UDMA/100
    [ 55.779228] ata1: EH complete
    [ 55.954538] ata1.00: exception Emask 0x0 SAct 0xc0000 SErr 0x0 action 0x6
    [ 55.954585] ata1.00: irq_stat 0x40000008
    [ 55.954610] ata1.00: failed command: READ FPDMA QUEUED
    [ 55.954643] ata1.00: cmd 60/00:90:00:eb:a4/01:00:0e:00:00/40 tag 18 ncq 131072 in
    res 41/84:00:10:eb:a4/00:01:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 55.954725] ata1.00: status: { DRDY ERR }
    [ 55.954748] ata1.00: error: { ICRC ABRT }
    [ 55.954774] ata1: hard resetting link
    [ 56.274496] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 56.367864] ata1.00: configured for UDMA/100
    [ 56.367921] ata1: EH complete
    [ 56.448401] ata1.00: limiting speed to UDMA/33:PIO4
    [ 56.448412] ata1.00: exception Emask 0x0 SAct 0x4 SErr 0x0 action 0x6
    [ 56.448483] ata1.00: irq_stat 0x40000008
    [ 56.448524] ata1.00: failed command: READ FPDMA QUEUED
    [ 56.448578] ata1.00: cmd 60/00:10:58:ec:a4/01:00:0e:00:00/40 tag 2 ncq 131072 in
    res 41/84:00:fe:ec:a4/00:01:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 56.448715] ata1.00: status: { DRDY ERR }
    [ 56.448753] ata1.00: error: { ICRC ABRT }
    [ 56.448798] ata1: hard resetting link
    [ 56.768215] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 56.856253] ata1.00: configured for UDMA/33
    [ 56.856297] ata1: EH complete
    [ 56.898690] ata1.00: exception Emask 0x0 SAct 0x60 SErr 0x0 action 0x6
    [ 56.898770] ata1.00: irq_stat 0x40000008
    [ 56.898816] ata1.00: failed command: READ FPDMA QUEUED
    [ 56.898876] ata1.00: cmd 60/00:30:c8:ee:a4/01:00:0e:00:00/40 tag 6 ncq 131072 in
    res 41/84:00:e8:ee:a4/00:01:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 56.899029] ata1.00: status: { DRDY ERR }
    [ 56.899072] ata1.00: error: { ICRC ABRT }
    [ 56.899121] ata1: hard resetting link
    [ 57.218560] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 57.311513] ata1.00: configured for UDMA/33
    [ 57.311542] ata1: EH complete
    [ 57.355664] ata1.00: exception Emask 0x0 SAct 0x500 SErr 0x0 action 0x6
    [ 57.355754] ata1.00: irq_stat 0x40000008
    [ 57.355806] ata1.00: failed command: READ FPDMA QUEUED
    [ 57.355873] ata1.00: cmd 60/58:50:00:ec:a4/00:00:0e:00:00/40 tag 10 ncq 45056 in
    res 41/84:58:1a:ec:a4/00:00:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 57.356044] ata1.00: status: { DRDY ERR }
    [ 57.356091] ata1.00: error: { ICRC ABRT }
    [ 57.356145] ata1: hard resetting link
    [ 57.675608] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 57.766781] ata1.00: configured for UDMA/33
    [ 57.766816] ata1: EH complete
    [ 57.806077] ata1.00: exception Emask 0x0 SAct 0x3000 SErr 0x0 action 0x6
    [ 57.806134] ata1.00: irq_stat 0x40000008
    [ 57.806164] ata1.00: failed command: READ FPDMA QUEUED
    [ 57.806203] ata1.00: cmd 60/00:68:70:24:a5/01:00:0e:00:00/40 tag 13 ncq 131072 in
    res 41/84:00:f2:24:a5/00:01:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 57.806302] ata1.00: status: { DRDY ERR }
    [ 57.806330] ata1.00: error: { ICRC ABRT }
    [ 57.806362] ata1: hard resetting link
    [ 58.125961] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 58.211103] ata1.00: configured for UDMA/33
    [ 58.211156] ata1: EH complete
    [ 58.249769] ata1.00: exception Emask 0x0 SAct 0x18000 SErr 0x0 action 0x6
    [ 58.249854] ata1.00: irq_stat 0x40000008
    [ 58.249901] ata1.00: failed command: READ FPDMA QUEUED
    [ 58.249962] ata1.00: cmd 60/00:80:20:27:a5/01:00:0e:00:00/40 tag 16 ncq 131072 in
    res 41/84:00:a2:27:a5/00:01:0e:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 58.255626] ata1.00: status: { DRDY ERR }
    [ 58.258790] ata1.00: error: { ICRC ABRT }
    [ 58.261924] ata1: hard resetting link
    [ 58.579657] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 58.666164] ata1.00: configured for UDMA/33
    [ 58.666199] ata1: EH complete
    [ 58.716707] ata1.00: exception Emask 0x0 SAct 0x4000000 SErr 0x0 action 0x6
    [ 58.718539] ata1.00: irq_stat 0x40000008
    [ 58.720328] ata1.00: failed command: READ FPDMA QUEUED
    [ 58.722121] ata1.00: cmd 60/00:d0:68:92:5c/01:00:0f:00:00/40 tag 26 ncq 131072 in
    res 41/84:00:76:92:5c/00:01:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 58.725736] ata1.00: status: { DRDY ERR }
    [ 58.727553] ata1.00: error: { ICRC ABRT }
    [ 58.728965] ata1: hard resetting link
    [ 59.046670] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 59.132488] ata1.00: configured for UDMA/33
    [ 59.132515] ata1: EH complete
    [ 59.180459] ata1.00: exception Emask 0x0 SAct 0x20000000 SErr 0x0 action 0x6
    [ 59.181979] ata1.00: irq_stat 0x40000008
    [ 59.182990] ata1.00: failed command: READ FPDMA QUEUED
    [ 59.183943] ata1.00: cmd 60/f8:e8:68:93:5c/00:00:0f:00:00/40 tag 29 ncq 126976 in
    res 41/84:f8:6a:93:5c/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 59.185831] ata1.00: status: { DRDY ERR }
    [ 59.186778] ata1.00: error: { ICRC ABRT }
    [ 59.187715] ata1: hard resetting link
    [ 59.507035] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 59.610051] ata1.00: configured for UDMA/33
    [ 59.610080] ata1: EH complete
    [ 59.661766] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
    [ 59.663154] ata1.00: irq_stat 0x40000008
    [ 59.664089] ata1.00: failed command: READ FPDMA QUEUED
    [ 59.665027] ata1.00: cmd 60/98:38:60:94:5c/00:00:0f:00:00/40 tag 7 ncq 77824 in
    res 41/84:98:64:94:5c/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 59.666916] ata1.00: status: { DRDY ERR }
    [ 59.669774] ata1.00: error: { ICRC ABRT }
    [ 59.672954] ata1: hard resetting link
    [ 59.990695] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 60.087554] ata1.00: configured for UDMA/33
    [ 60.087600] ata1: EH complete
    [ 60.217903] ata1.00: exception Emask 0x0 SAct 0x80 SErr 0x0 action 0x6
    [ 60.219413] ata1.00: irq_stat 0x40000008
    [ 60.220456] ata1.00: failed command: READ FPDMA QUEUED
    [ 60.221440] ata1.00: cmd 60/20:38:00:1b:3e/00:00:0f:00:00/40 tag 7 ncq 16384 in
    res 41/84:20:18:1b:3e/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 60.223332] ata1.00: status: { DRDY ERR }
    [ 60.224269] ata1.00: error: { ICRC ABRT }
    [ 60.225206] ata1: hard resetting link
    [ 60.544531] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 60.653686] ata1.00: configured for UDMA/33
    [ 60.653713] ata1: EH complete
    [ 60.701540] ata1.00: exception Emask 0x0 SAct 0x400 SErr 0x0 action 0x6
    [ 60.703016] ata1.00: irq_stat 0x40000008
    [ 60.704106] ata1.00: failed command: READ FPDMA QUEUED
    [ 60.705056] ata1.00: cmd 60/88:50:78:1b:3e/00:00:0f:00:00/40 tag 10 ncq 69632 in
    res 41/84:88:78:1b:3e/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 60.706949] ata1.00: status: { DRDY ERR }
    [ 60.707884] ata1.00: error: { ICRC ABRT }
    [ 60.708824] ata1: hard resetting link
    [ 61.028237] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 61.142293] ata1.00: configured for UDMA/33
    [ 61.142319] ata1: EH complete
    [ 61.195399] ata1.00: exception Emask 0x0 SAct 0x8000 SErr 0x0 action 0x6
    [ 61.197750] ata1.00: irq_stat 0x40000008
    [ 61.200089] ata1.00: failed command: READ FPDMA QUEUED
    [ 61.201690] ata1.00: cmd 60/20:78:10:39:38/00:00:0f:00:00/40 tag 15 ncq 16384 in
    res 41/84:20:14:39:38/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 61.204897] ata1.00: status: { DRDY ERR }
    [ 61.206484] ata1.00: error: { ICRC ABRT }
    [ 61.208071] ata1: hard resetting link
    [ 61.525313] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 61.630818] ata1.00: configured for UDMA/33
    [ 61.630845] ata1: EH complete
    [ 61.675724] ata1.00: exception Emask 0x0 SAct 0x40000 SErr 0x0 action 0x6
    [ 61.677345] ata1.00: irq_stat 0x40000008
    [ 61.678943] ata1.00: failed command: READ FPDMA QUEUED
    [ 61.680539] ata1.00: cmd 60/50:90:30:39:38/00:00:0f:00:00/40 tag 18 ncq 40960 in
    res 41/84:50:70:39:38/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 61.683756] ata1.00: status: { DRDY ERR }
    [ 61.685369] ata1.00: error: { ICRC ABRT }
    [ 61.686586] ata1: hard resetting link
    [ 62.005676] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 62.108289] ata1.00: configured for UDMA/33
    [ 62.108316] ata1: EH complete
    [ 62.162783] ata1.00: exception Emask 0x0 SAct 0x400000 SErr 0x0 action 0x6
    [ 62.164411] ata1.00: irq_stat 0x40000008
    [ 62.166015] ata1.00: failed command: READ FPDMA QUEUED
    [ 62.167617] ata1.00: cmd 60/20:b0:d8:c3:3d/00:00:0f:00:00/40 tag 22 ncq 16384 in
    res 41/84:20:d8:c3:3d/00:00:0f:00:00/00 Emask 0x410 (ATA bus error) <F>
    [ 62.170837] ata1.00: status: { DRDY ERR }
    [ 62.172433] ata1.00: error: { ICRC ABRT }
    [ 62.173698] ata1: hard resetting link
    [ 62.492749] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    [ 62.607944] ata1.00: configured for UDMA/33
    [ 62.607974] ata1: EH complete
    Output of smartctl -a /dev/sda
    smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.3-3-ARCH] (local build)
    Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Seagate Laptop SSHD
    Device Model: ST1000LM014-SSHD-8GB
    Serial Number: W3829AM6
    LU WWN Device Id: 5 000c50 07be01372
    Firmware Version: LVD3
    User Capacity: 1,000,204,886,016 bytes [1,00 TB]
    Sector Sizes: 512 bytes logical, 4096 bytes physical
    Rotation Rate: 5400 rpm
    Form Factor: 2.5 inches
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
    SATA Version is: SATA 3.1, 6.0 Gb/s (current: 1.5 Gb/s)
    Local Time is: Sun May 10 11:12:02 2015 CEST
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    See vendor-specific Attribute list for marginal Attributes.
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 150) seconds.
    Offline data collection
    capabilities: (0x73) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    No Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 1) minutes.
    Extended self-test routine
    recommended polling time: ( 198) minutes.
    Conveyance self-test routine
    recommended polling time: ( 2) minutes.
    SCT capabilities: (0x1081) SCT Status supported.
    SMART Attributes Data Structure revision number: 10
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 158141600
    3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
    4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 429
    5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
    7 Seek_Error_Rate 0x000f 073 060 030 Pre-fail Always - 4319585187
    9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 1864
    10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
    12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 437
    184 End-to-End_Error 0x0032 089 089 099 Old_age Always FAILING_NOW 11
    187 Reported_Uncorrect 0x0032 098 098 000 Old_age Always - 2
    188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
    189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
    190 Airflow_Temperature_Cel 0x0022 069 052 045 Old_age Always - 31 (Min/Max 25/31)
    191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
    192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 50
    193 Load_Cycle_Count 0x0032 097 097 000 Old_age Always - 6179
    194 Temperature_Celsius 0x0022 031 048 000 Old_age Always - 31 (0 19 0 0 0)
    197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
    254 Free_Fall_Sensor 0x0032 100 100 000 Old_age Always - 0
    SMART Error Log Version: 1
    ATA Error Count: 13 (device log contains only the most recent five errors)
    CR = Command Register [HEX]
    FR = Features Register [HEX]
    SC = Sector Count Register [HEX]
    SN = Sector Number Register [HEX]
    CL = Cylinder Low Register [HEX]
    CH = Cylinder High Register [HEX]
    DH = Device/Head Register [HEX]
    DC = Device Command Register [HEX]
    ER = Error register [HEX]
    ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    Error 13 occurred at disk power-on lifetime: 1779 hours (74 days + 3 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 10 ff ff ff 4f 00 09:58:41.053 READ FPDMA QUEUED
    60 00 b0 ff ff ff 4f 00 09:58:41.053 READ FPDMA QUEUED
    60 00 30 ff ff ff 4f 00 09:58:41.053 READ FPDMA QUEUED
    ea 00 00 00 00 00 a0 00 09:58:40.403 FLUSH CACHE EXT
    61 00 08 ff ff ff 4f 00 09:58:40.403 WRITE FPDMA QUEUED
    Error 12 occurred at disk power-on lifetime: 1722 hours (71 days + 18 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 00 ff ff ff 4f 00 00:01:28.048 READ FPDMA QUEUED
    60 00 00 ff ff ff 4f 00 00:01:28.048 READ FPDMA QUEUED
    60 00 08 ff ff ff 4f 00 00:01:28.047 READ FPDMA QUEUED
    60 00 00 ff ff ff 4f 00 00:01:28.047 READ FPDMA QUEUED
    60 00 30 50 3a c5 4e 00 00:01:28.045 READ FPDMA QUEUED
    Error 11 occurred at disk power-on lifetime: 1537 hours (64 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 00 ff ff ff 4f 00 00:00:35.199 READ FPDMA QUEUED
    60 00 20 ff ff ff 4f 00 00:00:35.198 READ FPDMA QUEUED
    60 00 08 10 10 2b 4f 00 00:00:35.188 READ FPDMA QUEUED
    60 00 e0 20 e0 78 4f 00 00:00:35.187 READ FPDMA QUEUED
    60 00 90 68 e1 78 4f 00 00:00:35.185 READ FPDMA QUEUED
    Error 10 occurred at disk power-on lifetime: 1525 hours (63 days + 13 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 a0 ff ff ff 4f 00 00:00:15.374 READ FPDMA QUEUED
    60 00 08 ff ff ff 4f 00 00:00:15.373 READ FPDMA QUEUED
    60 00 08 ff ff ff 4f 00 00:00:15.373 READ FPDMA QUEUED
    60 00 80 ff ff ff 4f 00 00:00:15.370 READ FPDMA QUEUED
    60 00 68 ff ff ff 4f 00 00:00:15.370 READ FPDMA QUEUED
    Error 9 occurred at disk power-on lifetime: 1525 hours (63 days + 13 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 08 e0 9e 31 4f 00 00:00:15.146 READ FPDMA QUEUED
    60 00 a8 ff ff ff 4f 00 00:00:15.073 READ FPDMA QUEUED
    60 00 18 ff ff ff 4f 00 00:00:15.072 READ FPDMA QUEUED
    60 00 98 ff ff ff 4f 00 00:00:15.072 READ FPDMA QUEUED
    60 00 00 ff ff ff 4f 00 00:00:15.068 READ FPDMA QUEUED
    SMART Self-test log structure revision number 1
    No self-tests have been logged. [To run self-tests, use: smartctl -t]
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    Is this software bug or hard drive failure? Thanks in advance.

    Thanks for your answers.
    2ion wrote:
    Not necessarily, this is a Seagate hard drive. AFAIK Seek Error Rate and Raw Read Error Rate are 48bit values where the lower 24bit encode the total number of sectors read/saught (which overflows to zero) and the upper 24bit encode the acutal errors.
    smartctl -v 1,hex48 -v 7,hex48 -a /dev/sda
    should display OP's  data in a usuable format.
    In fact, I turned my recently purchased laptop in for a hard disk replacement of almost the same type as OP (ST500LM000-SSHD-8GB) twice, but all three drives of this type I had provided SMART values which were more of an oracle rather than data useful for monitoring purposes. Forums are full with people unsure about what to do with this kind of drives. If you google for the End-to-End errors with Seagate drives (here marked as FAILING!), you'll find people reporting that Seagate's own tools do not report any errors despite the attribute in question being reported by monitoring tools just as bad... Seagate is the horror. So, I'd say that it is rather uncertain whether the SMART values are connected to the actual drive failing or a faulty cable.
    OP, did you see these errors from the beginning or after a certain time, or perhaps after a kernel upgrade? Did you check the drive's cable? What was the situation before these errors showed up (maybe under Windows?)
    smartctl -v 1,hex48 -v 7,hex48 -a /dev/sda
    smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.19.3-3-ARCH] (local build)
    Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
    === START OF INFORMATION SECTION ===
    Model Family: Seagate Laptop SSHD
    Device Model: ST1000LM014-SSHD-8GB
    Serial Number: W3829AM6
    LU WWN Device Id: 5 000c50 07be01372
    Firmware Version: LVD3
    User Capacity: 1,000,204,886,016 bytes [1,00 TB]
    Sector Sizes: 512 bytes logical, 4096 bytes physical
    Rotation Rate: 5400 rpm
    Form Factor: 2.5 inches
    Device is: In smartctl database [for details use: -P show]
    ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b
    SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
    Local Time is: Mon May 11 12:09:29 2015 CEST
    SMART support is: Available - device has SMART capability.
    SMART support is: Enabled
    === START OF READ SMART DATA SECTION ===
    SMART overall-health self-assessment test result: PASSED
    See vendor-specific Attribute list for marginal Attributes.
    General SMART Values:
    Offline data collection status: (0x00) Offline data collection activity
    was never started.
    Auto Offline Data Collection: Disabled.
    Self-test execution status: ( 0) The previous self-test routine completed
    without error or no self-test has ever
    been run.
    Total time to complete Offline
    data collection: ( 150) seconds.
    Offline data collection
    capabilities: (0x73) SMART execute Offline immediate.
    Auto Offline data collection on/off support.
    Suspend Offline collection upon new
    command.
    No Offline surface scan supported.
    Self-test supported.
    Conveyance Self-test supported.
    Selective Self-test supported.
    SMART capabilities: (0x0003) Saves SMART data before entering
    power-saving mode.
    Supports SMART auto save timer.
    Error logging capability: (0x01) Error logging supported.
    General Purpose Logging supported.
    Short self-test routine
    recommended polling time: ( 1) minutes.
    Extended self-test routine
    recommended polling time: ( 198) minutes.
    Conveyance self-test routine
    recommended polling time: ( 2) minutes.
    SCT capabilities: (0x1081) SCT Status supported.
    SMART Attributes Data Structure revision number: 10
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
    1 Raw_Read_Error_Rate 0x000f 115 099 006 Pre-fail Always - 0x000005184840
    3 Spin_Up_Time 0x0003 097 097 000 Pre-fail Always - 0
    4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 433
    5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
    7 Seek_Error_Rate 0x000f 073 060 030 Pre-fail Always - 0x0001017be679
    9 Power_On_Hours 0x0032 098 098 000 Old_age Always - 1880
    10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
    12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 441
    184 End-to-End_Error 0x0032 089 089 099 Old_age Always FAILING_NOW 11
    187 Reported_Uncorrect 0x0032 098 098 000 Old_age Always - 2
    188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
    189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
    190 Airflow_Temperature_Cel 0x0022 061 052 045 Old_age Always - 39 (Min/Max 37/39)
    191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 0
    192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 50
    193 Load_Cycle_Count 0x0032 097 097 000 Old_age Always - 6282
    194 Temperature_Celsius 0x0022 039 048 000 Old_age Always - 39 (0 19 0 0 0)
    197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
    198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
    199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0
    254 Free_Fall_Sensor 0x0032 100 100 000 Old_age Always - 0
    SMART Error Log Version: 1
    ATA Error Count: 13 (device log contains only the most recent five errors)
    CR = Command Register [HEX]
    FR = Features Register [HEX]
    SC = Sector Count Register [HEX]
    SN = Sector Number Register [HEX]
    CL = Cylinder Low Register [HEX]
    CH = Cylinder High Register [HEX]
    DH = Device/Head Register [HEX]
    DC = Device Command Register [HEX]
    ER = Error register [HEX]
    ST = Status register [HEX]
    Powered_Up_Time is measured from power on, and printed as
    DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
    SS=sec, and sss=millisec. It "wraps" after 49.710 days.
    Error 13 occurred at disk power-on lifetime: 1779 hours (74 days + 3 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 10 ff ff ff 4f 00 09:58:41.053 READ FPDMA QUEUED
    60 00 b0 ff ff ff 4f 00 09:58:41.053 READ FPDMA QUEUED
    60 00 30 ff ff ff 4f 00 09:58:41.053 READ FPDMA QUEUED
    ea 00 00 00 00 00 a0 00 09:58:40.403 FLUSH CACHE EXT
    61 00 08 ff ff ff 4f 00 09:58:40.403 WRITE FPDMA QUEUED
    Error 12 occurred at disk power-on lifetime: 1722 hours (71 days + 18 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 00 ff ff ff 4f 00 00:01:28.048 READ FPDMA QUEUED
    60 00 00 ff ff ff 4f 00 00:01:28.048 READ FPDMA QUEUED
    60 00 08 ff ff ff 4f 00 00:01:28.047 READ FPDMA QUEUED
    60 00 00 ff ff ff 4f 00 00:01:28.047 READ FPDMA QUEUED
    60 00 30 50 3a c5 4e 00 00:01:28.045 READ FPDMA QUEUED
    Error 11 occurred at disk power-on lifetime: 1537 hours (64 days + 1 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 00 ff ff ff 4f 00 00:00:35.199 READ FPDMA QUEUED
    60 00 20 ff ff ff 4f 00 00:00:35.198 READ FPDMA QUEUED
    60 00 08 10 10 2b 4f 00 00:00:35.188 READ FPDMA QUEUED
    60 00 e0 20 e0 78 4f 00 00:00:35.187 READ FPDMA QUEUED
    60 00 90 68 e1 78 4f 00 00:00:35.185 READ FPDMA QUEUED
    Error 10 occurred at disk power-on lifetime: 1525 hours (63 days + 13 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 a0 ff ff ff 4f 00 00:00:15.374 READ FPDMA QUEUED
    60 00 08 ff ff ff 4f 00 00:00:15.373 READ FPDMA QUEUED
    60 00 08 ff ff ff 4f 00 00:00:15.373 READ FPDMA QUEUED
    60 00 80 ff ff ff 4f 00 00:00:15.370 READ FPDMA QUEUED
    60 00 68 ff ff ff 4f 00 00:00:15.370 READ FPDMA QUEUED
    Error 9 occurred at disk power-on lifetime: 1525 hours (63 days + 13 hours)
    When the command that caused the error occurred, the device was active or idle.
    After command completion occurred, registers were:
    ER ST SC SN CL CH DH
    40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
    Commands leading to the command that caused the error were:
    CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
    60 00 08 e0 9e 31 4f 00 00:00:15.146 READ FPDMA QUEUED
    60 00 a8 ff ff ff 4f 00 00:00:15.073 READ FPDMA QUEUED
    60 00 18 ff ff ff 4f 00 00:00:15.072 READ FPDMA QUEUED
    60 00 98 ff ff ff 4f 00 00:00:15.072 READ FPDMA QUEUED
    60 00 00 ff ff ff 4f 00 00:00:15.068 READ FPDMA QUEUED
    SMART Self-test log structure revision number 1
    Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
    # 1 Short offline Completed without error 00% 1871 -
    SMART Selective self-test log data structure revision number 1
    SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
    1 0 0 Not_testing
    2 0 0 Not_testing
    3 0 0 Not_testing
    4 0 0 Not_testing
    5 0 0 Not_testing
    Selective self-test flags (0x0):
    After scanning selected spans, do NOT read-scan remainder of disk.
    If Selective self-test is pending on power-up, resume after 0 minute delay.
    These errors just appeared, not after upgrade and I didn't get them in the beginning. The situation before errors - everything worked exactly the same, I see no difference in performance, except that few seconds long freeze that sometimes happen. Can't tell about Windows, I have it pre-installed but never used it so I can't compare. I didn't check the cable, and I'd rather not do that - I don't want to mess with hardware, if I do something wrong I lose the warranty. If something is wrong then I'd rather have it checked and fixed by someone who knows how to do that (and for free, because I still have the warranty).

  • Bus error in starting Xorg

    I've been trying to get Xorg to work, but I've been having some issues.
    I worked out all the warnings indicated in my /var/log/Xorg.0.log but the main issue seems to be in line 112 to 115,
    Bus error at address 0xb73c88c0
    Fatal server error:
    Caught signal 7 (Bus error). Server aborting
    But I don't really know how to fix it, and I can't find any documentation of this error.
    The same thing happens with my xorg.conf and with running without an xorg.conf
    I'm running it on an Acer Aspire One, which has Intel 945GME integrated graphics
    Here's the /var/log/Xorg.0.log
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.1.902 (1.7.2 RC 2)
    Release Date: 2009-11-20
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.31-ARCH i686
    Current Operating System: Linux arcturus 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:48:17 CET 2009 i686
    Kernel command line: root=/dev/disk/by-uuid/a3d0fabc-c02c-40de-8157-2e190b743506 ro
    Build Date: 21 November 2009 10:31:54AM
    Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Dec 10 01:39:16 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "DontZap" "false"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AllowEmptyInput" "false"
    (**) Option "AutoAddDevices" "false"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x81e5760
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (--) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:27ae:1025:015b Intel Corporation Mobile 945GME Express Integrated Graphics Controller rev 3, Mem @ 0x78480000/524288, 0x60000000/268435456, 0x78500000/262144, I/O @ 0x000060c0/8
    (--) PCI: (0:0:2:1) 8086:27a6:1025:015b Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0x78400000/524288
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Backtrace:
    0: /usr/bin/X (xorg_backtrace+0x3b) [0x809ccab]
    1: /usr/bin/X (0x8048000+0x52ff5) [0x809aff5]
    2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb787440c]
    3: /lib/ld-linux.so.2 (0xb7875000+0x78a7) [0xb787c8a7]
    4: /lib/ld-linux.so.2 (0xb7875000+0x12236) [0xb7887236]
    5: /lib/ld-linux.so.2 (0xb7875000+0xde46) [0xb7882e46]
    6: /lib/ld-linux.so.2 (0xb7875000+0x11cd3) [0xb7886cd3]
    7: /lib/libdl.so.2 (0xb7861000+0xbeb) [0xb7861beb]
    8: /lib/ld-linux.so.2 (0xb7875000+0xde46) [0xb7882e46]
    9: /lib/libdl.so.2 (0xb7861000+0x107c) [0xb786207c]
    10: /lib/libdl.so.2 (dlopen+0x41) [0xb7861b21]
    11: /usr/bin/X (0x8048000+0x105927) [0x814d927]
    12: /usr/bin/X (0x8048000+0x1056c2) [0x814d6c2]
    13: /usr/bin/X (0x8048000+0x1072c2) [0x814f2c2]
    14: /usr/bin/X (xf86LoadModules+0xe8) [0x80a3f78]
    15: /usr/bin/X (InitOutput+0x21b) [0x80a5e5b]
    16: /usr/bin/X (0x8048000+0x1a990) [0x8062990]
    17: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb74b5b86]
    18: /usr/bin/X (0x8048000+0x1a731) [0x8062731]
    Bus error at address 0xb73c88c0
    Fatal server error:
    Caught signal 7 (Bus error). Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    And here's my xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AllowEmptyInput" "false"
    Option "AutoAddDevices" "false"
    Option "DontZap" "false"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "record"
    Load "glx"
    Load "dri2"
    Load "dri"
    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 "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GME Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Thanks,
    David

    chao06 wrote:do some mirrors update faster than others?  the latest version that I can find in repo is 1.7.2-2 (which also doesn't work)
    Yes, I had to change my mirror as updates were slow to appear. You can check for a reliable mirror from http://wiki.archlinux.org/index.php/Mir … ror_status

  • Module bus errors after update

    I did a system update tonight and now I've got a problem.
    The upgrade seemed to go fine, I didn't notice any issues, so I upgrated my virutalbox_bin from aur as well.
    It exited with:
    FATAL: Module vboxdrv not found
    So I tried:
    sudo modprobe vboxdrv
    and got the same.
    Then I rebooted and the boot messages don't look too good, can't find vboxdrv then below that a message saying Updating module dependencies..... This fails with a
    /etc/rc.d/functions line 136: 4056 Bus error
    It manages to boot, and I tried running depmod manually, but I also get a bus error here.
    What's going on? What should I do next?
    Thanks,
      Jeremy

    I managed to insert the vboxdrv.ko using "insmod vboxdrv.ko" from /lib/modules/2.6.33-ARCH/misc.
    This works, and VirtualBox correctly uses the module and runs fine.
    But, modprobe still fails.
    The module is good, the path to the module looks right (matches uname -r).
    I can't even find any helpful messages in /var/log/ or dmesg. 
    Can someone give me a pointer?
    Thanks,
      Jeremy

  • Digikam doesn't sturt, bus error

    Hi,
    I'm running kdemod 4.3, started by GDM and I've tried the digikam in the repos and digikam-beta from AUR.
    With both if I first start them the wizard is shown but the application itself never. Any following start results in a "bus error". I don't know what exactly is meant by this. Dbus is running.. but I don't know how to find out if it works properly or if it is the problem.
    Can anybody help me?
    thx

    byte wrote:
    snack wrote:- is there a good reason why pacman didn't warn me about this dependency problem? I was ignoring the updates of qt due to the Lancelot problem, but in my view pacman should at least give a warning when trying to install a package whose dependencies cannot be resolved due to explicit upgrade ignore.
    There was no problem.
    Dependency tree goes like this (roughly): digikam -> kdegraphics/kdepimlibs -> kdelibs -> stuff like phonon/soprano/strigi -> qt
    So for pacman, there was no qt dependency involved at all for the digikam upgrade.
    Thank you, that restores my full trust in pacman (the main, but not only, reason why I prefer Arch over all that *buntu stuff out there... ). But it also means that the rolling release system adopted by Arch is prone to this kind of errors (a very fair trade, in my opinion, since pacman is easily the best package manager I've ever seen).

Maybe you are looking for

  • Difficult Pixal Aspect Ratio problem

    I am having trouble with the PAR (and Screen Aspect Ratio) from one particular camera that belongs to the client. It's a Sony SR-100 SD camera that records some form of MPEG-2 directly to a HDD. Normally I don't have trouble sussing out aspect ratios

  • Third party is sending IDOC (EDI_DC40 relevant?)

    Hi, I need to send an IDOC from a third party to an SAP system via XI. My problem is the first part: ThirdParty->IDOC. Now I have done the following steps: - RFC connection between Third party and XI works fine - define Third Party as busines system

  • After the upgrade of SAP the screen got changed

    the available tab in the screen got changed after the upgradation. the changes of the upgrade has been transported to testinf server . But in production system the tabs are different in Project System CJ20N. Here earlier it was artist but aftre upgra

  • Kind of New to Java

    Well i'm still on my quest to learn java and so for yet another test of my skills thus far, I came up with this program. The only thing that is left is that I can't get my program to take the diameter and color the user enters and draw a circle with

  • Exported pictures look different when uploaded to websites.

    I noticed that exported pictures from Lightroom  uploaded to Facebook or Shutterfly look different that when viewing the same exported pictures on my pc. Why is that?  The exported pictures were not adjusted, maybe only cropped and red eyes were remo