Checksumming filesystems

Are BTRFS, ZFS, or ZFS Fuse ready for production use?
I care a whole lot about the integrity of my data.  I've had problems with XFS and EXT4 over the md device driver that turned out to be a bug in the Silicon Image 3132 chipset.  It quietly corrupts data.
These checksumming filesystems sound like the answer but are they ready?
BTRFS is pretty new but might have the most mature code of the three on the linux platform.
The paint is still wet on native Linux ZFS but I have to assume the original source code was rock solid before they ported it so it shouldn't take long to stabilize.
ZFS Fuse is said to be slow but I don't care much about speed.  Can I trust my data to it?
My main storage is on two very large RAID 5 arrays.  Currently, one is on EXT4 and the other is on XFS.  They are rsync'd regularly to for redundancy.  Is it reasonable to convert the primary array to ZFS?

I see nobody is interested in commenting.  These discussions frequently seem to turn into jihads based on platform politics so maybe this is why there are a small number of huge threads with vitriol and uninformed commentary.  I'm going to try to boil it down to some pretty lame basics that should be obvious, but aren't entirely.
This is based on weeks of reading, a few facts, lots of assumptions, and some experience.  I invite comments or criticism.
Preface: This research started when I realized my 14TB disk array was quietly corrupting my files.  ...  almost all of my files.  It was shocking that neither RAID nor filesystem were able to effect any positive influence on the integrity of my data.
Here's a CERN paper on Data Integrity.  It seems to be a key paper that has people buzzing, either in disbelief, or panic.  Consider me in the later reactive category.  lol!
http://indico.cern.ch/getFile.py/access … nfId=13797
The options:
md_mod/XFS -> Fast.  Venerable.  This setup is popular and will protect data against some types of drive failure but leaves data subject to bit rot and various forms of quiet corruption.  Your files can easily become corrupt with no warning or errors of any kind.
hardware RAID/XFS -> Fast (typically a touch slower than md_mod but far less taxing on the CPU than md_mod).  This setup will protect data against some types of drive failure but leaves data subject to bit rot and various forms of quiet corruption.  Your files can easily become corrupt with no warning or errors of any kind.
BTRFS - New.  Interesting.  Fast for a checksumming filesystem.  Still in the birthing process, it should be sufficiently stable for critical application use in 4~5 years.
Native ZFS - Very new.  Fast for a checksumming filesystem.  Highly venerable pedigree.  Too new to fully trust but with it's impeccable heritage and relatively small amount of linux glue code versus actual filesystem code, it should be well stable in 12~18 months.
ZFS Fuse - Mature.  Adequate speed.  This filesystem seems to have been stable since roughly 2008.  Given the bullet proof Sun roots of the filesystem and relatively long term use, it seems reasonable that the Linux integration code is stable at this time.  While ZFS Fuse will not pick up bit rot and quiet corruption dynamically, it can be tested occasionally with "zfs scrub <pool>".
Risk assessment criteria:
- data integrity
Risk assessment in order of least risk to most risk
- ZFS Fuse
- md_mod/XFS
- hardware RAID/XFS
- native ZFS
- BTRFS
Conclusion:
If the criteria is purely data integrity in a large data store, it looks to me like ZFS Fuse is the system to go with.

Similar Messages

  • Read only filesystem problem

    Hi,
    I have a strange problem. After some time of running archlinux the root filesystem suddenly becomes read-only. It happened 3 times yet. I'm using LVM and the root volume is /dev/mapper/VG0-archlinux2 and filesystem type is reiserfs.
    If i tried to remount it read-write using command
    mount -o remount,rw /
    i got this:
    sudo: unable to open /var/db/sudo/uiii/3: Read-only file system
    mount: /dev/mapper/VG0-archlinux2: can't read superblock
    Only reboot helps.
    my machine is (uname -a):
    Linux uiii-arch 3.5.4-1-ARCH #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012 x86_64 GNU/Linux
    /etc/mtab (when problem occured):
    rootfs / rootfs rw 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    dev /dev devtmpfs rw,nosuid,relatime,size=1990100k,nr_inodes=497525,mode=755 0 0
    run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
    /dev/mapper/VG0-archlinux2 / reiserfs ro,relatime 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
    tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
    /dev/sda1 /boot ext2 rw,relatime 0 0
    /dev/mapper/VG0-uloziste /mnt/uloziste ext4 rw,relatime,data=ordered 0 0
    binfmt /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
    gvfs-fuse-daemon /home/uiii/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,relatime,user_id=1000,group_id=100 0 0
    dmesg output is this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.5.4-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Sep 15 08:12:04 CEST 2012
    [ 0.000000] Command line: root=/dev/mapper/VG0-archlinux2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfedffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee0000-0x00000000cfee2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee3000-0x00000000cfeeffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA790X-UD4/GA-MA790X-UD4, BIOS F3 06/03/2009
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x130000 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-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    [ 0.000000] 3 base 0000CFF00000 mask FFFFFFF00000 uncachable
    [ 0.000000] 4 base 000100000000 mask FFFFE0000000 write-back
    [ 0.000000] 5 base 000120000000 mask FFFFF0000000 write-back
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000130000000 aka 4864M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xcff00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcfee0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f5600-0x000f560f] mapped at [ffff8800000f5600]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xcfedffff]
    [ 0.000000] [mem 0x00000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xcfdfffff] page 2M
    [ 0.000000] [mem 0xcfe00000-0xcfedffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xcfedffff @ [mem 0x1f9fd000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x12fffffff]
    [ 0.000000] [mem 0x100000000-0x12fffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x12fffffff @ [mem 0xcfede000-0xcfedffff]
    [ 0.000000] RAMDISK: [mem 0x7fc62000-0x7fffefff]
    [ 0.000000] ACPI: RSDP 00000000000f7010 00014 (v00 GBT )
    [ 0.000000] ACPI: RSDT 00000000cfee3000 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: FACP 00000000cfee3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: DSDT 00000000cfee30c0 05980 (v01 GBT GBTUACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 00000000cfee0000 00040
    [ 0.000000] ACPI: SSDT 00000000cfee8b00 008F5 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: HPET 00000000cfee9400 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    [ 0.000000] ACPI: MCFG 00000000cfee9440 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: TAMG 00000000cfee9480 0030A (v01 GBT GBT B0 5455312E BG?? 53450101)
    [ 0.000000] ACPI: APIC 00000000cfee8a40 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    [ 0.000000] NODE_DATA [mem 0x12fffc000-0x12fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x12fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xcfedffff]
    [ 0.000000] node 0: [mem 0x100000000-0x12fffffff]
    [ 0.000000] On node 0 totalpages: 1048175
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 831264 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3072 pages used for memmap
    [ 0.000000] Normal zone: 193536 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 33, 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 low 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: 0x10b9a201 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 1 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfee0000 - 00000000cfee3000
    [ 0.000000] PM: Registered nosave memory: 00000000cfee3000 - 00000000cfef0000
    [ 0.000000] PM: Registered nosave memory: 00000000cfef0000 - 00000000cff00000
    [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88012fc00000 s83392 r8192 d23104 u524288
    [ 0.000000] pcpu-alloc: s83392 r8192 d23104 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: 1028713
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/mapper/VG0-archlinux2 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    [ 0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
    [ 0.000000] Memory: 3980204k/4980736k available (4645k kernel code, 788036k absent, 212496k reserved, 4207k data, 760k init)
    [ 0.000000] SLUB: Genslabs=15, 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] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 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.003333] Fast TSC calibration using PIT
    [ 0.006666] Detected 2813.035 MHz processor.
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5628.48 BogoMIPS (lpj=9376783)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000027] Security Framework initialized
    [ 0.000031] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000260] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001554] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.002140] Mount-cache hash table entries: 256
    [ 0.002315] Initializing cgroup subsys cpuacct
    [ 0.002317] Initializing cgroup subsys memory
    [ 0.002326] Initializing cgroup subsys devices
    [ 0.002327] Initializing cgroup subsys freezer
    [ 0.002328] Initializing cgroup subsys net_cls
    [ 0.002330] Initializing cgroup subsys blkio
    [ 0.002349] tseg: 00cff00000
    [ 0.002351] CPU: Physical Processor ID: 0
    [ 0.002352] CPU: Processor Core ID: 0
    [ 0.002353] mce: CPU supports 6 MCE banks
    [ 0.002358] LVT offset 0 assigned for vector 0xf9
    [ 0.002362] using AMD E400 aware idle routine
    [ 0.002998] ACPI: Core revision 20120320
    [ 0.019730] ftrace: allocating 17970 entries in 71 pages
    [ 0.027072] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.060076] CPU0: AMD Phenom(tm) II X3 720 Processor stepping 02
    [ 0.165799] Performance Events: AMD PMU driver.
    [ 0.165802] ... version: 0
    [ 0.165803] ... bit width: 48
    [ 0.165803] ... generic registers: 4
    [ 0.165804] ... value mask: 0000ffffffffffff
    [ 0.165805] ... max period: 00007fffffffffff
    [ 0.165806] ... fixed-purpose events: 0
    [ 0.165807] ... event mask: 000000000000000f
    [ 0.185858] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.199154] Booting Node 0, Processors #1 #2
    [ 0.235675] Brought up 3 CPUs
    [ 0.235679] Total of 3 processors activated (16884.46 BogoMIPS).
    [ 0.239344] devtmpfs: initialized
    [ 0.240745] PM: Registering ACPI NVS region [mem 0xcfee0000-0xcfee2fff] (12288 bytes)
    [ 0.241490] NET: Registered protocol family 16
    [ 0.241574] node 0 link 0: io port [c000, ffff]
    [ 0.241576] TOM: 00000000d0000000 aka 3328M
    [ 0.241578] Fam 10h mmconf [mem 0xe0000000-0xe00fffff]
    [ 0.241580] node 0 link 0: mmio [a0000, bffff]
    [ 0.241582] node 0 link 0: mmio [d0000000, dfffffff]
    [ 0.241584] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.241586] node 0 link 0: mmio [e0000000, e03fffff] ==> [e0100000, e03fffff]
    [ 0.241588] TOM2: 0000000130000000 aka 4864M
    [ 0.241589] bus: [00, 03] on node 0 link 0
    [ 0.241590] bus: 00 [io 0x0000-0xffff]
    [ 0.241591] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.241592] bus: 00 [mem 0xd0000000-0xdfffffff]
    [ 0.241593] bus: 00 [mem 0xe0400000-0xffffffff]
    [ 0.241594] bus: 00 [mem 0xe0100000-0xe03fffff]
    [ 0.241595] bus: 00 [mem 0x130000000-0xfcffffffff]
    [ 0.241649] ACPI: bus type pci registered
    [ 0.241696] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.241698] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.252350] PCI: Using configuration type 1 for base access
    [ 0.252819] bio: create slab <bio-0> at 0
    [ 0.252870] ACPI: Added _OSI(Module Device)
    [ 0.252871] ACPI: Added _OSI(Processor Device)
    [ 0.252872] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.252873] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.253366] ACPI: EC: Look up EC in DSDT
    [ 0.258796] ACPI: Interpreter enabled
    [ 0.258802] ACPI: (supports S0 S3 S4 S5)
    [ 0.258819] ACPI: Using IOAPIC for interrupt routing
    [ 0.261632] ACPI: No dock devices found.
    [ 0.261636] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.261677] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.261731] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.261733] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.261735] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.261737] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff]
    [ 0.261738] pci_root PNP0A03:00: host bridge window [mem 0xd0000000-0xfebfffff]
    [ 0.261768] PCI host bridge to bus 0000:00
    [ 0.261770] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.261772] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.261773] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.261775] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    [ 0.261777] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff]
    [ 0.261786] pci 0000:00:00.0: [1002:5958] type 00 class 0x060000
    [ 0.261797] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.261830] pci 0000:00:02.0: [1002:5978] type 01 class 0x060400
    [ 0.261858] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.261878] pci 0000:00:0a.0: [1002:597f] type 01 class 0x060400
    [ 0.261906] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.261931] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    [ 0.261949] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07]
    [ 0.261958] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.261967] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.261976] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.261985] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.261994] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.262013] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.262058] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.262070] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.262132] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
    [ 0.262145] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.262212] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.262230] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff]
    [ 0.262309] pci 0000:00:12.2: supports D1 D2
    [ 0.262311] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.262334] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.262346] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.262408] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
    [ 0.262421] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.262493] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.262511] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.262590] pci 0000:00:13.2: supports D1 D2
    [ 0.262591] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.262616] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.262711] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    [ 0.262726] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.262735] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.262744] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.262753] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.262762] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f]
    [ 0.262817] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.262837] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    [ 0.262901] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.262915] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.262987] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.263028] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.263041] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff]
    [ 0.263105] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.263119] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.263130] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.263141] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.263155] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.263201] pci 0000:01:00.0: [10de:05e2] type 00 class 0x030000
    [ 0.263210] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
    [ 0.263219] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.263229] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.263235] pci 0000:01:00.0: reg 24: [io 0xef00-0xef7f]
    [ 0.263242] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0007ffff pref]
    [ 0.269149] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.269155] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.269157] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.269161] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.269200] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.269213] pci 0000:02:00.0: reg 10: [io 0xde00-0xdeff]
    [ 0.269232] pci 0000:02:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    [ 0.269245] pci 0000:02:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref]
    [ 0.269253] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.269300] pci 0000:02:00.0: supports D1 D2
    [ 0.269301] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.275814] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.275820] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.275822] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.275825] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.275865] pci 0000:03:07.0: [168c:001a] type 00 class 0x020000
    [ 0.275887] pci 0000:03:07.0: reg 10: [mem 0xfdee0000-0xfdeeffff]
    [ 0.276014] pci 0000:03:0e.0: [104c:8024] type 00 class 0x0c0010
    [ 0.276035] pci 0000:03:0e.0: reg 10: [mem 0xfdeff000-0xfdeff7ff]
    [ 0.276047] pci 0000:03:0e.0: reg 14: [mem 0xfdef8000-0xfdefbfff]
    [ 0.276136] pci 0000:03:0e.0: supports D1 D2
    [ 0.276138] pci 0000:03:0e.0: PME# supported from D0 D1 D2 D3hot
    [ 0.276174] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.276177] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.276181] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.276185] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff pref]
    [ 0.276186] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.276188] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.276190] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.276191] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    [ 0.276193] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xfebfffff] (subtractive decode)
    [ 0.276205] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.276360] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.276399] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.276426] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT]
    [ 0.276447] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.276449] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.276450] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.282962] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.282993] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283022] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283049] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283077] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283104] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283131] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283158] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.283250] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.283252] vgaarb: loaded
    [ 0.283253] vgaarb: bridge control possible 0000:01:00.0
    [ 0.283281] PCI: Using ACPI for IRQ routing
    [ 0.291632] PCI: pci_cache_line_size set to 64 bytes
    [ 0.291638] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.291701] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.291703] e820: reserve RAM buffer [mem 0xcfee0000-0xcfffffff]
    [ 0.291778] NetLabel: Initializing
    [ 0.291779] NetLabel: domain hash size = 128
    [ 0.291780] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.291789] NetLabel: unlabeled traffic allowed by default
    [ 0.291804] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.291807] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    [ 0.293841] Switching to clocksource hpet
    [ 0.298189] pnp: PnP ACPI init
    [ 0.298200] ACPI: bus type pnp registered
    [ 0.298257] pnp 00:00: [bus 00-ff]
    [ 0.298260] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.298262] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.298264] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.298265] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.298267] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.298268] pnp 00:00: [mem 0xd0000000-0xfebfffff window]
    [ 0.298295] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.298303] pnp 00:01: [io 0x0010-0x001f]
    [ 0.298304] pnp 00:01: [io 0x0022-0x003f]
    [ 0.298306] pnp 00:01: [io 0x0044-0x005f]
    [ 0.298307] pnp 00:01: [io 0x0062-0x0063]
    [ 0.298308] pnp 00:01: [io 0x0065-0x006f]
    [ 0.298310] pnp 00:01: [io 0x0074-0x007f]
    [ 0.298311] pnp 00:01: [io 0x0091-0x0093]
    [ 0.298312] pnp 00:01: [io 0x00a2-0x00bf]
    [ 0.298313] pnp 00:01: [io 0x00e0-0x00ef]
    [ 0.298315] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.298316] pnp 00:01: [io 0x0220-0x0225]
    [ 0.298317] pnp 00:01: [io 0x0290-0x0294]
    [ 0.298353] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.298355] system 00:01: [io 0x0220-0x0225] has been reserved
    [ 0.298356] system 00:01: [io 0x0290-0x0294] has been reserved
    [ 0.298359] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.298785] pnp 00:02: [io 0x4100-0x411f]
    [ 0.298789] pnp 00:02: [io 0x0228-0x022f]
    [ 0.298791] pnp 00:02: [io 0x040b]
    [ 0.298792] pnp 00:02: [io 0x04d6]
    [ 0.298793] pnp 00:02: [io 0x0c00-0x0c01]
    [ 0.298794] pnp 00:02: [io 0x0c14]
    [ 0.298796] pnp 00:02: [io 0x0c50-0x0c52]
    [ 0.298797] pnp 00:02: [io 0x0c6c-0x0c6d]
    [ 0.298798] pnp 00:02: [io 0x0c6f]
    [ 0.298799] pnp 00:02: [io 0x0cd0-0x0cd1]
    [ 0.298801] pnp 00:02: [io 0x0cd2-0x0cd3]
    [ 0.298802] pnp 00:02: [io 0x0cd4-0x0cdf]
    [ 0.298803] pnp 00:02: [io 0x4000-0x40fe]
    [ 0.298804] pnp 00:02: [io 0x4210-0x4217]
    [ 0.298806] pnp 00:02: [io 0x0b00-0x0b0f]
    [ 0.298807] pnp 00:02: [io 0x0b10-0x0b1f]
    [ 0.298808] pnp 00:02: [io 0x0b20-0x0b3f]
    [ 0.298810] pnp 00:02: [mem 0x00000000-0x00000fff window]
    [ 0.298812] pnp 00:02: [mem 0xfee00400-0xfee00fff window]
    [ 0.298818] pnp 00:02: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.298844] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0007ffff pref]
    [ 0.298848] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref]
    [ 0.298885] system 00:02: [io 0x4100-0x411f] has been reserved
    [ 0.298887] system 00:02: [io 0x0228-0x022f] has been reserved
    [ 0.298889] system 00:02: [io 0x040b] has been reserved
    [ 0.298891] system 00:02: [io 0x04d6] has been reserved
    [ 0.298892] system 00:02: [io 0x0c00-0x0c01] has been reserved
    [ 0.298894] system 00:02: [io 0x0c14] has been reserved
    [ 0.298896] system 00:02: [io 0x0c50-0x0c52] has been reserved
    [ 0.298897] system 00:02: [io 0x0c6c-0x0c6d] has been reserved
    [ 0.298899] system 00:02: [io 0x0c6f] has been reserved
    [ 0.298900] system 00:02: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.298902] system 00:02: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.298904] system 00:02: [io 0x0cd4-0x0cdf] has been reserved
    [ 0.298905] system 00:02: [io 0x4000-0x40fe] has been reserved
    [ 0.298907] system 00:02: [io 0x4210-0x4217] has been reserved
    [ 0.298908] system 00:02: [io 0x0b00-0x0b0f] has been reserved
    [ 0.298910] system 00:02: [io 0x0b10-0x0b1f] has been reserved
    [ 0.298912] system 00:02: [io 0x0b20-0x0b3f] has been reserved
    [ 0.298914] system 00:02: [mem 0xfee00400-0xfee00fff window] has been reserved
    [ 0.298917] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.298986] pnp 00:03: [dma 4]
    [ 0.298988] pnp 00:03: [io 0x0000-0x000f]
    [ 0.298989] pnp 00:03: [io 0x0080-0x0090]
    [ 0.298991] pnp 00:03: [io 0x0094-0x009f]
    [ 0.298992] pnp 00:03: [io 0x00c0-0x00df]
    [ 0.299014] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.299038] pnp 00:04: [irq 0 disabled]
    [ 0.299049] pnp 00:04: [irq 8]
    [ 0.299051] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [ 0.299070] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.299088] pnp 00:05: [io 0x0070-0x0073]
    [ 0.299108] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.299114] pnp 00:06: [io 0x0061]
    [ 0.299134] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.299140] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.299147] pnp 00:07: [irq 13]
    [ 0.299167] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.299271] pnp 00:08: [io 0x03f0-0x03f5]
    [ 0.299272] pnp 00:08: [io 0x03f7]
    [ 0.299279] pnp 00:08: [irq 6]
    [ 0.299281] pnp 00:08: [dma 2]
    [ 0.299312] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.299438] pnp 00:09: [io 0x03f8-0x03ff]
    [ 0.299445] pnp 00:09: [irq 4]
    [ 0.299485] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.299507] pnp 00:0a: [io 0x0060]
    [ 0.299509] pnp 00:0a: [io 0x0064]
    [ 0.299516] pnp 00:0a: [irq 1]
    [ 0.299543] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.299562] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.299596] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.299598] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.299674] pnp 00:0c: [mem 0x000cda00-0x000cffff]
    [ 0.299675] pnp 00:0c: [mem 0x000f0000-0x000f7fff]
    [ 0.299677] pnp 00:0c: [mem 0x000f8000-0x000fbfff]
    [ 0.299678] pnp 00:0c: [mem 0x000fc000-0x000fffff]
    [ 0.299680] pnp 00:0c: [mem 0xcfee0000-0xcfefffff]
    [ 0.299681] pnp 00:0c: [mem 0xffff0000-0xffffffff]
    [ 0.299682] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.299684] pnp 00:0c: [mem 0x00100000-0xcfedffff]
    [ 0.299685] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.299687] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.299688] pnp 00:0c: [mem 0xfff80000-0xfffeffff]
    [ 0.299692] pnp 00:0c: disabling [mem 0x000cda00-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.299694] pnp 00:0c: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.299696] pnp 00:0c: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.299698] pnp 00:0c: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.299701] pnp 00:0c: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.299703] pnp 00:0c: disabling [mem 0x00100000-0xcfedffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.299745] system 00:0c: [mem 0xcfee0000-0xcfefffff] could not be reserved
    [ 0.299747] system 00:0c: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.299749] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.299750] system 00:0c: [mem 0xfee00000-0xfee00fff] could not be reserved
    [ 0.299752] system 00:0c: [mem 0xfff80000-0xfffeffff] has been reserved
    [ 0.299755] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.299768] pnp: PnP ACPI: found 13 devices
    [ 0.299769] ACPI: ACPI bus type pnp unregistered
    [ 0.306130] pci 0000:01:00.0: BAR 6: assigned [mem 0xfb000000-0xfb07ffff pref]
    [ 0.306133] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.306135] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.306138] pci 0000:00:02.0: bridge window [mem 0xf8000000-0xfbffffff]
    [ 0.306140] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.306144] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref]
    [ 0.306145] pci 0000:00:0a.0: PCI bridge to [bus 02-02]
    [ 0.306147] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.306149] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.306152] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.306155] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.306157] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.306162] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.306165] pci 0000:00:14.4: bridge window [mem 0xfdd00000-0xfddfffff pref]
    [ 0.306191] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.306193] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.306195] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.306197] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.306198] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfebfffff]
    [ 0.306200] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.306202] pci_bus 0000:01: resource 1 [mem 0xf8000000-0xfbffffff]
    [ 0.306203] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.306205] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    [ 0.306207] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.306209] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.306210] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.306212] pci_bus 0000:03: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.306214] pci_bus 0000:03: resource 2 [mem 0xfdd00000-0xfddfffff pref]
    [ 0.306215] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.306217] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.306219] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.306220] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff]
    [ 0.306222] pci_bus 0000:03: resource 8 [mem 0xd0000000-0xfebfffff]
    [ 0.306249] NET: Registered protocol family 2
    [ 0.306336] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.307016] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.309549] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.309858] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.309859] TCP: reno registered
    [ 0.309868] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.309895] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.309974] NET: Registered protocol family 1
    [ 0.710572] pci 0000:01:00.0: Boot video device
    [ 0.710585] PCI: CLS 4 bytes, default 64
    [ 0.710637] Unpacking initramfs...
    [ 0.774193] Freeing initrd memory: 3700k freed
    [ 0.776235] PCI-DMA: Disabling AGP.
    [ 0.776306] PCI-DMA: aperture base @ c4000000 size 65536 KB
    [ 0.776307] PCI-DMA: using GART IOMMU.
    [ 0.776309] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 0.779581] LVT offset 1 assigned for vector 0x400
    [ 0.779589] IBS: LVT offset 1 assigned
    [ 0.779613] perf: AMD IBS detected (0x0000001f)
    [ 0.779743] audit: initializing netlink socket (disabled)
    [ 0.779753] type=2000 audit(1348861535.663:1): initialized
    [ 0.789269] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.790783] VFS: Disk quotas dquot_6.5.2
    [ 0.790820] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.790894] msgmni has been set to 7909
    [ 0.791048] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.791075] io scheduler noop registered
    [ 0.791076] io scheduler deadline registered
    [ 0.791112] io scheduler cfq registered (default)
    [ 0.791228] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.791319] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X
    [ 0.791449] GHES: HEST is not enabled!
    [ 0.791503] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.812101] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.832955] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.833141] Linux agpgart interface v0.103
    [ 0.833180] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 0.833181] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 0.833304] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.833378] mousedev: PS/2 mouse device common for all mice
    [ 0.833425] rtc_cmos 00:05: RTC can wake from S4
    [ 0.833539] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.833571] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.833577] cpuidle: using governor ladder
    [ 0.833578] cpuidle: using governor menu
    [ 0.833689] drop_monitor: Initializing network drop monitor service
    [ 0.833749] TCP: cubic registered
    [ 0.833835] NET: Registered protocol family 10
    [ 0.833965] NET: Registered protocol family 17
    [ 0.833973] Key type dns_resolver registered
    [ 0.834070] PM: Hibernation image not present or could not be loaded.
    [ 0.834076] registered taskstats version 1
    [ 0.834539] rtc_cmos 00:05: setting system clock to 2012-09-28 19:45:35 UTC (1348861535)
    [ 0.835479] Freeing unused kernel memory: 760k freed
    [ 0.835631] Write protecting the kernel read-only data: 8192k
    [ 0.839453] Freeing unused kernel memory: 1488k freed
    [ 0.841313] Freeing unused kernel memory: 612k freed
    [ 0.848497] systemd-udevd[70]: starting version 189
    [ 0.851135] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.861403] Floppy drive(s): fd0 is 1.44M
    [ 0.868797] ACPI: bus type usb registered
    [ 0.868817] usbcore: registered new interface driver usbfs
    [ 0.868825] usbcore: registered new interface driver hub
    [ 0.868995] usbcore: registered new device driver usb
    [ 0.869288] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.869717] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 0.869754] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.869763] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.869785] QUIRK: Enable AMD PLL fix
    [ 0.869787] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
    [ 0.869799] ehci_hcd 0000:00:12.2: debug port 1
    [ 0.869827] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000
    [ 0.871224] SCSI subsystem initialized
    [ 0.872843] libata version 3.00 loaded.
    [ 0.874245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.877166] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.877278] hub 1-0:1.0: USB hub found
    [ 0.877281] hub 1-0:1.0: 6 ports detected
    [ 0.878035] FDC 0 is a post-1991 82077
    [ 0.878198] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 0.878204] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 0.878211] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.878223] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
    [ 0.878238] ehci_hcd 0000:00:13.2: debug port 1
    [ 0.878264] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000
    [ 0.887161] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.887266] hub 2-0:1.0: USB hub found
    [ 0.887269] hub 2-0:1.0: 6 ports detected
    [ 0.887719] ahci 0000:00:11.0: version 3.0
    [ 0.887841] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 0.887844] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    [ 0.888332] scsi0 : ahci
    [ 0.888396] scsi1 : ahci
    [ 0.888447] scsi2 : ahci
    [ 0.888494] scsi3 : ahci
    [ 0.888576] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
    [ 0.888578] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
    [ 0.888580] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
    [ 0.888583] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
    [ 0.888675] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.888681] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 0.888719] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000
    [ 0.944618] hub 3-0:1.0: USB hub found
    [ 0.944624] hub 3-0:1.0: 3 ports detected
    [ 0.944916] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [ 0.944922] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    [ 0.944936] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000
    [ 1.001279] hub 4-0:1.0: USB hub found
    [ 1.001285] hub 4-0:1.0: 3 ports detected
    [ 1.001404] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.001409] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 1.001435] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000
    [ 1.057932] hub 5-0:1.0: USB hub found
    [ 1.057938] hub 5-0:1.0: 3 ports detected
    [ 1.058071] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.058076] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    [ 1.058089] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000
    [ 1.114589] hub 6-0:1.0: USB hub found
    [ 1.114595] hub 6-0:1.0: 3 ports detected
    [ 1.114705] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.114710] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [ 1.114723] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000
    [ 1.171271] hub 7-0:1.0: USB hub found
    [ 1.171277] hub 7-0:1.0: 2 ports detected
    [ 1.207184] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.207225] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.300449] usb 2-4: new high-speed USB device number 3 using ehci_hcd
    [ 1.373774] ata2: softreset failed (device not ready)
    [ 1.373843] ata2: applying PMP SRST workaround and retrying
    [ 1.373866] ata1: softreset failed (device not ready)
    [ 1.373934] ata1: applying PMP SRST workaround and retrying
    [ 1.425928] hub 2-4:1.0: USB hub found
    [ 1.426276] hub 2-4:1.0: 4 ports detected
    [ 1.540428] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.540459] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.541221] ata1.00: ATA-8: WDC WD3200AAKS-75L9A0, 01.03E01, max UDMA/133
    [ 1.541224] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.542034] ata1.00: configured for UDMA/133
    [ 1.542185] scsi 0:0:0:0: Direct-Access ATA WDC WD3200AAKS-7 01.0 PQ: 0 ANSI: 5
    [ 1.552905] ata2.00: ATAPI: LITE-ON DVDRW LH-20A1L, BL05, max UDMA/100
    [ 1.565919] ata2.00: configured for UDMA/100
    [ 1.567862] scsi 1:0:0:0: CD-ROM LITE-ON DVDRW LH-20A1L BL05 PQ: 0 ANSI: 5
    [ 1.570090] scsi4 : pata_atiixp
    [ 1.570937] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.570968] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.570970] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.570992] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.571032] scsi5 : pata_atiixp
    [ 1.571566] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
    [ 1.571568] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
    [ 1.574704] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.574707] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.574836] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.583928] sda: sda1 sda2 sda3 sda4
    [ 1.584257] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.677054] usb 5-3: new full-speed USB device number 2 using ohci_hcd
    [ 1.780379] Refined TSC clocksource calibration: 2812.808 MHz.
    [ 1.780391] Switching to clocksource tsc
    [ 1.850813] usbcore: registered new interface driver usbhid
    [ 1.850814] usbhid: USB HID core driver
    [ 1.851297] input: HID 1d57:0005 as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input1
    [ 1.851380] hid-generic 0003:1D57:0005.0001: input,hidraw0: USB HID v1.10 Mouse [HID 1d57:0005] on usb-0000:00:13.0-3/input0
    [ 1.914434] usb 2-4.4: new high-speed USB device number 4 using ehci_hcd
    [ 1.925431] device-mapper: uevent: version 1.0.3
    [ 1.925535] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
    [ 2.294145] REISERFS (device dm-3): found reiserfs format "3.6" with standard journal
    [ 2.294160] REISERFS (device dm-3): using ordered data mode
    [ 2.294161] reiserfs: using flush barriers
    [ 2.294331] REISERFS (device dm-3): journal params: device dm-3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    [ 2.294793] REISERFS (device dm-3): checking transaction log (dm-3)
    [ 2.328438] REISERFS (device dm-3): Using r5 hash to sort names
    [ 3.521243] systemd-udevd[196]: starting version 192
    [ 3.731543] vboxdrv: Found 3 processor cores.
    [ 3.731692] vboxdrv: fAsync=0 offMin=0x421 offMax=0x19b7
    [ 3.731735] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    [ 3.731736] vboxdrv: Successfully loaded version 4.2.0_OSE (interface 0x001a0004).
    [ 4.078334] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 4.078340] ACPI: Power Button [PWRB]
    [ 4.078389] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 4.078391] ACPI: Power Button [PWRF]
    [ 4.118249] wmi: Mapper loaded
    [ 4.264495] sp5100_tco: SP5100 TCO WatchDog Timer Driver v0.01
    [ 4.264551] sp5100_tco: mmio address 0xfec000f0 already in use
    [ 4.266129] EDAC MC: Ver: 2.1.0
    [ 4.308369] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input4
    [ 4.326814] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    [ 4.326881] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    [ 4.326938] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    [ 4.326984] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [ 4.327034] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [ 4.327093] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 4.327137] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 4.327181] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input12
    [ 4.331081] k10temp 0000:00:18.3: unreliable CPU thermal sensor; monitoring disabled
    [ 4.331239] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SOR1 1 (20120320/utaddress-251)
    [ 4.331244] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 4.370081] firewire_ohci 0000:03:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.370182] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.370266] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
    [ 4.370532] r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc90000656000, 00:24:1d:14:eb:1c, XID 1c4000c0 IRQ 42
    [ 4.370534] r8169 0000:02:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.460371] MCE: In-kernel MCE decoding enabled.
    [ 4.461269] AMD64 EDAC driver v3.4.0
    [ 4.461326] EDAC amd64: DRAM ECC disabled.
    [ 4.461332] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    [ 4.681980] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.870047] firewire_core 0000:03:0e.0: created device fw0: GUID 0019f1ec0000241d, S400
    [ 4.906613] ath5k 0000:03:07.0: registered as 'phy0'
    [ 5.157960] kvm: Nested Virtualization enabled
    [ 5.157964] kvm: Nested Paging enabled
    [ 5.212068] powernow-k8: Found 1 AMD Phenom(tm) II X3 720 Processor (3 cpu cores) (version 2.20.00)
    [ 5.212100] powernow-k8: 0 : pstate 0 (2800 MHz)
    [ 5.212101] powernow-k8: 1 : pstate 1 (2100 MHz)
    [ 5.212102] powernow-k8: 2 : pstate 2 (1600 MHz)
    [ 5.212103] powernow-k8: 3 : pstate 3 (800 MHz)
    [ 5.445767] microcode: CPU0: patch_level=0x01000086
    [ 5.513053] ath: EEPROM regdomain: 0x809c
    [ 5.513060] ath: EEPROM indicates we should expect a country code
    [ 5.513064] ath: doing EEPROM country->regdmn map search
    [ 5.513067] ath: country maps to regdmn code: 0x52
    [ 5.513070] ath: Country alpha2 being used: CN
    [ 5.513073] ath: Regpair used: 0x52
    [ 5.720324] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 5.720419] microcode: CPU1: patch_level=0x01000086
    [ 5.721269] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 5.721373] microcode: CPU2: patch_level=0x01000086
    [ 5.722356] microcode: failed to load file amd-ucode/microcode_amd.bin
    [ 5.722563] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 5.801835] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 5.802304] ath5k: phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45)
    [ 6.296710] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.296714] Disabling lock debugging due to kernel taint
    [ 6.309419] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 6.309823] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 304.51 Tue Sep 18 17:16:56 PDT 2012
    [ 6.321474] Linux media interface: v0.10
    [ 6.384863] Linux video capture interface: v2.00
    [ 6.452628] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0808)
    [ 6.469190] input: UVC Camera (046d:0808) as /devices/pci0000:00/0000:00:13.2/usb2/2-4/2-4.4/2-4.4:1.0/input/input13
    [ 6.469404] usbcore: registered new interface driver uvcvideo
    [ 6.469407] USB Video Class driver (1.1.1)
    [ 7.020908] usbcore: registered new interface driver snd-usb-audio
    [ 7.051400] set resolution quirk: cval->res = 384
    [ 8.232297] reiserfs: enabling write barrier flush mode
    [ 8.511269] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 8.515067] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 8.556782] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
    [ 10.739934] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 11.452652] wlan0: authenticate with 00:1f:c6:3d:84:ba
    [ 11.461052] wlan0: send auth to 00:1f:c6:3d:84:ba (try 1/3)
    [ 11.462516] wlan0: authenticated
    [ 11.469067] wlan0: associate with 00:1f:c6:3d:84:ba (try 1/3)
    [ 11.470817] wlan0: RX AssocResp from 00:1f:c6:3d:84:ba (capab=0x401 status=0 aid=3)
    [ 11.471130] wlan0: associated
    [ 11.471521] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 24.567793] NVRM: GPU at 0000:01:00: GPU-ac314c58-0b61-fb24-fa28-bac76d8e581b
    [ 27.419761] fuse init (API version 7.19)
    [ 31.119563] EXT4-fs (dm-2): re-mounted. Opts: commit=0
    [ 2088.845650] ata1.00: exception Emask 0x50 SAct 0x78000ffc SErr 0x400800 action 0x6 frozen
    [ 2088.845660] ata1.00: irq_stat 0x08000000, interface fatal error
    [ 2088.845667] ata1: SError: { HostInt Handshk }
    [ 2088.845674] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845687] ata1.00: cmd 61/08:10:97:ae:07/00:00:1a:00:00/40 tag 2 ncq 4096 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845694] ata1.00: status: { DRDY }
    [ 2088.845699] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845711] ata1.00: cmd 61/08:18:b7:ae:07/00:00:1a:00:00/40 tag 3 ncq 4096 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845716] ata1.00: status: { DRDY }
    [ 2088.845721] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845732] ata1.00: cmd 61/20:20:bf:ae:07/00:00:1a:00:00/40 tag 4 ncq 16384 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845737] ata1.00: status: { DRDY }
    [ 2088.845742] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845753] ata1.00: cmd 61/c8:28:df:ae:07/00:00:1a:00:00/40 tag 5 ncq 102400 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845758] ata1.00: status: { DRDY }
    [ 2088.845763] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845774] ata1.00: cmd 61/90:30:a7:af:07/00:00:1a:00:00/40 tag 6 ncq 73728 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845779] ata1.00: status: { DRDY }
    [ 2088.845783] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845795] ata1.00: cmd 61/b8:38:37:b0:07/00:00:1a:00:00/40 tag 7 ncq 94208 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845800] ata1.00: status: { DRDY }
    [ 2088.845804] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845815] ata1.00: cmd 61/a8:40:ef:b0:07/00:00:1a:00:00/40 tag 8 ncq 86016 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845820] ata1.00: status: { DRDY }
    [ 2088.845825] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845836] ata1.00: cmd 61/80:48:97:b1:07/00:00:1a:00:00/40 tag 9 ncq 65536 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845841] ata1.00: status: { DRDY }
    [ 2088.845845] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845857] ata1.00: cmd 61/b0:50:17:b2:07/00:00:1a:00:00/40 tag 10 ncq 90112 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845862] ata1.00: status: { DRDY }
    [ 2088.845867] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845878] ata1.00: cmd 61/d8:58:c7:b2:07/00:00:1a:00:00/40 tag 11 ncq 110592 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845883] ata1.00: status: { DRDY }
    [ 2088.845889] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845900] ata1.00: cmd 61/08:d8:8f:ae:07/00:00:1a:00:00/40 tag 27 ncq 4096 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845905] ata1.00: status: { DRDY }
    [ 2088.845910] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845922] ata1.00: cmd 61/08:e0:9f:ae:07/00:00:1a:00:00/40 tag 28 ncq 4096 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845927] ata1.00: status: { DRDY }
    [ 2088.845931] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845942] ata1.00: cmd 61/08:e8:a7:ae:07/00:00:1a:00:00/40 tag 29 ncq 4096 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845947] ata1.00: status: { DRDY }
    [ 2088.845954] ata1.00: failed command: WRITE FPDMA QUEUED
    [ 2088.845965] ata1.00: cmd 61/08:f0:af:ae:07/00:00:1a:00:00/40 tag 30 ncq 4096 out
    res 40/00:5c:c7:b2:07/00:00:1a:00:00/40 Emask 0x50 (ATA bus error)
    [ 2088.845970] ata1.00: status: { DRDY }
    [ 2088.845978] ata1: hard resetting link
    [ 2089.329937] ata1: softreset failed (device not ready)
    [ 2089.329948] ata1: applying PMP SRST workaround and retrying
    [ 2089.496590] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2089.498245] ata1.00: configured for UDMA/133
    [ 2089.509941] sd 0:0:0:0: [sda]
    [ 2089.509950] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.509956] sd 0:0:0:0: [sda]
    [ 2089.509959] Sense Key : 0xb [current] [descriptor]
    [ 2089.509966] Descriptor sense data with sense descriptors (in hex):
    [ 2089.509969] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.509987] 1a 07 b2 c7
    [ 2089.509996] sd 0:0:0:0: [sda]
    [ 2089.509999] ASC=0x0 ASCQ=0x0
    [ 2089.510004] sd 0:0:0:0: [sda] CDB:
    [ 2089.510006] cdb[0]=0x2a: 2a 00 1a 07 ae 97 00 00 08 00
    [ 2089.510021] end_request: I/O error, dev sda, sector 436711063
    [ 2089.510032] Buffer I/O error on device dm-3, logical block 631
    [ 2089.510035] lost page write due to I/O error on dm-3
    [ 2089.510058] sd 0:0:0:0: [sda]
    [ 2089.510061] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510066] sd 0:0:0:0: [sda]
    [ 2089.510068] Sense Key : 0xb [current] [descriptor]
    [ 2089.510073] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510075] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510091] 1a 07 b2 c7
    [ 2089.510099] sd 0:0:0:0: [sda]
    [ 2089.510101] ASC=0x0 ASCQ=0x0
    [ 2089.510106] sd 0:0:0:0: [sda] CDB:
    [ 2089.510108] cdb[0]=0x2a: 2a 00 1a 07 ae b7 00 00 08 00
    [ 2089.510121] end_request: I/O error, dev sda, sector 436711095
    [ 2089.510126] Buffer I/O error on device dm-3, logical block 635
    [ 2089.510129] lost page write due to I/O error on dm-3
    [ 2089.510140] sd 0:0:0:0: [sda]
    [ 2089.510142] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510146] sd 0:0:0:0: [sda]
    [ 2089.510149] Sense Key : 0xb [current] [descriptor]
    [ 2089.510153] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510155] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510171] 1a 07 b2 c7
    [ 2089.510178] sd 0:0:0:0: [sda]
    [ 2089.510181] ASC=0x0 ASCQ=0x0
    [ 2089.510185] sd 0:0:0:0: [sda] CDB:
    [ 2089.510187] cdb[0]=0x2a: 2a 00 1a 07 ae bf 00 00 20 00
    [ 2089.510200] end_request: I/O error, dev sda, sector 436711103
    [ 2089.510205] Buffer I/O error on device dm-3, logical block 636
    [ 2089.510208] lost page write due to I/O error on dm-3
    [ 2089.510212] Buffer I/O error on device dm-3, logical block 637
    [ 2089.510215] lost page write due to I/O error on dm-3
    [ 2089.510220] Buffer I/O error on device dm-3, logical block 638
    [ 2089.510222] lost page write due to I/O error on dm-3
    [ 2089.510227] Buffer I/O error on device dm-3, logical block 639
    [ 2089.510230] lost page write due to I/O error on dm-3
    [ 2089.510245] sd 0:0:0:0: [sda]
    [ 2089.510248] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510252] sd 0:0:0:0: [sda]
    [ 2089.510254] Sense Key : 0xb [current] [descriptor]
    [ 2089.510258] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510261] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510276] 1a 07 b2 c7
    [ 2089.510284] sd 0:0:0:0: [sda]
    [ 2089.510286] ASC=0x0 ASCQ=0x0
    [ 2089.510290] sd 0:0:0:0: [sda] CDB:
    [ 2089.510293] cdb[0]=0x2a: 2a 00 1a 07 ae df 00 00 c8 00
    [ 2089.510305] end_request: I/O error, dev sda, sector 436711135
    [ 2089.510310] Buffer I/O error on device dm-3, logical block 640
    [ 2089.510313] lost page write due to I/O error on dm-3
    [ 2089.510317] Buffer I/O error on device dm-3, logical block 641
    [ 2089.510320] lost page write due to I/O error on dm-3
    [ 2089.510325] Buffer I/O error on device dm-3, logical block 642
    [ 2089.510327] lost page write due to I/O error on dm-3
    [ 2089.510332] Buffer I/O error on device dm-3, logical block 643
    [ 2089.510335] lost page write due to I/O error on dm-3
    [ 2089.510400] sd 0:0:0:0: [sda]
    [ 2089.510403] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510407] sd 0:0:0:0: [sda]
    [ 2089.510409] Sense Key : 0xb [current] [descriptor]
    [ 2089.510414] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510416] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510432] 1a 07 b2 c7
    [ 2089.510440] sd 0:0:0:0: [sda]
    [ 2089.510442] ASC=0x0 ASCQ=0x0
    [ 2089.510446] sd 0:0:0:0: [sda] CDB:
    [ 2089.510449] cdb[0]=0x2a: 2a 00 1a 07 af a7 00 00 90 00
    [ 2089.510461] end_request: I/O error, dev sda, sector 436711335
    [ 2089.510502] sd 0:0:0:0: [sda]
    [ 2089.510505] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510509] sd 0:0:0:0: [sda]
    [ 2089.510511] Sense Key : 0xb [current] [descriptor]
    [ 2089.510515] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510518] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510533] 1a 07 b2 c7
    [ 2089.510541] sd 0:0:0:0: [sda]
    [ 2089.510543] ASC=0x0 ASCQ=0x0
    [ 2089.510548] sd 0:0:0:0: [sda] CDB:
    [ 2089.510550] cdb[0]=0x2a: 2a 00 1a 07 b0 37 00 00 b8 00
    [ 2089.510563] end_request: I/O error, dev sda, sector 436711479
    [ 2089.510610] sd 0:0:0:0: [sda]
    [ 2089.510613] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510617] sd 0:0:0:0: [sda]
    [ 2089.510619] Sense Key : 0xb [current] [descriptor]
    [ 2089.510623] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510626] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510641] 1a 07 b2 c7
    [ 2089.510649] sd 0:0:0:0: [sda]
    [ 2089.510651] ASC=0x0 ASCQ=0x0
    [ 2089.510656] sd 0:0:0:0: [sda] CDB:
    [ 2089.510658] cdb[0]=0x2a: 2a 00 1a 07 b0 ef 00 00 a8 00
    [ 2089.510670] end_request: I/O error, dev sda, sector 436711663
    [ 2089.510713] sd 0:0:0:0: [sda]
    [ 2089.510716] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510720] sd 0:0:0:0: [sda]
    [ 2089.510722] Sense Key : 0xb [current] [descriptor]
    [ 2089.510727] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510729] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510744] 1a 07 b2 c7
    [ 2089.510752] sd 0:0:0:0: [sda]
    [ 2089.510754] ASC=0x0 ASCQ=0x0
    [ 2089.510759] sd 0:0:0:0: [sda] CDB:
    [ 2089.510761] cdb[0]=0x2a: 2a 00 1a 07 b1 97 00 00 80 00
    [ 2089.510774] end_request: I/O error, dev sda, sector 436711831
    [ 2089.510812] sd 0:0:0:0: [sda]
    [ 2089.510815] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510819] sd 0:0:0:0: [sda]
    [ 2089.510821] Sense Key : 0xb [current] [descriptor]
    [ 2089.510825] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510828] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510843] 1a 07 b2 c7
    [ 2089.510851] sd 0:0:0:0: [sda]
    [ 2089.510854] ASC=0x0 ASCQ=0x0
    [ 2089.510858] sd 0:0:0:0: [sda] CDB:
    [ 2089.510860] cdb[0]=0x2a: 2a 00 1a 07 b2 17 00 00 b0 00
    [ 2089.510873] end_request: I/O error, dev sda, sector 436711959
    [ 2089.510919] sd 0:0:0:0: [sda]
    [ 2089.510922] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.510926] sd 0:0:0:0: [sda]
    [ 2089.510928] Sense Key : 0xb [current] [descriptor]
    [ 2089.510933] Descriptor sense data with sense descriptors (in hex):
    [ 2089.510935] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.510951] 1a 07 b2 c7
    [ 2089.510959] sd 0:0:0:0: [sda]
    [ 2089.510961] ASC=0x0 ASCQ=0x0
    [ 2089.510966] sd 0:0:0:0: [sda] CDB:
    [ 2089.510968] cdb[0]=0x2a: 2a 00 1a 07 b2 c7 00 00 d8 00
    [ 2089.510980] end_request: I/O error, dev sda, sector 436712135
    [ 2089.511030] sd 0:0:0:0: [sda]
    [ 2089.511033] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.511037] sd 0:0:0:0: [sda]
    [ 2089.511039] Sense Key : 0xb [current] [descriptor]
    [ 2089.511043] Descriptor sense data with sense descriptors (in hex):
    [ 2089.511046] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.511061] 1a 07 b2 c7
    [ 2089.511069] sd 0:0:0:0: [sda]
    [ 2089.511071] ASC=0x0 ASCQ=0x0
    [ 2089.511076] sd 0:0:0:0: [sda] CDB:
    [ 2089.511078] cdb[0]=0x2a: 2a 00 1a 07 ae 8f 00 00 08 00
    [ 2089.511090] end_request: I/O error, dev sda, sector 436711055
    [ 2089.511111] sd 0:0:0:0: [sda]
    [ 2089.511114] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.511118] sd 0:0:0:0: [sda]
    [ 2089.511120] Sense Key : 0xb [current] [descriptor]
    [ 2089.511125] Descriptor sense data with sense descriptors (in hex):
    [ 2089.511128] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.511144] 1a 07 b2 c7
    [ 2089.511151] sd 0:0:0:0: [sda]
    [ 2089.511154] ASC=0x0 ASCQ=0x0
    [ 2089.511158] sd 0:0:0:0: [sda] CDB:
    [ 2089.511160] cdb[0]=0x2a: 2a 00 1a 07 ae 9f 00 00 08 00
    [ 2089.511173] end_request: I/O error, dev sda, sector 436711071
    [ 2089.511188] sd 0:0:0:0: [sda]
    [ 2089.511191] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.511195] sd 0:0:0:0: [sda]
    [ 2089.511197] Sense Key : 0xb [current] [descriptor]
    [ 2089.511201] Descriptor sense data with sense descriptors (in hex):
    [ 2089.511204] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.511219] 1a 07 b2 c7
    [ 2089.511227] sd 0:0:0:0: [sda]
    [ 2089.511230] ASC=0x0 ASCQ=0x0
    [ 2089.511234] sd 0:0:0:0: [sda] CDB:
    [ 2089.511236] cdb[0]=0x2a: 2a 00 1a 07 ae a7 00 00 08 00
    [ 2089.511249] end_request: I/O error, dev sda, sector 436711079
    [ 2089.511263] sd 0:0:0:0: [sda]
    [ 2089.511266] Result: hostbyte=0x00 driverbyte=0x08
    [ 2089.511270] sd 0:0:0:0: [sda]
    [ 2089.511272] Sense Key : 0xb [current] [descriptor]
    [ 2089.511277] Descriptor sense data with sense descriptors (in hex):
    [ 2089.511279] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    [ 2089.511295] 1a 07 b2 c7
    [ 2089.511302] sd 0:0:0:0: [sda]
    [ 2089.511305] ASC=0x0 ASCQ=0x0
    [ 2089.511309] sd 0:0:0:0: [sda] CDB:
    [ 2089.511311] cdb[0]=0x2a: 2a 00 1a 07 ae af 00 00 08 00
    [ 2089.511324] end_request: I/O error, dev sda, sector 436711087
    [ 2089.511343] ata1: EH complete
    [ 2089.511517] REISERFS abort (device dm-3): Journal write error in flush_commit_list
    error.log (only part related to the current session):
    Sep 28 20:20:21 localhost kernel: [ 2088.845650] ata1.00: exception Emask 0x50 SAct 0x78000ffc SErr 0x400800 action 0x6 frozen
    Sep 28 20:20:21 localhost kernel: [ 2088.845660] ata1.00: irq_stat 0x08000000, interface fatal error
    Sep 28 20:20:21 localh

    uzsolt wrote:
    I've same problem with an asus laptop, with one hdd. On the device I've some partitions (home, root, backup, var) but this error appears with 'home' only. Sometimes the mount options turns into "read-only", but only on home-partition (ext4, but root, var and a download-directory is ext4 too but they works well).
    I found this: https://bbs.archlinux.org/viewtopic.php … 9#p1052099 - I hope this helps for me - and for you too
    Errors in logs:
    Dec 02 09:44:03 [kernel] [ 666.911555] ata1.00: exception Emask 0x50 SAct 0x4 SErr 0x400800 action 0x6 frozen
    Dec 02 09:44:03 [kernel] [ 666.911561] ata1.00: irq_stat 0x08000000, interface fatal error
    Dec 02 09:44:03 [kernel] [ 666.911564] ata1: SError: { HostInt Handshk }
    Dec 02 09:44:03 [kernel] [ 666.911568] ata1.00: failed command: WRITE FPDMA QUEUED
    Dec 02 09:44:03 [kernel] [ 666.911574] ata1.00: cmd 61/68:10:53:25:2a/00:00:04:00:00/40 tag 2 ncq 53248 out
    Dec 02 09:44:03 [kernel] [ 666.911574] res 40/00:10:53:25:2a/00:00:04:00:00/40 Emask 0x50 (ATA bus error)
    Dec 02 09:44:03 [kernel] [ 666.911577] ata1.00: status: { DRDY }
    Dec 02 09:44:03 [kernel] [ 666.911583] ata1: hard resetting link
    Dec 02 09:44:03 [kernel] [ 667.396660] ata1: softreset failed (device not ready)
    Dec 02 09:44:03 [kernel] [ 667.396668] ata1: applying PMP SRST workaround and retrying
    Dec 02 09:44:03 [kernel] [ 667.563375] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 02 09:44:03 [kernel] [ 667.614772] ata1.00: configured for UDMA/133
    Dec 02 09:44:03 [kernel] [ 667.614796] sd 0:0:0:0: [sda]
    Dec 02 09:44:03 [kernel] [ 667.614798] Result: hostbyte=0x00 driverbyte=0x08
    Dec 02 09:44:03 [kernel] [ 667.614801] sd 0:0:0:0: [sda]
    Dec 02 09:44:03 [kernel] [ 667.614802] Sense Key : 0xb [current] [descriptor]
    Dec 02 09:44:03 [kernel] [ 667.614806] Descriptor sense data with sense descriptors (in hex):
    Dec 02 09:44:03 [kernel] [ 667.614808] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Dec 02 09:44:03 [kernel] [ 667.614816] 04 2a 25 53
    Dec 02 09:44:03 [kernel] [ 667.614821] sd 0:0:0:0: [sda]
    Dec 02 09:44:03 [kernel] [ 667.614822] ASC=0x0 ASCQ=0x0
    Dec 02 09:44:03 [kernel] [ 667.614825] sd 0:0:0:0: [sda] CDB:
    Dec 02 09:44:03 [kernel] [ 667.614827] cdb[0]=0x2a: 2a 00 04 2a 25 53 00 00 68 00
    Dec 02 09:44:03 [kernel] [ 667.614834] end_request: I/O error, dev sda, sector 69870931
    Dec 02 09:44:03 [kernel] [ 667.614862] ata1: EH complete
    Dec 02 09:44:03 [kernel] [ 667.614949] Aborting journal on device sda3-8.
    Dec 02 09:44:03 [kernel] [ 667.614962] EXT4-fs error (device sda3) in ext4_reserve_inode_write:4550: Journal has aborted
    Dec 02 09:44:04 [kernel] [ 667.692734] EXT4-fs error (device sda3) in ext4_dirty_inode:4669: Journal has aborted
    Dec 02 09:44:04 [kernel] [ 667.720681] EXT4-fs error (device sda3): ext4_journal_start_sb:349: Detected aborted journal
    Dec 02 09:44:04 [kernel] [ 667.720690] EXT4-fs (sda3): Remounting filesystem read-only
    Dec 02 09:44:04 [kernel] [ 667.721798] EXT4-fs error (device sda3): ext4_journal_start_sb:349: Detected aborted journal
    Dec 02 09:44:30 [kernel] [ 694.098612] ata1.00: exception Emask 0x50 SAct 0x40 SErr 0x800 action 0x6 frozen
    Dec 02 09:44:30 [kernel] [ 694.098622] ata1.00: irq_stat 0x08000000, interface fatal error
    Dec 02 09:44:30 [kernel] [ 694.098627] ata1: SError: { HostInt }
    Dec 02 09:44:30 [kernel] [ 694.098635] ata1.00: failed command: WRITE FPDMA QUEUED
    Dec 02 09:44:30 [kernel] [ 694.098647] ata1.00: cmd 61/08:30:53:a6:e5/00:00:05:00:00/40 tag 6 ncq 4096 out
    Dec 02 09:44:30 [kernel] [ 694.098647] res 40/00:30:53:a6:e5/00:00:05:00:00/40 Emask 0x50 (ATA bus error)
    Dec 02 09:44:30 [kernel] [ 694.098653] ata1.00: status: { DRDY }
    Dec 02 09:44:30 [kernel] [ 694.098663] ata1: hard resetting link
    Dec 02 09:44:30 [kernel] [ 694.583317] ata1: softreset failed (device not ready)
    Dec 02 09:44:30 [kernel] [ 694.583328] ata1: applying PMP SRST workaround and retrying
    Dec 02 09:44:31 [kernel] [ 694.749997] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Dec 02 09:44:31 [kernel] [ 694.804387] ata1.00: configured for UDMA/133
    Dec 02 09:44:31 [kernel] [ 694.804425] sd 0:0:0:0: [sda]
    Dec 02 09:44:31 [kernel] [ 694.804428] Result: hostbyte=0x00 driverbyte=0x08
    Dec 02 09:44:31 [kernel] [ 694.804434] sd 0:0:0:0: [sda]
    Dec 02 09:44:31 [kernel] [ 694.804437] Sense Key : 0xb [current] [descriptor]
    Dec 02 09:44:31 [kernel] [ 694.804443] Descriptor sense data with sense descriptors (in hex):
    Dec 02 09:44:31 [kernel] [ 694.804447] 72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
    Dec 02 09:44:31 [kernel] [ 694.804463] 05 e5 a6 53
    Dec 02 09:44:31 [kernel] [ 694.804472] sd 0:0:0:0: [sda]
    Dec 02 09:44:31 [kernel] [ 694.804475] ASC=0x0 ASCQ=0x0
    Dec 02 09:44:31 [kernel] [ 694.804480] sd 0:0:0:0: [sda] CDB:
    Dec 02 09:44:31 [kernel] [ 694.804482] cdb[0]=0x2a: 2a 00 05 e5 a6 53 00 00 08 00
    Dec 02 09:44:31 [kernel] [ 694.804497] end_request: I/O error, dev sda, sector 98936403
    Dec 02 09:44:31 [kernel] [ 694.804505] Buffer I/O error on device sda3, logical block 9437196
    Dec 02 09:44:31 [kernel] [ 694.804508] lost page write due to I/O error on sda3
    Dec 02 09:44:31 [kernel] [ 694.804537] ata1: EH complete
    The other partition works well on same disk as I wrote above.
    Is /home on /dev/sda3?

  • Several errors of the form [drm:.... ] *ERROR*, especially checksum

    Hello to all,
    I am new to Arch Linux and not that experienced in Linux. But I want to learn more. In fact, I have learned a lot since I switched from Fedora to Arch.
    I will straight away go to my problem:
    As indicated in the subject, I have noticed several errors concerning [drm:....] this morning when I booted and checked my system with journalctl -b.
    I do not know how long these errors are there because I yesterday used journalctl for the first time.
    Here is the result of journalctl -b:
    -- Logs begin at Mi 2013-03-13 19:24:10 CET, end at Fr 2013-05-17 10:19:37 CEST. --
    Mai 17 08:07:45 Nathan systemd-journal[113]: Allowing runtime journal files to grow to 193.3M.
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys cpuset
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys cpu
    Mai 17 08:07:45 Nathan kernel: Linux version 3.9.2-1-ARCH (nobody@thomas) (gcc version 4.8.0 20130502 (prerelease) (GCC) ) #1 SMP PREEMPT Sat May 11 20:31:08 CEST 2013
    Mai 17 08:07:45 Nathan kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=65820d33-ca90-4ed3-9b9e-e26a75f9331f ro quiet
    Mai 17 08:07:45 Nathan kernel: e820: BIOS-provided physical RAM map:
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009fbff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000000009fc00-0x00000000000fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff] ACPI NVS
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008ad5f000-0x000000008afa1fff] ACPI data
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008afa2000-0x000000008affefff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] ACPI data
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008b000000-0x000000008f9fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016fdfffff] usable
    Mai 17 08:07:45 Nathan kernel: NX (Execute Disable) protection: active
    Mai 17 08:07:45 Nathan kernel: SMBIOS 2.4 present.
    Mai 17 08:07:45 Nathan kernel: DMI: Apple Inc. MacBookAir4,2/Mac-742912EFDBEE19B3, BIOS MBA41.88Z.0077.B0F.1201241549 01/24/2012
    Mai 17 08:07:45 Nathan kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Mai 17 08:07:45 Nathan kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mai 17 08:07:45 Nathan kernel: No AGP bridge found
    Mai 17 08:07:45 Nathan kernel: e820: last_pfn = 0x16fe00 max_arch_pfn = 0x400000000
    Mai 17 08:07:45 Nathan kernel: MTRR default type: write-back
    Mai 17 08:07:45 Nathan kernel: MTRR fixed ranges enabled:
    Mai 17 08:07:45 Nathan kernel: 00000-9FFFF write-back
    Mai 17 08:07:45 Nathan kernel: A0000-BFFFF uncachable
    Mai 17 08:07:45 Nathan kernel: C0000-DFFFF write-protect
    Mai 17 08:07:45 Nathan kernel: E0000-FFFFF uncachable
    Mai 17 08:07:45 Nathan kernel: MTRR variable ranges enabled:
    Mai 17 08:07:45 Nathan kernel: 0 base 0C0000000 mask FC0000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 1 base 0A0000000 mask FE0000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 2 base 090000000 mask FF0000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 3 base 08C000000 mask FFC000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 4 base 08B800000 mask FFF800000 uncachable
    Mai 17 08:07:45 Nathan kernel: 5 disabled
    Mai 17 08:07:45 Nathan kernel: 6 disabled
    Mai 17 08:07:45 Nathan kernel: 7 disabled
    Mai 17 08:07:45 Nathan kernel: 8 disabled
    Mai 17 08:07:45 Nathan kernel: 9 disabled
    Mai 17 08:07:45 Nathan kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mai 17 08:07:45 Nathan kernel: e820: last_pfn = 0x8ad34 max_arch_pfn = 0x400000000
    Mai 17 08:07:45 Nathan kernel: Scanning 1 areas for low memory corruption
    Mai 17 08:07:45 Nathan kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Mai 17 08:07:45 Nathan kernel: reserving inaccessible SNB gfx pages
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x00000000-0x000fffff] page 4k
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x16fc00000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x16fc00000-0x16fdfffff] page 2M
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x16c000000-0x16fbfffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x16c000000-0x16fbfffff] page 2M
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x100000000-0x16bffffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x100000000-0x16bffffff] page 2M
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x00100000-0x001fffff] page 4k
    Mai 17 08:07:45 Nathan kernel: [mem 0x00200000-0x1fffffff] page 2M
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x20200000-0x3fffffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x20200000-0x3fffffff] page 2M
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x40200000-0x8ad33fff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x40200000-0x8abfffff] page 2M
    Mai 17 08:07:45 Nathan kernel: [mem 0x8ac00000-0x8ad33fff] page 4k
    Mai 17 08:07:45 Nathan kernel: RAMDISK: [mem 0x37a56000-0x37d22fff]
    Mai 17 08:07:45 Nathan kernel: ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
    Mai 17 08:07:45 Nathan kernel: ACPI: XSDT 000000008ad8e1c0 000AC (v01 APPLE Apple00 00000060 01000013)
    Mai 17 08:07:45 Nathan kernel: ACPI: FACP 000000008ad8c000 000F4 (v04 APPLE Apple00 00000060 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: DSDT 000000008ad81000 05050 (v01 APPLE MacBookA 00040001 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: FACS 000000008ad3e000 00040
    Mai 17 08:07:45 Nathan kernel: ACPI: HPET 000000008ad8b000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: APIC 000000008ad8a000 000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: SBST 000000008ad88000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: ECDT 000000008ad87000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7d000 00024 (v01 APPLE SmcDppt 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7b000 006CA (v01 APPLE UsbSD 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad77000 00159 (v02 APPLE IGHda 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad73000 015EB (v02 APPLE SsdtIGPU 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad72000 00506 (v01 PmRef Cpu0Ist 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad71000 009B1 (v01 PmRef CpuPm 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad70000 00315 (v01 PmRef Cpu0Tst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad6f000 0037A (v01 PmRef ApTst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: MCFG 000000008ad89000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad80000 000FA (v01 SataRe SataPri 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7f000 000D0 (v01 SataRe SataSec 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7e000 00032 (v01 Apple SsdtS3 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Local APIC address 0xfee00000
    Mai 17 08:07:45 Nathan kernel: No NUMA configuration found
    Mai 17 08:07:45 Nathan kernel: Faking a node at [mem 0x0000000000000000-0x000000016fdfffff]
    Mai 17 08:07:45 Nathan kernel: Initmem setup node 0 [mem 0x00000000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: NODE_DATA [mem 0x16fdf8000-0x16fdfcfff]
    Mai 17 08:07:45 Nathan kernel: [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff88016b400000-ffff88016f3fffff] on node 0
    Mai 17 08:07:45 Nathan kernel: Zone ranges:
    Mai 17 08:07:45 Nathan kernel: DMA [mem 0x00001000-0x00ffffff]
    Mai 17 08:07:45 Nathan kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mai 17 08:07:45 Nathan kernel: Normal [mem 0x100000000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: Movable zone start for each node
    Mai 17 08:07:45 Nathan kernel: Early memory node ranges
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x00001000-0x0008dfff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x00090000-0x0009efff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x00100000-0x1fffffff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x20200000-0x3fffffff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x40200000-0x8ad33fff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x100000000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: On node 0 totalpages: 1025744
    Mai 17 08:07:45 Nathan kernel: DMA zone: 64 pages used for memmap
    Mai 17 08:07:45 Nathan kernel: DMA zone: 156 pages reserved
    Mai 17 08:07:45 Nathan kernel: DMA zone: 3996 pages, LIFO batch:0
    Mai 17 08:07:45 Nathan kernel: DMA32 zone: 8805 pages used for memmap
    Mai 17 08:07:45 Nathan kernel: DMA32 zone: 563508 pages, LIFO batch:31
    Mai 17 08:07:45 Nathan kernel: Normal zone: 7160 pages used for memmap
    Mai 17 08:07:45 Nathan kernel: Normal zone: 458240 pages, LIFO batch:31
    Mai 17 08:07:45 Nathan kernel: ACPI: PM-Timer IO Port: 0x408
    Mai 17 08:07:45 Nathan kernel: ACPI: Local APIC address 0xfee00000
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Mai 17 08:07:45 Nathan kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Mai 17 08:07:45 Nathan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mai 17 08:07:45 Nathan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mai 17 08:07:45 Nathan kernel: ACPI: IRQ0 used by override.
    Mai 17 08:07:45 Nathan kernel: ACPI: IRQ2 used by override.
    Mai 17 08:07:45 Nathan kernel: ACPI: IRQ9 used by override.
    Mai 17 08:07:45 Nathan kernel: Using ACPI (MADT) for SMP configuration information
    Mai 17 08:07:45 Nathan kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mai 17 08:07:45 Nathan kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    Mai 17 08:07:45 Nathan kernel: nr_irqs_gsi: 40
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000000008e000 - 0000000000090000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008ad34000 - 000000008ad5f000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008ad5f000 - 000000008afa2000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008afa2000 - 000000008afff000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008afff000 - 000000008b000000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008b000000 - 000000008fa00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008fa00000 - 00000000e0000000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed04000 - 00000000fed10000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
    Mai 17 08:07:45 Nathan kernel: e820: [mem 0x8fa00000-0xdfffffff] available for PCI devices
    Mai 17 08:07:45 Nathan kernel: Booting paravirtualized kernel on bare hardware
    Mai 17 08:07:45 Nathan kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    Mai 17 08:07:45 Nathan kernel: PERCPU: Embedded 28 pages/cpu @ffff88016fa00000 s85824 r8192 d20672 u262144
    Mai 17 08:07:45 Nathan kernel: pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    Mai 17 08:07:45 Nathan kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Mai 17 08:07:45 Nathan kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009559
    Mai 17 08:07:45 Nathan kernel: Policy zone: Normal
    Mai 17 08:07:45 Nathan kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=65820d33-ca90-4ed3-9b9e-e26a75f9331f ro quiet
    Mai 17 08:07:45 Nathan kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mai 17 08:07:45 Nathan kernel: __ex_table already sorted, skipping sort
    Mai 17 08:07:45 Nathan kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Mai 17 08:07:45 Nathan kernel: Checking aperture...
    Mai 17 08:07:45 Nathan kernel: No AGP bridge found
    Mai 17 08:07:45 Nathan kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mai 17 08:07:45 Nathan kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mai 17 08:07:45 Nathan kernel: Memory: 3955240k/6027264k available (4981k kernel code, 1924288k absent, 147736k reserved, 3968k data, 1092k init)
    Mai 17 08:07:45 Nathan kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Mai 17 08:07:45 Nathan kernel: Preemptible hierarchical RCU implementation.
    Mai 17 08:07:45 Nathan kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mai 17 08:07:45 Nathan kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mai 17 08:07:45 Nathan kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    Mai 17 08:07:45 Nathan kernel: NR_IRQS:4352 nr_irqs:744 16
    Mai 17 08:07:45 Nathan kernel: Console: colour dummy device 80x25
    Mai 17 08:07:45 Nathan kernel: console [tty0] enabled
    Mai 17 08:07:45 Nathan kernel: allocated 16777216 bytes of page_cgroup
    Mai 17 08:07:45 Nathan kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mai 17 08:07:45 Nathan kernel: hpet clockevent registered
    Mai 17 08:07:45 Nathan kernel: tsc: Fast TSC calibration using PIT
    Mai 17 08:07:45 Nathan kernel: tsc: Detected 1699.863 MHz processor
    Mai 17 08:07:45 Nathan kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3401.38 BogoMIPS (lpj=5666210)
    Mai 17 08:07:45 Nathan kernel: pid_max: default: 32768 minimum: 301
    Mai 17 08:07:45 Nathan kernel: Security Framework initialized
    Mai 17 08:07:45 Nathan kernel: AppArmor: AppArmor disabled by boot time parameter
    Mai 17 08:07:45 Nathan kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mai 17 08:07:45 Nathan kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mai 17 08:07:45 Nathan kernel: Mount-cache hash table entries: 256
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys cpuacct
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys memory
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys devices
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys freezer
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys net_cls
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys blkio
    Mai 17 08:07:45 Nathan kernel: CPU: Physical Processor ID: 0
    Mai 17 08:07:45 Nathan kernel: CPU: Processor Core ID: 0
    Mai 17 08:07:45 Nathan kernel: mce: CPU supports 7 MCE banks
    Mai 17 08:07:45 Nathan kernel: CPU0: Thermal monitoring enabled (TM1)
    Mai 17 08:07:45 Nathan kernel: [117B blob data]
    Mai 17 08:07:45 Nathan kernel: Freeing SMP alternatives: 20k freed
    Mai 17 08:07:45 Nathan kernel: ACPI: Core revision 20130117
    Mai 17 08:07:45 Nathan kernel: ACPI: All ACPI Tables successfully acquired
    Mai 17 08:07:45 Nathan kernel: ftrace: allocating 19539 entries in 77 pages
    Mai 17 08:07:45 Nathan kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mai 17 08:07:45 Nathan kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2557M CPU @ 1.70GHz (fam: 06, model: 2a, stepping: 07)
    Mai 17 08:07:45 Nathan kernel: TSC deadline timer enabled
    Mai 17 08:07:45 Nathan kernel: Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    Mai 17 08:07:45 Nathan kernel: perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    Mai 17 08:07:45 Nathan kernel: ... version: 3
    Mai 17 08:07:45 Nathan kernel: ... bit width: 48
    Mai 17 08:07:45 Nathan kernel: ... generic registers: 4
    Mai 17 08:07:45 Nathan kernel: ... value mask: 0000ffffffffffff
    Mai 17 08:07:45 Nathan kernel: ... max period: 000000007fffffff
    Mai 17 08:07:45 Nathan kernel: ... fixed-purpose events: 3
    Mai 17 08:07:45 Nathan kernel: ... event mask: 000000070000000f
    Mai 17 08:07:45 Nathan kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Mai 17 08:07:45 Nathan kernel: smpboot: Booting Node 0, Processors #1 #2 #3
    Mai 17 08:07:45 Nathan kernel: Brought up 4 CPUs
    Mai 17 08:07:45 Nathan kernel: smpboot: Total of 4 processors activated (13604.52 BogoMIPS)
    Mai 17 08:07:45 Nathan kernel: devtmpfs: initialized
    Mai 17 08:07:45 Nathan kernel: PM: Registering ACPI NVS region [mem 0x8ad34000-0x8ad5efff] (176128 bytes)
    Mai 17 08:07:45 Nathan kernel: RTC time: 6:07:41, date: 05/17/13
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 16
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type PCI registered
    Mai 17 08:07:45 Nathan kernel: PCI: MMCONFIG for domain 0000 [bus 00-97] at [mem 0xe0000000-0xe97fffff] (base 0xe0000000)
    Mai 17 08:07:45 Nathan kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe97fffff] reserved in E820
    Mai 17 08:07:45 Nathan kernel: PCI: Using configuration type 1 for base access
    Mai 17 08:07:45 Nathan kernel: bio: create slab <bio-0> at 0
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(Module Device)
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(Processor Device)
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mai 17 08:07:45 Nathan kernel: ACPI: EC: EC description table is found, configuring boot EC
    Mai 17 08:07:45 Nathan kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad39190 00781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Dynamic OEM Table Load:
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT (null) 00781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad3a710 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Dynamic OEM Table Load:
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT (null) 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad38d90 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Dynamic OEM Table Load:
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Interpreter enabled
    Mai 17 08:07:45 Nathan kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
    Mai 17 08:07:45 Nathan kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    Mai 17 08:07:45 Nathan kernel: ACPI: (supports S0 S3 S4 S5)
    Mai 17 08:07:45 Nathan kernel: ACPI: Using IOAPIC for interrupt routing
    Mai 17 08:07:45 Nathan kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mai 17 08:07:45 Nathan kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-97] only partially covers this bridge
    Mai 17 08:07:45 Nathan kernel: PCI host bridge to bus 0000:00
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: reg 10: [mem 0xa0000000-0xa03fffff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: reg 18: [mem 0x90000000-0x9fffffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: reg 20: [io 0x2000-0x203f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:16.0: reg 10: [mem 0xa0607100-0xa060710f 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.0: reg 20: [io 0x2140-0x215f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: reg 10: [mem 0xa0606c00-0xa0606fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: reg 10: [mem 0xa0600000-0xa0603fff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.0: reg 20: [io 0x20e0-0x20ff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: reg 10: [mem 0xa0606800-0xa0606bff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.0: [8086:1c4d] type 00 class 0x060100
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: [8086:1c01] type 00 class 0x01018f
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 10: [io 0x2168-0x216f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 14: [io 0x217c-0x217f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 18: [io 0x2160-0x2167]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 1c: [io 0x2178-0x217b]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 20: [io 0x2060-0x206f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 24: [io 0xffe0-0xffef]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.3: reg 10: [mem 0xa0607000-0xa06070ff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: PCI bridge to [bus 03-97]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: PCI bridge to [bus 04-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: [8086:151a] type 00 class 0x088000
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: reg 10: [mem 0xa0700000-0xa073ffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: reg 14: [mem 0xa0740000-0xa0740fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: PCI bridge to [bus 06-36]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: PCI bridge to [bus 37-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: [14e4:4353] type 00 class 0x028000
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: reg 10: [mem 0xa0400000-0xa0403fff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
    Mai 17 08:07:45 Nathan kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Mai 17 08:07:45 Nathan kernel: acpi PNP0A08:00: ACPI _OSC control (0x19) granted
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Mai 17 08:07:45 Nathan kernel: ACPI: Enabled 3 GPEs in block 00 to 3F
    Mai 17 08:07:45 Nathan kernel: acpi root: \_SB_.PCI0 notify handler is installed
    Mai 17 08:07:45 Nathan kernel: Found 1 acpi root devices
    Mai 17 08:07:45 Nathan kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Mai 17 08:07:45 Nathan kernel: ACPI: No dock devices found.
    Mai 17 08:07:45 Nathan kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mai 17 08:07:45 Nathan kernel: vgaarb: loaded
    Mai 17 08:07:45 Nathan kernel: vgaarb: bridge control possible 0000:00:02.0
    Mai 17 08:07:45 Nathan kernel: PCI: Using ACPI for IRQ routing
    Mai 17 08:07:45 Nathan kernel: PCI: pci_cache_line_size set to 64 bytes
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x8ad34000-0x8bffffff]
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x16fe00000-0x16fffffff]
    Mai 17 08:07:45 Nathan kernel: NetLabel: Initializing
    Mai 17 08:07:45 Nathan kernel: NetLabel: domain hash size = 128
    Mai 17 08:07:45 Nathan kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mai 17 08:07:45 Nathan kernel: NetLabel: unlabeled traffic allowed by default
    Mai 17 08:07:45 Nathan kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Mai 17 08:07:45 Nathan kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Mai 17 08:07:45 Nathan kernel: Switching to clocksource hpet
    Mai 17 08:07:45 Nathan kernel: pnp: PnP ACPI init
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type PNP registered
    Mai 17 08:07:45 Nathan kernel: pnp 00:00: [dma 4]
    Mai 17 08:07:45 Nathan kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:04: [io 0x1000-0x100f] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:04: [io 0x0400-0x047f] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:04: [io 0x0500-0x057f] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:06: Plug and Play ACPI device, IDs APP0001 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed10000-0xfed17fff] could not be reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:08: [mem 0x20000000-0x201fffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:08: [mem 0x40000000-0x401fffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mai 17 08:07:45 Nathan kernel: pnp: PnP ACPI: found 9 devices
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type PNP unregistered
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [io 0x1000-0x0fff] to [bus 06-36] add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-36] add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [io 0x1000-0x0fff] to [bus 37-67] add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 37-67] add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [io 0x1000-0x0fff] to [bus 04-67] add_size 2000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-67] add_size 400000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 400000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 2000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 15: assigned [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 13: can't assign io (size 0x2000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 15: assigned [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 13: can't assign io (size 0x2000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 15: assigned [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 15: assigned [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 15: assigned [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 15: assigned [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: PCI bridge to [bus 06-36]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: PCI bridge to [bus 37-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: PCI bridge to [bus 04-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: PCI bridge to [bus 03-97]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: enabling device (0000 -> 0002)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: enabling device (0000 -> 0002)
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: enabling device (0000 -> 0002)
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:03: resource 1 [mem 0xa0700000-0xa49fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:03: resource 2 [mem 0xa4a00000-0xa89fffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:04: resource 2 [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:05: resource 1 [mem 0xa0700000-0xa07fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:06: resource 1 [mem 0xa0800000-0xa08fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:06: resource 2 [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:37: resource 1 [mem 0xa0900000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:37: resource 2 [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:01: resource 1 [mem 0xa0500000-0xa05fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa04fffff]
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 2
    Mai 17 08:07:45 Nathan kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    Mai 17 08:07:45 Nathan kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Mai 17 08:07:45 Nathan kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Mai 17 08:07:45 Nathan kernel: TCP: reno registered
    Mai 17 08:07:45 Nathan kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Mai 17 08:07:45 Nathan kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 1
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: Boot video device
    Mai 17 08:07:45 Nathan kernel: PCI: CLS 256 bytes, default 64
    Mai 17 08:07:45 Nathan kernel: Unpacking initramfs...
    Mai 17 08:07:45 Nathan kernel: Freeing initrd memory: 2868k freed
    Mai 17 08:07:45 Nathan kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mai 17 08:07:45 Nathan kernel: software IO TLB [mem 0x86d34000-0x8ad34000] (64MB) mapped at [ffff880086d34000-ffff88008ad33fff]
    Mai 17 08:07:45 Nathan kernel: Scanning for low memory corruption every 60 seconds
    Mai 17 08:07:45 Nathan kernel: audit: initializing netlink socket (disabled)
    Mai 17 08:07:45 Nathan kernel: type=2000 audit(1368770861.326:1): initialized
    Mai 17 08:07:45 Nathan kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mai 17 08:07:45 Nathan kernel: VFS: Disk quotas dquot_6.5.2
    Mai 17 08:07:45 Nathan kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mai 17 08:07:45 Nathan kernel: msgmni has been set to 7730
    Mai 17 08:07:45 Nathan kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mai 17 08:07:45 Nathan kernel: io scheduler noop registered
    Mai 17 08:07:45 Nathan kernel: io scheduler deadline registered
    Mai 17 08:07:45 Nathan kernel: io scheduler cfq registered (default)
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:03:00.0: irq 41 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:04:00.0: irq 42 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:04:03.0: irq 43 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:04:04.0: irq 44 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
    Mai 17 08:07:45 Nathan kernel: vesafb: scrolling: redraw
    Mai 17 08:07:45 Nathan kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mai 17 08:07:45 Nathan kernel: vesafb: framebuffer at 0x90000000, mapped to 0xffffc9000a000000, using 3072k, total 3072k
    Mai 17 08:07:45 Nathan kernel: Console: switching to colour frame buffer device 128x48
    Mai 17 08:07:45 Nathan kernel: fb0: VESA VGA frame buffer device
    Mai 17 08:07:45 Nathan kernel: intel_idle: MWAIT substates: 0x21120
    Mai 17 08:07:45 Nathan kernel: intel_idle: v0.4 model 0x2A
    Mai 17 08:07:45 Nathan kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Mai 17 08:07:45 Nathan kernel: GHES: HEST is not enabled!
    Mai 17 08:07:45 Nathan kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mai 17 08:07:45 Nathan kernel: Linux agpgart interface v0.103
    Mai 17 08:07:45 Nathan kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Mai 17 08:07:45 Nathan kernel: tsc: Refined TSC clocksource calibration: 1700.009 MHz
    Mai 17 08:07:45 Nathan kernel: Switching to clocksource tsc
    Mai 17 08:07:45 Nathan kernel: i8042: No controller found
    Mai 17 08:07:45 Nathan kernel: mousedev: PS/2 mouse device common for all mice
    Mai 17 08:07:45 Nathan kernel: rtc_cmos 00:05: RTC can wake from S4
    Mai 17 08:07:45 Nathan kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Mai 17 08:07:45 Nathan kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Mai 17 08:07:45 Nathan kernel: Intel P-state driver initializing.
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 0
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 1
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 2
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 3
    Mai 17 08:07:45 Nathan kernel: cpuidle: using governor ladder
    Mai 17 08:07:45 Nathan kernel: cpuidle: using governor menu
    Mai 17 08:07:45 Nathan kernel: EFI Variables Facility v0.08 2004-May-17
    Mai 17 08:07:45 Nathan kernel: drop_monitor: Initializing network drop monitor service
    Mai 17 08:07:45 Nathan kernel: TCP: cubic registered
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 10
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 17
    Mai 17 08:07:45 Nathan kernel: Key type dns_resolver registered
    Mai 17 08:07:45 Nathan kernel: PM: Hibernation image not present or could not be loaded.
    Mai 17 08:07:45 Nathan kernel: registered taskstats version 1
    Mai 17 08:07:45 Nathan kernel: Magic number: 13:967:114
    Mai 17 08:07:45 Nathan kernel: Freeing unused kernel memory: 1092k freed
    Mai 17 08:07:45 Nathan kernel: Write protecting the kernel read-only data: 8192k
    Mai 17 08:07:45 Nathan kernel: Freeing unused kernel memory: 1152k freed
    Mai 17 08:07:45 Nathan kernel: Freeing unused kernel memory: 420k freed
    Mai 17 08:07:45 Nathan systemd-udevd[56]: starting version 203
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type USB registered
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver usbfs
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver hub
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new device driver usb
    Mai 17 08:07:45 Nathan kernel: SCSI subsystem initialized
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type ATA registered
    Mai 17 08:07:45 Nathan kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mai 17 08:07:45 Nathan kernel: libata version 3.00 loaded.
    Mai 17 08:07:45 Nathan kernel: ehci-pci: EHCI PCI platform driver
    Mai 17 08:07:45 Nathan kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: debug port 2
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xa0606c00
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mai 17 08:07:45 Nathan kernel: hub 1-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 1-0:1.0: 6 ports detected
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: debug port 2
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: irq 22, io mem 0xa0606800
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mai 17 08:07:45 Nathan kernel: hub 2-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 2-0:1.0: 8 ports detected
    Mai 17 08:07:45 Nathan kernel: ata_piix 0000:00:1f.2: version 2.13
    Mai 17 08:07:45 Nathan kernel: ata_piix 0000:00:1f.2: MAP [
    Mai 17 08:07:45 Nathan kernel: P0 P2 P1 P3 ]
    Mai 17 08:07:45 Nathan kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: scsi0 : ata_piix
    Mai 17 08:07:45 Nathan kernel: scsi1 : ata_piix
    Mai 17 08:07:45 Nathan kernel: ata1: SATA max UDMA/133 cmd 0x2168 ctl 0x217c bmdma 0x2060 irq 19
    Mai 17 08:07:45 Nathan kernel: ata2: SATA max UDMA/133 cmd 0x2160 ctl 0x2178 bmdma 0x2068 irq 19
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: irq 21, io base 0x00002140
    Mai 17 08:07:45 Nathan kernel: hub 3-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 3-0:1.0: 2 ports detected
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: irq 19, io base 0x000020e0
    Mai 17 08:07:45 Nathan kernel: hub 4-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 4-0:1.0: 2 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: hub 1-1:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 1-1:1.0: 3 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-2: new high-speed USB device number 3 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: hub 2-1:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 2-1:1.0: 2 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1: new full-speed USB device number 4 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: hub 1-1.1:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 1-1.1:1.0: 3 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-1.2: new full-speed USB device number 5 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata2.00: failed to resume link (SControl 0)
    Mai 17 08:07:45 Nathan kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver usbhid
    Mai 17 08:07:45 Nathan kernel: usbhid: USB HID core driver
    Mai 17 08:07:45 Nathan kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
    Mai 17 08:07:45 Nathan kernel: apple 0003:05AC:024D.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
    Mai 17 08:07:45 Nathan kernel: usb 2-1.1: new high-speed USB device number 3 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: apple 0003:05AC:024D.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
    Mai 17 08:07:45 Nathan kernel: Initializing USB Mass Storage driver...
    Mai 17 08:07:45 Nathan kernel: scsi2 : usb-storage 2-1.1:1.0
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver usb-storage
    Mai 17 08:07:45 Nathan kernel: USB Mass Storage support registered.
    Mai 17 08:07:45 Nathan kernel: ata1.01: failed to resume link (SControl 0)
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1.1: new full-speed USB device number 6 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mai 17 08:07:45 Nathan kernel: ata1.01: SATA link down (SStatus 0 SControl 0)
    Mai 17 08:07:45 Nathan kernel: ata1.00: ATA-8: APPLE SSD SM128C, AXM09A1Q, max UDMA/133
    Mai 17 08:07:45 Nathan kernel: ata1.00: 236978176 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1.2: new full-speed USB device number 7 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata1.00: configured for UDMA/133
    Mai 17 08:07:45 Nathan kernel: scsi 0:0:0:0: Direct-Access ATA APPLE SSD SM128C AXM0 PQ: 0 ANSI: 5
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1.3: new full-speed USB device number 8 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata2.01: failed to resume link (SControl 0)
    Mai 17 08:07:45 Nathan kernel: ata2.00: SATA link down (SStatus 0 SControl 0)
    Mai 17 08:07:45 Nathan kernel: ata2.01: SATA link down (SStatus 0 SControl 0)
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] 236978176 512-byte logical blocks: (121 GB/113 GiB)
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mai 17 08:07:45 Nathan kernel: sda: sda1 sda2
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mai 17 08:07:45 Nathan kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Mai 17 08:07:45 Nathan systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mai 17 08:07:45 Nathan systemd[1]: Set hostname to <Nathan>.
    Mai 17 08:07:45 Nathan kernel: scsi 2:0:0:0: Direct-Access APPLE SD Card Reader 2.00 PQ: 0 ANSI: 0
    Mai 17 08:07:45 Nathan kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    Mai 17 08:07:45 Nathan systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Remote File Systems.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Remote File Systems.
    Mai 17 08:07:45 Nathan systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mai 17 08:07:45 Nathan systemd[1]: Starting LVM2 metadata daemon socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on LVM2 metadata daemon socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Delayed Shutdown Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on Delayed Shutdown Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mai 17 08:07:45 Nathan systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Encrypted Volumes.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Encrypted Volumes.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Paths.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Paths.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Journal Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on Journal Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Debug File System...
    Mai 17 08:07:45 Nathan systemd[1]: Started Set Up Additional Binary Formats.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Setup Virtual Console...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Apply Kernel Variables...
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Huge Pages File System...
    Mai 17 08:07:45 Nathan systemd[1]: Mounting POSIX Message Queue File System...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Load Kernel Modules...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Create static device nodes in /dev...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Journal Service...
    Mai 17 08:07:45 Nathan systemd[1]: Started Journal Service.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Kernel Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on udev Kernel Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Control Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on udev Control Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Coldplug all Devices...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Swap.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Swap.
    Mai 17 08:07:45 Nathan systemd[1]: Started File System Check on Root Device.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Remount Root and Kernel File Systems...
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Temporary Directory...
    Mai 17 08:07:45 Nathan systemd[1]: Expecting device dev-disk-by\x2duuid-168d8e59\x2db7eb\x2d4af3\x2da286\x2dddb662307a59.device...
    Mai 17 08:07:45 Nathan kernel: cfg80211: Calling CRDA to update world regulatory domain
    Mai 17 08:07:45 Nathan systemd-udevd[120]: starting version 204
    Mai 17 08:07:45 Nathan kernel: lib80211: common routines for IEEE802.11 drivers
    Mai 17 08:07:45 Nathan kernel: lib80211_crypt: registered algorithm 'NULL'
    Mai 17 08:07:45 Nathan systemd-journal[113]: Journal started
    Mai 17 08:07:45 Nathan systemd-sysctl[108]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Mai 17 08:07:45 Nathan systemd[1]: Started Apply Kernel Variables.
    Mai 17 08:07:45 Nathan systemd[1]: Started Create static device nodes in /dev.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Kernel Device Manager...
    Mai 17 08:07:45 Nathan systemd[1]: Started udev Kernel Device Manager.
    Mai 17 08:07:45 Nathan systemd[1]: Started udev Coldplug all Devices.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Debug File System.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Temporary Directory.
    Mai 17 08:07:45 Nathan kernel: wl: module license 'Mixed/Proprietary' taints kernel.
    Mai 17 08:07:45 Nathan kernel: Disabling lock debugging due to kernel taint
    Mai 17 08:07:45 Nathan kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1
    Mai 17 08:07:45 Nathan kernel: ACPI: Requesting acpi_cpufreq
    Mai 17 08:07:45 Nathan kernel: INFO @wl_cfg80211_attach : Registered CFG80211 phy
    Mai 17 08:07:45 Nathan kernel: ACPI: AC Adapter [ADP1] (on-line)
    Mai 17 08:07:45 Nathan kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    Mai 17 08:07:45 Nathan kernel: ACPI: Lid Switch [LID0]
    Mai 17 08:07:45 Nathan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    Mai 17 08:07:45 Nathan kernel: ACPI: Power Button [PWRB]
    Mai 17 08:07:45 Nathan kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    Mai 17 08:07:45 Nathan kernel: ACPI: Sleep Button [SLPB]
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Huge Pages File System.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted POSIX Message Queue File System.
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Mai 17 08:07:45 Nathan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Mai 17 08:07:45 Nathan kernel: ACPI: Power Button [PWRF]
    Mai 17 08:07:45 Nathan systemd[1]: Started Remount Root and Kernel File Systems.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Local File Systems (Pre).
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Local File Systems (Pre).
    Mai 17 08:07:45 Nathan systemd[1]: Starting Load Random Seed...
    Mai 17 08:07:45 Nathan kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Mai 17 08:07:45 Nathan systemd[1]: Started Load Random Seed.
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan systemd-modules-load[111]: Inserted module 'wl'
    Mai 17 08:07:45 Nathan systemd[1]: Started Load Kernel Modules.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted FUSE Control File System.
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Configuration File System...
    Mai 17 08:07:45 Nathan kernel: lib80211_crypt: registered algorithm 'TKIP'
    Mai 17 08:07:45 Nathan kernel: eth0: Broadcom BCM4353 802.11 Hybrid Wireless Controller 5.100.82.112
    Mai 17 08:07:45 Nathan kernel: [drm] Initialized drm 1.1.0 20060810
    Mai 17 08:07:45 Nathan kernel: mei 0000:00:16.0: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: mei 0000:00:16.0: irq 45 for MSI/MSI-X
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Configuration File System.
    Mai 17 08:07:45 Nathan kernel: microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan kernel: microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan kernel: microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Mai 17 08:07:45 Nathan systemd[1]: Found device APPLE_SSD_SM128C.
    Mai 17 08:07:45 Nathan systemd[1]: Starting File System Check on /dev/disk/by-uuid/168d8e59-b7eb-4af3-a286-ddb662307a59...
    Mai 17 08:07:45 Nathan kernel: ACPI: Battery Slot [BAT0] (battery present)
    Mai 17 08:07:45 Nathan kernel: snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    Mai 17 08:07:45 Nathan systemd[1]: Started Setup Virtual Console.
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    Mai 17

    ewaller wrote:For the record, drm and EDID both have to do with your display system and have nothing do to with networking.drm is Direct Rendering M...  Okay, I don't know what the M means.  (not to be confused with Digital Rights Management)
    EDID is Extended Display Identification Data, information stored about you display's capabilities and geometry that are read by the video driver so provide automatic configuration.  The checksum error meant that there were inconsistencies in the data read.  No idea why.
    Edit,
    Oh, and welcome to Arch
    Thank you for the info and for the welcome. I will read more about EDID and drm.
    WonderWoofy wrote:I would also like to extend a welcome to the Arch forums and community.
    With journalctl, you have certainly discovered a powerful debugging tool.  It will no doublt come in handy along your learning adventures here.
    I will admit being very impressed by your use of code tags in a first post as a new Arch Linux user.  Bravo sir!
    Thank you also for your welcome and your advises. I  saw from other posts that the people here use some special style of representing code, so I searched a bit and clicked here and there and clicked on the BBCode link below the 'Quick post'-window and voila found the help site of the forum.
    Unfortunately, the errors came back this morning:
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:29 Nathan kernel: iTCO_vendor_support: vendor-support=0
    Mai 18 08:22:29 Nathan kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    Mai 18 08:22:29 Nathan kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
    Mai 18 08:22:29 Nathan systemd-udevd[139]: renamed network interface eth0 to wlp2s0
    Mai 18 08:22:29 Nathan systemd-sysctl[590]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Mai 18 08:22:29 Nathan kernel: [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 250
    Mai 18 08:22:29 Nathan kernel: Raw EDID:
    Mai 18 08:22:29 Nathan kernel: 00 ff ff ff ff ff ff 00 10 df 9c 00 00 00 00 1a
    Mai 18 08:22:29 Nathan kernel: 15 01 04 95 1d 12 78 02 ef 05 97 57 54 92 27 22
    Mai 18 08:22:29 Nathan kernel: 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 01
    Mai 18 08:22:29 Nathan kernel: 01 01 01 01 01 c2 23 a0 d4 50 84 1a 30 40 2a 36
    Mai 18 08:22:29 Nathan kernel: 00 1e b3 10 00 00 18 00 00 00 10 00 00 00 00 00
    Mai 18 08:22:29 Nathan kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
    Mai 18 08:22:29 Nathan systemd-udevd[139]: renamed network interface eth0 to wlp2s0
    Mai 18 08:22:29 Nathan systemd-sysctl[590]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Mai 18 08:22:29 Nathan kernel: [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 250
    Mai 18 08:22:29 Nathan kernel: Raw EDID:
    Mai 18 08:22:29 Nathan kernel: 00 ff ff ff ff ff ff 00 10 df 9c 00 00 00 00 1a
    Mai 18 08:22:29 Nathan kernel: 15 01 04 95 1d 12 78 02 ef 05 97 57 54 92 27 22
    Mai 18 08:22:29 Nathan kernel: 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 01
    Mai 18 08:22:29 Nathan kernel: 01 01 01 01 01 c2 23 a0 d4 50 84 1a 30 40 2a 36
    Mai 18 08:22:29 Nathan kernel: 00 1e b3 10 00 00 18 00 00 00 10 00 00 00 00 00
    Mai 18 08:22:29 Nathan kernel: 00 00 00 00 00 00 00 00 00 00 00 00 fe 00 4c 50
    Mai 18 08:22:29 Nathan kernel: 31 33 33 57 50 31 2d 54 4a 41 33 00 00 00 fc 00
    Mai 18 08:22:29 Nathan kernel: 43 6f 6c 6f 72 20 4c 43 44 0a 20 20 20 00 7e 00
    Mai 18 08:22:29 Nathan kernel: usb 1-1.1.2: USB disconnect, device number 7
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event2 (Power Button)
    Mai 18 08:22:29 Nathan systemd[1]: Starting Bluetooth.
    Mai 18 08:22:29 Nathan systemd[1]: Reached target Bluetooth.
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event4 (Power Button)
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 8
    Mai 18 08:22:30 Nathan kernel: Raw EDID:
    Mai 18 08:22:30 Nathan kernel: 00 ff ff ff ff ff ff 00 06 10 df 9c 00 00 00 00
    Mai 18 08:22:30 Nathan kernel: 1a 15 01 04 95 1d 12 78 02 ef 05 97 57 54 92 27
    Mai 18 08:22:30 Nathan kernel: 22 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
    Mai 18 08:22:30 Nathan kernel: 01 01 01 01 01 c2 23 a0 d4 50 84 1a 30 40 2a 36
    Mai 18 08:22:30 Nathan kernel: 00 1e b3 10 00 00 18 00 00 00 10 00 00 00 00 00
    Mai 18 08:22:30 Nathan kernel: 00 00 00 00 00 00 00 00 00 00 00 00 fe 00 4c 50
    Mai 18 08:22:30 Nathan kernel: 31 33 33 57 50 31 2d 54 4a 41 33 00 00 00 fc 00
    Mai 18 08:22:30 Nathan kernel: 43 6c 6f 72 20 4c 43 44 20 20 20 00 00 00 00 00
    I will search the net a bit and will report here what I have found on this issue.
    Edit,
    oh, and if someone here has an idea, I would be happy to 'hear' it.
    Last edited by Rhodan@Nathan (2013-05-18 08:20:22)

  • Copy files between pcs - checksum error

    Scenario:
    - Two PCs (A and B) in a small LAN.
    - Computer A runs a NFS and a FTP server. I can transfer file from A to B mounting the nfs exported directories or downloading them via FTP.
    - The files can reside in ext3 or xfs partitions, on different drives, in A and they are being copied to B in ext3 or xfs partitions, again on different drives.
    - Drives and filesystems are healthy (knock on wood).
    I download a given file along with its checksum file (md5 or sfv format), from internet on A: the checksum check using cfv (tried even md5sum) says it's allright.
    Then I copy the file on B (via FTP or NFS - it doesn't matter), check it again and I have an error ("bad crc"). Sometimes for the file I download, there's a torrent: if I use the torrent file and check the integrity of the downloaded file (with ktorrent or gtorrentviewer), I find that there's a missing piece.
    The above happens random, not always and not with all files.
    A really strange thing is that, if I mount A's exported directory in B and if I run the checksum check from B, I also get an error (as said above, if I check the file directly on A, it's good).
    I can't remember when this started - in your opinion, where should I look for solving this?

    I dont really understand the torrent part of the story.
    Sorry - I wasn't that much clear and my english doesn't help
    A torrent file can be used for an integrity check of the file: not only it reports if the checksum is right or wrong, but - in this latter case - it can tell you that there are missing pieces in the file and how many.
    Hmm and it sounds like pc B isnt that healthy
    I checked for filesystem sanity in both PCs, and I also run the Seagate diagnostic tool on both of them. The chance that 4 hard disk are failing at the same time in the same PC is negligible. Anyway, I'm open to suggestions here - maybe it's an hardware issue, but I don't think it's related to the hard disks.
    what if you try it with an usb stick ??
    I'll try copying files to an external drive and to another PC - thanks for the idea
    try to check the size of the file you copy if there are both equal.
    They aren't - otherwise I won't get that checksum error. The difference is usually small, though - only a few kbytes: it seems to me that the copy process doesn't end properly.

  • Filesystem corruption in Mac OS X

    I have just run a md5sum check on a 300GB partition which I used as a "Reference" partition which is mounted read-only 99% of the time. I keep such things as software, music, e-books and all other reference documents which will not change on it. Most files have an md5sum checksum attached to them which is kept in a separate file.
    I run a md5sum check every once in a blue moon. I guess I ran the last one some time in the past 5 years. I ran one today, and discovered with great alarm that 5 files none of which I have touched for years and years have failed the md5sum check.
    Of the files I was able to recover from another source, I have found that the failure in every case involved a difference of an entire 4kB sector. The error in each case involved incorrectly read data with no warning of a bad sector or a bad read, or any indication that the data may be corrupt. Is this more likely to be a hardware-related failure or a kernel software filesystem-related failure? Has anybody ever conducted a systematic study of data integrity guarantees in Mac OS X filesystems? What is the hardware error rate of a typical disk? How reliable is the filesystem, and in what circumstances can corruption occur? Is this well understood?

    Dr. T wrote:
    I would dispute this. It is not well known, I believe, although I would hope it is at least moderately well known, that when you read a data-grade CD-ROM or DVD-ROM on Mac OS X, you will with a reasonable frequency (more than 1 sector/6GB read in my experience) occasionally get a silent incorrectly read sector. Yet this is factual.
    Those are optical media consisting of some clear plastic and optical film. Plus, they don't even use HFS+ so it is a bit of a moot point.
    I am interested in a rate in the form of number of sector silently returned differently read to the data originally written, per amount of data written. Thanks.
    In other words, what percentage of written data will be read differently? That depends on a number of factors such as age of drive, hours of use, usage conditions, environmental conditions, etc. File system used on the disk is irrelevant. All disks die eventually - some after 6 months, some after 5 years.
    I run the md5sum checksum check only occasionally. The data is occasionally copied from one disk to another, but whenever I do this, I do not only check md5sum checksums, I make precautions to ensure that all data caches are flushed before running a full compare between the original and the copy. The current disk is less 2 years old, and the partition is the sole partition on that drive. The disk is a standard Western Digital server-grade drive. You may prefer buying Best Buy disks yourself, I will leave this to you.
    I actually buy my disks from Other World Computing, but they are the same drives that Best Buy sells. I've never run checksums on all my data and, frankly, I'm not going to. It isn't worth my time. If your data is critical and it is worth your time, you need to use professional quality hardware. A single WD drive does not qualify. You need to look at a RAID, at a minimum. Tape would be good too. The professional storage systems are designed to be big, fast, and automatically recover from failures like what you have experienced. They don't come cheap and WD doesn't sell them. Look at Sun, IBM, HP, EMC, those kind of people.
    I thought he meant the sort of professional-grade filesystem used in the Unix world, such as perhaps ZFS or ReiserFS, but I may be mistaken.
    You can never be too sure. Ask a specific question and you'll get a specific answer.
    It is a stretch to call ZFS "professional-grade". It is brand new. There is experimental support for it in 10.5 but it will be a while before it is ready for the general public. In any event, ZFS on a single drive won't be that much better than HFS+ on a single drive. It is only as good as the media. If the media has no redundancy, neither does the file system.
    ReiserFS is a Linux file system, not Unix. There is a difference. It has its own set of problems. Agsin, it would be a stretch to claim ReiserFS is sigificantly different or better than any other modern file system.

  • How to list "unowned" files on my filesystem

    I'd like to get a listing of all files on my filesystem that are not owned by any currently-installed packages.  I need to specify which directories to exclude, such as /var, /proc, /dev, /tmp, etc.  Is there a tool/utility to do that?  I could write a script for it, but don't want to reinvent the wheel if there's already a way to see that information.

    Xyne wrote:
    http://xyne.archlinux.ca/info/pacpal
    pacpal --list-unpkgd [paths]
    that's cool.
    maybe you could also implement a `--find-corrupted-pkgs` that checks the checksums of all files in packages.

  • [solved] How to recoved data off a masacred filesystem

    I'm in trouble. I am trying to recover my main data partition. Here's how it happened:
    sdb1 - 680gb primary partition, ext4, around 300gb of data on it
    sdb2 - 60gb primary partition, ext4, for backing up system from sda1 with rsync
    Yesterday, while doing rsync backup on sdb2, I run gparted, which indicated that it cannot read partition table on sdb and displayed the whole of it as unallocated. I know that when I run gparted 30 earlier, the partition was still vissible.
    Nevertheless, I thought that's because of rsync and I thought reboot would fix that, because sdb1 was still mounted, and I was accessing all the data on it with no issues.
    When rsync was done, I rebooted an that was the last time I saw my data.
    Automounting during boot gives me:
    superblock could not be read or does not describe correct ext2 filesystem...
    So I tried to run
    $ sudo fsck.ext4 -p -b 98304 -B 4096 /dev/sdb
    fsck.ext4: Bad magic number in super-block while trying to open /dev/sdb
    /dev/sdb:
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    $ sudo e2fsck -b 8193 /dev/sdb
    [sudo] password for juha:
    e2fsck 1.42.8 (20-Jun-2013)
    e2fsck: Bad magic number in super-block while trying to open /dev/sdb
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    I tried the same command with all superblock backups that were listed.
    $ sudo fsck -n /dev/sdb1
    fsck from util-linux 2.24
    e2fsck 1.42.8 (20-Jun-2013)
    ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap
    fsck.ext4: Group descriptors look bad... trying backup blocks...
    fsck.ext4: Bad magic number in super-block while using the backup blocksfsck.ext4: going back to original superblock
    Superblock has an invalid journal (inode 8).
    Clear? no
    fsck.ext4: Illegal inode number while checking ext3 journal for /dev/sdb1
    /dev/sdb1: ********** WARNING: Filesystem still has errors **********
    I also run testdisk to see if it can find data from sdb1.
    It finds the partition (partition type is automatically selected as None) but it finds no files on sdb1, even after deep search.
    It does find data on sdb2, but that's just system partition backup I don't care about at this point.
    Also, just now I run this
    ]$ sudo fsck.ext4 -v /dev/sdb1
    e2fsck 1.42.8 (20-Jun-2013)
    ext2fs_check_desc: Corrupt group descriptor: bad block for block bitmap
    fsck.ext4: Group descriptors look bad... trying backup blocks...
    fsck.ext4: Bad magic number in super-block while using the backup blocksfsck.ext4: going back to original superblock
    Superblock has an invalid journal (inode 8).
    Clear<y>? yes
    *** ext3 journal has been deleted - filesystem is now ext2 only ***
    Note: if several inode or block bitmap blocks or part
    of the inode table require relocation, you may wish to try
    running e2fsck with the '-b 32768' option first. The problem
    may lie only with the primary block group descriptors, and
    the backup block group descriptors may be OK.
    Block bitmap for group 256 is not in group. (block 1268396107)
    Relocate<y>? yes
    Inode bitmap for group 256 is not in group. (block 1125246092)
    Relocate<y>? yes
    Inode table for group 256 is not in group. (block 2088878841)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    One or more block group descriptor checksums are invalid. Fix<y>? yes
    Group descriptor 256 checksum is 0x6349, should be 0x9abd. FIXED.
    Inode bitmap for group 257 is not in group. (block 2837529440)
    Relocate<y>? yes
    Inode table for group 257 is not in group. (block 2199953455)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 257 checksum is 0x02d4, should be 0xd13d. FIXED.
    Block bitmap for group 258 is not in group. (block 3896597355)
    Relocate<y>? yes
    Inode bitmap for group 258 is not in group. (block 2097244160)
    Relocate<y>? yes
    Inode table for group 258 is not in group. (block 2609271215)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 258 checksum is 0xee91, should be 0xc246. FIXED.
    Block bitmap for group 259 is not in group. (block 805546298)
    Relocate<y>? yes
    Inode bitmap for group 259 is not in group. (block 3538423854)
    Relocate<y>? yes
    Inode table for group 259 is not in group. (block 2924444292)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 259 checksum is 0xc190, should be 0x4c0d. FIXED.
    Block bitmap for group 260 is not in group. (block 338739984)
    Relocate<y>? yes
    Inode bitmap for group 260 is not in group. (block 902864749)
    Relocate<y>? yes
    Inode table for group 260 is not in group. (block 1901539298)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 260 checksum is 0xac76, should be 0xac63. FIXED.
    Block bitmap for group 261 is not in group. (block 1660969779)
    Relocate<y>? yes
    Inode bitmap for group 261 is not in group. (block 209743725)
    Relocate<y>? yes
    Inode table for group 261 is not in group. (block 879935846)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 261 checksum is 0x800e, should be 0x8fa5. FIXED.
    Block bitmap for group 262 is not in group. (block 1705519300)
    Relocate<y>? yes
    Inode bitmap for group 262 is not in group. (block 1360743755)
    Relocate<y>? yes
    Inode table for group 262 is not in group. (block 4107065764)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 262 checksum is 0xc00d, should be 0xe8f3. FIXED.
    Inode bitmap for group 263 is not in group. (block 2205583287)
    Relocate<y>? yes
    Inode table for group 263 is not in group. (block 3636737468)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? yes
    Group descriptor 263 checksum is 0x69a9, should be 0xb9a9. FIXED.
    Block bitmap for group 264 is not in group. (block 1471470759)
    Relocate<y>? yes
    Inode bitmap for group 264 is not in group. (block 1725839977)
    Relocate<y>? yes
    Inode table for group 264 is not in group. (block 2144458553)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 264 checksum is 0xcd09, should be 0xea3a. FIXED.
    Block bitmap for group 265 is not in group. (block 3617231787)
    Relocate<y>? yes
    Inode bitmap for group 265 is not in group. (block 2640198439)
    Relocate<y>? yes
    Inode table for group 265 is not in group. (block 2725347176)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 265 checksum is 0xbbb8, should be 0xb870. FIXED.
    Block bitmap for group 266 is not in group. (block 1840499818)
    Relocate<y>? yes
    Inode bitmap for group 266 is not in group. (block 3698703324)
    Relocate<y>? yes
    Inode table for group 266 is not in group. (block 2882301371)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 266 checksum is 0xb3c9, should be 0x72d5. FIXED.
    Block bitmap for group 267 is not in group. (block 1968099309)
    Relocate<y>? yes
    Inode bitmap for group 267 is not in group. (block 2125019324)
    Relocate<y>? yes
    Inode table for group 267 is not in group. (block 2616321653)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 267 checksum is 0x72bb, should be 0xc66c. FIXED.
    Block bitmap for group 268 is not in group. (block 3197564106)
    Relocate<y>? yes
    Inode bitmap for group 268 is not in group. (block 1173679527)
    Relocate<y>? yes
    Inode table for group 268 is not in group. (block 3081059840)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 268 checksum is 0xee4e, should be 0x6c67. FIXED.
    Block bitmap for group 269 is not in group. (block 467880860)
    Relocate<y>? yes
    Inode bitmap for group 269 is not in group. (block 3461842583)
    Relocate<y>? yes
    Inode table for group 269 is not in group. (block 903401461)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 269 checksum is 0x701d, should be 0x1735. FIXED.
    Block bitmap for group 270 is not in group. (block 1737084563)
    Relocate<y>? yes
    Inode bitmap for group 270 is not in group. (block 1617385180)
    Relocate<y>? yes
    Inode table for group 270 is not in group. (block 3944519733)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 270 checksum is 0x1c78, should be 0x9f4e. FIXED.
    Block bitmap for group 271 is not in group. (block 3558332121)
    Relocate<y>? yes
    Inode bitmap for group 271 is not in group. (block 1481837154)
    Relocate<y>? yes
    Inode table for group 271 is not in group. (block 1108213120)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 271 checksum is 0x3066, should be 0xce01. FIXED.
    Block bitmap for group 272 is not in group. (block 3294840462)
    Relocate<y>? yes
    Inode bitmap for group 272 is not in group. (block 1680662834)
    Relocate<y>? yes
    Inode table for group 272 is not in group. (block 747037043)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? no
    Group descriptor 272 checksum is 0x7d96, should be 0xde7a. FIXED.
    Block bitmap for group 273 is not in group. (block 805709209)
    Relocate<y>? cancelled!
    Inode bitmap for group 273 is not in group. (block 220354588)
    Relocate<y>? cancelled!
    Inode table for group 273 is not in group. (block 281430039)
    WARNING: SEVERE DATA LOSS POSSIBLE.
    Relocate<y>? cancelled!
    Group descriptor 273 checksum is 0xa378, should be 0x6f41. FIXED.
    /dev/sdb1: ***** FILE SYSTEM WAS MODIFIED *****
    /dev/sdb1: ********** WARNING: Filesystem still has errors **********
    But as you can see, I chickened out on "SEVERE DATA LOSS POSSIBLE" warnings, and after few repeats, I just hit ctrl+c not sure if I should even touch that.
    What should I do here?
    Last edited by Lockheed (2013-12-19 17:27:12)

    The image is decompressed and takes 650GB, which is as much as the partition was on the drive. But I had not enough free space, so I had to save that image on the drive which had the original partition on it.
    I tried to check for locations of superblock:
    $ dumpe2fs /mnt/Disk_D/backup.img | grep -i superblockdumpe2fs 1.42.8 (20-Jun-2013)
    dumpe2fs: Attempt to read block from filesystem resulted in short read while reading journal super block
    No luck. So I tried this:
    $ mke2fs -n /mnt/Disk_D/backup.img
    mke2fs 1.42.8 (20-Jun-2013)
    /mnt/Disk_D/backup.img is not a block special device.
    Proceed anyway? (y,n) y
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    41762816 inodes, 167026688 blocks
    8351334 blocks (5.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=4294967296
    5098 block groups
    32768 blocks per group, 32768 fragments per group
    8192 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
    4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,
    102400000
    Now, if I understand correctly, to use it in "sb=" parameter with mount, I need to multiply those numbers by 4.
    So I tried the first one:
    $ sudo mount /mnt/Disk_D/backup.img /mnt/arch_backup -o loop,ro,sb=131072
    mount: wrong fs type, bad option, bad superblock on /dev/loop0,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    $ dmesg | tail
    [ 413.993564] CE: hpet increased min_delta_ns to 20115 nsec
    [ 765.048697] loop: module loaded
    [ 1291.820673] EXT4-fs (loop0): VFS: Can't find ext4 filesystem
    But the second one went better, or should I say "different":
    $ sudo mount /mnt/Disk_D/backup.img /mnt/arch_backup -o loop,ro,sb=393216
    mount: wrong fs type, bad option, bad superblock on /dev/loop0,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so.
    $ dmesg | tail
    [ 1354.694258] Buffer I/O error on device loop0, logical block 98304
    [ 1354.694261] lost page write due to I/O error on loop0
    [ 1354.694264] EXT4-fs error (device loop0): ext4_iget:4044: inode #8: comm mount: bad extra_isize (17818 != 256)
    [ 1354.694271] EXT4-fs (loop0): no journal found
    I tried it with every following superblock, but the result was identical.
    What should I do now?
    I found here a similar error, and the advice was to delete journal and recreate it:
    http://tipsaboutmywork.blogspot.com/
    Remove the journal feature from the file system (downgrade to ext2)
    tune2fs -O ^has_journal /dev/sda8
    fsck to delete the journal:
    e2fsck -f /dev/sda8
    recreate the journal (change back to ext3)
    tune2fs -j /dev/sda8
    and finally, remount it.
    Does that have the potential to trash my data (like fsck did earlier) or does it just get rid of the journal, and not touching data?
    And if the later is the case, would that result in loss of filenames and folders like photorec recovery?
    Should I do that, or should I try something else first?
    Last edited by Lockheed (2013-12-07 16:13:40)

  • [SOLVED] mkarchiso: ERROR: failed to detect root filesystem

    hi guys!
    i am now trying to build my own live archlinux distribution with archiso and with the command "mkarchiso"
    at the first step in installing the base when it installs linux and execute "mkinitcpio" it shows me this error:
    ( 73/111) installing linux [#####################################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    i continue the process with that error and in the "run" step i did this command
    # mkarchiso -w work/x86_64/ -r mkinitcpio -p linux run
    [root@fuhrer livecd]# mkarchiso -w work/x86_64/ -r mkinitcpio -p linux run
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: run
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work/x86_64/
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Run command: mkinitcpio
    ==> Starting dry run: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Dry run complete, use -g IMAGE to generate a real image
    and the big problem shows when i build the iso file and "dd" it to USB disk, when i choose to boot the live archlinux it tell me
    ERROR: failed to detect root filesystem
    and that you cannot log to tty
    any suggestions?
    Last edited by fuhrer (2013-07-22 17:05:07)

    First run it, without any modification to learn how it works. Check if works. Modify as you need. Check if works...
    Do not worry about the mkinitcpio error, because such initramfs images should not be used for boot live medium. You can see that profiles uses own mkinitcpio.conf with at least archiso hook
    Running mkarchiso directly is not the right way, at least if you do not know how things works.
    [root@exequiel tmp]# cp -r /usr/share/archiso/configs/baseline .
    [root@exequiel tmp]# cd baseline
    [root@exequiel baseline]# ./build.sh
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: init
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Pacman config file: /etc/pacman.conf
    [mkarchiso] INFO: Installing packages to 'work/root-image/'...
    :: Synchronizing package databases...
    core 103.0 KiB 12.6M/s 00:00 [############################################################################] 100%
    extra 1439.7 KiB 11.2M/s 00:00 [############################################################################] 100%
    community 1990.1 KiB 11.2M/s 00:00 [############################################################################] 100%
    multilib 107.3 KiB 11.6M/s 00:00 [############################################################################] 100%
    :: There are 51 members in group base:
    :: Repository core
    1) bash 2) bzip2 3) coreutils 4) cronie 5) cryptsetup 6) device-mapper 7) dhcpcd 8) diffutils 9) e2fsprogs 10) file 11) filesystem 12) findutils 13) gawk 14) gcc-libs 15) gettext 16) glibc
    17) grep 18) gzip 19) heirloom-mailx 20) inetutils 21) iproute2 22) iputils 23) jfsutils 24) less 25) licenses 26) linux 27) logrotate 28) lvm2 29) man-db 30) man-pages 31) mdadm 32) nano
    33) netctl 34) pacman 35) pciutils 36) pcmciautils 37) perl 38) procps-ng 39) psmisc 40) reiserfsprogs 41) sed 42) shadow 43) sysfsutils 44) systemd-sysvcompat 45) tar 46) texinfo 47) usbutils
    48) util-linux 49) vi 50) which 51) xfsprogs
    Enter a selection (default=all):
    resolving dependencies...
    looking for inter-conflicts...
    Packages (111):
    Name New Version Net Change
    core/acl 2.2.52-1 0.39 MiB
    core/archlinux-keyring 20130525-2 0.49 MiB
    core/attr 2.4.47-1 0.19 MiB
    core/ca-certificates 20130610-1 0.25 MiB
    core/cracklib 2.8.22-3 1.20 MiB
    core/curl 7.31.0-1 1.73 MiB
    core/db 5.3.21-1 15.30 MiB
    core/dbus 1.6.12-1 1.63 MiB
    core/dirmngr 1.1.1-1 0.49 MiB
    core/expat 2.1.0-2 0.61 MiB
    core/gdbm 1.10-1 0.37 MiB
    core/glib2 2.36.3-2 11.66 MiB
    core/gmp 5.1.2-1 2.07 MiB
    core/gnupg 2.0.20-2 7.14 MiB
    core/gpgme 1.4.2-1 0.68 MiB
    core/groff 1.22.2-3 8.94 MiB
    core/hwids 20130607-1 1.28 MiB
    core/iana-etc 2.30-3 3.44 MiB
    core/iptables 1.4.19.1-1 1.38 MiB
    core/kbd 1.15.5-4 2.83 MiB
    core/keyutils 1.5.5-5 0.18 MiB
    core/kmod 14-1 0.45 MiB
    core/krb5 1.11.3-1 3.86 MiB
    core/libarchive 3.1.2-1 3.19 MiB
    core/libassuan 2.1.1-1 0.17 MiB
    core/libcap 2.22-5 0.13 MiB
    core/libffi 3.0.13-3 0.10 MiB
    core/libgcrypt 1.5.2-1 0.68 MiB
    core/libgpg-error 1.12-1 0.33 MiB
    core/libgssglue 0.4-1 0.19 MiB
    core/libksba 1.3.0-1 0.30 MiB
    core/libldap 2.4.35-4 2.15 MiB
    core/libpipeline 1.2.4-1 0.08 MiB
    core/libsasl 2.1.26-4 0.54 MiB
    core/libssh2 1.4.3-1 1.19 MiB
    core/libtirpc 0.2.3-1 0.68 MiB
    core/libusbx 1.0.15-1 0.15 MiB
    core/linux-api-headers 3.8.4-1 4.58 MiB
    core/linux-firmware 20130610-1 51.25 MiB
    core/lzo2 2.06-1 0.61 MiB
    core/mkinitcpio 0.14.0-1 0.16 MiB
    core/mkinitcpio-busybox 1.20.2-1 0.34 MiB
    core/mpfr 3.1.2-1 1.50 MiB
    core/ncurses 5.9-5 9.75 MiB
    core/openresolv 3.5.5-1 0.04 MiB
    core/openssl 1.0.1.e-3 11.38 MiB
    core/pacman-mirrorlist 20130626-1 0.02 MiB
    core/pam 1.1.6-4 3.41 MiB
    core/pambase 20130113-1 0.04 MiB
    core/pcre 8.33-1 4.83 MiB
    core/pinentry 0.8.3-1 0.33 MiB
    core/popt 1.16-6 0.43 MiB
    core/pth 2.0.7-4 0.21 MiB
    core/readline 6.2.004-1 1.20 MiB
    core/run-parts 4.3.4-1 0.11 MiB
    core/systemd 204-3 14.59 MiB
    core/sysvinit-tools 2.88-11 0.07 MiB
    core/tzdata 2013d-1 1.84 MiB
    core/xz 5.0.5-1 0.90 MiB
    core/zlib 1.2.8-1 0.30 MiB
    core/bash 4.2.045-4 3.51 MiB
    core/bzip2 1.0.6-4 0.25 MiB
    core/coreutils 8.21-2 13.27 MiB
    core/cronie 1.4.9-5 0.15 MiB
    core/cryptsetup 1.6.1-2 0.71 MiB
    core/device-mapper 2.02.98-4 0.52 MiB
    core/dhcpcd 5.6.8-3 0.16 MiB
    core/diffutils 3.3-1 0.43 MiB
    core/e2fsprogs 1.42.8-1 3.16 MiB
    core/file 5.14-1 2.71 MiB
    core/filesystem 2013.05-2 0.01 MiB
    core/findutils 4.4.2-5 1.70 MiB
    core/gawk 4.1.0-1 2.11 MiB
    core/gcc-libs 4.8.1-1 3.41 MiB
    core/gettext 0.18.3-1 11.10 MiB
    core/glibc 2.17-6 35.24 MiB
    core/grep 2.14-2 1.33 MiB
    core/gzip 1.6-1 0.18 MiB
    core/heirloom-mailx 12.5-3 0.46 MiB
    core/inetutils 1.9.1-6 0.97 MiB
    core/iproute2 3.9.0-2 1.37 MiB
    core/iputils 20121221-2 0.21 MiB
    core/jfsutils 1.1.15-4 0.98 MiB
    core/less 458-1 0.22 MiB
    core/licenses 20130203-1 0.53 MiB
    core/linux 3.9.9-1 63.98 MiB
    core/logrotate 3.8.5-1 0.07 MiB
    core/lvm2 2.02.98-4 3.10 MiB
    core/man-db 2.6.5-1 1.26 MiB
    core/man-pages 3.52-1 4.63 MiB
    core/mdadm 3.2.6-4 1.18 MiB
    core/nano 2.2.6-2 1.49 MiB
    core/netctl 1.1-1 0.16 MiB
    core/pacman 4.1.2-1 4.04 MiB
    core/pciutils 3.2.0-3 0.34 MiB
    core/pcmciautils 018-7 0.05 MiB
    core/perl 5.18.0-1 47.64 MiB
    core/procps-ng 3.3.8-2 0.59 MiB
    core/psmisc 22.20-1 0.73 MiB
    core/reiserfsprogs 3.6.23-1 0.95 MiB
    core/sed 4.2.2-3 0.76 MiB
    core/shadow 4.1.5.1-6 3.88 MiB
    core/sysfsutils 2.1.0-8 0.17 MiB
    core/systemd-sysvcompat 204-3 0.03 MiB
    core/tar 1.26-4 2.33 MiB
    core/texinfo 5.1-1 8.62 MiB
    core/usbutils 007-1 0.17 MiB
    core/util-linux 2.23.1-2 8.92 MiB
    core/vi 1:050325-3 0.33 MiB
    core/which 2.20-6 0.06 MiB
    core/xfsprogs 3.1.11-1 3.29 MiB
    Total Installed Size: 427.79 MiB
    :: Proceed with installation? [Y/n]
    (111/111) checking keys in keyring [############################################################################] 100%
    (111/111) checking package integrity [############################################################################] 100%
    (111/111) loading package files [############################################################################] 100%
    (111/111) checking for file conflicts [############################################################################] 100%
    (111/111) checking available disk space [############################################################################] 100%
    ( 1/111) installing linux-api-headers [############################################################################] 100%
    ( 2/111) installing tzdata [############################################################################] 100%
    ( 3/111) installing iana-etc [############################################################################] 100%
    ( 4/111) installing filesystem [############################################################################] 100%
    warning: directory permissions differ on /tmp/baseline/work/root-image/run/
    filesystem: 1777 package: 755
    ( 5/111) installing glibc [############################################################################] 100%
    ( 6/111) installing ncurses [############################################################################] 100%
    ( 7/111) installing readline [############################################################################] 100%
    ( 8/111) installing bash [############################################################################] 100%
    ( 9/111) installing bzip2 [############################################################################] 100%
    ( 10/111) installing gcc-libs [############################################################################] 100%
    ( 11/111) installing db [############################################################################] 100%
    ( 12/111) installing zlib [############################################################################] 100%
    ( 13/111) installing cracklib [############################################################################] 100%
    ( 14/111) installing libgssglue [############################################################################] 100%
    ( 15/111) installing libtirpc [############################################################################] 100%
    ( 16/111) installing pambase [############################################################################] 100%
    ( 17/111) installing pam [############################################################################] 100%
    ( 18/111) installing attr [############################################################################] 100%
    ( 19/111) installing acl [############################################################################] 100%
    ( 20/111) installing gmp [############################################################################] 100%
    ( 21/111) installing libcap [############################################################################] 100%
    ( 22/111) installing coreutils [############################################################################] 100%
    ( 23/111) installing run-parts [############################################################################] 100%
    ( 24/111) installing cronie [############################################################################] 100%
    Optional dependencies for cronie
    pm-utils: defer anacron on battery power
    smtp-server: send job output via email
    smtp-forwarder: forward job output to email server
    ( 25/111) installing expat [############################################################################] 100%
    ( 26/111) installing dbus [############################################################################] 100%
    Optional dependencies for dbus
    libx11: dbus-launch support
    ( 27/111) installing pcre [############################################################################] 100%
    ( 28/111) installing libffi [############################################################################] 100%
    ( 29/111) installing glib2 [############################################################################] 100%
    Optional dependencies for glib2
    python2: for gdbus-codegen and gtester-report
    elfutils: gresource inspection tool
    ( 30/111) installing kbd [############################################################################] 100%
    ( 31/111) installing kmod [############################################################################] 100%
    ( 32/111) installing hwids [############################################################################] 100%
    ( 33/111) installing libgpg-error [############################################################################] 100%
    ( 34/111) installing libgcrypt [############################################################################] 100%
    ( 35/111) installing shadow [############################################################################] 100%
    ( 36/111) installing util-linux [############################################################################] 100%
    ( 37/111) installing xz [############################################################################] 100%
    ( 38/111) installing systemd [############################################################################] 100%
    Initializing machine ID from random generator.
    ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    Optional dependencies for systemd
    cryptsetup: required for encrypted block devices [pending]
    libmicrohttpd: systemd-journal-gatewayd
    quota-tools: kernel-level quota management
    python: systemd library bindings
    systemd-sysvcompat: symlink package to provide sysvinit binaries [pending]
    ( 39/111) installing device-mapper [############################################################################] 100%
    ( 40/111) installing popt [############################################################################] 100%
    ( 41/111) installing cryptsetup [############################################################################] 100%
    ( 42/111) installing dhcpcd [############################################################################] 100%
    ( 43/111) installing diffutils [############################################################################] 100%
    ( 44/111) installing e2fsprogs [############################################################################] 100%
    ( 45/111) installing file [############################################################################] 100%
    ( 46/111) installing findutils [############################################################################] 100%
    ( 47/111) installing mpfr [############################################################################] 100%
    ( 48/111) installing gawk [############################################################################] 100%
    ( 49/111) installing gettext [############################################################################] 100%
    Optional dependencies for gettext
    cvs: for autopoint tool
    ( 50/111) installing grep [############################################################################] 100%
    ( 51/111) installing less [############################################################################] 100%
    ( 52/111) installing gzip [############################################################################] 100%
    ( 53/111) installing gdbm [############################################################################] 100%
    ( 54/111) installing perl [############################################################################] 100%
    ( 55/111) installing openssl [############################################################################] 100%
    Optional dependencies for openssl
    ca-certificates [pending]
    ( 56/111) installing libsasl [############################################################################] 100%
    ( 57/111) installing libldap [############################################################################] 100%
    ( 58/111) installing keyutils [############################################################################] 100%
    ( 59/111) installing krb5 [############################################################################] 100%
    ( 60/111) installing heirloom-mailx [############################################################################] 100%
    Optional dependencies for heirloom-mailx
    smtp-forwarder: for sending mail
    ( 61/111) installing inetutils [############################################################################] 100%
    ( 62/111) installing iptables [############################################################################] 100%
    ( 63/111) installing iproute2 [############################################################################] 100%
    Optional dependencies for iproute2
    linux-atm: ATM support
    ( 64/111) installing sysfsutils [############################################################################] 100%
    ( 65/111) installing iputils [############################################################################] 100%
    Optional dependencies for iputils
    xinetd: for tftpd
    ( 66/111) installing jfsutils [############################################################################] 100%
    ( 67/111) installing licenses [############################################################################] 100%
    ( 68/111) installing linux-firmware [############################################################################] 100%
    ( 69/111) installing mkinitcpio-busybox [############################################################################] 100%
    ( 70/111) installing lzo2 [############################################################################] 100%
    ( 71/111) installing libarchive [############################################################################] 100%
    ( 72/111) installing mkinitcpio [############################################################################] 100%
    Optional dependencies for mkinitcpio
    xz: Use lzma or xz compression for the initramfs image [pending]
    bzip2: Use bzip2 compression for the initramfs image [pending]
    lzop: Use lzo compression for the initramfs image
    mkinitcpio-nfs-utils: Support for root filesystem on NFS
    ( 73/111) installing linux [############################################################################] 100%
    >>> Updating module dependencies. Please wait ...
    >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    ==> ERROR: failed to detect root filesystem
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Optional dependencies for linux
    crda: to set the correct wireless channels of your country
    ( 74/111) installing logrotate [############################################################################] 100%
    Optional dependencies for logrotate
    cron: scheduled log rotation
    ( 75/111) installing lvm2 [############################################################################] 100%
    ( 76/111) installing groff [############################################################################] 100%
    Optional dependencies for groff
    netpbm: for use together with man -H command interaction in browsers
    psutils: for use together with man -H command interaction in browsers
    libxaw: for gxditview
    ( 77/111) installing libpipeline [############################################################################] 100%
    ( 78/111) installing man-db [############################################################################] 100%
    it's recommended to create an initial
    database running as root:
    "/usr/bin/mandb --quiet"
    Optional dependencies for man-db
    gzip [pending]
    ( 79/111) installing man-pages [############################################################################] 100%
    ( 80/111) installing mdadm [############################################################################] 100%
    ( 81/111) installing nano [############################################################################] 100%
    ( 82/111) installing openresolv [############################################################################] 100%
    ( 83/111) installing netctl [############################################################################] 100%
    Optional dependencies for netctl
    dialog: for the menu based wifi assistant
    dhclient: for DHCP support (or dhcpcd)
    dhcpcd: for DHCP support (or dhclient) [pending]
    wpa_supplicant: for wireless networking support
    ifplugd: for automatic wired connections through netctl-ifplugd
    wpa_actiond: for automatic wireless connections through netctl-auto
    ifenslave: for bond connections
    bridge-utils: for bridge connections
    ppp: for pppoe connections
    ( 84/111) installing sed [############################################################################] 100%
    ( 85/111) installing ca-certificates [############################################################################] 100%
    ( 86/111) installing libssh2 [############################################################################] 100%
    ( 87/111) installing curl [############################################################################] 100%
    ( 88/111) installing pth [############################################################################] 100%
    ( 89/111) installing libksba [############################################################################] 100%
    ( 90/111) installing libassuan [############################################################################] 100%
    ( 91/111) installing pinentry [############################################################################] 100%
    Optional dependencies for pinentry
    gtk2: for gtk2 backend
    qt4: for qt4 backend
    ( 92/111) installing dirmngr [############################################################################] 100%
    ( 93/111) installing gnupg [############################################################################] 100%
    Optional dependencies for gnupg
    curl: gpg2keys_curl [pending]
    libldap: gpg2keys_ldap [pending]
    libusb-compat: scdaemon
    ( 94/111) installing gpgme [############################################################################] 100%
    ( 95/111) installing pacman-mirrorlist [############################################################################] 100%
    ( 96/111) installing archlinux-keyring [############################################################################] 100%
    ( 97/111) installing pacman [############################################################################] 100%
    >>> Run `pacman-key --init; pacman-key --populate archlinux`
    >>> to import the data required by pacman for package verification.
    >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
    Optional dependencies for pacman
    fakeroot: for makepkg usage as normal user
    ( 98/111) installing pciutils [############################################################################] 100%
    ( 99/111) installing pcmciautils [############################################################################] 100%
    (100/111) installing procps-ng [############################################################################] 100%
    (101/111) installing psmisc [############################################################################] 100%
    (102/111) installing reiserfsprogs [############################################################################] 100%
    (103/111) installing sysvinit-tools [############################################################################] 100%
    (104/111) installing systemd-sysvcompat [############################################################################] 100%
    (105/111) installing tar [############################################################################] 100%
    (106/111) installing texinfo [############################################################################] 100%
    (107/111) installing libusbx [############################################################################] 100%
    (108/111) installing usbutils [############################################################################] 100%
    Optional dependencies for usbutils
    python2: for lsusb.py usage
    coreutils: for lsusb.py usage [pending]
    (109/111) installing vi [############################################################################] 100%
    Optional dependencies for vi
    heirloom-mailx: used by the preserve command for notification [pending]
    (110/111) installing which [############################################################################] 100%
    (111/111) installing xfsprogs [############################################################################] 100%
    [mkarchiso] INFO: Packages installed successfully!
    [mkarchiso] INFO: Installing packages to 'work/root-image/'...
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    resolving dependencies...
    looking for inter-conflicts...
    Packages (1):
    Name New Version Net Change
    core/syslinux 4.06-2 3.35 MiB
    Total Installed Size: 3.35 MiB
    :: Proceed with installation? [Y/n]
    (1/1) checking keys in keyring [############################################################################] 100%
    (1/1) checking package integrity [############################################################################] 100%
    (1/1) loading package files [############################################################################] 100%
    (1/1) checking for file conflicts [############################################################################] 100%
    (1/1) checking available disk space [############################################################################] 100%
    (1/1) installing syslinux [############################################################################] 100%
    ==> If you want to use syslinux as your bootloader
    ==> edit /boot/syslinux/syslinux.cfg and run
    ==> # /usr/bin/syslinux-install_update -i -a -m
    ==> to install it.
    Optional dependencies for syslinux
    perl-passwd-md5: For md5pass
    perl-digest-sha1: For sha1pass
    mtools: For mkdiskimage and syslinux support
    gptfdisk: For GPT support
    util-linux: For isohybrid [installed]
    [mkarchiso] INFO: Packages installed successfully!
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: run
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Run command: mkinitcpio -c /etc/mkinitcpio-archiso.conf -k /boot/vmlinuz-linux -g /boot/archiso.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [archiso]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: bfa
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/archiso.img
    ==> Image generation successful
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: prepare
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Cleaning up what we can on root-image...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Target 'work/iso/arch/x86_64/root-image.fs.sfs' does not exist, making it from 'work/root-image'
    [mkarchiso] INFO: Creating ext4 image of 1025 MiB...
    mke2fs 1.42.8 (20-Jun-2013)
    Discarding device blocks: done
    warning: 256 blocks unused.
    Filesystem label=
    OS type: Linux
    Block size=4096 (log=2)
    Fragment size=4096 (log=2)
    Stride=0 blocks, Stripe width=0 blocks
    65664 inodes, 262144 blocks
    0 blocks (0.00%) reserved for the super user
    First data block=0
    Maximum filesystem blocks=268435456
    8 block groups
    32768 blocks per group, 32768 fragments per group
    8208 inodes per group
    Superblock backups stored on blocks:
    32768, 98304, 163840, 229376
    Allocating group tables: done
    Writing inode tables: done
    Writing superblocks and filesystem accounting information: done
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Mounting 'work/root-image.fs' on 'work/mnt/root-image'
    [mkarchiso] INFO: Total: 1008 MiB (100%) | Used: 2 MiB (1%) | Avail: 1007 MiB (99%)
    [mkarchiso] INFO: Copying 'work/root-image/' to 'work/mnt/root-image/'...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Total: 1008 MiB (100%) | Used: 552 MiB (55%) | Avail: 457 MiB (45%)
    [mkarchiso] INFO: Unmounting 'work/mnt/root-image'
    [mkarchiso] INFO: Creating SquashFS image for 'work/root-image.fs', This may take some time...
    Parallel mksquashfs: Using 2 processors
    Creating 4.0 filesystem on work/root-image.fs.sfs, block size 131072.
    Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072
    compressed data, compressed metadata, compressed fragments, compressed xattrs
    duplicates are removed
    Filesystem size 193188.71 Kbytes (188.66 Mbytes)
    18.41% of uncompressed filesystem size (1049632.29 Kbytes)
    Inode table size 10918 bytes (10.66 Kbytes)
    33.19% of uncompressed inode table size (32898 bytes)
    Directory table size 31 bytes (0.03 Kbytes)
    88.57% of uncompressed directory table size (35 bytes)
    Number of duplicate files found 0
    Number of inodes 2
    Number of files 1
    Number of fragments 0
    Number of symbolic links 0
    Number of device nodes 0
    Number of fifo nodes 0
    Number of socket nodes 0
    Number of directories 1
    Number of ids (unique uids + gids) 1
    Number of uids 1
    root (0)
    Number of gids 1
    root (0)
    [mkarchiso] INFO: Image creation done in 01:46 minutes
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: checksum
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Target 'work/iso/arch/checksum.i686.md5' does not exist, making it from 'work/iso/arch'
    [mkarchiso] INFO: Creating checksum file for self-test (i686)...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Target 'work/iso/arch/checksum.x86_64.md5' does not exist, making it from 'work/iso/arch'
    [mkarchiso] INFO: Creating checksum file for self-test (x86_64)...
    [mkarchiso] INFO: Done!
    [mkarchiso] INFO: Configuration settings
    [mkarchiso] INFO: Command: iso
    [mkarchiso] INFO: Architecture: x86_64
    [mkarchiso] INFO: Working directory: work
    [mkarchiso] INFO: Installation directory: arch
    [mkarchiso] INFO: Image name: archlinux-2013.07.21-x86_64.iso
    [mkarchiso] INFO: Disk label: ARCH_201307
    [mkarchiso] INFO: Disk publisher: Arch Linux <http://www.archlinux.org>
    [mkarchiso] INFO: Disk application: Arch Linux Live/Rescue CD
    [mkarchiso] INFO: Target 'out/archlinux-2013.07.21-x86_64.iso' does not exist, making it from 'work/iso'
    [mkarchiso] INFO: Creating ISO image...
    xorriso 1.3.0 : RockRidge filesystem manipulator, libburnia project.
    Drive current: -outdev 'stdio:out/archlinux-2013.07.21-x86_64.iso'
    Media current: stdio file, overwriteable
    Media status : is blank
    Media summary: 0 sessions, 0 data blocks, 0 data, 4155m free
    Added to ISO image: directory '/'='/tmp/baseline/work/iso'
    xorriso : UPDATE : 16 files added in 1 seconds
    xorriso : UPDATE : 16 files added in 1 seconds
    xorriso : NOTE : Copying to System Area: 432 bytes from file '/tmp/baseline/work/iso/isolinux/isohdpfx.bin'
    libisofs: NOTE : Aligned image size to cylinder size by 177 blocks
    xorriso : UPDATE : 16.90% done
    xorriso : UPDATE : 82.85% done
    ISO image produced: 105472 sectors
    Written to medium : 105472 sectors at LBA 0
    Writing to 'stdio:out/archlinux-2013.07.21-x86_64.iso' completed successfully.
    [mkarchiso] INFO: Done! | 206M out/archlinux-2013.07.21-x86_64.iso
    Booting:
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    :: running hook [archiso]
    :: Mounting '/dev/disk/by-label/ARCH_201307' to '/run/archiso/bootmnt'
    :: Device '/dev/disk/by-label/ARCH_201307' mounted successfully.
    :: Mounting /run/archiso/cowspace (tmpfs) filesystem, size=75%...
    :: Mounting '/dev/loop0' to '/run/archiso/sfs/root-image'
    :: Device '/dev/loop0' mounted successfully.
    :: Creating '/run/archiso/cowspace/persistent_ARCH_201307/x86_64/root-image.cow' as non-persistent.
    :: Mounting '/dev/mapper/arch_root-image' to '/new_root/'
    :: Device '/dev/mapper/arch_root-image' mounted successfully.
    :: running cleanup hook [udev]
    Welcome to Arch Linux!
    Expecting device dev-ttyS0.device...
    [ OK ] Reached target Remote File Systems.
    [ OK ] Listening on LVM2 metadata daemon socket.
    [ OK ] Listening on Device-mapper event daemon FIFOs.
    [ OK ] Listening on Delayed Shutdown Socket.
    [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
    [ OK ] Listening on udev Kernel Socket.
    [ OK ] Listening on udev Control Socket.
    [ OK ] Reached target Paths.
    [ OK ] Reached target Encrypted Volumes.
    [ OK ] Set up automount Arbitrary Executable File Formats F...utomount Point.
    [ OK ] Listening on Journal Socket.
    Mounting POSIX Message Queue File System...
    Starting Setup Virtual Console...
    Starting Create static device nodes in /dev...
    Mounting Huge Pages File System...
    Starting Apply Kernel Variables...
    Mounting Debug File System...
    Mounting Configuration File System...
    Starting udev Coldplug all Devices...
    Starting Journal Service...
    [ OK ] Started Journal Service.
    [ OK ] Reached target Swap.
    Mounting Temporary Directory...
    Starting Remount Root and Kernel File Systems...
    [ OK ] Mounted POSIX Message Queue File System.
    [ OK ] Started Remount Root and Kernel File Systems.
    [ OK ] Started Setup Virtual Console.
    [ OK ] Started Apply Kernel Variables.
    [ OK ] Mounted Huge Pages File System.
    [ OK ] Mounted Debug File System.
    [ OK ] Started Create static device nodes in /dev.
    [ OK ] Mounted Configuration File System.
    [ OK ] Mounted Temporary Directory.
    Starting udev Kernel Device Manager...
    Starting Load Random Seed...
    [ OK ] Started Load Random Seed.
    [ OK ] Started udev Kernel Device Manager.
    [ OK ] Reached target Local File Systems (Pre).
    [ OK ] Reached target Local File Systems.
    Starting Trigger Flushing of Journal to Persistent Storage...
    Starting Recreate Volatile Files and Directories...
    [ OK ] Started udev Coldplug all Devices.
    [ OK ] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [ OK ] Started Trigger Flushing of Journal to Persistent Storage.
    [ OK ] Started Update UTMP about System Reboot/Shutdown.
    [ OK ] Reached target System Initialization.
    [ OK ] Reached target Timers.
    [ OK ] Listening on D-Bus System Message Bus Socket.
    [ OK ] Reached target Sockets.
    [ OK ] Reached target Basic System.
    Starting Permit User Sessions...
    Starting D-Bus System Message Bus...
    [ OK ] Started D-Bus System Message Bus.
    Starting Login Service...
    [ OK ] Started Permit User Sessions.
    Starting Getty on tty1...
    [ OK ] Started Getty on tty1.
    [ OK ] Started Login Service.
    [ OK ] Found device /dev/ttyS0.
    Starting Serial Getty on ttyS0...
    [ OK ] Started Serial Getty on ttyS0.
    [ OK ] Reached target Login Prompts.
    [ OK ] Reached target Multi-User System.
    [ OK ] Reached target Graphical Interface.
    Arch Linux 3.9.9-1-ARCH (ttyS0)
    localhost login:

  • ZFS Filesystem for FUSE/Linux progressing

    About
    ZFS is an advanced modern filesystem from Sun Microsystems, originally designed for Solaris/OpenSolaris.
    This project is a port of ZFS to the FUSE framework for the Linux operating system.
    It is being sponsored by Google, as part of the Google Summer of Code 2006 program.
    Features
    ZFS has many features which can benefit all kinds of users - from the simple end-user to the biggest enterprise systems. ZFS list of features:
          Provable integrity - it checksums all data (and meta-data), which makes it possible to detect hardware errors (hard disk corruption, flaky IDE cables..). Read how ZFS helped to detect a faulty power supply after only two hours of usage, which was previously silently corrupting data for almost a year!
          Atomic updates - means that the on-disk state is consistent at all times, there's no need to perform a lengthy filesystem check after forced reboots/power failures.
          Instantaneous snapshots and clones - it makes it possible to have hourly, daily and weekly backups efficiently, as well as experiment with new system configurations without any risks.
          Built-in (optional) compression
          Highly scalable
          Pooled storage model - creating filesystems is as easy as creating a new directory. You can efficiently have thousands of filesystems, each with it's own quotas and reservations, and different properties (compression algorithm, checksum algorithm, etc..).
          Built-in stripes (RAID-0), mirrors (RAID-1) and RAID-Z (it's like software RAID-5, but more efficient due to ZFS's copy-on-write transactional model).
          Among others (variable sector sizes, adaptive endianness, ...)
    http://www.wizy.org/wiki/ZFS_on_FUSE
    http://developer.berlios.de/project/sho … up_id=6836

    One workaround for this test was to drop down to NFSv3. That's fine for testing, but when I get ready to roll this thing into production, I hope there are no problems doing v4 from my NetApp hardware.

  • Bundle Checksums

    I have created a file bundle and every so often I will delete a file from the bundle and add a new file. The new file would be the same file (name) only the content would change. I removed the old file added the new, checked apply and then deploy. The bundle would only be associated with servers that do not already have this bundle installed.
    The bundle fails to install with the error Failed to prepare bundles for install: Checksums do not match. I believe I have done this in the past, unclear why I an getting this message and how to correct it.
    Thanks

    Originally Posted by brunold
    On Fri, 15 Oct 2010 20:06:03 +0000, jj1dv wrote:
    > brunold;2034406 Wrote:
    >> On Fri, 15 Oct 2010 00:06:02 +0000, jj1dv wrote:
    >>
    >> > The bundle fails to install with the error Failed to prepare bundles
    >> for
    >> > install: Checksums do not match. I believe I have done this in the
    >> > past, unclear why I an getting this message and how to correct it.
    >>
    >> What ZLM version are you using ?
    >>
    >> I know there were file bundle problems in really old ZLM version but
    >> there shouldn't be in the new version. If I know the version, I can
    >> verify it on my test system.
    >>
    >> Rainer
    >
    > Version 7.3
    The exact version please, what interim release ?
    What I also would do is to check the zenloader process to see if that is
    running or shows some errors. That process is responsible for updating
    the package repository on the filesystem of the zlm server where the
    managed devices get their files from. Maybe the problem is that the data
    and object store have the new information, but the file repository is on
    the old version.
    # /etc/init.d/novell-zenloader status
    You can also use the following tool to get a general overview on how many
    succeeded, failed, new and in progress actions you have in the queue:
    Nagios Exchange - Novell
    check_zlm_zen_queue/details
    Rainer
    Sorry,
    loader is running,
    # /etc/init.d/novell-zenloader status
    Checking for Novell ZENworks Loader running
    # cat /etc/opt/novell/zenworks/zenworks-release
    major-version=7
    minor-version=3
    micro-version=1
    Can I use zlman to find if anything is left in the queue?

  • Delete file from the filesystem?

    Hello,
    I have an easy question. But I don´t find the right oracle packages.
    I want to delete a file from the filesystem. How can I do this?
    Thanks for your help!

    Paul,
    If connecting to the Web server on East-Coast USA is not optimal for you, or if you aren't using Oracle 10g Release 2, try this URL instead:
    http://www.oracle.com/technology/documentation/index.html
    You need to look for the PL/SQL Packages and Types Reference document, the section detailing the UTL_FILE package.
    Good Luck,
    Avi.
    Message was edited by:
    Avi Abrami

  • GOS - Saving in the filesystem

    Hello,
    I would like to know if it's possible to save the file send thrue the GOS into the SAP filesystem ??
    I have played with OAC0 / OAC1 / OAC3 / SWO1 ... and finaly with SKPR08, but I can't find a way to simply saved the document into a file in the SAP system (the best would be with logical filename)
    Any help
    Regards
    Fred

    Hi,
    maybe open a new question, and post a screenshot of your OAC0
    and check your SM58
    regards
    Fred

  • MSI P35 Neo-F cmos checksum "bad"

    Hi
    I bought the board mentioned in the title, and after putting my E5200 into it I realized that the MB didn't support it using the bios version it had in it. So, I used the AMI bios recovery thingy (http://www.msicomputer.com/support/BIOS_AMI_Recovery.asp) using floppy and after that I was able to boot it up properly.
    But after changing the bios settings a bit, I faced the exact same problem as the fellow here (https://forum-en.msi.com/index.php?;topic=125698.0). I understood that I'm forced to flash the bios again using the MSI Forum HQ USB Flashing Tool mentioned in that topic.
    The problem here is that I can't use that flashing tool as I'm not able to get into Windows and use the tool. The tool won't work on my second comp as it doesn't have MSI MB in it.
    So what do I do to flash the bios? Any help would be appreciated.

    Quote
    I understood that I'm forced to flash the bios again using the MSI Forum HQ USB Flashing Tool mentioned in that topic.
    You have to reflash the BIOS the regular way (and you are not limited to the MSI Forum HQ USB Flashing Tool (it is only an option).  The AMI BIOS Recovery Procedure is not a regular way to update your BIOS.  That CMOS Checksum Message you get after start-up is a known side effect.
    Quote
    The problem here is that I can't use that flashing tool as I'm not able to get into Windows and use the tool. The tool won't work on my second comp as it doesn't have MSI MB in it.
    Here you go:
    1. Download the following tool.  Then install it on your second system:
    http://files.extremeoverclocking.com/file.php?f=197
    2. Download the DOS-File.rar Archives that you find attached at the bottom of this post and unpack the files into a folder of your choice.
    3. Start the HP USB Format Tool and select "Create DOS Startup Disk".  Point the tool to the DOS-Files you just unpacked:
    Your USB Flash Drive should now be bootable.
    4.  Download the latest BIOS Version for your board:  http://download1.msi.com/files/downloads/bos_exe/7360v1A.zip  ... and copy the following files to the root directory of your USB Flash Drive: Afud408.exe (Flasher) and A7360IMS.1A0 (BIOS-File).
    5.  Hook up the just prepared USB Flash Drive to your P35 Neo-F and force it to boot from it.  Once you reach the DOS Command Prompt, type the following command to start the BIOS Flash:
    Afud408 A7360IMS.1A0 /P /B /N /C
    Once the procedure is over and you did not get any error messages, turn off your system, clear CMOS with main A/C power cable removed from PSU.  After that, things should be back to normal if everything went fine.
    Note:  In order to force your P35 Neo-F to boot from the USB Flash Drive, disconnect all other drives so that the USB Flash Drive is the only bootable device connected to your system. When you get the CMOS Checksum Message after start-up, simply load defaults without entering BIOS Setup.  The system should then move on to booting DOS from your Flash Drive.

  • Does SAP support Solaris 10 ZFS filesystem when using DB2 V9.5 FP4?

    Hi,
    I'm installing NW7 (BI usage). SAPINST has failed in the step "ABAP LOAD due to the DB2 error message
    "Unsupported file system type zfs for Direct I/O". It appears my Unix Admin must have decided to set these filesystems as ZFS on this new server.
    I  have several questions requiring your expertise.
    1) Does SAP support ZFS filesystems on Solaris 10 (SPARC hardware)? I can not find any reference in SDN or Service Market Place? Any reference will be much appreciated.
    2) How can I confirm my sapdata fielsystems are ZFS?
    3) What actions do you recommend for me to resolve the SAPINST errors? Do I follow the note "Note 995050 - DB6: NO FILE SYSTEM CACHING for Tablespaces" to disable "Direct I/O" for all DB2 tablespaces? I have seen Markus Doehr's forum Link:[ thread|Re: DB2 on Solaris x64 - ZFS as filesystem possible?; but it does not state exactly how he overcame the error.
    regards
    Benny

    Hi Frank,
    Thanks for your input.
    I have also found  the command "zfs list" that would display any ZFS filesystems.
    We have also gone back to UFS as the ZFS deployment schedule does not meet this particular SAP BW implementation timeline.
    Has any one come across any SAP statement that states NW7 can be deployed with ZFS for DB2 database on Solaris SPARC platform. If not, I'll open an OSS message.
    regards
    Benny

  • Filesystem not accessable after ios 8 upgrade

    Hey experts,
    i have recently upgraded my iPhone 5 to  IOS 8. Now it is not possible to access the filesystem for e.g. copying photos from the iphone. The iPhone simply doesn't show up on my Windows 7 PC as a drive. I have tested it on several PCs.
    Is this normal?
    Thanks,
    Wladimir

    Hey boba1987,
    I have an article for you that seems to describe your issue and will be able to help you address the issue:
    iOS: Unable to import photos to computer
    http://support.apple.com/kb/TS3195
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for