Skip to content

Instantly share code, notes, and snippets.

@frymaster
Last active August 29, 2015 14:03
Show Gist options
  • Save frymaster/0f864b579943d53b9107 to your computer and use it in GitHub Desktop.
Save frymaster/0f864b579943d53b9107 to your computer and use it in GitHub Desktop.
Debugging of missing symlink problem
root@gregor:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdh1 during installation
UUID=e68ec506-a886-4507-9fcb-124561df6527 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdh5 during installation
UUID=274dcf8d-c049-4947-97d7-3347dffd067d none swap sw 0 0
Jul 13 17:00:06 gregor kernel: [ 0.000000] Initializing cgroup subsys cpuset
Jul 13 17:00:06 gregor kernel: [ 0.000000] Initializing cgroup subsys cpu
Jul 13 17:00:06 gregor kernel: [ 0.000000] Initializing cgroup subsys cpuacct
Jul 13 17:00:06 gregor kernel: [ 0.000000] Linux version 3.13.0-30-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #55-Ubuntu SMP Fri Jul 4 21:40:53 UTC 2014 (Ubuntu 3.13.0-30.55-generic 3.13.11.2)
Jul 13 17:00:06 gregor kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=e68ec506-a886-4507-9fcb-124561df6527 ro quiet splash vt.handoff=7
Jul 13 17:00:06 gregor kernel: [ 0.000000] KERNEL supported cpus:
Jul 13 17:00:06 gregor kernel: [ 0.000000] Intel GenuineIntel
Jul 13 17:00:06 gregor kernel: [ 0.000000] AMD AuthenticAMD
Jul 13 17:00:06 gregor kernel: [ 0.000000] Centaur CentaurHauls
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: BIOS-provided physical RAM map:
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000e4c00-0x00000000000fffff] reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf77ffff] usable
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bf780000-0x00000000bf797fff] ACPI data
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bf798000-0x00000000bf7dbfff] ACPI NVS
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bf7dc000-0x00000000bfffffff] reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004bfffffff] usable
Jul 13 17:00:06 gregor kernel: [ 0.000000] NX (Execute Disable) protection: active
Jul 13 17:00:06 gregor kernel: [ 0.000000] SMBIOS 2.5 present.
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMI: System manufacturer System Product Name/P6T SE, BIOS 0908 09/21/2010
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 13 17:00:06 gregor kernel: [ 0.000000] No AGP bridge found
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: last_pfn = 0x4c0000 max_arch_pfn = 0x400000000
Jul 13 17:00:06 gregor kernel: [ 0.000000] MTRR default type: uncachable
Jul 13 17:00:06 gregor kernel: [ 0.000000] MTRR fixed ranges enabled:
Jul 13 17:00:06 gregor kernel: [ 0.000000] 00000-9FFFF write-back
Jul 13 17:00:06 gregor kernel: [ 0.000000] A0000-BFFFF uncachable
Jul 13 17:00:06 gregor kernel: [ 0.000000] C0000-E3FFF write-protect
Jul 13 17:00:06 gregor kernel: [ 0.000000] E4000-EBFFF write-through
Jul 13 17:00:06 gregor kernel: [ 0.000000] EC000-FFFFF write-protect
Jul 13 17:00:06 gregor kernel: [ 0.000000] MTRR variable ranges enabled:
Jul 13 17:00:06 gregor kernel: [ 0.000000] 0 base 000000000 mask C00000000 write-back
Jul 13 17:00:06 gregor kernel: [ 0.000000] 1 base 400000000 mask F80000000 write-back
Jul 13 17:00:06 gregor kernel: [ 0.000000] 2 base 480000000 mask FC0000000 write-back
Jul 13 17:00:06 gregor kernel: [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
Jul 13 17:00:06 gregor kernel: [ 0.000000] 4 base 0BF800000 mask FFF800000 uncachable
Jul 13 17:00:06 gregor kernel: [ 0.000000] 5 disabled
Jul 13 17:00:06 gregor kernel: [ 0.000000] 6 disabled
Jul 13 17:00:06 gregor kernel: [ 0.000000] 7 disabled
Jul 13 17:00:06 gregor kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Jul 13 17:00:06 gregor kernel: [ 0.000000] original variable MTRRs
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 0, base: 0GB, range: 16GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 1, base: 16GB, range: 2GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 2, base: 18GB, range: 1GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 3, base: 3GB, range: 1GB, type UC
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 4, base: 3064MB, range: 8MB, type UC
Jul 13 17:00:06 gregor kernel: [ 0.000000] total RAM covered: 18424M
Jul 13 17:00:06 gregor kernel: [ 0.000000] Found optimal setting for mtrr clean up
Jul 13 17:00:06 gregor kernel: [ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 7 lose cover RAM: 0G
Jul 13 17:00:06 gregor kernel: [ 0.000000] New variable MTRRs
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 2, base: 3064MB, range: 8MB, type UC
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 3, base: 4GB, range: 4GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 4, base: 8GB, range: 8GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 5, base: 16GB, range: 2GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] reg 6, base: 18GB, range: 1GB, type WB
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: last_pfn = 0xbf780 max_arch_pfn = 0x400000000
Jul 13 17:00:06 gregor kernel: [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
Jul 13 17:00:06 gregor kernel: [ 0.000000] Scanning 1 areas for low memory corruption
Jul 13 17:00:06 gregor kernel: [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
Jul 13 17:00:06 gregor kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
Jul 13 17:00:06 gregor kernel: [ 0.000000] BRK [0x01fde000, 0x01fdefff] PGTABLE
Jul 13 17:00:06 gregor kernel: [ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE
Jul 13 17:00:06 gregor kernel: [ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
Jul 13 17:00:06 gregor kernel: [ 0.000000] init_memory_mapping: [mem 0x4bfe00000-0x4bfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x4bfe00000-0x4bfffffff] page 2M
Jul 13 17:00:06 gregor kernel: [ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
Jul 13 17:00:06 gregor kernel: [ 0.000000] init_memory_mapping: [mem 0x4bc000000-0x4bfdfffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x4bc000000-0x4bfdfffff] page 2M
Jul 13 17:00:06 gregor kernel: [ 0.000000] init_memory_mapping: [mem 0x480000000-0x4bbffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x480000000-0x4bbffffff] page 2M
Jul 13 17:00:06 gregor kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbf77ffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x00200000-0xbf5fffff] page 2M
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0xbf600000-0xbf77ffff] page 4k
Jul 13 17:00:06 gregor kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x47fffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [mem 0x100000000-0x47fffffff] page 2M
Jul 13 17:00:06 gregor kernel: [ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
Jul 13 17:00:06 gregor kernel: [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
Jul 13 17:00:06 gregor kernel: [ 0.000000] RAMDISK: [mem 0x35b24000-0x36d89fff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: RSDP 00000000000fb150 000024 (v02 ACPIAM)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: XSDT 00000000bf780100 000064 (v01 092110 XSDT1001 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: FACP 00000000bf780290 0000F4 (v03 092110 FACP1001 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: DSDT 00000000bf7804b0 00C387 (v01 A1279 A1279001 00000001 INTL 20060113)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: FACS 00000000bf798000 000040
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: APIC 00000000bf780390 0000D8 (v01 092110 APIC1001 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: MCFG 00000000bf780470 00003C (v01 092110 OEMMCFG 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: OEMB 00000000bf798040 000072 (v01 092110 OEMB1001 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: HPET 00000000bf78f4b0 000038 (v01 092110 OEMHPET 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: DMAR 00000000bf7980c0 000120 (v01 AMI OEMDMAR 00000001 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: OSFR 00000000bf78f4f0 0000B0 (v01 092110 OEMOSFR 20100921 MSFT 00000097)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: SSDT 00000000bf79a450 000363 (v01 DpgPmm CpuPm 00000012 INTL 20060113)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Jul 13 17:00:06 gregor kernel: [ 0.000000] No NUMA configuration found
Jul 13 17:00:06 gregor kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004bfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x4bfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] NODE_DATA [mem 0x4bffec000-0x4bfff0fff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] [ffffea0000000000-ffffea0012ffffff] PMD -> [ffff8804ad600000-ffff8804bf5fffff] on node 0
Jul 13 17:00:06 gregor kernel: [ 0.000000] Zone ranges:
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] Normal [mem 0x100000000-0x4bfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] Movable zone start for each node
Jul 13 17:00:06 gregor kernel: [ 0.000000] Early memory node ranges
Jul 13 17:00:06 gregor kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] node 0: [mem 0x00100000-0xbf77ffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] node 0: [mem 0x100000000-0x4bfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] On node 0 totalpages: 4716316
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA zone: 64 pages used for memmap
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA zone: 21 pages reserved
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA32 zone: 12190 pages used for memmap
Jul 13 17:00:06 gregor kernel: [ 0.000000] DMA32 zone: 780160 pages, LIFO batch:31
Jul 13 17:00:06 gregor kernel: [ 0.000000] Normal zone: 61440 pages used for memmap
Jul 13 17:00:06 gregor kernel: [ 0.000000] Normal zone: 3932160 pages, LIFO batch:31
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x808
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
Jul 13 17:00:06 gregor kernel: [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
Jul 13 17:00:06 gregor kernel: [ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec8a000, GSI 24-47
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: IRQ0 used by override.
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: IRQ2 used by override.
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: IRQ9 used by override.
Jul 13 17:00:06 gregor kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Jul 13 17:00:06 gregor kernel: [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
Jul 13 17:00:06 gregor kernel: [ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
Jul 13 17:00:06 gregor kernel: [ 0.000000] nr_irqs_gsi: 64
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e4fff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000e5000-0x000fffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xbf780000-0xbf797fff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xbf798000-0xbf7dbfff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xbf7dc000-0xbfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
Jul 13 17:00:06 gregor kernel: [ 0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
Jul 13 17:00:06 gregor kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
Jul 13 17:00:06 gregor kernel: [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
Jul 13 17:00:06 gregor kernel: [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8804bfc00000 s86336 r8192 d24256 u131072
Jul 13 17:00:06 gregor kernel: [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u131072 alloc=1*2097152
Jul 13 17:00:06 gregor kernel: [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
Jul 13 17:00:06 gregor kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4642601
Jul 13 17:00:06 gregor kernel: [ 0.000000] Policy zone: Normal
Jul 13 17:00:06 gregor kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=e68ec506-a886-4507-9fcb-124561df6527 ro quiet splash vt.handoff=7
Jul 13 17:00:06 gregor kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.000000] Checking aperture...
Jul 13 17:00:06 gregor kernel: [ 0.000000] No AGP bridge found
Jul 13 17:00:06 gregor kernel: [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
Jul 13 17:00:06 gregor kernel: [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jul 13 17:00:06 gregor kernel: [ 0.000000] Memory: 18466912K/18865264K available (7356K kernel code, 1142K rwdata, 3396K rodata, 1332K init, 1440K bss, 398352K reserved)
Jul 13 17:00:06 gregor kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jul 13 17:00:06 gregor kernel: [ 0.000000] Hierarchical RCU implementation.
Jul 13 17:00:06 gregor kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
Jul 13 17:00:06 gregor kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
Jul 13 17:00:06 gregor kernel: [ 0.000000] Offload RCU callbacks from all CPUs
Jul 13 17:00:06 gregor kernel: [ 0.000000] Offload RCU callbacks from CPUs: 0-15.
Jul 13 17:00:06 gregor kernel: [ 0.000000] NR_IRQS:16640 nr_irqs:1216 16
Jul 13 17:00:06 gregor kernel: [ 0.000000] Console: colour dummy device 80x25
Jul 13 17:00:06 gregor kernel: [ 0.000000] console [tty0] enabled
Jul 13 17:00:06 gregor kernel: [ 0.000000] allocated 75497472 bytes of page_cgroup
Jul 13 17:00:06 gregor kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Jul 13 17:00:06 gregor kernel: [ 0.000000] hpet clockevent registered
Jul 13 17:00:06 gregor kernel: [ 0.000000] tsc: Fast TSC calibration using PIT
Jul 13 17:00:06 gregor kernel: [ 0.004000] tsc: Detected 2672.722 MHz processor
Jul 13 17:00:06 gregor kernel: [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5345.44 BogoMIPS (lpj=10690888)
Jul 13 17:00:06 gregor kernel: [ 0.000007] pid_max: default: 32768 minimum: 301
Jul 13 17:00:06 gregor kernel: [ 0.000035] Security Framework initialized
Jul 13 17:00:06 gregor kernel: [ 0.000057] AppArmor: AppArmor initialized
Jul 13 17:00:06 gregor kernel: [ 0.000059] Yama: becoming mindful.
Jul 13 17:00:06 gregor kernel: [ 0.002622] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.009384] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.012202] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.012246] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.012602] Initializing cgroup subsys memory
Jul 13 17:00:06 gregor kernel: [ 0.012609] Initializing cgroup subsys devices
Jul 13 17:00:06 gregor kernel: [ 0.012610] Initializing cgroup subsys freezer
Jul 13 17:00:06 gregor kernel: [ 0.012612] Initializing cgroup subsys blkio
Jul 13 17:00:06 gregor kernel: [ 0.012614] Initializing cgroup subsys perf_event
Jul 13 17:00:06 gregor kernel: [ 0.012617] Initializing cgroup subsys hugetlb
Jul 13 17:00:06 gregor kernel: [ 0.012638] CPU: Physical Processor ID: 0
Jul 13 17:00:06 gregor kernel: [ 0.012639] CPU: Processor Core ID: 0
Jul 13 17:00:06 gregor kernel: [ 0.012644] mce: CPU supports 9 MCE banks
Jul 13 17:00:06 gregor kernel: [ 0.012658] CPU0: Thermal monitoring enabled (TM1)
Jul 13 17:00:06 gregor kernel: [ 0.012669] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Jul 13 17:00:06 gregor kernel: [ 0.012669] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
Jul 13 17:00:06 gregor kernel: [ 0.012669] tlb_flushall_shift: 6
Jul 13 17:00:06 gregor kernel: [ 0.012775] Freeing SMP alternatives memory: 32K (ffffffff81e6c000 - ffffffff81e74000)
Jul 13 17:00:06 gregor kernel: [ 0.014046] ACPI: Core revision 20131115
Jul 13 17:00:06 gregor kernel: [ 0.018581] ACPI: All ACPI Tables successfully acquired
Jul 13 17:00:06 gregor kernel: [ 0.043351] ftrace: allocating 28465 entries in 112 pages
Jul 13 17:00:06 gregor kernel: [ 0.057656] dmar: Host address width 39
Jul 13 17:00:06 gregor kernel: [ 0.057658] dmar: DRHD base: 0x000000fbffe000 flags: 0x1
Jul 13 17:00:06 gregor kernel: [ 0.057665] dmar: IOMMU 0: reg_base_addr fbffe000 ver 1:0 cap c90780106f0462 ecap f020fe
Jul 13 17:00:06 gregor kernel: [ 0.057667] dmar: RMRR base: 0x000000000ec000 end: 0x000000000effff
Jul 13 17:00:06 gregor kernel: [ 0.057669] dmar: RMRR base: 0x000000bf7dc000 end: 0x000000bf7dbfff
Jul 13 17:00:06 gregor kernel: [ 0.057670] dmar: ATSR flags: 0x0
Jul 13 17:00:06 gregor kernel: [ 0.057777] This system BIOS has enabled interrupt remapping
Jul 13 17:00:06 gregor kernel: [ 0.057777] on a chipset that contains an erratum making that
Jul 13 17:00:06 gregor kernel: [ 0.057777] feature unstable. To maintain system stability
Jul 13 17:00:06 gregor kernel: [ 0.057777] interrupt remapping is being disabled. Please
Jul 13 17:00:06 gregor kernel: [ 0.057777] contact your BIOS vendor for an update
Jul 13 17:00:06 gregor kernel: [ 0.057848] Switched APIC routing to physical flat.
Jul 13 17:00:06 gregor kernel: [ 0.058392] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 13 17:00:06 gregor kernel: [ 0.119521] smpboot: CPU0: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (fam: 06, model: 1a, stepping: 04)
Jul 13 17:00:06 gregor kernel: [ 0.228335] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
Jul 13 17:00:06 gregor kernel: [ 0.228341] perf_event_intel: CPU erratum AAJ80 worked around
Jul 13 17:00:06 gregor kernel: [ 0.228345] ... version: 3
Jul 13 17:00:06 gregor kernel: [ 0.228346] ... bit width: 48
Jul 13 17:00:06 gregor kernel: [ 0.228347] ... generic registers: 4
Jul 13 17:00:06 gregor kernel: [ 0.228348] ... value mask: 0000ffffffffffff
Jul 13 17:00:06 gregor kernel: [ 0.228349] ... max period: 000000007fffffff
Jul 13 17:00:06 gregor kernel: [ 0.228350] ... fixed-purpose events: 3
Jul 13 17:00:06 gregor kernel: [ 0.228351] ... event mask: 000000070000000f
Jul 13 17:00:06 gregor kernel: [ 0.230379] x86: Booting SMP configuration:
Jul 13 17:00:06 gregor kernel: [ 0.243606] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Jul 13 17:00:06 gregor kernel: [ 0.230382] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Jul 13 17:00:06 gregor kernel: [ 0.322962] x86: Booted up 1 node, 8 CPUs
Jul 13 17:00:06 gregor kernel: [ 0.322966] smpboot: Total of 8 processors activated (42763.55 BogoMIPS)
Jul 13 17:00:06 gregor kernel: [ 0.329177] devtmpfs: initialized
Jul 13 17:00:06 gregor kernel: [ 0.333344] EVM: security.selinux
Jul 13 17:00:06 gregor kernel: [ 0.333346] EVM: security.SMACK64
Jul 13 17:00:06 gregor kernel: [ 0.333347] EVM: security.ima
Jul 13 17:00:06 gregor kernel: [ 0.333348] EVM: security.capability
Jul 13 17:00:06 gregor kernel: [ 0.333389] PM: Registering ACPI NVS region [mem 0xbf798000-0xbf7dbfff] (278528 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.334287] pinctrl core: initialized pinctrl subsystem
Jul 13 17:00:06 gregor kernel: [ 0.334346] regulator-dummy: no parameters
Jul 13 17:00:06 gregor kernel: [ 0.334373] RTC time: 15:59:48, date: 07/13/14
Jul 13 17:00:06 gregor kernel: [ 0.334410] NET: Registered protocol family 16
Jul 13 17:00:06 gregor kernel: [ 0.334503] cpuidle: using governor ladder
Jul 13 17:00:06 gregor kernel: [ 0.334504] cpuidle: using governor menu
Jul 13 17:00:06 gregor kernel: [ 0.334537] ACPI: bus type PCI registered
Jul 13 17:00:06 gregor kernel: [ 0.334538] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 13 17:00:06 gregor kernel: [ 0.334591] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jul 13 17:00:06 gregor kernel: [ 0.334593] PCI: not using MMCONFIG
Jul 13 17:00:06 gregor kernel: [ 0.334594] PCI: Using configuration type 1 for base access
Jul 13 17:00:06 gregor kernel: [ 0.335591] bio: create slab <bio-0> at 0
Jul 13 17:00:06 gregor kernel: [ 0.335747] ACPI: Added _OSI(Module Device)
Jul 13 17:00:06 gregor kernel: [ 0.335749] ACPI: Added _OSI(Processor Device)
Jul 13 17:00:06 gregor kernel: [ 0.335750] ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 13 17:00:06 gregor kernel: [ 0.335752] ACPI: Added _OSI(Processor Aggregator Device)
Jul 13 17:00:06 gregor kernel: [ 0.337893] ACPI: Executed 1 blocks of module-level executable AML code
Jul 13 17:00:06 gregor kernel: [ 0.364825] ACPI: SSDT 00000000bf7981e0 001C0C (v01 DpgPmm P001Ist 00000011 INTL 20060113)
Jul 13 17:00:06 gregor kernel: [ 0.365170] ACPI: Dynamic OEM Table Load:
Jul 13 17:00:06 gregor kernel: [ 0.365172] ACPI: SSDT (null) 001C0C (v01 DpgPmm P001Ist 00000011 INTL 20060113)
Jul 13 17:00:06 gregor kernel: [ 0.365258] ACPI: SSDT 00000000bf799df0 000659 (v01 PmRef P001Cst 00003001 INTL 20060113)
Jul 13 17:00:06 gregor kernel: [ 0.365523] ACPI: Dynamic OEM Table Load:
Jul 13 17:00:06 gregor kernel: [ 0.365525] ACPI: SSDT (null) 000659 (v01 PmRef P001Cst 00003001 INTL 20060113)
Jul 13 17:00:06 gregor kernel: [ 0.366586] ACPI: Interpreter enabled
Jul 13 17:00:06 gregor kernel: [ 0.366595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
Jul 13 17:00:06 gregor kernel: [ 0.366607] ACPI: (supports S0 S1 S3 S4 S5)
Jul 13 17:00:06 gregor kernel: [ 0.366609] ACPI: Using IOAPIC for interrupt routing
Jul 13 17:00:06 gregor kernel: [ 0.366630] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Jul 13 17:00:06 gregor kernel: [ 0.367592] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Jul 13 17:00:06 gregor kernel: [ 0.380279] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 13 17:00:06 gregor kernel: [ 0.380393] ACPI: No dock devices found.
Jul 13 17:00:06 gregor kernel: [ 0.386404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 13 17:00:06 gregor kernel: [ 0.386410] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Jul 13 17:00:06 gregor kernel: [ 0.386414] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Jul 13 17:00:06 gregor kernel: [ 0.386717] PCI host bridge to bus 0000:00
Jul 13 17:00:06 gregor kernel: [ 0.386720] pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 13 17:00:06 gregor kernel: [ 0.386721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
Jul 13 17:00:06 gregor kernel: [ 0.386723] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
Jul 13 17:00:06 gregor kernel: [ 0.386725] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Jul 13 17:00:06 gregor kernel: [ 0.386726] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
Jul 13 17:00:06 gregor kernel: [ 0.386728] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.386730] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
Jul 13 17:00:06 gregor kernel: [ 0.386741] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.386792] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.386867] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.386920] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.386969] pci 0000:00:01.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.386999] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.387047] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.387095] pci 0000:00:03.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.387126] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.387174] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.387224] pci 0000:00:07.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.387257] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
Jul 13 17:00:06 gregor kernel: [ 0.387358] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
Jul 13 17:00:06 gregor kernel: [ 0.387459] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
Jul 13 17:00:06 gregor kernel: [ 0.387555] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
Jul 13 17:00:06 gregor kernel: [ 0.387650] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
Jul 13 17:00:06 gregor kernel: [ 0.387690] pci 0000:00:1a.0: reg 0x20: [io 0xa800-0xa81f]
Jul 13 17:00:06 gregor kernel: [ 0.387781] pci 0000:00:1a.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.387809] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
Jul 13 17:00:06 gregor kernel: [ 0.387848] pci 0000:00:1a.1: reg 0x20: [io 0xa880-0xa89f]
Jul 13 17:00:06 gregor kernel: [ 0.387936] pci 0000:00:1a.1: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.387963] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
Jul 13 17:00:06 gregor kernel: [ 0.388003] pci 0000:00:1a.2: reg 0x20: [io 0xac00-0xac1f]
Jul 13 17:00:06 gregor kernel: [ 0.388089] pci 0000:00:1a.2: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.388126] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
Jul 13 17:00:06 gregor kernel: [ 0.388146] pci 0000:00:1a.7: reg 0x10: [mem 0xfbaff000-0xfbaff3ff]
Jul 13 17:00:06 gregor kernel: [ 0.388231] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.388280] pci 0000:00:1a.7: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.388308] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.388372] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.388422] pci 0000:00:1c.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.388449] pci 0000:00:1c.2: [8086:3a44] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.388513] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.388563] pci 0000:00:1c.2: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.388590] pci 0000:00:1c.3: [8086:3a46] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.388654] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.388704] pci 0000:00:1c.3: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.388730] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
Jul 13 17:00:06 gregor kernel: [ 0.388795] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.388844] pci 0000:00:1c.4: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.388874] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
Jul 13 17:00:06 gregor kernel: [ 0.388914] pci 0000:00:1d.0: reg 0x20: [io 0xa080-0xa09f]
Jul 13 17:00:06 gregor kernel: [ 0.389001] pci 0000:00:1d.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.389029] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
Jul 13 17:00:06 gregor kernel: [ 0.389068] pci 0000:00:1d.1: reg 0x20: [io 0xa400-0xa41f]
Jul 13 17:00:06 gregor kernel: [ 0.389155] pci 0000:00:1d.1: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.389184] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
Jul 13 17:00:06 gregor kernel: [ 0.389223] pci 0000:00:1d.2: reg 0x20: [io 0xa480-0xa49f]
Jul 13 17:00:06 gregor kernel: [ 0.389310] pci 0000:00:1d.2: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.389348] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
Jul 13 17:00:06 gregor kernel: [ 0.389368] pci 0000:00:1d.7: reg 0x10: [mem 0xfbafe000-0xfbafe3ff]
Jul 13 17:00:06 gregor kernel: [ 0.389453] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.389502] pci 0000:00:1d.7: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.389529] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Jul 13 17:00:06 gregor kernel: [ 0.389609] pci 0000:00:1e.0: System wakeup disabled by ACPI
Jul 13 17:00:06 gregor kernel: [ 0.389637] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
Jul 13 17:00:06 gregor kernel: [ 0.389711] pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
Jul 13 17:00:06 gregor kernel: [ 0.389715] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
Jul 13 17:00:06 gregor kernel: [ 0.389718] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
Jul 13 17:00:06 gregor kernel: [ 0.389723] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
Jul 13 17:00:06 gregor kernel: [ 0.389818] pci 0000:00:1f.2: [8086:3a22] type 00 class 0x010601
Jul 13 17:00:06 gregor kernel: [ 0.389836] pci 0000:00:1f.2: reg 0x10: [io 0x9c00-0x9c07]
Jul 13 17:00:06 gregor kernel: [ 0.389843] pci 0000:00:1f.2: reg 0x14: [io 0x9880-0x9883]
Jul 13 17:00:06 gregor kernel: [ 0.389850] pci 0000:00:1f.2: reg 0x18: [io 0x9800-0x9807]
Jul 13 17:00:06 gregor kernel: [ 0.389857] pci 0000:00:1f.2: reg 0x1c: [io 0x9480-0x9483]
Jul 13 17:00:06 gregor kernel: [ 0.389864] pci 0000:00:1f.2: reg 0x20: [io 0x9400-0x941f]
Jul 13 17:00:06 gregor kernel: [ 0.389872] pci 0000:00:1f.2: reg 0x24: [mem 0xfbafc000-0xfbafc7ff]
Jul 13 17:00:06 gregor kernel: [ 0.389915] pci 0000:00:1f.2: PME# supported from D3hot
Jul 13 17:00:06 gregor kernel: [ 0.389982] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
Jul 13 17:00:06 gregor kernel: [ 0.389997] pci 0000:00:1f.3: reg 0x10: [mem 0xfbafd000-0xfbafd0ff 64bit]
Jul 13 17:00:06 gregor kernel: [ 0.390016] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
Jul 13 17:00:06 gregor kernel: [ 0.390134] pci 0000:01:00.0: [1b4b:9123] type 00 class 0x010601
Jul 13 17:00:06 gregor kernel: [ 0.390145] pci 0000:01:00.0: reg 0x10: [io 0xbc00-0xbc07]
Jul 13 17:00:06 gregor kernel: [ 0.390152] pci 0000:01:00.0: reg 0x14: [io 0xb880-0xb883]
Jul 13 17:00:06 gregor kernel: [ 0.390159] pci 0000:01:00.0: reg 0x18: [io 0xb800-0xb807]
Jul 13 17:00:06 gregor kernel: [ 0.390166] pci 0000:01:00.0: reg 0x1c: [io 0xb480-0xb483]
Jul 13 17:00:06 gregor kernel: [ 0.390173] pci 0000:01:00.0: reg 0x20: [io 0xb400-0xb40f]
Jul 13 17:00:06 gregor kernel: [ 0.390180] pci 0000:01:00.0: reg 0x24: [mem 0xfbbff800-0xfbbfffff]
Jul 13 17:00:06 gregor kernel: [ 0.390188] pci 0000:01:00.0: reg 0x30: [mem 0xfbbe0000-0xfbbeffff pref]
Jul 13 17:00:06 gregor kernel: [ 0.390218] pci 0000:01:00.0: PME# supported from D3hot
Jul 13 17:00:06 gregor kernel: [ 0.394389] pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 13 17:00:06 gregor kernel: [ 0.394394] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
Jul 13 17:00:06 gregor kernel: [ 0.394399] pci 0000:00:01.0: bridge window [mem 0xfbb00000-0xfbbfffff]
Jul 13 17:00:06 gregor kernel: [ 0.394457] pci 0000:00:03.0: PCI bridge to [bus 02]
Jul 13 17:00:06 gregor kernel: [ 0.394505] pci 0000:00:07.0: PCI bridge to [bus 03]
Jul 13 17:00:06 gregor kernel: [ 0.394553] pci 0000:00:1c.0: PCI bridge to [bus 07]
Jul 13 17:00:06 gregor kernel: [ 0.394562] pci 0000:00:1c.0: bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.394623] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Jul 13 17:00:06 gregor kernel: [ 0.394639] pci 0000:06:00.0: reg 0x10: [io 0xe800-0xe8ff]
Jul 13 17:00:06 gregor kernel: [ 0.394666] pci 0000:06:00.0: reg 0x18: [mem 0xfbeff000-0xfbefffff 64bit]
Jul 13 17:00:06 gregor kernel: [ 0.394682] pci 0000:06:00.0: reg 0x20: [mem 0xfaef0000-0xfaefffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.394694] pci 0000:06:00.0: reg 0x30: [mem 0xfbec0000-0xfbedffff pref]
Jul 13 17:00:06 gregor kernel: [ 0.394756] pci 0000:06:00.0: supports D1 D2
Jul 13 17:00:06 gregor kernel: [ 0.394758] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.402392] pci 0000:00:1c.2: PCI bridge to [bus 06]
Jul 13 17:00:06 gregor kernel: [ 0.402398] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
Jul 13 17:00:06 gregor kernel: [ 0.402403] pci 0000:00:1c.2: bridge window [mem 0xfbe00000-0xfbefffff]
Jul 13 17:00:06 gregor kernel: [ 0.402410] pci 0000:00:1c.2: bridge window [mem 0xfae00000-0xfaefffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.402487] pci 0000:05:00.0: [1106:3403] type 00 class 0x0c0010
Jul 13 17:00:06 gregor kernel: [ 0.402509] pci 0000:05:00.0: reg 0x10: [mem 0xfbdff000-0xfbdff7ff 64bit]
Jul 13 17:00:06 gregor kernel: [ 0.402521] pci 0000:05:00.0: reg 0x18: [io 0xd800-0xd8ff]
Jul 13 17:00:06 gregor kernel: [ 0.402613] pci 0000:05:00.0: supports D2
Jul 13 17:00:06 gregor kernel: [ 0.402615] pci 0000:05:00.0: PME# supported from D2 D3hot D3cold
Jul 13 17:00:06 gregor kernel: [ 0.410393] pci 0000:00:1c.3: PCI bridge to [bus 05]
Jul 13 17:00:06 gregor kernel: [ 0.410399] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
Jul 13 17:00:06 gregor kernel: [ 0.410404] pci 0000:00:1c.3: bridge window [mem 0xfbd00000-0xfbdfffff]
Jul 13 17:00:06 gregor kernel: [ 0.410505] pci 0000:04:00.0: [197b:2363] type 00 class 0x010601
Jul 13 17:00:06 gregor kernel: [ 0.410590] pci 0000:04:00.0: reg 0x24: [mem 0xfbcfe000-0xfbcfffff]
Jul 13 17:00:06 gregor kernel: [ 0.410603] pci 0000:04:00.0: reg 0x30: [mem 0xfbce0000-0xfbceffff pref]
Jul 13 17:00:06 gregor kernel: [ 0.410653] pci 0000:04:00.0: PME# supported from D3hot
Jul 13 17:00:06 gregor kernel: [ 0.410706] pci 0000:04:00.1: [197b:2363] type 00 class 0x010185
Jul 13 17:00:06 gregor kernel: [ 0.410730] pci 0000:04:00.1: reg 0x10: [io 0xcc00-0xcc07]
Jul 13 17:00:06 gregor kernel: [ 0.410743] pci 0000:04:00.1: reg 0x14: [io 0xc880-0xc883]
Jul 13 17:00:06 gregor kernel: [ 0.410755] pci 0000:04:00.1: reg 0x18: [io 0xc800-0xc807]
Jul 13 17:00:06 gregor kernel: [ 0.410768] pci 0000:04:00.1: reg 0x1c: [io 0xc480-0xc483]
Jul 13 17:00:06 gregor kernel: [ 0.410781] pci 0000:04:00.1: reg 0x20: [io 0xc400-0xc40f]
Jul 13 17:00:06 gregor kernel: [ 0.410882] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
Jul 13 17:00:06 gregor kernel: [ 0.410891] pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 13 17:00:06 gregor kernel: [ 0.410894] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
Jul 13 17:00:06 gregor kernel: [ 0.410898] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
Jul 13 17:00:06 gregor kernel: [ 0.410965] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.410973] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.410975] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.410977] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.410979] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.410980] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.410982] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
Jul 13 17:00:06 gregor kernel: [ 0.411489] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 6 7 10 11 12 14 15)
Jul 13 17:00:06 gregor kernel: [ 0.411537] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
Jul 13 17:00:06 gregor kernel: [ 0.411582] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
Jul 13 17:00:06 gregor kernel: [ 0.411628] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12 14 15)
Jul 13 17:00:06 gregor kernel: [ 0.411675] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
Jul 13 17:00:06 gregor kernel: [ 0.411721] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
Jul 13 17:00:06 gregor kernel: [ 0.411768] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
Jul 13 17:00:06 gregor kernel: [ 0.411815] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
Jul 13 17:00:06 gregor kernel: [ 0.411911] ACPI: Enabled 3 GPEs in block 00 to 3F
Jul 13 17:00:06 gregor kernel: [ 0.411918] ACPI: \_SB_.PCI0: notify handler is installed
Jul 13 17:00:06 gregor kernel: [ 0.411956] Found 1 acpi root devices
Jul 13 17:00:06 gregor kernel: [ 0.412041] vgaarb: loaded
Jul 13 17:00:06 gregor kernel: [ 0.412187] SCSI subsystem initialized
Jul 13 17:00:06 gregor kernel: [ 0.412243] libata version 3.00 loaded.
Jul 13 17:00:06 gregor kernel: [ 0.412259] ACPI: bus type USB registered
Jul 13 17:00:06 gregor kernel: [ 0.412274] usbcore: registered new interface driver usbfs
Jul 13 17:00:06 gregor kernel: [ 0.412280] usbcore: registered new interface driver hub
Jul 13 17:00:06 gregor kernel: [ 0.412296] usbcore: registered new device driver usb
Jul 13 17:00:06 gregor kernel: [ 0.412391] PCI: Using ACPI for IRQ routing
Jul 13 17:00:06 gregor kernel: [ 0.418014] PCI: Discovered peer bus ff
Jul 13 17:00:06 gregor kernel: [ 0.418015] PCI: root bus ff: using default resources
Jul 13 17:00:06 gregor kernel: [ 0.418016] PCI: Probing PCI hardware (bus ff)
Jul 13 17:00:06 gregor kernel: [ 0.418037] PCI host bridge to bus 0000:ff
Jul 13 17:00:06 gregor kernel: [ 0.418040] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
Jul 13 17:00:06 gregor kernel: [ 0.418042] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
Jul 13 17:00:06 gregor kernel: [ 0.418043] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
Jul 13 17:00:06 gregor kernel: [ 0.418048] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418081] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418115] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418149] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418182] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418211] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418242] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418276] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418307] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418337] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418367] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418403] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418434] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418463] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418493] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418526] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418556] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418587] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418617] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
Jul 13 17:00:06 gregor kernel: [ 0.418658] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
Jul 13 17:00:06 gregor kernel: [ 0.418663] PCI: pci_cache_line_size set to 64 bytes
Jul 13 17:00:06 gregor kernel: [ 0.418739] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Jul 13 17:00:06 gregor kernel: [ 0.418740] e820: reserve RAM buffer [mem 0xbf780000-0xbfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.418811] NetLabel: Initializing
Jul 13 17:00:06 gregor kernel: [ 0.418813] NetLabel: domain hash size = 128
Jul 13 17:00:06 gregor kernel: [ 0.418813] NetLabel: protocols = UNLABELED CIPSOv4
Jul 13 17:00:06 gregor kernel: [ 0.418826] NetLabel: unlabeled traffic allowed by default
Jul 13 17:00:06 gregor kernel: [ 0.418874] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Jul 13 17:00:06 gregor kernel: [ 0.418878] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Jul 13 17:00:06 gregor kernel: [ 0.418881] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Jul 13 17:00:06 gregor kernel: [ 0.421142] Switched to clocksource hpet
Jul 13 17:00:06 gregor kernel: [ 0.425581] AppArmor: AppArmor Filesystem Enabled
Jul 13 17:00:06 gregor kernel: [ 0.425599] pnp: PnP ACPI init
Jul 13 17:00:06 gregor kernel: [ 0.425609] ACPI: bus type PNP registered
Jul 13 17:00:06 gregor kernel: [ 0.425669] system 00:00: [mem 0xfbf00000-0xfbffffff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.425672] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.425673] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.425675] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.425677] system 00:00: [mem 0xfec8a000-0xfec8afff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.425679] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.425682] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jul 13 17:00:06 gregor kernel: [ 0.425721] pnp 00:01: [dma 4]
Jul 13 17:00:06 gregor kernel: [ 0.425736] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Jul 13 17:00:06 gregor kernel: [ 0.425766] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jul 13 17:00:06 gregor kernel: [ 0.425783] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
Jul 13 17:00:06 gregor kernel: [ 0.425806] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Jul 13 17:00:06 gregor kernel: [ 0.425959] system 00:05: [io 0x0290-0x029f] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.425962] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426118] system 00:06: [io 0x04d0-0x04d1] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426121] system 00:06: [io 0x0800-0x087f] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426123] system 00:06: [io 0x0500-0x057f] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426125] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426127] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426129] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426132] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426200] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426251] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426310] system 00:09: [mem 0xffc00000-0xffdfffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426313] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426403] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426405] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426407] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426496] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426499] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426665] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426667] system 00:0c: [mem 0x000c0000-0x000cffff] has been reserved
Jul 13 17:00:06 gregor kernel: [ 0.426669] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426671] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426673] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
Jul 13 17:00:06 gregor kernel: [ 0.426675] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
Jul 13 17:00:06 gregor kernel: [ 0.426779] pnp: PnP ACPI: found 13 devices
Jul 13 17:00:06 gregor kernel: [ 0.426781] ACPI: bus type PNP unregistered
Jul 13 17:00:06 gregor kernel: [ 0.432792] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
Jul 13 17:00:06 gregor kernel: [ 0.432795] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 400000
Jul 13 17:00:06 gregor kernel: [ 0.432807] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
Jul 13 17:00:06 gregor kernel: [ 0.432815] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
Jul 13 17:00:06 gregor kernel: [ 0.432827] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
Jul 13 17:00:06 gregor kernel: [ 0.432830] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
Jul 13 17:00:06 gregor kernel: [ 0.432831] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Jul 13 17:00:06 gregor kernel: [ 0.432833] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Jul 13 17:00:06 gregor kernel: [ 0.432835] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
Jul 13 17:00:06 gregor kernel: [ 0.432839] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc03fffff]
Jul 13 17:00:06 gregor kernel: [ 0.432841] pci 0000:00:1c.3: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432843] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432846] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
Jul 13 17:00:06 gregor kernel: [ 0.432848] pci 0000:00:01.0: PCI bridge to [bus 01]
Jul 13 17:00:06 gregor kernel: [ 0.432851] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
Jul 13 17:00:06 gregor kernel: [ 0.432855] pci 0000:00:01.0: bridge window [mem 0xfbb00000-0xfbbfffff]
Jul 13 17:00:06 gregor kernel: [ 0.432860] pci 0000:00:03.0: PCI bridge to [bus 02]
Jul 13 17:00:06 gregor kernel: [ 0.432868] pci 0000:00:07.0: PCI bridge to [bus 03]
Jul 13 17:00:06 gregor kernel: [ 0.432876] pci 0000:00:1c.0: PCI bridge to [bus 07]
Jul 13 17:00:06 gregor kernel: [ 0.432878] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
Jul 13 17:00:06 gregor kernel: [ 0.432882] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc03fffff]
Jul 13 17:00:06 gregor kernel: [ 0.432885] pci 0000:00:1c.0: bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432890] pci 0000:00:1c.2: PCI bridge to [bus 06]
Jul 13 17:00:06 gregor kernel: [ 0.432893] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
Jul 13 17:00:06 gregor kernel: [ 0.432897] pci 0000:00:1c.2: bridge window [mem 0xfbe00000-0xfbefffff]
Jul 13 17:00:06 gregor kernel: [ 0.432900] pci 0000:00:1c.2: bridge window [mem 0xfae00000-0xfaefffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432905] pci 0000:00:1c.3: PCI bridge to [bus 05]
Jul 13 17:00:06 gregor kernel: [ 0.432907] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
Jul 13 17:00:06 gregor kernel: [ 0.432911] pci 0000:00:1c.3: bridge window [mem 0xfbd00000-0xfbdfffff]
Jul 13 17:00:06 gregor kernel: [ 0.432915] pci 0000:00:1c.3: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432919] pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 13 17:00:06 gregor kernel: [ 0.432922] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
Jul 13 17:00:06 gregor kernel: [ 0.432926] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
Jul 13 17:00:06 gregor kernel: [ 0.432929] pci 0000:00:1c.4: bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432934] pci 0000:00:1e.0: PCI bridge to [bus 08]
Jul 13 17:00:06 gregor kernel: [ 0.432943] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
Jul 13 17:00:06 gregor kernel: [ 0.432945] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
Jul 13 17:00:06 gregor kernel: [ 0.432947] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Jul 13 17:00:06 gregor kernel: [ 0.432948] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
Jul 13 17:00:06 gregor kernel: [ 0.432950] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.432952] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
Jul 13 17:00:06 gregor kernel: [ 0.432953] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
Jul 13 17:00:06 gregor kernel: [ 0.432955] pci_bus 0000:01: resource 1 [mem 0xfbb00000-0xfbbfffff]
Jul 13 17:00:06 gregor kernel: [ 0.432957] pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
Jul 13 17:00:06 gregor kernel: [ 0.432958] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
Jul 13 17:00:06 gregor kernel: [ 0.432960] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432962] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Jul 13 17:00:06 gregor kernel: [ 0.432963] pci_bus 0000:06: resource 1 [mem 0xfbe00000-0xfbefffff]
Jul 13 17:00:06 gregor kernel: [ 0.432965] pci_bus 0000:06: resource 2 [mem 0xfae00000-0xfaefffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432967] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
Jul 13 17:00:06 gregor kernel: [ 0.432968] pci_bus 0000:05: resource 1 [mem 0xfbd00000-0xfbdfffff]
Jul 13 17:00:06 gregor kernel: [ 0.432970] pci_bus 0000:05: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432972] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Jul 13 17:00:06 gregor kernel: [ 0.432973] pci_bus 0000:04: resource 1 [mem 0xfbc00000-0xfbcfffff]
Jul 13 17:00:06 gregor kernel: [ 0.432975] pci_bus 0000:04: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
Jul 13 17:00:06 gregor kernel: [ 0.432977] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
Jul 13 17:00:06 gregor kernel: [ 0.432978] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
Jul 13 17:00:06 gregor kernel: [ 0.432980] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
Jul 13 17:00:06 gregor kernel: [ 0.432982] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
Jul 13 17:00:06 gregor kernel: [ 0.432983] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
Jul 13 17:00:06 gregor kernel: [ 0.432985] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
Jul 13 17:00:06 gregor kernel: [ 0.432988] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
Jul 13 17:00:06 gregor kernel: [ 0.432989] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
Jul 13 17:00:06 gregor kernel: [ 0.433013] NET: Registered protocol family 2
Jul 13 17:00:06 gregor kernel: [ 0.433260] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.433735] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.433879] TCP: Hash tables configured (established 262144 bind 65536)
Jul 13 17:00:06 gregor kernel: [ 0.433900] TCP: reno registered
Jul 13 17:00:06 gregor kernel: [ 0.433935] UDP hash table entries: 16384 (order: 7, 524288 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.434050] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.434193] NET: Registered protocol family 1
Jul 13 17:00:06 gregor kernel: [ 0.435862] PCI: CLS 256 bytes, default 64
Jul 13 17:00:06 gregor kernel: [ 0.435908] Trying to unpack rootfs image as initramfs...
Jul 13 17:00:06 gregor kernel: [ 0.725986] Freeing initrd memory: 18840K (ffff880035b24000 - ffff880036d8a000)
Jul 13 17:00:06 gregor kernel: [ 0.726026] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 13 17:00:06 gregor kernel: [ 0.726028] software IO TLB [mem 0xbb780000-0xbf780000] (64MB) mapped at [ffff8800bb780000-ffff8800bf77ffff]
Jul 13 17:00:06 gregor kernel: [ 0.726291] microcode: CPU0 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726297] microcode: CPU1 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726303] microcode: CPU2 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726308] microcode: CPU3 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726314] microcode: CPU4 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726319] microcode: CPU5 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726324] microcode: CPU6 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726329] microcode: CPU7 sig=0x106a4, pf=0x2, revision=0x10
Jul 13 17:00:06 gregor kernel: [ 0.726375] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jul 13 17:00:06 gregor kernel: [ 0.726377] Scanning for low memory corruption every 60 seconds
Jul 13 17:00:06 gregor kernel: [ 0.726688] Initialise system trusted keyring
Jul 13 17:00:06 gregor kernel: [ 0.726736] audit: initializing netlink socket (disabled)
Jul 13 17:00:06 gregor kernel: [ 0.726746] type=2000 audit(1405267188.580:1): initialized
Jul 13 17:00:06 gregor kernel: [ 0.751323] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jul 13 17:00:06 gregor kernel: [ 0.752898] zbud: loaded
Jul 13 17:00:06 gregor kernel: [ 0.753043] VFS: Disk quotas dquot_6.5.2
Jul 13 17:00:06 gregor kernel: [ 0.753085] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 13 17:00:06 gregor kernel: [ 0.753470] fuse init (API version 7.22)
Jul 13 17:00:06 gregor kernel: [ 0.753533] msgmni has been set to 32768
Jul 13 17:00:06 gregor kernel: [ 0.753580] Key type big_key registered
Jul 13 17:00:06 gregor kernel: [ 0.753927] Key type asymmetric registered
Jul 13 17:00:06 gregor kernel: [ 0.753928] Asymmetric key parser 'x509' registered
Jul 13 17:00:06 gregor kernel: [ 0.753954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Jul 13 17:00:06 gregor kernel: [ 0.753993] io scheduler noop registered
Jul 13 17:00:06 gregor kernel: [ 0.753995] io scheduler deadline registered (default)
Jul 13 17:00:06 gregor kernel: [ 0.754014] io scheduler cfq registered
Jul 13 17:00:06 gregor kernel: [ 0.754192] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
Jul 13 17:00:06 gregor kernel: [ 0.754348] pcieport 0000:00:1c.0: irq 64 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.754510] pcieport 0000:00:1c.2: irq 65 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.754666] pcieport 0000:00:1c.3: irq 66 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.754823] pcieport 0000:00:1c.4: irq 67 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.754886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jul 13 17:00:06 gregor kernel: [ 0.754897] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jul 13 17:00:06 gregor kernel: [ 0.754940] efifb: probing for efifb
Jul 13 17:00:06 gregor kernel: [ 0.754943] efifb: framebuffer at 0xa0000, mapped to 0xffff8800000a0000, using 64k, total 64k
Jul 13 17:00:06 gregor kernel: [ 0.754945] efifb: mode is 640x480x1, linelength=80, pages=1
Jul 13 17:00:06 gregor kernel: [ 0.754946] efifb: scrolling: redraw
Jul 13 17:00:06 gregor kernel: [ 0.754947] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 13 17:00:06 gregor kernel: [ 0.757089] Console: switching to colour frame buffer device 80x30
Jul 13 17:00:06 gregor kernel: [ 0.759203] fb0: EFI VGA frame buffer device
Jul 13 17:00:06 gregor kernel: [ 0.759213] intel_idle: MWAIT substates: 0x1120
Jul 13 17:00:06 gregor kernel: [ 0.759223] intel_idle: v0.4 model 0x1A
Jul 13 17:00:06 gregor kernel: [ 0.759224] intel_idle: lapic_timer_reliable_states 0x2
Jul 13 17:00:06 gregor kernel: [ 0.759391] ipmi message handler version 39.2
Jul 13 17:00:06 gregor kernel: [ 0.759446] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
Jul 13 17:00:06 gregor kernel: [ 0.759450] ACPI: Power Button [PWRB]
Jul 13 17:00:06 gregor kernel: [ 0.759477] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jul 13 17:00:06 gregor kernel: [ 0.759479] ACPI: Power Button [PWRF]
Jul 13 17:00:06 gregor kernel: [ 0.759630] GHES: HEST is not enabled!
Jul 13 17:00:06 gregor kernel: [ 0.759691] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 13 17:00:06 gregor kernel: [ 0.760866] Linux agpgart interface v0.103
Jul 13 17:00:06 gregor kernel: [ 0.762062] brd: module loaded
Jul 13 17:00:06 gregor kernel: [ 0.762678] loop: module loaded
Jul 13 17:00:06 gregor kernel: [ 0.762992] libphy: Fixed MDIO Bus: probed
Jul 13 17:00:06 gregor kernel: [ 0.763058] tun: Universal TUN/TAP device driver, 1.6
Jul 13 17:00:06 gregor kernel: [ 0.763060] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jul 13 17:00:06 gregor kernel: [ 0.763092] PPP generic driver version 2.4.2
Jul 13 17:00:06 gregor kernel: [ 0.763128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jul 13 17:00:06 gregor kernel: [ 0.763132] ehci-pci: EHCI PCI platform driver
Jul 13 17:00:06 gregor kernel: [ 0.763267] ehci-pci 0000:00:1a.7: EHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.763272] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
Jul 13 17:00:06 gregor kernel: [ 0.763284] ehci-pci 0000:00:1a.7: debug port 1
Jul 13 17:00:06 gregor kernel: [ 0.767183] ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
Jul 13 17:00:06 gregor kernel: [ 0.767200] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfbaff000
Jul 13 17:00:06 gregor kernel: [ 0.777036] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Jul 13 17:00:06 gregor kernel: [ 0.777083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Jul 13 17:00:06 gregor kernel: [ 0.777085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.777086] usb usb1: Product: EHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.777088] usb usb1: Manufacturer: Linux 3.13.0-30-generic ehci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.777089] usb usb1: SerialNumber: 0000:00:1a.7
Jul 13 17:00:06 gregor kernel: [ 0.777169] hub 1-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.777179] hub 1-0:1.0: 6 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.777401] ehci-pci 0000:00:1d.7: EHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.777406] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
Jul 13 17:00:06 gregor kernel: [ 0.777417] ehci-pci 0000:00:1d.7: debug port 1
Jul 13 17:00:06 gregor kernel: [ 0.781309] ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
Jul 13 17:00:06 gregor kernel: [ 0.781324] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfbafe000
Jul 13 17:00:06 gregor kernel: [ 0.793024] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Jul 13 17:00:06 gregor kernel: [ 0.793063] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
Jul 13 17:00:06 gregor kernel: [ 0.793065] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.793067] usb usb2: Product: EHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.793068] usb usb2: Manufacturer: Linux 3.13.0-30-generic ehci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.793070] usb usb2: SerialNumber: 0000:00:1d.7
Jul 13 17:00:06 gregor kernel: [ 0.793146] hub 2-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.793152] hub 2-0:1.0: 6 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.793254] ehci-platform: EHCI generic platform driver
Jul 13 17:00:06 gregor kernel: [ 0.793261] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jul 13 17:00:06 gregor kernel: [ 0.793262] ohci-pci: OHCI PCI platform driver
Jul 13 17:00:06 gregor kernel: [ 0.793271] ohci-platform: OHCI generic platform driver
Jul 13 17:00:06 gregor kernel: [ 0.793276] uhci_hcd: USB Universal Host Controller Interface driver
Jul 13 17:00:06 gregor kernel: [ 0.793392] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.793396] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Jul 13 17:00:06 gregor kernel: [ 0.793427] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a800
Jul 13 17:00:06 gregor kernel: [ 0.793465] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
Jul 13 17:00:06 gregor kernel: [ 0.793467] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.793468] usb usb3: Product: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.793470] usb usb3: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.793471] usb usb3: SerialNumber: 0000:00:1a.0
Jul 13 17:00:06 gregor kernel: [ 0.793691] hub 3-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.793700] hub 3-0:1.0: 2 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.793877] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.793882] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
Jul 13 17:00:06 gregor kernel: [ 0.793911] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000a880
Jul 13 17:00:06 gregor kernel: [ 0.793948] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
Jul 13 17:00:06 gregor kernel: [ 0.793950] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.793951] usb usb4: Product: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.793953] usb usb4: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.793954] usb usb4: SerialNumber: 0000:00:1a.1
Jul 13 17:00:06 gregor kernel: [ 0.794175] hub 4-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.794184] hub 4-0:1.0: 2 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.794356] uhci_hcd 0000:00:1a.2: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.794360] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
Jul 13 17:00:06 gregor kernel: [ 0.794389] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000ac00
Jul 13 17:00:06 gregor kernel: [ 0.794427] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
Jul 13 17:00:06 gregor kernel: [ 0.794429] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.794430] usb usb5: Product: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.794432] usb usb5: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.794433] usb usb5: SerialNumber: 0000:00:1a.2
Jul 13 17:00:06 gregor kernel: [ 0.794653] hub 5-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.794660] hub 5-0:1.0: 2 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.794833] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.794838] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
Jul 13 17:00:06 gregor kernel: [ 0.794859] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a080
Jul 13 17:00:06 gregor kernel: [ 0.794898] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
Jul 13 17:00:06 gregor kernel: [ 0.794900] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.794901] usb usb6: Product: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.794903] usb usb6: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.794904] usb usb6: SerialNumber: 0000:00:1d.0
Jul 13 17:00:06 gregor kernel: [ 0.795122] hub 6-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.795130] hub 6-0:1.0: 2 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.795304] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.795311] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
Jul 13 17:00:06 gregor kernel: [ 0.795332] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a400
Jul 13 17:00:06 gregor kernel: [ 0.795369] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
Jul 13 17:00:06 gregor kernel: [ 0.795371] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.795372] usb usb7: Product: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.795374] usb usb7: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.795375] usb usb7: SerialNumber: 0000:00:1d.1
Jul 13 17:00:06 gregor kernel: [ 0.795594] hub 7-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.795602] hub 7-0:1.0: 2 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.795780] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.795784] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
Jul 13 17:00:06 gregor kernel: [ 0.795805] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a480
Jul 13 17:00:06 gregor kernel: [ 0.795843] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
Jul 13 17:00:06 gregor kernel: [ 0.795844] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 13 17:00:06 gregor kernel: [ 0.795846] usb usb8: Product: UHCI Host Controller
Jul 13 17:00:06 gregor kernel: [ 0.795848] usb usb8: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 0.795849] usb usb8: SerialNumber: 0000:00:1d.2
Jul 13 17:00:06 gregor kernel: [ 0.796038] hub 8-0:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 0.796046] hub 8-0:1.0: 2 ports detected
Jul 13 17:00:06 gregor kernel: [ 0.796154] i8042: PNP: No PS/2 controller found. Probing ports directly.
Jul 13 17:00:06 gregor kernel: [ 0.798822] serio: i8042 KBD port at 0x60,0x64 irq 1
Jul 13 17:00:06 gregor kernel: [ 0.798828] serio: i8042 AUX port at 0x60,0x64 irq 12
Jul 13 17:00:06 gregor kernel: [ 0.799118] mousedev: PS/2 mouse device common for all mice
Jul 13 17:00:06 gregor kernel: [ 0.799644] rtc_cmos 00:02: RTC can wake from S4
Jul 13 17:00:06 gregor kernel: [ 0.799874] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
Jul 13 17:00:06 gregor kernel: [ 0.799900] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jul 13 17:00:06 gregor kernel: [ 0.799951] device-mapper: uevent: version 1.0.3
Jul 13 17:00:06 gregor kernel: [ 0.800122] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
Jul 13 17:00:06 gregor kernel: [ 0.800131] ledtrig-cpu: registered to indicate activity on CPUs
Jul 13 17:00:06 gregor kernel: [ 0.800224] TCP: cubic registered
Jul 13 17:00:06 gregor kernel: [ 0.800305] NET: Registered protocol family 10
Jul 13 17:00:06 gregor kernel: [ 0.800457] NET: Registered protocol family 17
Jul 13 17:00:06 gregor kernel: [ 0.800464] Key type dns_resolver registered
Jul 13 17:00:06 gregor kernel: [ 0.801211] Loading compiled-in X.509 certificates
Jul 13 17:00:06 gregor kernel: [ 0.802122] Loaded X.509 cert 'Magrathea: Glacier signing key: 094b30964ee6ceb2c567d252226b47712cfd8af6'
Jul 13 17:00:06 gregor kernel: [ 0.802131] registered taskstats version 1
Jul 13 17:00:06 gregor kernel: [ 0.805366] Key type trusted registered
Jul 13 17:00:06 gregor kernel: [ 0.807816] Key type encrypted registered
Jul 13 17:00:06 gregor kernel: [ 0.810210] AppArmor: AppArmor sha1 policy hashing enabled
Jul 13 17:00:06 gregor kernel: [ 0.810214] IMA: No TPM chip found, activating TPM-bypass!
Jul 13 17:00:06 gregor kernel: [ 0.810577] regulator-dummy: disabling
Jul 13 17:00:06 gregor kernel: [ 0.810737] Magic number: 6:17:993
Jul 13 17:00:06 gregor kernel: [ 0.810740] machinecheck machinecheck6: hash matches
Jul 13 17:00:06 gregor kernel: [ 0.810794] memory memory36: hash matches
Jul 13 17:00:06 gregor kernel: [ 0.811011] rtc_cmos 00:02: setting system clock to 2014-07-13 15:59:49 UTC (1405267189)
Jul 13 17:00:06 gregor kernel: [ 0.815622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Jul 13 17:00:06 gregor kernel: [ 0.815625] EDD information not available.
Jul 13 17:00:06 gregor kernel: [ 0.815648] PM: Hibernation image not present or could not be loaded.
Jul 13 17:00:06 gregor kernel: [ 0.817618] Freeing unused kernel memory: 1332K (ffffffff81d1f000 - ffffffff81e6c000)
Jul 13 17:00:06 gregor kernel: [ 0.817620] Write protecting the kernel read-only data: 12288k
Jul 13 17:00:06 gregor kernel: [ 0.820203] Freeing unused kernel memory: 824K (ffff880001732000 - ffff880001800000)
Jul 13 17:00:06 gregor kernel: [ 0.822046] Freeing unused kernel memory: 700K (ffff880001b51000 - ffff880001c00000)
Jul 13 17:00:06 gregor kernel: [ 0.857598] ahci 0000:00:1f.2: version 3.0
Jul 13 17:00:06 gregor kernel: [ 0.857847] ahci 0000:00:1f.2: irq 68 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.857883] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Jul 13 17:00:06 gregor kernel: [ 0.857921] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
Jul 13 17:00:06 gregor kernel: [ 0.857925] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
Jul 13 17:00:06 gregor kernel: [ 0.858202] scsi0 : pata_jmicron
Jul 13 17:00:06 gregor kernel: [ 0.858276] scsi1 : pata_jmicron
Jul 13 17:00:06 gregor kernel: [ 0.858315] ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 17
Jul 13 17:00:06 gregor kernel: [ 0.858317] ata2: PATA max UDMA/100 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 17
Jul 13 17:00:06 gregor kernel: [ 0.858580] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
Jul 13 17:00:06 gregor kernel: [ 0.858589] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
Jul 13 17:00:06 gregor kernel: [ 0.858763] r8169 0000:06:00.0: irq 69 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.858905] r8169 0000:06:00.0 eth0: RTL8168c/8111c at 0xffffc90003148000, 00:24:8c:56:d5:cd, XID 1c4000c0 IRQ 69
Jul 13 17:00:06 gregor kernel: [ 0.858909] r8169 0000:06:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
Jul 13 17:00:06 gregor kernel: [ 0.901707] scsi2 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.902007] scsi3 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.902286] scsi4 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.902568] scsi5 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.902831] scsi6 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.903014] scsi7 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.903077] ata3: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc100 irq 68
Jul 13 17:00:06 gregor kernel: [ 0.903081] ata4: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc180 irq 68
Jul 13 17:00:06 gregor kernel: [ 0.903084] ata5: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc200 irq 68
Jul 13 17:00:06 gregor kernel: [ 0.903087] ata6: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc280 irq 68
Jul 13 17:00:06 gregor kernel: [ 0.903090] ata7: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc300 irq 68
Jul 13 17:00:06 gregor kernel: [ 0.903093] ata8: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc380 irq 68
Jul 13 17:00:06 gregor kernel: [ 0.903223] ahci 0000:01:00.0: irq 70 for MSI/MSI-X
Jul 13 17:00:06 gregor kernel: [ 0.903234] ahci 0000:01:00.0: controller can do FBS, turning on CAP_FBS
Jul 13 17:00:06 gregor kernel: [ 0.917146] ahci 0000:01:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Jul 13 17:00:06 gregor kernel: [ 0.917149] ahci 0000:01:00.0: flags: 64bit ncq fbs pio
Jul 13 17:00:06 gregor kernel: [ 0.917940] scsi8 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.918147] scsi9 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.918427] scsi10 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.918688] scsi11 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.918954] scsi12 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.919228] scsi13 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.919457] scsi14 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.919647] scsi15 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.919708] ata9: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbff900 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919712] ata10: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbff980 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919714] ata11: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffa00 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919717] ata12: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffa80 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919720] ata13: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffb00 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919723] ata14: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffb80 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919726] ata15: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffc00 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.919728] ata16: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffc80 irq 70
Jul 13 17:00:06 gregor kernel: [ 0.925072] firewire_ohci 0000:05:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
Jul 13 17:00:06 gregor kernel: [ 0.933065] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
Jul 13 17:00:06 gregor kernel: [ 0.933068] ahci 0000:04:00.0: flags: 64bit ncq pm led clo pmp pio slum part
Jul 13 17:00:06 gregor kernel: [ 0.933290] scsi16 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.933352] scsi17 : ahci
Jul 13 17:00:06 gregor kernel: [ 0.933386] ata17: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
Jul 13 17:00:06 gregor kernel: [ 0.933389] ata18: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
Jul 13 17:00:06 gregor kernel: [ 1.089020] usb 1-3: new high-speed USB device number 2 using ehci-pci
Jul 13 17:00:06 gregor kernel: [ 1.225099] usb 1-3: New USB device found, idVendor=13fe, idProduct=4100
Jul 13 17:00:06 gregor kernel: [ 1.225104] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 13 17:00:06 gregor kernel: [ 1.225107] usb 1-3: Product: USB DISK 2.0
Jul 13 17:00:06 gregor kernel: [ 1.225110] usb 1-3: Manufacturer:
Jul 13 17:00:06 gregor kernel: [ 1.225112] usb 1-3: SerialNumber: 070B273E2A5C9215
Jul 13 17:00:06 gregor kernel: [ 1.228817] usb-storage 1-3:1.0: USB Mass Storage device detected
Jul 13 17:00:06 gregor kernel: [ 1.228896] scsi18 : usb-storage 1-3:1.0
Jul 13 17:00:06 gregor kernel: [ 1.228941] usbcore: registered new interface driver usb-storage
Jul 13 17:00:06 gregor kernel: [ 1.236886] ata13: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.236931] ata11: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.236948] ata12: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.236966] ata15: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.236986] ata16: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.237004] ata14: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.237078] ata16.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
Jul 13 17:00:06 gregor kernel: [ 1.237209] ata16.00: configured for UDMA/66
Jul 13 17:00:06 gregor kernel: [ 1.245066] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.245087] ata10: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.245636] ata9.00: ATA-9: SanDisk SDSSDP064G, 3.1.0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 1.245640] ata9.00: 123091920 sectors, multi 1: LBA48 NCQ (depth 31/32)
Jul 13 17:00:06 gregor kernel: [ 1.246613] ata9.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 1.253062] ata18: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.253099] ata17: SATA link down (SStatus 0 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.400901] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.402341] ata3.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 1.402345] ata3.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jul 13 17:00:06 gregor kernel: [ 1.403925] ata3.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 1.404252] scsi 2:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 1.404458] sd 2:0:0:0: Attached scsi generic sg0 type 0
Jul 13 17:00:06 gregor kernel: [ 1.404535] sd 2:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
Jul 13 17:00:06 gregor kernel: [ 1.404538] sd 2:0:0:0: [sda] 4096-byte physical blocks
Jul 13 17:00:06 gregor kernel: [ 1.404731] sd 2:0:0:0: [sda] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 1.404734] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 1.404824] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 1.425006] firewire_core 0000:05:00.0: created device fw0: GUID 001e8c0001ce34b4, S400
Jul 13 17:00:06 gregor kernel: [ 1.449838] sda: sda1 sda9
Jul 13 17:00:06 gregor kernel: [ 1.451010] sd 2:0:0:0: [sda] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 1.724825] tsc: Refined TSC clocksource calibration: 2672.727 MHz
Jul 13 17:00:06 gregor kernel: [ 1.724873] usb 8-1: new full-speed USB device number 2 using uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 1.888469] usb 8-1: New USB device found, idVendor=046d, idProduct=c223
Jul 13 17:00:06 gregor kernel: [ 1.888472] usb 8-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 13 17:00:06 gregor kernel: [ 1.888474] usb 8-1: Product: G15 Keyboard Hub
Jul 13 17:00:06 gregor kernel: [ 1.891492] hub 8-1:1.0: USB hub found
Jul 13 17:00:06 gregor kernel: [ 1.892796] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 1.893468] hub 8-1:1.0: 4 ports detected
Jul 13 17:00:06 gregor kernel: [ 1.894102] ata4.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 1.894104] ata4.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jul 13 17:00:06 gregor kernel: [ 1.895566] ata4.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 1.895791] scsi 3:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 1.895905] sd 3:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
Jul 13 17:00:06 gregor kernel: [ 1.895907] sd 3:0:0:0: [sdb] 4096-byte physical blocks
Jul 13 17:00:06 gregor kernel: [ 1.895964] sd 3:0:0:0: Attached scsi generic sg1 type 0
Jul 13 17:00:06 gregor kernel: [ 1.896077] sd 3:0:0:0: [sdb] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 1.896081] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 1.896252] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 1.942300] sdb: sdb1 sdb9
Jul 13 17:00:06 gregor kernel: [ 1.943289] sd 3:0:0:0: [sdb] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 2.174432] usb 8-1.1: new low-speed USB device number 3 using uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 2.229841] scsi 18:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4
Jul 13 17:00:06 gregor kernel: [ 2.230088] sd 18:0:0:0: Attached scsi generic sg2 type 0
Jul 13 17:00:06 gregor kernel: [ 2.231087] sd 18:0:0:0: [sdc] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
Jul 13 17:00:06 gregor kernel: [ 2.232461] sd 18:0:0:0: [sdc] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 2.232467] sd 18:0:0:0: [sdc] Mode Sense: 23 00 00 00
Jul 13 17:00:06 gregor kernel: [ 2.233838] sd 18:0:0:0: [sdc] No Caching mode page found
Jul 13 17:00:06 gregor kernel: [ 2.233843] sd 18:0:0:0: [sdc] Assuming drive cache: write through
Jul 13 17:00:06 gregor kernel: [ 2.239837] sd 18:0:0:0: [sdc] No Caching mode page found
Jul 13 17:00:06 gregor kernel: [ 2.239842] sd 18:0:0:0: [sdc] Assuming drive cache: write through
Jul 13 17:00:06 gregor kernel: [ 2.240843] sdc: sdc1
Jul 13 17:00:06 gregor kernel: [ 2.247327] sd 18:0:0:0: [sdc] No Caching mode page found
Jul 13 17:00:06 gregor kernel: [ 2.247332] sd 18:0:0:0: [sdc] Assuming drive cache: write through
Jul 13 17:00:06 gregor kernel: [ 2.247336] sd 18:0:0:0: [sdc] Attached SCSI removable disk
Jul 13 17:00:06 gregor kernel: [ 2.309358] usb 8-1.1: New USB device found, idVendor=046d, idProduct=c226
Jul 13 17:00:06 gregor kernel: [ 2.309363] usb 8-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 13 17:00:06 gregor kernel: [ 2.309366] usb 8-1.1: Product: G15 Gaming Keyboard
Jul 13 17:00:06 gregor kernel: [ 2.315557] hidraw: raw HID events driver (C) Jiri Kosina
Jul 13 17:00:06 gregor kernel: [ 2.348419] usbcore: registered new interface driver usbhid
Jul 13 17:00:06 gregor kernel: [ 2.348421] usbhid: USB HID core driver
Jul 13 17:00:06 gregor kernel: [ 2.350006] input: G15 Gaming Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1.1/8-1.1:1.0/input/input5
Jul 13 17:00:06 gregor kernel: [ 2.350133] hid-generic 0003:046D:C226.0001: input,hidraw0: USB HID v1.10 Keyboard [G15 Gaming Keyboard] on usb-0000:00:1d.2-1.1/input0
Jul 13 17:00:06 gregor kernel: [ 2.368357] input: G15 Gaming Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1.1/8-1.1:1.1/input/input6
Jul 13 17:00:06 gregor kernel: [ 2.368559] hid-generic 0003:046D:C226.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [G15 Gaming Keyboard] on usb-0000:00:1d.2-1.1/input1
Jul 13 17:00:06 gregor kernel: [ 2.384556] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 2.386077] ata5.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 2.386080] ata5.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jul 13 17:00:06 gregor kernel: [ 2.386325] usb 8-1.4: new full-speed USB device number 4 using uhci_hcd
Jul 13 17:00:06 gregor kernel: [ 2.387659] ata5.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 2.387886] scsi 4:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 2.388061] sd 4:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
Jul 13 17:00:06 gregor kernel: [ 2.388063] sd 4:0:0:0: Attached scsi generic sg3 type 0
Jul 13 17:00:06 gregor kernel: [ 2.388065] sd 4:0:0:0: [sdd] 4096-byte physical blocks
Jul 13 17:00:06 gregor kernel: [ 2.388164] sd 4:0:0:0: [sdd] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 2.388167] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 2.388204] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 2.437439] sdd: sdd1 sdd9
Jul 13 17:00:06 gregor kernel: [ 2.438155] sd 4:0:0:0: [sdd] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 2.518326] usb 8-1.4: New USB device found, idVendor=046d, idProduct=c227
Jul 13 17:00:06 gregor kernel: [ 2.518331] usb 8-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Jul 13 17:00:06 gregor kernel: [ 2.518334] usb 8-1.4: Product: G15 GamePanel LCD
Jul 13 17:00:06 gregor kernel: [ 2.540376] input: G15 GamePanel LCD as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1.4/8-1.4:1.0/input/input7
Jul 13 17:00:06 gregor kernel: [ 2.540650] hid-generic 0003:046D:C227.0003: input,hiddev0,hidraw2: USB HID v1.11 Keypad [G15 GamePanel LCD] on usb-0000:00:1d.2-1.4/input0
Jul 13 17:00:06 gregor kernel: [ 2.724858] Switched to clocksource tsc
Jul 13 17:00:06 gregor kernel: [ 2.876448] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 2.877759] ata6.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 2.877762] ata6.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jul 13 17:00:06 gregor kernel: [ 2.879153] ata6.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 2.879372] scsi 5:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 2.879504] sd 5:0:0:0: Attached scsi generic sg4 type 0
Jul 13 17:00:06 gregor kernel: [ 2.879540] sd 5:0:0:0: [sde] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
Jul 13 17:00:06 gregor kernel: [ 2.879543] sd 5:0:0:0: [sde] 4096-byte physical blocks
Jul 13 17:00:06 gregor kernel: [ 2.879774] sd 5:0:0:0: [sde] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 2.879778] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 2.879897] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 2.917706] sde: sde1 sde9
Jul 13 17:00:06 gregor kernel: [ 2.918011] sd 5:0:0:0: [sde] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 3.368289] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 3.369721] ata7.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 3.369725] ata7.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jul 13 17:00:06 gregor kernel: [ 3.371283] ata7.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 3.371550] scsi 6:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 3.371733] sd 6:0:0:0: Attached scsi generic sg5 type 0
Jul 13 17:00:06 gregor kernel: [ 3.371762] sd 6:0:0:0: [sdf] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
Jul 13 17:00:06 gregor kernel: [ 3.371765] sd 6:0:0:0: [sdf] 4096-byte physical blocks
Jul 13 17:00:06 gregor kernel: [ 3.371813] sd 6:0:0:0: [sdf] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 3.371815] sd 6:0:0:0: [sdf] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 3.371828] sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 3.418212] random: nonblocking pool is initialized
Jul 13 17:00:06 gregor kernel: [ 3.418694] sdf: sdf1 sdf9
Jul 13 17:00:06 gregor kernel: [ 3.419059] sd 6:0:0:0: [sdf] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 3.860114] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jul 13 17:00:06 gregor kernel: [ 3.861424] ata8.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
Jul 13 17:00:06 gregor kernel: [ 3.861427] ata8.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
Jul 13 17:00:06 gregor kernel: [ 3.862809] ata8.00: configured for UDMA/133
Jul 13 17:00:06 gregor kernel: [ 3.863023] scsi 7:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 3.863198] sd 7:0:0:0: [sdg] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
Jul 13 17:00:06 gregor kernel: [ 3.863201] sd 7:0:0:0: [sdg] 4096-byte physical blocks
Jul 13 17:00:06 gregor kernel: [ 3.863262] sd 7:0:0:0: Attached scsi generic sg6 type 0
Jul 13 17:00:06 gregor kernel: [ 3.863418] sd 7:0:0:0: [sdg] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 3.863425] sd 7:0:0:0: [sdg] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 3.863503] sd 7:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 3.863532] scsi 8:0:0:0: Direct-Access ATA SanDisk SDSSDP06 3.1. PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 3.863655] sd 8:0:0:0: Attached scsi generic sg7 type 0
Jul 13 17:00:06 gregor kernel: [ 3.863698] sd 8:0:0:0: [sdh] 123091920 512-byte logical blocks: (63.0 GB/58.6 GiB)
Jul 13 17:00:06 gregor kernel: [ 3.863832] sd 8:0:0:0: [sdh] Write Protect is off
Jul 13 17:00:06 gregor kernel: [ 3.863834] sd 8:0:0:0: [sdh] Mode Sense: 00 3a 00 00
Jul 13 17:00:06 gregor kernel: [ 3.863853] scsi 15:0:0:0: Processor Marvell 91xx Config 1.01 PQ: 0 ANSI: 5
Jul 13 17:00:06 gregor kernel: [ 3.863860] sd 8:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 13 17:00:06 gregor kernel: [ 3.863965] scsi 15:0:0:0: Attached scsi generic sg8 type 3
Jul 13 17:00:06 gregor kernel: [ 3.864689] sdh: sdh1 sdh2 < sdh5 >
Jul 13 17:00:06 gregor kernel: [ 3.865169] sd 8:0:0:0: [sdh] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 3.896766] sdg: sdg1 sdg9
Jul 13 17:00:06 gregor kernel: [ 3.897793] sd 7:0:0:0: [sdg] Attached SCSI disk
Jul 13 17:00:06 gregor kernel: [ 3.967132] EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: (null)
Jul 13 17:00:06 gregor kernel: [ 15.244669] spl: module verification failed: signature and/or required key missing - tainting kernel
Jul 13 17:00:06 gregor kernel: [ 15.268253] SPL: Loaded module v0.6.3-1~trusty
Jul 13 17:00:06 gregor kernel: [ 15.268448] znvpair: module license 'CDDL' taints kernel.
Jul 13 17:00:06 gregor kernel: [ 15.268450] Disabling lock debugging due to kernel taint
Jul 13 17:00:06 gregor kernel: [ 15.285952] ZFS: Loaded module v0.6.3-2~trusty, ZFS pool version 5000, ZFS filesystem version 5
Jul 13 17:00:06 gregor kernel: [ 15.558406] SPL: using hostid 0x007f0101
Jul 13 17:00:06 gregor kernel: [ 16.459874] zd0: p1 p2
Jul 13 17:00:06 gregor kernel: [ 16.909316] Adding 6154236k swap on /dev/sdh5. Priority:-1 extents:1 across:6154236k SSFS
Jul 13 17:00:06 gregor kernel: [ 16.935930] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul 13 17:00:06 gregor kernel: [ 16.964609] EXT4-fs (sdh1): re-mounted. Opts: errors=remount-ro
Jul 13 17:00:06 gregor kernel: [ 16.987175] lp: driver loaded but no devices found
Jul 13 17:00:06 gregor kernel: [ 17.028087] EDAC MC: Ver: 3.0.0
Jul 13 17:00:06 gregor kernel: [ 17.030873] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
Jul 13 17:00:06 gregor kernel: [ 17.030921] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
Jul 13 17:00:06 gregor kernel: [ 17.030930] EDAC i7core: Driver loaded, 1 memory controller(s) found.
Jul 13 17:00:06 gregor kernel: [ 17.044947] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20131115/utaddress-251)
Jul 13 17:00:06 gregor kernel: [ 17.044955] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jul 13 17:00:06 gregor kernel: [ 17.044959] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
Jul 13 17:00:06 gregor kernel: [ 17.044963] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jul 13 17:00:06 gregor kernel: [ 17.044965] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
Jul 13 17:00:06 gregor kernel: [ 17.044969] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jul 13 17:00:06 gregor kernel: [ 17.044971] lpc_ich: Resource conflict(s) found affecting gpio_ich
Jul 13 17:00:06 gregor kernel: [ 17.051558] type=1400 audit(1405267205.745:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=807 comm="apparmor_parser"
Jul 13 17:00:06 gregor kernel: [ 17.051565] type=1400 audit(1405267205.745:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=807 comm="apparmor_parser"
Jul 13 17:00:06 gregor kernel: [ 17.051569] type=1400 audit(1405267205.745:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=807 comm="apparmor_parser"
Jul 13 17:00:06 gregor kernel: [ 17.052000] type=1400 audit(1405267205.745:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=807 comm="apparmor_parser"
Jul 13 17:00:06 gregor kernel: [ 17.052005] type=1400 audit(1405267205.745:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=807 comm="apparmor_parser"
Jul 13 17:00:06 gregor kernel: [ 17.052225] type=1400 audit(1405267205.745:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=807 comm="apparmor_parser"
Jul 13 17:00:06 gregor kernel: [ 17.099538] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
Jul 13 17:00:06 gregor kernel: [ 17.104814] r8169 0000:06:00.0 eth0: link down
Jul 13 17:00:06 gregor kernel: [ 17.104826] r8169 0000:06:00.0 eth0: link down
Jul 13 17:00:06 gregor kernel: [ 17.104848] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Jul 13 17:00:06 gregor kernel: [ 17.898369] Bridge firewalling registered
Jul 13 17:00:06 gregor kernel: [ 17.900903] device eth0 entered promiscuous mode
Jul 13 17:00:06 gregor kernel: [ 17.903575] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
Jul 13 17:00:07 gregor kernel: [ 19.197616] r8169 0000:06:00.0 eth0: link up
Jul 13 17:00:07 gregor kernel: [ 19.197625] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Jul 13 17:00:07 gregor kernel: [ 19.198398] br0: port 1(eth0) entered forwarding state
Jul 13 17:00:07 gregor kernel: [ 19.198405] br0: port 1(eth0) entered forwarding state
Jul 13 17:00:07 gregor kernel: [ 19.198426] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
Jul 13 17:00:10 gregor kernel: [ 22.155509] type=1400 audit(1405267210.849:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/libvirt/virt-aa-helper" pid=1670 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.155711] type=1400 audit(1405267210.849:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/libvirtd" pid=1671 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.156864] type=1400 audit(1405267210.849:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1673 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.157151] type=1400 audit(1405267210.849:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=1669 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.157159] type=1400 audit(1405267210.849:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1669 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.157164] type=1400 audit(1405267210.849:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1669 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.157642] type=1400 audit(1405267210.849:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1669 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.157646] type=1400 audit(1405267210.849:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1669 comm="apparmor_parser"
Jul 13 17:00:10 gregor kernel: [ 22.157852] type=1400 audit(1405267210.853:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1669 comm="apparmor_parser"
Jul 13 17:00:11 gregor kernel: [ 22.730918] Ebtables v2.0 registered
Jul 13 17:00:11 gregor kernel: [ 22.741241] ip_tables: (C) 2000-2006 Netfilter Core Team
Jul 13 17:00:11 gregor kernel: [ 22.748094] ip6_tables: (C) 2000-2006 Netfilter Core Team
Jul 13 17:00:46 gregor kernel: [ 58.181713] cgroup: systemd-logind (1374) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
Jul 13 17:00:46 gregor kernel: [ 58.181715] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.13.0-30-generic (buildd@kissel) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #55-Ubuntu SMP Fri Jul 4 21:40:53 UTC 2014 (Ubuntu 3.13.0-30.55-generic 3.13.11.2)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=e68ec506-a886-4507-9fcb-124561df6527 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e4c00-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf77ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf780000-0x00000000bf797fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bf798000-0x00000000bf7dbfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf7dc000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004bfffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: System manufacturer System Product Name/P6T SE, BIOS 0908 09/21/2010
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x4c0000 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-E3FFF write-protect
[ 0.000000] E4000-EBFFF write-through
[ 0.000000] EC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask C00000000 write-back
[ 0.000000] 1 base 400000000 mask F80000000 write-back
[ 0.000000] 2 base 480000000 mask FC0000000 write-back
[ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
[ 0.000000] 4 base 0BF800000 mask FFF800000 uncachable
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 16GB, type WB
[ 0.000000] reg 1, base: 16GB, range: 2GB, type WB
[ 0.000000] reg 2, base: 18GB, range: 1GB, type WB
[ 0.000000] reg 3, base: 3GB, range: 1GB, type UC
[ 0.000000] reg 4, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM covered: 18424M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 7 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3064MB, range: 8MB, type UC
[ 0.000000] reg 3, base: 4GB, range: 4GB, type WB
[ 0.000000] reg 4, base: 8GB, range: 8GB, type WB
[ 0.000000] reg 5, base: 16GB, range: 2GB, type WB
[ 0.000000] reg 6, base: 18GB, range: 1GB, type WB
[ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbf780 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x01fde000, 0x01fdefff] PGTABLE
[ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE
[ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x4bfe00000-0x4bfffffff]
[ 0.000000] [mem 0x4bfe00000-0x4bfffffff] page 2M
[ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x4bc000000-0x4bfdfffff]
[ 0.000000] [mem 0x4bc000000-0x4bfdfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x480000000-0x4bbffffff]
[ 0.000000] [mem 0x480000000-0x4bbffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbf77ffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0xbf5fffff] page 2M
[ 0.000000] [mem 0xbf600000-0xbf77ffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x47fffffff]
[ 0.000000] [mem 0x100000000-0x47fffffff] page 2M
[ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
[ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x35b24000-0x36d89fff]
[ 0.000000] ACPI: RSDP 00000000000fb150 000024 (v02 ACPIAM)
[ 0.000000] ACPI: XSDT 00000000bf780100 000064 (v01 092110 XSDT1001 20100921 MSFT 00000097)
[ 0.000000] ACPI: FACP 00000000bf780290 0000F4 (v03 092110 FACP1001 20100921 MSFT 00000097)
[ 0.000000] ACPI: DSDT 00000000bf7804b0 00C387 (v01 A1279 A1279001 00000001 INTL 20060113)
[ 0.000000] ACPI: FACS 00000000bf798000 000040
[ 0.000000] ACPI: APIC 00000000bf780390 0000D8 (v01 092110 APIC1001 20100921 MSFT 00000097)
[ 0.000000] ACPI: MCFG 00000000bf780470 00003C (v01 092110 OEMMCFG 20100921 MSFT 00000097)
[ 0.000000] ACPI: OEMB 00000000bf798040 000072 (v01 092110 OEMB1001 20100921 MSFT 00000097)
[ 0.000000] ACPI: HPET 00000000bf78f4b0 000038 (v01 092110 OEMHPET 20100921 MSFT 00000097)
[ 0.000000] ACPI: DMAR 00000000bf7980c0 000120 (v01 AMI OEMDMAR 00000001 MSFT 00000097)
[ 0.000000] ACPI: OSFR 00000000bf78f4f0 0000B0 (v01 092110 OEMOSFR 20100921 MSFT 00000097)
[ 0.000000] ACPI: SSDT 00000000bf79a450 000363 (v01 DpgPmm CpuPm 00000012 INTL 20060113)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000004bfffffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x4bfffffff]
[ 0.000000] NODE_DATA [mem 0x4bffec000-0x4bfff0fff]
[ 0.000000] [ffffea0000000000-ffffea0012ffffff] PMD -> [ffff8804ad600000-ffff8804bf5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x4bfffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0xbf77ffff]
[ 0.000000] node 0: [mem 0x100000000-0x4bfffffff]
[ 0.000000] On node 0 totalpages: 4716316
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12190 pages used for memmap
[ 0.000000] DMA32 zone: 780160 pages, LIFO batch:31
[ 0.000000] Normal zone: 61440 pages used for memmap
[ 0.000000] Normal zone: 3932160 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
[ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec8a000, GSI 24-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 64
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e4fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000e5000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf780000-0xbf797fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf798000-0xbf7dbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf7dc000-0xbfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[ 0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:16 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8804bfc00000 s86336 r8192 d24256 u131072
[ 0.000000] pcpu-alloc: s86336 r8192 d24256 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4642601
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-30-generic root=UUID=e68ec506-a886-4507-9fcb-124561df6527 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 18466912K/18865264K available (7356K kernel code, 1142K rwdata, 3396K rodata, 1332K init, 1440K bss, 398352K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=16.
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-15.
[ 0.000000] NR_IRQS:16640 nr_irqs:1216 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] allocated 75497472 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 2672.722 MHz processor
[ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 5345.44 BogoMIPS (lpj=10690888)
[ 0.000007] pid_max: default: 32768 minimum: 301
[ 0.000035] Security Framework initialized
[ 0.000057] AppArmor: AppArmor initialized
[ 0.000059] Yama: becoming mindful.
[ 0.002622] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.009384] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.012202] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.012246] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.012602] Initializing cgroup subsys memory
[ 0.012609] Initializing cgroup subsys devices
[ 0.012610] Initializing cgroup subsys freezer
[ 0.012612] Initializing cgroup subsys blkio
[ 0.012614] Initializing cgroup subsys perf_event
[ 0.012617] Initializing cgroup subsys hugetlb
[ 0.012638] CPU: Physical Processor ID: 0
[ 0.012639] CPU: Processor Core ID: 0
[ 0.012644] mce: CPU supports 9 MCE banks
[ 0.012658] CPU0: Thermal monitoring enabled (TM1)
[ 0.012669] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.012669] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.012669] tlb_flushall_shift: 6
[ 0.012775] Freeing SMP alternatives memory: 32K (ffffffff81e6c000 - ffffffff81e74000)
[ 0.014046] ACPI: Core revision 20131115
[ 0.018581] ACPI: All ACPI Tables successfully acquired
[ 0.043351] ftrace: allocating 28465 entries in 112 pages
[ 0.057656] dmar: Host address width 39
[ 0.057658] dmar: DRHD base: 0x000000fbffe000 flags: 0x1
[ 0.057665] dmar: IOMMU 0: reg_base_addr fbffe000 ver 1:0 cap c90780106f0462 ecap f020fe
[ 0.057667] dmar: RMRR base: 0x000000000ec000 end: 0x000000000effff
[ 0.057669] dmar: RMRR base: 0x000000bf7dc000 end: 0x000000bf7dbfff
[ 0.057670] dmar: ATSR flags: 0x0
[ 0.057777] This system BIOS has enabled interrupt remapping
[ 0.057777] on a chipset that contains an erratum making that
[ 0.057777] feature unstable. To maintain system stability
[ 0.057777] interrupt remapping is being disabled. Please
[ 0.057777] contact your BIOS vendor for an update
[ 0.057848] Switched APIC routing to physical flat.
[ 0.058392] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.119521] smpboot: CPU0: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (fam: 06, model: 1a, stepping: 04)
[ 0.228335] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
[ 0.228341] perf_event_intel: CPU erratum AAJ80 worked around
[ 0.228345] ... version: 3
[ 0.228346] ... bit width: 48
[ 0.228347] ... generic registers: 4
[ 0.228348] ... value mask: 0000ffffffffffff
[ 0.228349] ... max period: 000000007fffffff
[ 0.228350] ... fixed-purpose events: 3
[ 0.228351] ... event mask: 000000070000000f
[ 0.230379] x86: Booting SMP configuration:
[ 0.243606] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.230382] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.322962] x86: Booted up 1 node, 8 CPUs
[ 0.322966] smpboot: Total of 8 processors activated (42763.55 BogoMIPS)
[ 0.329177] devtmpfs: initialized
[ 0.333344] EVM: security.selinux
[ 0.333346] EVM: security.SMACK64
[ 0.333347] EVM: security.ima
[ 0.333348] EVM: security.capability
[ 0.333389] PM: Registering ACPI NVS region [mem 0xbf798000-0xbf7dbfff] (278528 bytes)
[ 0.334287] pinctrl core: initialized pinctrl subsystem
[ 0.334346] regulator-dummy: no parameters
[ 0.334373] RTC time: 15:59:48, date: 07/13/14
[ 0.334410] NET: Registered protocol family 16
[ 0.334503] cpuidle: using governor ladder
[ 0.334504] cpuidle: using governor menu
[ 0.334537] ACPI: bus type PCI registered
[ 0.334538] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.334591] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.334593] PCI: not using MMCONFIG
[ 0.334594] PCI: Using configuration type 1 for base access
[ 0.335591] bio: create slab <bio-0> at 0
[ 0.335747] ACPI: Added _OSI(Module Device)
[ 0.335749] ACPI: Added _OSI(Processor Device)
[ 0.335750] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.335752] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.337893] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.364825] ACPI: SSDT 00000000bf7981e0 001C0C (v01 DpgPmm P001Ist 00000011 INTL 20060113)
[ 0.365170] ACPI: Dynamic OEM Table Load:
[ 0.365172] ACPI: SSDT (null) 001C0C (v01 DpgPmm P001Ist 00000011 INTL 20060113)
[ 0.365258] ACPI: SSDT 00000000bf799df0 000659 (v01 PmRef P001Cst 00003001 INTL 20060113)
[ 0.365523] ACPI: Dynamic OEM Table Load:
[ 0.365525] ACPI: SSDT (null) 000659 (v01 PmRef P001Cst 00003001 INTL 20060113)
[ 0.366586] ACPI: Interpreter enabled
[ 0.366595] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[ 0.366607] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.366609] ACPI: Using IOAPIC for interrupt routing
[ 0.366630] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.367592] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.380279] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.380393] ACPI: No dock devices found.
[ 0.386404] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.386410] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.386414] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.386717] PCI host bridge to bus 0000:00
[ 0.386720] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.386721] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.386723] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.386725] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.386726] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[ 0.386728] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
[ 0.386730] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
[ 0.386741] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
[ 0.386792] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.386867] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[ 0.386920] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.386969] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.386999] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[ 0.387047] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.387095] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 0.387126] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[ 0.387174] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.387224] pci 0000:00:07.0: System wakeup disabled by ACPI
[ 0.387257] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[ 0.387358] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[ 0.387459] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[ 0.387555] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
[ 0.387650] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[ 0.387690] pci 0000:00:1a.0: reg 0x20: [io 0xa800-0xa81f]
[ 0.387781] pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 0.387809] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[ 0.387848] pci 0000:00:1a.1: reg 0x20: [io 0xa880-0xa89f]
[ 0.387936] pci 0000:00:1a.1: System wakeup disabled by ACPI
[ 0.387963] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[ 0.388003] pci 0000:00:1a.2: reg 0x20: [io 0xac00-0xac1f]
[ 0.388089] pci 0000:00:1a.2: System wakeup disabled by ACPI
[ 0.388126] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[ 0.388146] pci 0000:00:1a.7: reg 0x10: [mem 0xfbaff000-0xfbaff3ff]
[ 0.388231] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.388280] pci 0000:00:1a.7: System wakeup disabled by ACPI
[ 0.388308] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[ 0.388372] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.388422] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.388449] pci 0000:00:1c.2: [8086:3a44] type 01 class 0x060400
[ 0.388513] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.388563] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.388590] pci 0000:00:1c.3: [8086:3a46] type 01 class 0x060400
[ 0.388654] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.388704] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.388730] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
[ 0.388795] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.388844] pci 0000:00:1c.4: System wakeup disabled by ACPI
[ 0.388874] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[ 0.388914] pci 0000:00:1d.0: reg 0x20: [io 0xa080-0xa09f]
[ 0.389001] pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 0.389029] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[ 0.389068] pci 0000:00:1d.1: reg 0x20: [io 0xa400-0xa41f]
[ 0.389155] pci 0000:00:1d.1: System wakeup disabled by ACPI
[ 0.389184] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[ 0.389223] pci 0000:00:1d.2: reg 0x20: [io 0xa480-0xa49f]
[ 0.389310] pci 0000:00:1d.2: System wakeup disabled by ACPI
[ 0.389348] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[ 0.389368] pci 0000:00:1d.7: reg 0x10: [mem 0xfbafe000-0xfbafe3ff]
[ 0.389453] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.389502] pci 0000:00:1d.7: System wakeup disabled by ACPI
[ 0.389529] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 0.389609] pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 0.389637] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[ 0.389711] pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
[ 0.389715] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.389718] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
[ 0.389723] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
[ 0.389818] pci 0000:00:1f.2: [8086:3a22] type 00 class 0x010601
[ 0.389836] pci 0000:00:1f.2: reg 0x10: [io 0x9c00-0x9c07]
[ 0.389843] pci 0000:00:1f.2: reg 0x14: [io 0x9880-0x9883]
[ 0.389850] pci 0000:00:1f.2: reg 0x18: [io 0x9800-0x9807]
[ 0.389857] pci 0000:00:1f.2: reg 0x1c: [io 0x9480-0x9483]
[ 0.389864] pci 0000:00:1f.2: reg 0x20: [io 0x9400-0x941f]
[ 0.389872] pci 0000:00:1f.2: reg 0x24: [mem 0xfbafc000-0xfbafc7ff]
[ 0.389915] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.389982] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[ 0.389997] pci 0000:00:1f.3: reg 0x10: [mem 0xfbafd000-0xfbafd0ff 64bit]
[ 0.390016] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
[ 0.390134] pci 0000:01:00.0: [1b4b:9123] type 00 class 0x010601
[ 0.390145] pci 0000:01:00.0: reg 0x10: [io 0xbc00-0xbc07]
[ 0.390152] pci 0000:01:00.0: reg 0x14: [io 0xb880-0xb883]
[ 0.390159] pci 0000:01:00.0: reg 0x18: [io 0xb800-0xb807]
[ 0.390166] pci 0000:01:00.0: reg 0x1c: [io 0xb480-0xb483]
[ 0.390173] pci 0000:01:00.0: reg 0x20: [io 0xb400-0xb40f]
[ 0.390180] pci 0000:01:00.0: reg 0x24: [mem 0xfbbff800-0xfbbfffff]
[ 0.390188] pci 0000:01:00.0: reg 0x30: [mem 0xfbbe0000-0xfbbeffff pref]
[ 0.390218] pci 0000:01:00.0: PME# supported from D3hot
[ 0.394389] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.394394] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
[ 0.394399] pci 0000:00:01.0: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.394457] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.394505] pci 0000:00:07.0: PCI bridge to [bus 03]
[ 0.394553] pci 0000:00:1c.0: PCI bridge to [bus 07]
[ 0.394562] pci 0000:00:1c.0: bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[ 0.394623] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[ 0.394639] pci 0000:06:00.0: reg 0x10: [io 0xe800-0xe8ff]
[ 0.394666] pci 0000:06:00.0: reg 0x18: [mem 0xfbeff000-0xfbefffff 64bit]
[ 0.394682] pci 0000:06:00.0: reg 0x20: [mem 0xfaef0000-0xfaefffff 64bit pref]
[ 0.394694] pci 0000:06:00.0: reg 0x30: [mem 0xfbec0000-0xfbedffff pref]
[ 0.394756] pci 0000:06:00.0: supports D1 D2
[ 0.394758] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.402392] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.402398] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
[ 0.402403] pci 0000:00:1c.2: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.402410] pci 0000:00:1c.2: bridge window [mem 0xfae00000-0xfaefffff 64bit pref]
[ 0.402487] pci 0000:05:00.0: [1106:3403] type 00 class 0x0c0010
[ 0.402509] pci 0000:05:00.0: reg 0x10: [mem 0xfbdff000-0xfbdff7ff 64bit]
[ 0.402521] pci 0000:05:00.0: reg 0x18: [io 0xd800-0xd8ff]
[ 0.402613] pci 0000:05:00.0: supports D2
[ 0.402615] pci 0000:05:00.0: PME# supported from D2 D3hot D3cold
[ 0.410393] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.410399] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.410404] pci 0000:00:1c.3: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.410505] pci 0000:04:00.0: [197b:2363] type 00 class 0x010601
[ 0.410590] pci 0000:04:00.0: reg 0x24: [mem 0xfbcfe000-0xfbcfffff]
[ 0.410603] pci 0000:04:00.0: reg 0x30: [mem 0xfbce0000-0xfbceffff pref]
[ 0.410653] pci 0000:04:00.0: PME# supported from D3hot
[ 0.410706] pci 0000:04:00.1: [197b:2363] type 00 class 0x010185
[ 0.410730] pci 0000:04:00.1: reg 0x10: [io 0xcc00-0xcc07]
[ 0.410743] pci 0000:04:00.1: reg 0x14: [io 0xc880-0xc883]
[ 0.410755] pci 0000:04:00.1: reg 0x18: [io 0xc800-0xc807]
[ 0.410768] pci 0000:04:00.1: reg 0x1c: [io 0xc480-0xc483]
[ 0.410781] pci 0000:04:00.1: reg 0x20: [io 0xc400-0xc40f]
[ 0.410882] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.410891] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.410894] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
[ 0.410898] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.410965] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
[ 0.410973] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.410975] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.410977] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.410979] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[ 0.410980] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
[ 0.410982] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
[ 0.411489] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 6 7 10 11 12 14 15)
[ 0.411537] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[ 0.411582] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
[ 0.411628] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 *10 11 12 14 15)
[ 0.411675] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
[ 0.411721] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
[ 0.411768] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[ 0.411815] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
[ 0.411911] ACPI: Enabled 3 GPEs in block 00 to 3F
[ 0.411918] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.411956] Found 1 acpi root devices
[ 0.412041] vgaarb: loaded
[ 0.412187] SCSI subsystem initialized
[ 0.412243] libata version 3.00 loaded.
[ 0.412259] ACPI: bus type USB registered
[ 0.412274] usbcore: registered new interface driver usbfs
[ 0.412280] usbcore: registered new interface driver hub
[ 0.412296] usbcore: registered new device driver usb
[ 0.412391] PCI: Using ACPI for IRQ routing
[ 0.418014] PCI: Discovered peer bus ff
[ 0.418015] PCI: root bus ff: using default resources
[ 0.418016] PCI: Probing PCI hardware (bus ff)
[ 0.418037] PCI host bridge to bus 0000:ff
[ 0.418040] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
[ 0.418042] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
[ 0.418043] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
[ 0.418048] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
[ 0.418081] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
[ 0.418115] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
[ 0.418149] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
[ 0.418182] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
[ 0.418211] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
[ 0.418242] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
[ 0.418276] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
[ 0.418307] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
[ 0.418337] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
[ 0.418367] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
[ 0.418403] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
[ 0.418434] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
[ 0.418463] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
[ 0.418493] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
[ 0.418526] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
[ 0.418556] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
[ 0.418587] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
[ 0.418617] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
[ 0.418658] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
[ 0.418663] PCI: pci_cache_line_size set to 64 bytes
[ 0.418739] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[ 0.418740] e820: reserve RAM buffer [mem 0xbf780000-0xbfffffff]
[ 0.418811] NetLabel: Initializing
[ 0.418813] NetLabel: domain hash size = 128
[ 0.418813] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.418826] NetLabel: unlabeled traffic allowed by default
[ 0.418874] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.418878] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.418881] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.421142] Switched to clocksource hpet
[ 0.425581] AppArmor: AppArmor Filesystem Enabled
[ 0.425599] pnp: PnP ACPI init
[ 0.425609] ACPI: bus type PNP registered
[ 0.425669] system 00:00: [mem 0xfbf00000-0xfbffffff] could not be reserved
[ 0.425672] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[ 0.425673] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[ 0.425675] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
[ 0.425677] system 00:00: [mem 0xfec8a000-0xfec8afff] could not be reserved
[ 0.425679] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
[ 0.425682] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.425721] pnp 00:01: [dma 4]
[ 0.425736] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.425766] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.425783] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.425806] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.425959] system 00:05: [io 0x0290-0x029f] has been reserved
[ 0.425962] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.426118] system 00:06: [io 0x04d0-0x04d1] has been reserved
[ 0.426121] system 00:06: [io 0x0800-0x087f] could not be reserved
[ 0.426123] system 00:06: [io 0x0500-0x057f] could not be reserved
[ 0.426125] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.426127] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.426129] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
[ 0.426132] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.426200] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.426251] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.426310] system 00:09: [mem 0xffc00000-0xffdfffff] has been reserved
[ 0.426313] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.426403] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.426405] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.426407] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.426496] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.426499] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.426665] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.426667] system 00:0c: [mem 0x000c0000-0x000cffff] has been reserved
[ 0.426669] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.426671] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
[ 0.426673] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
[ 0.426675] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.426779] pnp: PnP ACPI: found 13 devices
[ 0.426781] ACPI: bus type PNP unregistered
[ 0.432792] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 0.432795] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 400000
[ 0.432807] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
[ 0.432815] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[ 0.432827] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
[ 0.432830] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
[ 0.432831] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.432833] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[ 0.432835] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
[ 0.432839] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc03fffff]
[ 0.432841] pci 0000:00:1c.3: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[ 0.432843] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
[ 0.432846] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.432848] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.432851] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
[ 0.432855] pci 0000:00:01.0: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.432860] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.432868] pci 0000:00:07.0: PCI bridge to [bus 03]
[ 0.432876] pci 0000:00:1c.0: PCI bridge to [bus 07]
[ 0.432878] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.432882] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc03fffff]
[ 0.432885] pci 0000:00:1c.0: bridge window [mem 0xfaf00000-0xfaffffff 64bit pref]
[ 0.432890] pci 0000:00:1c.2: PCI bridge to [bus 06]
[ 0.432893] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
[ 0.432897] pci 0000:00:1c.2: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.432900] pci 0000:00:1c.2: bridge window [mem 0xfae00000-0xfaefffff 64bit pref]
[ 0.432905] pci 0000:00:1c.3: PCI bridge to [bus 05]
[ 0.432907] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.432911] pci 0000:00:1c.3: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.432915] pci 0000:00:1c.3: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[ 0.432919] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.432922] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
[ 0.432926] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.432929] pci 0000:00:1c.4: bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
[ 0.432934] pci 0000:00:1e.0: PCI bridge to [bus 08]
[ 0.432943] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.432945] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.432947] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.432948] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[ 0.432950] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
[ 0.432952] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
[ 0.432953] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
[ 0.432955] pci_bus 0000:01: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.432957] pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
[ 0.432958] pci_bus 0000:07: resource 1 [mem 0xc0000000-0xc03fffff]
[ 0.432960] pci_bus 0000:07: resource 2 [mem 0xfaf00000-0xfaffffff 64bit pref]
[ 0.432962] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
[ 0.432963] pci_bus 0000:06: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 0.432965] pci_bus 0000:06: resource 2 [mem 0xfae00000-0xfaefffff 64bit pref]
[ 0.432967] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
[ 0.432968] pci_bus 0000:05: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 0.432970] pci_bus 0000:05: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[ 0.432972] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.432973] pci_bus 0000:04: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.432975] pci_bus 0000:04: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
[ 0.432977] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
[ 0.432978] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
[ 0.432980] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.432982] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
[ 0.432983] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
[ 0.432985] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
[ 0.432988] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
[ 0.432989] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
[ 0.433013] NET: Registered protocol family 2
[ 0.433260] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.433735] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.433879] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.433900] TCP: reno registered
[ 0.433935] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.434050] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.434193] NET: Registered protocol family 1
[ 0.435862] PCI: CLS 256 bytes, default 64
[ 0.435908] Trying to unpack rootfs image as initramfs...
[ 0.725986] Freeing initrd memory: 18840K (ffff880035b24000 - ffff880036d8a000)
[ 0.726026] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.726028] software IO TLB [mem 0xbb780000-0xbf780000] (64MB) mapped at [ffff8800bb780000-ffff8800bf77ffff]
[ 0.726291] microcode: CPU0 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726297] microcode: CPU1 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726303] microcode: CPU2 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726308] microcode: CPU3 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726314] microcode: CPU4 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726319] microcode: CPU5 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726324] microcode: CPU6 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726329] microcode: CPU7 sig=0x106a4, pf=0x2, revision=0x10
[ 0.726375] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.726377] Scanning for low memory corruption every 60 seconds
[ 0.726688] Initialise system trusted keyring
[ 0.726736] audit: initializing netlink socket (disabled)
[ 0.726746] type=2000 audit(1405267188.580:1): initialized
[ 0.751323] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.752898] zbud: loaded
[ 0.753043] VFS: Disk quotas dquot_6.5.2
[ 0.753085] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.753470] fuse init (API version 7.22)
[ 0.753533] msgmni has been set to 32768
[ 0.753580] Key type big_key registered
[ 0.753927] Key type asymmetric registered
[ 0.753928] Asymmetric key parser 'x509' registered
[ 0.753954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.753993] io scheduler noop registered
[ 0.753995] io scheduler deadline registered (default)
[ 0.754014] io scheduler cfq registered
[ 0.754192] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
[ 0.754348] pcieport 0000:00:1c.0: irq 64 for MSI/MSI-X
[ 0.754510] pcieport 0000:00:1c.2: irq 65 for MSI/MSI-X
[ 0.754666] pcieport 0000:00:1c.3: irq 66 for MSI/MSI-X
[ 0.754823] pcieport 0000:00:1c.4: irq 67 for MSI/MSI-X
[ 0.754886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.754897] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.754940] efifb: probing for efifb
[ 0.754943] efifb: framebuffer at 0xa0000, mapped to 0xffff8800000a0000, using 64k, total 64k
[ 0.754945] efifb: mode is 640x480x1, linelength=80, pages=1
[ 0.754946] efifb: scrolling: redraw
[ 0.754947] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.757089] Console: switching to colour frame buffer device 80x30
[ 0.759203] fb0: EFI VGA frame buffer device
[ 0.759213] intel_idle: MWAIT substates: 0x1120
[ 0.759223] intel_idle: v0.4 model 0x1A
[ 0.759224] intel_idle: lapic_timer_reliable_states 0x2
[ 0.759391] ipmi message handler version 39.2
[ 0.759446] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.759450] ACPI: Power Button [PWRB]
[ 0.759477] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.759479] ACPI: Power Button [PWRF]
[ 0.759630] GHES: HEST is not enabled!
[ 0.759691] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.760866] Linux agpgart interface v0.103
[ 0.762062] brd: module loaded
[ 0.762678] loop: module loaded
[ 0.762992] libphy: Fixed MDIO Bus: probed
[ 0.763058] tun: Universal TUN/TAP device driver, 1.6
[ 0.763060] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.763092] PPP generic driver version 2.4.2
[ 0.763128] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.763132] ehci-pci: EHCI PCI platform driver
[ 0.763267] ehci-pci 0000:00:1a.7: EHCI Host Controller
[ 0.763272] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.763284] ehci-pci 0000:00:1a.7: debug port 1
[ 0.767183] ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
[ 0.767200] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfbaff000
[ 0.777036] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.777083] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.777085] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.777086] usb usb1: Product: EHCI Host Controller
[ 0.777088] usb usb1: Manufacturer: Linux 3.13.0-30-generic ehci_hcd
[ 0.777089] usb usb1: SerialNumber: 0000:00:1a.7
[ 0.777169] hub 1-0:1.0: USB hub found
[ 0.777179] hub 1-0:1.0: 6 ports detected
[ 0.777401] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 0.777406] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.777417] ehci-pci 0000:00:1d.7: debug port 1
[ 0.781309] ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
[ 0.781324] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfbafe000
[ 0.793024] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.793063] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.793065] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.793067] usb usb2: Product: EHCI Host Controller
[ 0.793068] usb usb2: Manufacturer: Linux 3.13.0-30-generic ehci_hcd
[ 0.793070] usb usb2: SerialNumber: 0000:00:1d.7
[ 0.793146] hub 2-0:1.0: USB hub found
[ 0.793152] hub 2-0:1.0: 6 ports detected
[ 0.793254] ehci-platform: EHCI generic platform driver
[ 0.793261] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.793262] ohci-pci: OHCI PCI platform driver
[ 0.793271] ohci-platform: OHCI generic platform driver
[ 0.793276] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.793392] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.793396] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.793427] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000a800
[ 0.793465] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.793467] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.793468] usb usb3: Product: UHCI Host Controller
[ 0.793470] usb usb3: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
[ 0.793471] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.793691] hub 3-0:1.0: USB hub found
[ 0.793700] hub 3-0:1.0: 2 ports detected
[ 0.793877] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.793882] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.793911] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000a880
[ 0.793948] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.793950] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.793951] usb usb4: Product: UHCI Host Controller
[ 0.793953] usb usb4: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
[ 0.793954] usb usb4: SerialNumber: 0000:00:1a.1
[ 0.794175] hub 4-0:1.0: USB hub found
[ 0.794184] hub 4-0:1.0: 2 ports detected
[ 0.794356] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 0.794360] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 0.794389] uhci_hcd 0000:00:1a.2: irq 19, io base 0x0000ac00
[ 0.794427] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.794429] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.794430] usb usb5: Product: UHCI Host Controller
[ 0.794432] usb usb5: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
[ 0.794433] usb usb5: SerialNumber: 0000:00:1a.2
[ 0.794653] hub 5-0:1.0: USB hub found
[ 0.794660] hub 5-0:1.0: 2 ports detected
[ 0.794833] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.794838] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 0.794859] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000a080
[ 0.794898] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.794900] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.794901] usb usb6: Product: UHCI Host Controller
[ 0.794903] usb usb6: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
[ 0.794904] usb usb6: SerialNumber: 0000:00:1d.0
[ 0.795122] hub 6-0:1.0: USB hub found
[ 0.795130] hub 6-0:1.0: 2 ports detected
[ 0.795304] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.795311] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 0.795332] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000a400
[ 0.795369] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.795371] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.795372] usb usb7: Product: UHCI Host Controller
[ 0.795374] usb usb7: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
[ 0.795375] usb usb7: SerialNumber: 0000:00:1d.1
[ 0.795594] hub 7-0:1.0: USB hub found
[ 0.795602] hub 7-0:1.0: 2 ports detected
[ 0.795780] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.795784] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 0.795805] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000a480
[ 0.795843] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.795844] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.795846] usb usb8: Product: UHCI Host Controller
[ 0.795848] usb usb8: Manufacturer: Linux 3.13.0-30-generic uhci_hcd
[ 0.795849] usb usb8: SerialNumber: 0000:00:1d.2
[ 0.796038] hub 8-0:1.0: USB hub found
[ 0.796046] hub 8-0:1.0: 2 ports detected
[ 0.796154] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.798822] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.798828] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.799118] mousedev: PS/2 mouse device common for all mice
[ 0.799644] rtc_cmos 00:02: RTC can wake from S4
[ 0.799874] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 0.799900] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.799951] device-mapper: uevent: version 1.0.3
[ 0.800122] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[ 0.800131] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.800224] TCP: cubic registered
[ 0.800305] NET: Registered protocol family 10
[ 0.800457] NET: Registered protocol family 17
[ 0.800464] Key type dns_resolver registered
[ 0.801211] Loading compiled-in X.509 certificates
[ 0.802122] Loaded X.509 cert 'Magrathea: Glacier signing key: 094b30964ee6ceb2c567d252226b47712cfd8af6'
[ 0.802131] registered taskstats version 1
[ 0.805366] Key type trusted registered
[ 0.807816] Key type encrypted registered
[ 0.810210] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.810214] IMA: No TPM chip found, activating TPM-bypass!
[ 0.810577] regulator-dummy: disabling
[ 0.810737] Magic number: 6:17:993
[ 0.810740] machinecheck machinecheck6: hash matches
[ 0.810794] memory memory36: hash matches
[ 0.811011] rtc_cmos 00:02: setting system clock to 2014-07-13 15:59:49 UTC (1405267189)
[ 0.815622] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.815625] EDD information not available.
[ 0.815648] PM: Hibernation image not present or could not be loaded.
[ 0.817618] Freeing unused kernel memory: 1332K (ffffffff81d1f000 - ffffffff81e6c000)
[ 0.817620] Write protecting the kernel read-only data: 12288k
[ 0.820203] Freeing unused kernel memory: 824K (ffff880001732000 - ffff880001800000)
[ 0.822046] Freeing unused kernel memory: 700K (ffff880001b51000 - ffff880001c00000)
[ 0.837754] systemd-udevd[162]: starting version 204
[ 0.857598] ahci 0000:00:1f.2: version 3.0
[ 0.857847] ahci 0000:00:1f.2: irq 68 for MSI/MSI-X
[ 0.857883] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 0.857921] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[ 0.857925] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
[ 0.858202] scsi0 : pata_jmicron
[ 0.858276] scsi1 : pata_jmicron
[ 0.858315] ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 17
[ 0.858317] ata2: PATA max UDMA/100 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 17
[ 0.858580] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 0.858589] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 0.858763] r8169 0000:06:00.0: irq 69 for MSI/MSI-X
[ 0.858905] r8169 0000:06:00.0 eth0: RTL8168c/8111c at 0xffffc90003148000, 00:24:8c:56:d5:cd, XID 1c4000c0 IRQ 69
[ 0.858909] r8169 0000:06:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
[ 0.901707] scsi2 : ahci
[ 0.902007] scsi3 : ahci
[ 0.902286] scsi4 : ahci
[ 0.902568] scsi5 : ahci
[ 0.902831] scsi6 : ahci
[ 0.903014] scsi7 : ahci
[ 0.903077] ata3: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc100 irq 68
[ 0.903081] ata4: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc180 irq 68
[ 0.903084] ata5: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc200 irq 68
[ 0.903087] ata6: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc280 irq 68
[ 0.903090] ata7: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc300 irq 68
[ 0.903093] ata8: SATA max UDMA/133 abar m2048@0xfbafc000 port 0xfbafc380 irq 68
[ 0.903223] ahci 0000:01:00.0: irq 70 for MSI/MSI-X
[ 0.903234] ahci 0000:01:00.0: controller can do FBS, turning on CAP_FBS
[ 0.917146] ahci 0000:01:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 0.917149] ahci 0000:01:00.0: flags: 64bit ncq fbs pio
[ 0.917940] scsi8 : ahci
[ 0.918147] scsi9 : ahci
[ 0.918427] scsi10 : ahci
[ 0.918688] scsi11 : ahci
[ 0.918954] scsi12 : ahci
[ 0.919228] scsi13 : ahci
[ 0.919457] scsi14 : ahci
[ 0.919647] scsi15 : ahci
[ 0.919708] ata9: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbff900 irq 70
[ 0.919712] ata10: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbff980 irq 70
[ 0.919714] ata11: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffa00 irq 70
[ 0.919717] ata12: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffa80 irq 70
[ 0.919720] ata13: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffb00 irq 70
[ 0.919723] ata14: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffb80 irq 70
[ 0.919726] ata15: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffc00 irq 70
[ 0.919728] ata16: SATA max UDMA/133 abar m2048@0xfbbff800 port 0xfbbffc80 irq 70
[ 0.925072] firewire_ohci 0000:05:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[ 0.933065] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[ 0.933068] ahci 0000:04:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[ 0.933290] scsi16 : ahci
[ 0.933352] scsi17 : ahci
[ 0.933386] ata17: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe100 irq 16
[ 0.933389] ata18: SATA max UDMA/133 abar m8192@0xfbcfe000 port 0xfbcfe180 irq 16
[ 1.089020] usb 1-3: new high-speed USB device number 2 using ehci-pci
[ 1.225099] usb 1-3: New USB device found, idVendor=13fe, idProduct=4100
[ 1.225104] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.225107] usb 1-3: Product: USB DISK 2.0
[ 1.225110] usb 1-3: Manufacturer:
[ 1.225112] usb 1-3: SerialNumber: 070B273E2A5C9215
[ 1.228817] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 1.228896] scsi18 : usb-storage 1-3:1.0
[ 1.228941] usbcore: registered new interface driver usb-storage
[ 1.236886] ata13: SATA link down (SStatus 0 SControl 300)
[ 1.236931] ata11: SATA link down (SStatus 0 SControl 300)
[ 1.236948] ata12: SATA link down (SStatus 0 SControl 300)
[ 1.236966] ata15: SATA link down (SStatus 0 SControl 300)
[ 1.236986] ata16: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.237004] ata14: SATA link down (SStatus 0 SControl 300)
[ 1.237078] ata16.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[ 1.237209] ata16.00: configured for UDMA/66
[ 1.245066] ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.245087] ata10: SATA link down (SStatus 0 SControl 300)
[ 1.245636] ata9.00: ATA-9: SanDisk SDSSDP064G, 3.1.0, max UDMA/133
[ 1.245640] ata9.00: 123091920 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 1.246613] ata9.00: configured for UDMA/133
[ 1.253062] ata18: SATA link down (SStatus 0 SControl 300)
[ 1.253099] ata17: SATA link down (SStatus 0 SControl 300)
[ 1.400901] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.402341] ata3.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[ 1.402345] ata3.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 1.403925] ata3.00: configured for UDMA/133
[ 1.404252] scsi 2:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
[ 1.404458] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 1.404535] sd 2:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 1.404538] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 1.404731] sd 2:0:0:0: [sda] Write Protect is off
[ 1.404734] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.404824] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.425006] firewire_core 0000:05:00.0: created device fw0: GUID 001e8c0001ce34b4, S400
[ 1.449838] sda: sda1 sda9
[ 1.451010] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.724825] tsc: Refined TSC clocksource calibration: 2672.727 MHz
[ 1.724873] usb 8-1: new full-speed USB device number 2 using uhci_hcd
[ 1.888469] usb 8-1: New USB device found, idVendor=046d, idProduct=c223
[ 1.888472] usb 8-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 1.888474] usb 8-1: Product: G15 Keyboard Hub
[ 1.891492] hub 8-1:1.0: USB hub found
[ 1.892796] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.893468] hub 8-1:1.0: 4 ports detected
[ 1.894102] ata4.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[ 1.894104] ata4.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 1.895566] ata4.00: configured for UDMA/133
[ 1.895791] scsi 3:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
[ 1.895905] sd 3:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 1.895907] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[ 1.895964] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 1.896077] sd 3:0:0:0: [sdb] Write Protect is off
[ 1.896081] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.896252] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.942300] sdb: sdb1 sdb9
[ 1.943289] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 2.174432] usb 8-1.1: new low-speed USB device number 3 using uhci_hcd
[ 2.229841] scsi 18:0:0:0: Direct-Access USB DISK 2.0 PMAP PQ: 0 ANSI: 4
[ 2.230088] sd 18:0:0:0: Attached scsi generic sg2 type 0
[ 2.231087] sd 18:0:0:0: [sdc] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
[ 2.232461] sd 18:0:0:0: [sdc] Write Protect is off
[ 2.232467] sd 18:0:0:0: [sdc] Mode Sense: 23 00 00 00
[ 2.233838] sd 18:0:0:0: [sdc] No Caching mode page found
[ 2.233843] sd 18:0:0:0: [sdc] Assuming drive cache: write through
[ 2.239837] sd 18:0:0:0: [sdc] No Caching mode page found
[ 2.239842] sd 18:0:0:0: [sdc] Assuming drive cache: write through
[ 2.240843] sdc: sdc1
[ 2.247327] sd 18:0:0:0: [sdc] No Caching mode page found
[ 2.247332] sd 18:0:0:0: [sdc] Assuming drive cache: write through
[ 2.247336] sd 18:0:0:0: [sdc] Attached SCSI removable disk
[ 2.309358] usb 8-1.1: New USB device found, idVendor=046d, idProduct=c226
[ 2.309363] usb 8-1.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.309366] usb 8-1.1: Product: G15 Gaming Keyboard
[ 2.315557] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.348419] usbcore: registered new interface driver usbhid
[ 2.348421] usbhid: USB HID core driver
[ 2.350006] input: G15 Gaming Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1.1/8-1.1:1.0/input/input5
[ 2.350133] hid-generic 0003:046D:C226.0001: input,hidraw0: USB HID v1.10 Keyboard [G15 Gaming Keyboard] on usb-0000:00:1d.2-1.1/input0
[ 2.368357] input: G15 Gaming Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1.1/8-1.1:1.1/input/input6
[ 2.368559] hid-generic 0003:046D:C226.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [G15 Gaming Keyboard] on usb-0000:00:1d.2-1.1/input1
[ 2.384556] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.386077] ata5.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[ 2.386080] ata5.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 2.386325] usb 8-1.4: new full-speed USB device number 4 using uhci_hcd
[ 2.387659] ata5.00: configured for UDMA/133
[ 2.387886] scsi 4:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
[ 2.388061] sd 4:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 2.388063] sd 4:0:0:0: Attached scsi generic sg3 type 0
[ 2.388065] sd 4:0:0:0: [sdd] 4096-byte physical blocks
[ 2.388164] sd 4:0:0:0: [sdd] Write Protect is off
[ 2.388167] sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 2.388204] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.437439] sdd: sdd1 sdd9
[ 2.438155] sd 4:0:0:0: [sdd] Attached SCSI disk
[ 2.518326] usb 8-1.4: New USB device found, idVendor=046d, idProduct=c227
[ 2.518331] usb 8-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 2.518334] usb 8-1.4: Product: G15 GamePanel LCD
[ 2.540376] input: G15 GamePanel LCD as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1.4/8-1.4:1.0/input/input7
[ 2.540650] hid-generic 0003:046D:C227.0003: input,hiddev0,hidraw2: USB HID v1.11 Keypad [G15 GamePanel LCD] on usb-0000:00:1d.2-1.4/input0
[ 2.724858] Switched to clocksource tsc
[ 2.876448] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.877759] ata6.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[ 2.877762] ata6.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 2.879153] ata6.00: configured for UDMA/133
[ 2.879372] scsi 5:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
[ 2.879504] sd 5:0:0:0: Attached scsi generic sg4 type 0
[ 2.879540] sd 5:0:0:0: [sde] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 2.879543] sd 5:0:0:0: [sde] 4096-byte physical blocks
[ 2.879774] sd 5:0:0:0: [sde] Write Protect is off
[ 2.879778] sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 2.879897] sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.917706] sde: sde1 sde9
[ 2.918011] sd 5:0:0:0: [sde] Attached SCSI disk
[ 3.368289] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.369721] ata7.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[ 3.369725] ata7.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 3.371283] ata7.00: configured for UDMA/133
[ 3.371550] scsi 6:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
[ 3.371733] sd 6:0:0:0: Attached scsi generic sg5 type 0
[ 3.371762] sd 6:0:0:0: [sdf] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 3.371765] sd 6:0:0:0: [sdf] 4096-byte physical blocks
[ 3.371813] sd 6:0:0:0: [sdf] Write Protect is off
[ 3.371815] sd 6:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 3.371828] sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.418212] random: nonblocking pool is initialized
[ 3.418694] sdf: sdf1 sdf9
[ 3.419059] sd 6:0:0:0: [sdf] Attached SCSI disk
[ 3.860114] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.861424] ata8.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[ 3.861427] ata8.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[ 3.862809] ata8.00: configured for UDMA/133
[ 3.863023] scsi 7:0:0:0: Direct-Access ATA TOSHIBA DT01ACA3 MX6O PQ: 0 ANSI: 5
[ 3.863198] sd 7:0:0:0: [sdg] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
[ 3.863201] sd 7:0:0:0: [sdg] 4096-byte physical blocks
[ 3.863262] sd 7:0:0:0: Attached scsi generic sg6 type 0
[ 3.863418] sd 7:0:0:0: [sdg] Write Protect is off
[ 3.863425] sd 7:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[ 3.863503] sd 7:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.863532] scsi 8:0:0:0: Direct-Access ATA SanDisk SDSSDP06 3.1. PQ: 0 ANSI: 5
[ 3.863655] sd 8:0:0:0: Attached scsi generic sg7 type 0
[ 3.863698] sd 8:0:0:0: [sdh] 123091920 512-byte logical blocks: (63.0 GB/58.6 GiB)
[ 3.863832] sd 8:0:0:0: [sdh] Write Protect is off
[ 3.863834] sd 8:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[ 3.863853] scsi 15:0:0:0: Processor Marvell 91xx Config 1.01 PQ: 0 ANSI: 5
[ 3.863860] sd 8:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.863965] scsi 15:0:0:0: Attached scsi generic sg8 type 3
[ 3.864689] sdh: sdh1 sdh2 < sdh5 >
[ 3.865169] sd 8:0:0:0: [sdh] Attached SCSI disk
[ 3.896766] sdg: sdg1 sdg9
[ 3.897793] sd 7:0:0:0: [sdg] Attached SCSI disk
[ 3.967132] EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: (null)
[ 4.201172] init: plymouth-upstart-bridge main process (304) terminated with status 1
[ 4.201183] init: plymouth-upstart-bridge main process ended, respawning
[ 4.206039] init: plymouth-upstart-bridge main process (314) terminated with status 1
[ 4.206049] init: plymouth-upstart-bridge main process ended, respawning
[ 4.208526] init: plymouth-upstart-bridge main process (317) terminated with status 1
[ 4.208536] init: plymouth-upstart-bridge main process ended, respawning
[ 4.210016] init: plymouth-upstart-bridge main process (319) terminated with status 1
[ 4.210030] init: plymouth-upstart-bridge main process ended, respawning
[ 4.211970] init: plymouth-upstart-bridge main process (320) terminated with status 1
[ 4.211979] init: plymouth-upstart-bridge main process ended, respawning
[ 4.213452] init: plymouth-upstart-bridge main process (323) terminated with status 1
[ 4.213466] init: plymouth-upstart-bridge main process ended, respawning
[ 4.215240] init: plymouth-upstart-bridge main process (324) terminated with status 1
[ 4.215249] init: plymouth-upstart-bridge main process ended, respawning
[ 4.218106] init: plymouth-upstart-bridge main process (326) terminated with status 1
[ 4.218115] init: plymouth-upstart-bridge main process ended, respawning
[ 4.220201] init: plymouth-upstart-bridge main process (329) terminated with status 1
[ 4.220210] init: plymouth-upstart-bridge main process ended, respawning
[ 15.244669] spl: module verification failed: signature and/or required key missing - tainting kernel
[ 15.268253] SPL: Loaded module v0.6.3-1~trusty
[ 15.268448] znvpair: module license 'CDDL' taints kernel.
[ 15.268450] Disabling lock debugging due to kernel taint
[ 15.285952] ZFS: Loaded module v0.6.3-2~trusty, ZFS pool version 5000, ZFS filesystem version 5
[ 15.558406] SPL: using hostid 0x007f0101
[ 16.459874] zd0: p1 p2
[ 16.909316] Adding 6154236k swap on /dev/sdh5. Priority:-1 extents:1 across:6154236k SSFS
[ 16.935930] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 16.964000] systemd-udevd[731]: starting version 204
[ 16.964609] EXT4-fs (sdh1): re-mounted. Opts: errors=remount-ro
[ 16.987175] lp: driver loaded but no devices found
[ 17.028087] EDAC MC: Ver: 3.0.0
[ 17.030873] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
[ 17.030921] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[ 17.030930] EDAC i7core: Driver loaded, 1 memory controller(s) found.
[ 17.044947] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20131115/utaddress-251)
[ 17.044955] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 17.044959] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
[ 17.044963] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 17.044965] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
[ 17.044969] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 17.044971] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 17.051558] type=1400 audit(1405267205.745:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=807 comm="apparmor_parser"
[ 17.051565] type=1400 audit(1405267205.745:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=807 comm="apparmor_parser"
[ 17.051569] type=1400 audit(1405267205.745:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=807 comm="apparmor_parser"
[ 17.052000] type=1400 audit(1405267205.745:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=807 comm="apparmor_parser"
[ 17.052005] type=1400 audit(1405267205.745:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=807 comm="apparmor_parser"
[ 17.052225] type=1400 audit(1405267205.745:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=807 comm="apparmor_parser"
[ 17.099538] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 17.104814] r8169 0000:06:00.0 eth0: link down
[ 17.104826] r8169 0000:06:00.0 eth0: link down
[ 17.104848] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.685025] init: udev-fallback-graphics main process (1211) terminated with status 1
[ 17.898369] Bridge firewalling registered
[ 17.900903] device eth0 entered promiscuous mode
[ 17.903575] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[ 17.952404] init: avahi-cups-reload main process (1401) terminated with status 1
[ 19.197616] r8169 0000:06:00.0 eth0: link up
[ 19.197625] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 19.198398] br0: port 1(eth0) entered forwarding state
[ 19.198405] br0: port 1(eth0) entered forwarding state
[ 19.198426] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[ 22.104937] init: failsafe main process (1256) killed by TERM signal
[ 22.155509] type=1400 audit(1405267210.849:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/libvirt/virt-aa-helper" pid=1670 comm="apparmor_parser"
[ 22.155711] type=1400 audit(1405267210.849:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/libvirtd" pid=1671 comm="apparmor_parser"
[ 22.156864] type=1400 audit(1405267210.849:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1673 comm="apparmor_parser"
[ 22.157151] type=1400 audit(1405267210.849:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=1669 comm="apparmor_parser"
[ 22.157159] type=1400 audit(1405267210.849:12): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1669 comm="apparmor_parser"
[ 22.157164] type=1400 audit(1405267210.849:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1669 comm="apparmor_parser"
[ 22.157642] type=1400 audit(1405267210.849:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1669 comm="apparmor_parser"
[ 22.157646] type=1400 audit(1405267210.849:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1669 comm="apparmor_parser"
[ 22.157852] type=1400 audit(1405267210.853:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1669 comm="apparmor_parser"
[ 22.730918] Ebtables v2.0 registered
[ 22.741241] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 22.748094] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 40.869155] init: plymouth-upstart-bridge main process ended, respawning
[ 58.181713] cgroup: systemd-logind (1374) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[ 58.181715] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
Disk /dev/sdg: 3000.6 GB, 3000592982016 bytes
256 heads, 63 sectors/track, 363376 cylinders, total 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdg1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
=== Sleeping for 10 seconds
=== Output of /dev
brw------- 1 root root 8, 0 Jul 12 22:52 /dev/sda
brw------- 1 root root 8, 1 Jul 12 22:52 /dev/sda1
brw------- 1 root root 8, 9 Jul 12 22:52 /dev/sda9
brw------- 1 root root 8, 16 Jul 12 22:52 /dev/sdb
brw------- 1 root root 8, 17 Jul 12 22:52 /dev/sdb1
brw------- 1 root root 8, 25 Jul 12 22:52 /dev/sdb9
brw------- 1 root root 8, 32 Jul 12 22:52 /dev/sdc
brw------- 1 root root 8, 33 Jul 12 22:52 /dev/sdc1
brw------- 1 root root 8, 48 Jul 12 22:52 /dev/sdd
brw------- 1 root root 8, 49 Jul 12 22:52 /dev/sdd1
brw------- 1 root root 8, 57 Jul 12 22:52 /dev/sdd9
brw------- 1 root root 8, 64 Jul 12 22:52 /dev/sde
brw------- 1 root root 8, 65 Jul 12 22:52 /dev/sde1
brw------- 1 root root 8, 73 Jul 12 22:52 /dev/sde9
brw------- 1 root root 8, 80 Jul 12 22:52 /dev/sdf
brw------- 1 root root 8, 81 Jul 12 22:52 /dev/sdf1
brw------- 1 root root 8, 89 Jul 12 22:52 /dev/sdf9
brw------- 1 root root 8, 96 Jul 12 22:52 /dev/sdg
brw------- 1 root root 8, 97 Jul 12 22:52 /dev/sdg1
brw------- 1 root root 8, 105 Jul 12 22:52 /dev/sdg9
brw------- 1 root root 8, 112 Jul 12 22:52 /dev/sdh
brw------- 1 root root 8, 113 Jul 12 22:52 /dev/sdh1
brw------- 1 root root 8, 114 Jul 12 22:52 /dev/sdh2
brw------- 1 root root 8, 117 Jul 12 22:52 /dev/sdh5
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-SanDisk_SDSSDP064G_141251406216 -> ../../sdh
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-SanDisk_SDSSDP064G_141251406216-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-SanDisk_SDSSDP064G_141251406216-part2 -> ../../sdh2
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-SanDisk_SDSSDP064G_141251406216-part5 -> ../../sdh5
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GG982GS -> ../../sdf
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GG982GS-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GG982GS-part9 -> ../../sdf9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHBZVGS -> ../../sde
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHBZVGS-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHBZVGS-part9 -> ../../sde9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHHH0GS -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHHH0GS-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHHH0GS-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHJ3DGS -> ../../sdg
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHJNSGS -> ../../sdd
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHJNSGS-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHJNSGS-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHM2GGS -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHM2GGS-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 ata-TOSHIBA_DT01ACA300_Z3GHM2GGS-part9 -> ../../sdb9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 usb-_USB_DISK_2.0_070B273E2A5C9215-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jul 12 22:52 usb-_USB_DISK_2.0_070B273E2A5C9215-0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5000039ff4d49776 -> ../../sdf
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d49776-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d49776-part9 -> ../../sdf9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5000039ff4d51619 -> ../../sde
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d51619-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d51619-part9 -> ../../sde9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5000039ff4d52332 -> ../../sda
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d52332-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d52332-part9 -> ../../sda9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5000039ff4d5258b -> ../../sdg
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5000039ff4d527a5 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d527a5-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d527a5-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5000039ff4d530b1 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d530b1-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5000039ff4d530b1-part9 -> ../../sdb9
lrwxrwxrwx 1 root root 9 Jul 12 22:52 wwn-0x5001b44beed26588 -> ../../sdh
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5001b44beed26588-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5001b44beed26588-part2 -> ../../sdh2
lrwxrwxrwx 1 root root 10 Jul 12 22:52 wwn-0x5001b44beed26588-part5 -> ../../sdh5
NAME PROPERTY VALUE SOURCE
tank type filesystem -
tank creation Wed Mar 26 10:30 2014 -
tank used 1.70T -
tank available 8.96T -
tank referenced 64.6M -
tank compressratio 1.06x -
tank mounted yes -
tank quota none default
tank reservation none default
tank recordsize 128K default
tank mountpoint /tank default
tank sharenfs off default
tank checksum on default
tank compression lz4 local
tank atime on default
tank devices on default
tank exec on default
tank setuid on default
tank readonly off default
tank zoned off default
tank snapdir hidden default
tank aclinherit restricted default
tank canmount on default
tank xattr on default
tank copies 1 default
tank version 5 -
tank utf8only off -
tank normalization none -
tank casesensitivity sensitive -
tank vscan off default
tank nbmand off default
tank sharesmb off default
tank refquota none default
tank refreservation none default
tank primarycache all default
tank secondarycache all default
tank usedbysnapshots 0 -
tank usedbydataset 64.6M -
tank usedbychildren 1.70T -
tank usedbyrefreservation 0 -
tank logbias latency default
tank dedup off default
tank mlslabel none default
tank sync standard default
tank refcompressratio 1.00x -
tank written 64.6M -
tank logicalused 1.12T -
tank logicalreferenced 64.0M -
tank snapdev hidden default
tank acltype off default
tank context none default
tank fscontext none default
tank defcontext none default
tank rootcontext none default
tank relatime on local
tank/backup type filesystem -
tank/backup creation Mon Jun 30 14:59 2014 -
tank/backup used 117G -
tank/backup available 8.96T -
tank/backup referenced 104G -
tank/backup compressratio 1.38x -
tank/backup mounted yes -
tank/backup quota none default
tank/backup reservation none default
tank/backup recordsize 128K default
tank/backup mountpoint /tank/backup default
tank/backup sharenfs off default
tank/backup checksum on default
tank/backup compression lz4 inherited from tank
tank/backup atime on default
tank/backup devices on default
tank/backup exec on default
tank/backup setuid on default
tank/backup readonly off default
tank/backup zoned off default
tank/backup snapdir hidden default
tank/backup aclinherit restricted default
tank/backup canmount on default
tank/backup xattr on default
tank/backup copies 1 default
tank/backup version 5 -
tank/backup utf8only off -
tank/backup normalization none -
tank/backup casesensitivity sensitive -
tank/backup vscan off default
tank/backup nbmand off default
tank/backup sharesmb off default
tank/backup refquota none default
tank/backup refreservation none default
tank/backup primarycache all default
tank/backup secondarycache all default
tank/backup usedbysnapshots 12.5G -
tank/backup usedbydataset 104G -
tank/backup usedbychildren 0 -
tank/backup usedbyrefreservation 0 -
tank/backup logbias latency default
tank/backup dedup off default
tank/backup mlslabel none default
tank/backup sync standard default
tank/backup refcompressratio 1.33x -
tank/backup written 3.23M -
tank/backup logicalused 146G -
tank/backup logicalreferenced 126G -
tank/backup snapdev hidden default
tank/backup acltype off default
tank/backup context none default
tank/backup fscontext none default
tank/backup defcontext none default
tank/backup rootcontext none default
tank/backup relatime on inherited from tank
tank/backup@14-06-30--1552 type snapshot -
tank/backup@14-06-30--1552 creation Mon Jun 30 20:41 2014 -
tank/backup@14-06-30--1552 used 299M -
tank/backup@14-06-30--1552 referenced 104G -
tank/backup@14-06-30--1552 compressratio 1.33x -
tank/backup@14-06-30--1552 devices on default
tank/backup@14-06-30--1552 exec on default
tank/backup@14-06-30--1552 setuid on default
tank/backup@14-06-30--1552 xattr on default
tank/backup@14-06-30--1552 version 5 -
tank/backup@14-06-30--1552 utf8only off -
tank/backup@14-06-30--1552 normalization none -
tank/backup@14-06-30--1552 casesensitivity sensitive -
tank/backup@14-06-30--1552 nbmand off default
tank/backup@14-06-30--1552 primarycache all default
tank/backup@14-06-30--1552 secondarycache all default
tank/backup@14-06-30--1552 defer_destroy off -
tank/backup@14-06-30--1552 userrefs 0 -
tank/backup@14-06-30--1552 mlslabel none default
tank/backup@14-06-30--1552 refcompressratio 1.33x -
tank/backup@14-06-30--1552 written 104G -
tank/backup@14-06-30--1552 clones -
tank/backup@14-06-30--1552 logicalused 0 -
tank/backup@14-06-30--1552 logicalreferenced 126G -
tank/backup@14-06-30--1552 acltype off default
tank/backup@14-06-30--1552 context none default
tank/backup@14-06-30--1552 fscontext none default
tank/backup@14-06-30--1552 defcontext none default
tank/backup@14-06-30--1552 rootcontext none default
tank/backup@14-07-01--0643 type snapshot -
tank/backup@14-07-01--0643 creation Tue Jul 1 6:48 2014 -
tank/backup@14-07-01--0643 used 284M -
tank/backup@14-07-01--0643 referenced 104G -
tank/backup@14-07-01--0643 compressratio 1.33x -
tank/backup@14-07-01--0643 devices on default
tank/backup@14-07-01--0643 exec on default
tank/backup@14-07-01--0643 setuid on default
tank/backup@14-07-01--0643 xattr on default
tank/backup@14-07-01--0643 version 5 -
tank/backup@14-07-01--0643 utf8only off -
tank/backup@14-07-01--0643 normalization none -
tank/backup@14-07-01--0643 casesensitivity sensitive -
tank/backup@14-07-01--0643 nbmand off default
tank/backup@14-07-01--0643 primarycache all default
tank/backup@14-07-01--0643 secondarycache all default
tank/backup@14-07-01--0643 defer_destroy off -
tank/backup@14-07-01--0643 userrefs 0 -
tank/backup@14-07-01--0643 mlslabel none default
tank/backup@14-07-01--0643 refcompressratio 1.33x -
tank/backup@14-07-01--0643 written 313M -
tank/backup@14-07-01--0643 clones -
tank/backup@14-07-01--0643 logicalused 0 -
tank/backup@14-07-01--0643 logicalreferenced 126G -
tank/backup@14-07-01--0643 acltype off default
tank/backup@14-07-01--0643 context none default
tank/backup@14-07-01--0643 fscontext none default
tank/backup@14-07-01--0643 defcontext none default
tank/backup@14-07-01--0643 rootcontext none default
tank/backup@14-07-02--0643 type snapshot -
tank/backup@14-07-02--0643 creation Wed Jul 2 6:48 2014 -
tank/backup@14-07-02--0643 used 810M -
tank/backup@14-07-02--0643 referenced 104G -
tank/backup@14-07-02--0643 compressratio 1.33x -
tank/backup@14-07-02--0643 devices on default
tank/backup@14-07-02--0643 exec on default
tank/backup@14-07-02--0643 setuid on default
tank/backup@14-07-02--0643 xattr on default
tank/backup@14-07-02--0643 version 5 -
tank/backup@14-07-02--0643 utf8only off -
tank/backup@14-07-02--0643 normalization none -
tank/backup@14-07-02--0643 casesensitivity sensitive -
tank/backup@14-07-02--0643 nbmand off default
tank/backup@14-07-02--0643 primarycache all default
tank/backup@14-07-02--0643 secondarycache all default
tank/backup@14-07-02--0643 defer_destroy off -
tank/backup@14-07-02--0643 userrefs 0 -
tank/backup@14-07-02--0643 mlslabel none default
tank/backup@14-07-02--0643 refcompressratio 1.33x -
tank/backup@14-07-02--0643 written 983M -
tank/backup@14-07-02--0643 clones -
tank/backup@14-07-02--0643 logicalused 0 -
tank/backup@14-07-02--0643 logicalreferenced 125G -
tank/backup@14-07-02--0643 acltype off default
tank/backup@14-07-02--0643 context none default
tank/backup@14-07-02--0643 fscontext none default
tank/backup@14-07-02--0643 defcontext none default
tank/backup@14-07-02--0643 rootcontext none default
tank/backup@14-07-03--0627 type snapshot -
tank/backup@14-07-03--0627 creation Thu Jul 3 6:33 2014 -
tank/backup@14-07-03--0627 used 709M -
tank/backup@14-07-03--0627 referenced 104G -
tank/backup@14-07-03--0627 compressratio 1.33x -
tank/backup@14-07-03--0627 devices on default
tank/backup@14-07-03--0627 exec on default
tank/backup@14-07-03--0627 setuid on default
tank/backup@14-07-03--0627 xattr on default
tank/backup@14-07-03--0627 version 5 -
tank/backup@14-07-03--0627 utf8only off -
tank/backup@14-07-03--0627 normalization none -
tank/backup@14-07-03--0627 casesensitivity sensitive -
tank/backup@14-07-03--0627 nbmand off default
tank/backup@14-07-03--0627 primarycache all default
tank/backup@14-07-03--0627 secondarycache all default
tank/backup@14-07-03--0627 defer_destroy off -
tank/backup@14-07-03--0627 userrefs 0 -
tank/backup@14-07-03--0627 mlslabel none default
tank/backup@14-07-03--0627 refcompressratio 1.33x -
tank/backup@14-07-03--0627 written 1.02G -
tank/backup@14-07-03--0627 clones -
tank/backup@14-07-03--0627 logicalused 0 -
tank/backup@14-07-03--0627 logicalreferenced 125G -
tank/backup@14-07-03--0627 acltype off default
tank/backup@14-07-03--0627 context none default
tank/backup@14-07-03--0627 fscontext none default
tank/backup@14-07-03--0627 defcontext none default
tank/backup@14-07-03--0627 rootcontext none default
tank/backup@14-07-03--1422 type snapshot -
tank/backup@14-07-03--1422 creation Thu Jul 3 14:33 2014 -
tank/backup@14-07-03--1422 used 293M -
tank/backup@14-07-03--1422 referenced 104G -
tank/backup@14-07-03--1422 compressratio 1.33x -
tank/backup@14-07-03--1422 devices on default
tank/backup@14-07-03--1422 exec on default
tank/backup@14-07-03--1422 setuid on default
tank/backup@14-07-03--1422 xattr on default
tank/backup@14-07-03--1422 version 5 -
tank/backup@14-07-03--1422 utf8only off -
tank/backup@14-07-03--1422 normalization none -
tank/backup@14-07-03--1422 casesensitivity sensitive -
tank/backup@14-07-03--1422 nbmand off default
tank/backup@14-07-03--1422 primarycache all default
tank/backup@14-07-03--1422 secondarycache all default
tank/backup@14-07-03--1422 defer_destroy off -
tank/backup@14-07-03--1422 userrefs 0 -
tank/backup@14-07-03--1422 mlslabel none default
tank/backup@14-07-03--1422 refcompressratio 1.33x -
tank/backup@14-07-03--1422 written 885M -
tank/backup@14-07-03--1422 clones -
tank/backup@14-07-03--1422 logicalused 0 -
tank/backup@14-07-03--1422 logicalreferenced 126G -
tank/backup@14-07-03--1422 acltype off default
tank/backup@14-07-03--1422 context none default
tank/backup@14-07-03--1422 fscontext none default
tank/backup@14-07-03--1422 defcontext none default
tank/backup@14-07-03--1422 rootcontext none default
tank/backup@14-07-04--0639 type snapshot -
tank/backup@14-07-04--0639 creation Fri Jul 4 6:50 2014 -
tank/backup@14-07-04--0639 used 414M -
tank/backup@14-07-04--0639 referenced 104G -
tank/backup@14-07-04--0639 compressratio 1.33x -
tank/backup@14-07-04--0639 devices on default
tank/backup@14-07-04--0639 exec on default
tank/backup@14-07-04--0639 setuid on default
tank/backup@14-07-04--0639 xattr on default
tank/backup@14-07-04--0639 version 5 -
tank/backup@14-07-04--0639 utf8only off -
tank/backup@14-07-04--0639 normalization none -
tank/backup@14-07-04--0639 casesensitivity sensitive -
tank/backup@14-07-04--0639 nbmand off default
tank/backup@14-07-04--0639 primarycache all default
tank/backup@14-07-04--0639 secondarycache all default
tank/backup@14-07-04--0639 defer_destroy off -
tank/backup@14-07-04--0639 userrefs 0 -
tank/backup@14-07-04--0639 mlslabel none default
tank/backup@14-07-04--0639 refcompressratio 1.33x -
tank/backup@14-07-04--0639 written 531M -
tank/backup@14-07-04--0639 clones -
tank/backup@14-07-04--0639 logicalused 0 -
tank/backup@14-07-04--0639 logicalreferenced 126G -
tank/backup@14-07-04--0639 acltype off default
tank/backup@14-07-04--0639 context none default
tank/backup@14-07-04--0639 fscontext none default
tank/backup@14-07-04--0639 defcontext none default
tank/backup@14-07-04--0639 rootcontext none default
tank/backup@14-07-05--0806 type snapshot -
tank/backup@14-07-05--0806 creation Sat Jul 5 8:15 2014 -
tank/backup@14-07-05--0806 used 884M -
tank/backup@14-07-05--0806 referenced 104G -
tank/backup@14-07-05--0806 compressratio 1.33x -
tank/backup@14-07-05--0806 devices on default
tank/backup@14-07-05--0806 exec on default
tank/backup@14-07-05--0806 setuid on default
tank/backup@14-07-05--0806 xattr on default
tank/backup@14-07-05--0806 version 5 -
tank/backup@14-07-05--0806 utf8only off -
tank/backup@14-07-05--0806 normalization none -
tank/backup@14-07-05--0806 casesensitivity sensitive -
tank/backup@14-07-05--0806 nbmand off default
tank/backup@14-07-05--0806 primarycache all default
tank/backup@14-07-05--0806 secondarycache all default
tank/backup@14-07-05--0806 defer_destroy off -
tank/backup@14-07-05--0806 userrefs 0 -
tank/backup@14-07-05--0806 mlslabel none default
tank/backup@14-07-05--0806 refcompressratio 1.33x -
tank/backup@14-07-05--0806 written 1.02G -
tank/backup@14-07-05--0806 clones -
tank/backup@14-07-05--0806 logicalused 0 -
tank/backup@14-07-05--0806 logicalreferenced 126G -
tank/backup@14-07-05--0806 acltype off default
tank/backup@14-07-05--0806 context none default
tank/backup@14-07-05--0806 fscontext none default
tank/backup@14-07-05--0806 defcontext none default
tank/backup@14-07-05--0806 rootcontext none default
tank/backup@14-07-06--0750 type snapshot -
tank/backup@14-07-06--0750 creation Sun Jul 6 7:58 2014 -
tank/backup@14-07-06--0750 used 946M -
tank/backup@14-07-06--0750 referenced 104G -
tank/backup@14-07-06--0750 compressratio 1.33x -
tank/backup@14-07-06--0750 devices on default
tank/backup@14-07-06--0750 exec on default
tank/backup@14-07-06--0750 setuid on default
tank/backup@14-07-06--0750 xattr on default
tank/backup@14-07-06--0750 version 5 -
tank/backup@14-07-06--0750 utf8only off -
tank/backup@14-07-06--0750 normalization none -
tank/backup@14-07-06--0750 casesensitivity sensitive -
tank/backup@14-07-06--0750 nbmand off default
tank/backup@14-07-06--0750 primarycache all default
tank/backup@14-07-06--0750 secondarycache all default
tank/backup@14-07-06--0750 defer_destroy off -
tank/backup@14-07-06--0750 userrefs 0 -
tank/backup@14-07-06--0750 mlslabel none default
tank/backup@14-07-06--0750 refcompressratio 1.33x -
tank/backup@14-07-06--0750 written 1.09G -
tank/backup@14-07-06--0750 clones -
tank/backup@14-07-06--0750 logicalused 0 -
tank/backup@14-07-06--0750 logicalreferenced 126G -
tank/backup@14-07-06--0750 acltype off default
tank/backup@14-07-06--0750 context none default
tank/backup@14-07-06--0750 fscontext none default
tank/backup@14-07-06--0750 defcontext none default
tank/backup@14-07-06--0750 rootcontext none default
tank/backup@14-07-07--0810 type snapshot -
tank/backup@14-07-07--0810 creation Mon Jul 7 8:20 2014 -
tank/backup@14-07-07--0810 used 873M -
tank/backup@14-07-07--0810 referenced 104G -
tank/backup@14-07-07--0810 compressratio 1.33x -
tank/backup@14-07-07--0810 devices on default
tank/backup@14-07-07--0810 exec on default
tank/backup@14-07-07--0810 setuid on default
tank/backup@14-07-07--0810 xattr on default
tank/backup@14-07-07--0810 version 5 -
tank/backup@14-07-07--0810 utf8only off -
tank/backup@14-07-07--0810 normalization none -
tank/backup@14-07-07--0810 casesensitivity sensitive -
tank/backup@14-07-07--0810 nbmand off default
tank/backup@14-07-07--0810 primarycache all default
tank/backup@14-07-07--0810 secondarycache all default
tank/backup@14-07-07--0810 defer_destroy off -
tank/backup@14-07-07--0810 userrefs 0 -
tank/backup@14-07-07--0810 mlslabel none default
tank/backup@14-07-07--0810 refcompressratio 1.33x -
tank/backup@14-07-07--0810 written 1.20G -
tank/backup@14-07-07--0810 clones -
tank/backup@14-07-07--0810 logicalused 0 -
tank/backup@14-07-07--0810 logicalreferenced 126G -
tank/backup@14-07-07--0810 acltype off default
tank/backup@14-07-07--0810 context none default
tank/backup@14-07-07--0810 fscontext none default
tank/backup@14-07-07--0810 defcontext none default
tank/backup@14-07-07--0810 rootcontext none default
tank/backup@14-07-08--0801 type snapshot -
tank/backup@14-07-08--0801 creation Tue Jul 8 8:10 2014 -
tank/backup@14-07-08--0801 used 834M -
tank/backup@14-07-08--0801 referenced 104G -
tank/backup@14-07-08--0801 compressratio 1.33x -
tank/backup@14-07-08--0801 devices on default
tank/backup@14-07-08--0801 exec on default
tank/backup@14-07-08--0801 setuid on default
tank/backup@14-07-08--0801 xattr on default
tank/backup@14-07-08--0801 version 5 -
tank/backup@14-07-08--0801 utf8only off -
tank/backup@14-07-08--0801 normalization none -
tank/backup@14-07-08--0801 casesensitivity sensitive -
tank/backup@14-07-08--0801 nbmand off default
tank/backup@14-07-08--0801 primarycache all default
tank/backup@14-07-08--0801 secondarycache all default
tank/backup@14-07-08--0801 defer_destroy off -
tank/backup@14-07-08--0801 userrefs 0 -
tank/backup@14-07-08--0801 mlslabel none default
tank/backup@14-07-08--0801 refcompressratio 1.33x -
tank/backup@14-07-08--0801 written 1012M -
tank/backup@14-07-08--0801 clones -
tank/backup@14-07-08--0801 logicalused 0 -
tank/backup@14-07-08--0801 logicalreferenced 126G -
tank/backup@14-07-08--0801 acltype off default
tank/backup@14-07-08--0801 context none default
tank/backup@14-07-08--0801 fscontext none default
tank/backup@14-07-08--0801 defcontext none default
tank/backup@14-07-08--0801 rootcontext none default
tank/backup@14-07-09--0753 type snapshot -
tank/backup@14-07-09--0753 creation Wed Jul 9 8:01 2014 -
tank/backup@14-07-09--0753 used 831M -
tank/backup@14-07-09--0753 referenced 104G -
tank/backup@14-07-09--0753 compressratio 1.33x -
tank/backup@14-07-09--0753 devices on default
tank/backup@14-07-09--0753 exec on default
tank/backup@14-07-09--0753 setuid on default
tank/backup@14-07-09--0753 xattr on default
tank/backup@14-07-09--0753 version 5 -
tank/backup@14-07-09--0753 utf8only off -
tank/backup@14-07-09--0753 normalization none -
tank/backup@14-07-09--0753 casesensitivity sensitive -
tank/backup@14-07-09--0753 nbmand off default
tank/backup@14-07-09--0753 primarycache all default
tank/backup@14-07-09--0753 secondarycache all default
tank/backup@14-07-09--0753 defer_destroy off -
tank/backup@14-07-09--0753 userrefs 0 -
tank/backup@14-07-09--0753 mlslabel none default
tank/backup@14-07-09--0753 refcompressratio 1.33x -
tank/backup@14-07-09--0753 written 1.00G -
tank/backup@14-07-09--0753 clones -
tank/backup@14-07-09--0753 logicalused 0 -
tank/backup@14-07-09--0753 logicalreferenced 126G -
tank/backup@14-07-09--0753 acltype off default
tank/backup@14-07-09--0753 context none default
tank/backup@14-07-09--0753 fscontext none default
tank/backup@14-07-09--0753 defcontext none default
tank/backup@14-07-09--0753 rootcontext none default
tank/backup@14-07-10--0805 type snapshot -
tank/backup@14-07-10--0805 creation Thu Jul 10 8:12 2014 -
tank/backup@14-07-10--0805 used 707M -
tank/backup@14-07-10--0805 referenced 104G -
tank/backup@14-07-10--0805 compressratio 1.33x -
tank/backup@14-07-10--0805 devices on default
tank/backup@14-07-10--0805 exec on default
tank/backup@14-07-10--0805 setuid on default
tank/backup@14-07-10--0805 xattr on default
tank/backup@14-07-10--0805 version 5 -
tank/backup@14-07-10--0805 utf8only off -
tank/backup@14-07-10--0805 normalization none -
tank/backup@14-07-10--0805 casesensitivity sensitive -
tank/backup@14-07-10--0805 nbmand off default
tank/backup@14-07-10--0805 primarycache all default
tank/backup@14-07-10--0805 secondarycache all default
tank/backup@14-07-10--0805 defer_destroy off -
tank/backup@14-07-10--0805 userrefs 0 -
tank/backup@14-07-10--0805 mlslabel none default
tank/backup@14-07-10--0805 refcompressratio 1.33x -
tank/backup@14-07-10--0805 written 1011M -
tank/backup@14-07-10--0805 clones -
tank/backup@14-07-10--0805 logicalused 0 -
tank/backup@14-07-10--0805 logicalreferenced 126G -
tank/backup@14-07-10--0805 acltype off default
tank/backup@14-07-10--0805 context none default
tank/backup@14-07-10--0805 fscontext none default
tank/backup@14-07-10--0805 defcontext none default
tank/backup@14-07-10--0805 rootcontext none default
tank/backup@14-07-11--0754 type snapshot -
tank/backup@14-07-11--0754 creation Fri Jul 11 8:02 2014 -
tank/backup@14-07-11--0754 used 685M -
tank/backup@14-07-11--0754 referenced 104G -
tank/backup@14-07-11--0754 compressratio 1.33x -
tank/backup@14-07-11--0754 devices on default
tank/backup@14-07-11--0754 exec on default
tank/backup@14-07-11--0754 setuid on default
tank/backup@14-07-11--0754 xattr on default
tank/backup@14-07-11--0754 version 5 -
tank/backup@14-07-11--0754 utf8only off -
tank/backup@14-07-11--0754 normalization none -
tank/backup@14-07-11--0754 casesensitivity sensitive -
tank/backup@14-07-11--0754 nbmand off default
tank/backup@14-07-11--0754 primarycache all default
tank/backup@14-07-11--0754 secondarycache all default
tank/backup@14-07-11--0754 defer_destroy off -
tank/backup@14-07-11--0754 userrefs 0 -
tank/backup@14-07-11--0754 mlslabel none default
tank/backup@14-07-11--0754 refcompressratio 1.33x -
tank/backup@14-07-11--0754 written 772M -
tank/backup@14-07-11--0754 clones -
tank/backup@14-07-11--0754 logicalused 0 -
tank/backup@14-07-11--0754 logicalreferenced 126G -
tank/backup@14-07-11--0754 acltype off default
tank/backup@14-07-11--0754 context none default
tank/backup@14-07-11--0754 fscontext none default
tank/backup@14-07-11--0754 defcontext none default
tank/backup@14-07-11--0754 rootcontext none default
tank/backup@14-07-12--0813 type snapshot -
tank/backup@14-07-12--0813 creation Sat Jul 12 8:21 2014 -
tank/backup@14-07-12--0813 used 867M -
tank/backup@14-07-12--0813 referenced 104G -
tank/backup@14-07-12--0813 compressratio 1.33x -
tank/backup@14-07-12--0813 devices on default
tank/backup@14-07-12--0813 exec on default
tank/backup@14-07-12--0813 setuid on default
tank/backup@14-07-12--0813 xattr on default
tank/backup@14-07-12--0813 version 5 -
tank/backup@14-07-12--0813 utf8only off -
tank/backup@14-07-12--0813 normalization none -
tank/backup@14-07-12--0813 casesensitivity sensitive -
tank/backup@14-07-12--0813 nbmand off default
tank/backup@14-07-12--0813 primarycache all default
tank/backup@14-07-12--0813 secondarycache all default
tank/backup@14-07-12--0813 defer_destroy off -
tank/backup@14-07-12--0813 userrefs 0 -
tank/backup@14-07-12--0813 mlslabel none default
tank/backup@14-07-12--0813 refcompressratio 1.33x -
tank/backup@14-07-12--0813 written 971M -
tank/backup@14-07-12--0813 clones -
tank/backup@14-07-12--0813 logicalused 0 -
tank/backup@14-07-12--0813 logicalreferenced 126G -
tank/backup@14-07-12--0813 acltype off default
tank/backup@14-07-12--0813 context none default
tank/backup@14-07-12--0813 fscontext none default
tank/backup@14-07-12--0813 defcontext none default
tank/backup@14-07-12--0813 rootcontext none default
tank/backup@14-07-13--0755 type snapshot -
tank/backup@14-07-13--0755 creation Sun Jul 13 8:04 2014 -
tank/backup@14-07-13--0755 used 3.22M -
tank/backup@14-07-13--0755 referenced 104G -
tank/backup@14-07-13--0755 compressratio 1.33x -
tank/backup@14-07-13--0755 devices on default
tank/backup@14-07-13--0755 exec on default
tank/backup@14-07-13--0755 setuid on default
tank/backup@14-07-13--0755 xattr on default
tank/backup@14-07-13--0755 version 5 -
tank/backup@14-07-13--0755 utf8only off -
tank/backup@14-07-13--0755 normalization none -
tank/backup@14-07-13--0755 casesensitivity sensitive -
tank/backup@14-07-13--0755 nbmand off default
tank/backup@14-07-13--0755 primarycache all default
tank/backup@14-07-13--0755 secondarycache all default
tank/backup@14-07-13--0755 defer_destroy off -
tank/backup@14-07-13--0755 userrefs 0 -
tank/backup@14-07-13--0755 mlslabel none default
tank/backup@14-07-13--0755 refcompressratio 1.33x -
tank/backup@14-07-13--0755 written 1016M -
tank/backup@14-07-13--0755 clones -
tank/backup@14-07-13--0755 logicalused 0 -
tank/backup@14-07-13--0755 logicalreferenced 126G -
tank/backup@14-07-13--0755 acltype off default
tank/backup@14-07-13--0755 context none default
tank/backup@14-07-13--0755 fscontext none default
tank/backup@14-07-13--0755 defcontext none default
tank/backup@14-07-13--0755 rootcontext none default
tank/shares type filesystem -
tank/shares creation Fri Mar 28 16:00 2014 -
tank/shares used 509G -
tank/shares available 8.96T -
tank/shares referenced 2.63G -
tank/shares compressratio 1.00x -
tank/shares mounted yes -
tank/shares quota none default
tank/shares reservation none default
tank/shares recordsize 128K default
tank/shares mountpoint /tank/shares default
tank/shares sharenfs off default
tank/shares checksum on default
tank/shares compression lz4 inherited from tank
tank/shares atime on default
tank/shares devices on default
tank/shares exec on default
tank/shares setuid on default
tank/shares readonly off default
tank/shares zoned off default
tank/shares snapdir hidden default
tank/shares aclinherit restricted default
tank/shares canmount on default
tank/shares xattr on local
tank/shares copies 1 default
tank/shares version 5 -
tank/shares utf8only off -
tank/shares normalization none -
tank/shares casesensitivity mixed -
tank/shares vscan off default
tank/shares nbmand off default
tank/shares sharesmb off default
tank/shares refquota none default
tank/shares refreservation none default
tank/shares primarycache all default
tank/shares secondarycache all default
tank/shares usedbysnapshots 0 -
tank/shares usedbydataset 2.63G -
tank/shares usedbychildren 506G -
tank/shares usedbyrefreservation 0 -
tank/shares logbias latency default
tank/shares dedup off default
tank/shares mlslabel none default
tank/shares sync standard default
tank/shares refcompressratio 1.00x -
tank/shares written 2.63G -
tank/shares logicalused 509G -
tank/shares logicalreferenced 2.63G -
tank/shares snapdev hidden default
tank/shares acltype off default
tank/shares context none default
tank/shares fscontext none default
tank/shares defcontext none default
tank/shares rootcontext none default
tank/shares relatime on inherited from tank
tank/shares/media type filesystem -
tank/shares/media creation Fri Mar 28 16:00 2014 -
tank/shares/media used 506G -
tank/shares/media available 8.96T -
tank/shares/media referenced 506G -
tank/shares/media compressratio 1.00x -
tank/shares/media mounted yes -
tank/shares/media quota none default
tank/shares/media reservation none default
tank/shares/media recordsize 128K default
tank/shares/media mountpoint /tank/shares/media default
tank/shares/media sharenfs off default
tank/shares/media checksum on default
tank/shares/media compression lz4 inherited from tank
tank/shares/media atime on default
tank/shares/media devices on default
tank/shares/media exec on default
tank/shares/media setuid on default
tank/shares/media readonly off default
tank/shares/media zoned off default
tank/shares/media snapdir hidden default
tank/shares/media aclinherit restricted default
tank/shares/media canmount on default
tank/shares/media xattr on inherited from tank/shares
tank/shares/media copies 1 default
tank/shares/media version 5 -
tank/shares/media utf8only off -
tank/shares/media normalization none -
tank/shares/media casesensitivity mixed -
tank/shares/media vscan off default
tank/shares/media nbmand off default
tank/shares/media sharesmb off default
tank/shares/media refquota none default
tank/shares/media refreservation none default
tank/shares/media primarycache all default
tank/shares/media secondarycache all default
tank/shares/media usedbysnapshots 0 -
tank/shares/media usedbydataset 506G -
tank/shares/media usedbychildren 0 -
tank/shares/media usedbyrefreservation 0 -
tank/shares/media logbias latency default
tank/shares/media dedup off default
tank/shares/media mlslabel none default
tank/shares/media sync standard default
tank/shares/media refcompressratio 1.00x -
tank/shares/media written 506G -
tank/shares/media logicalused 506G -
tank/shares/media logicalreferenced 506G -
tank/shares/media snapdev hidden default
tank/shares/media acltype off default
tank/shares/media context none default
tank/shares/media fscontext none default
tank/shares/media defcontext none default
tank/shares/media rootcontext none default
tank/shares/media relatime on inherited from tank
tank/vm-devices type filesystem -
tank/vm-devices creation Sat Mar 29 20:55 2014 -
tank/vm-devices used 1.03T -
tank/vm-devices available 8.96T -
tank/vm-devices referenced 272K -
tank/vm-devices compressratio 1.01x -
tank/vm-devices mounted no -
tank/vm-devices quota none default
tank/vm-devices reservation none default
tank/vm-devices recordsize 128K default
tank/vm-devices mountpoint none local
tank/vm-devices sharenfs off default
tank/vm-devices checksum on default
tank/vm-devices compression zle local
tank/vm-devices atime on default
tank/vm-devices devices on default
tank/vm-devices exec on default
tank/vm-devices setuid on default
tank/vm-devices readonly off default
tank/vm-devices zoned off default
tank/vm-devices snapdir hidden default
tank/vm-devices aclinherit restricted default
tank/vm-devices canmount on default
tank/vm-devices xattr on default
tank/vm-devices copies 1 default
tank/vm-devices version 5 -
tank/vm-devices utf8only off -
tank/vm-devices normalization none -
tank/vm-devices casesensitivity sensitive -
tank/vm-devices vscan off default
tank/vm-devices nbmand off default
tank/vm-devices sharesmb off default
tank/vm-devices refquota none default
tank/vm-devices refreservation none default
tank/vm-devices primarycache all default
tank/vm-devices secondarycache all default
tank/vm-devices usedbysnapshots 0 -
tank/vm-devices usedbydataset 272K -
tank/vm-devices usedbychildren 1.03T -
tank/vm-devices usedbyrefreservation 0 -
tank/vm-devices logbias latency default
tank/vm-devices dedup off default
tank/vm-devices mlslabel none default
tank/vm-devices sync standard default
tank/vm-devices refcompressratio 1.00x -
tank/vm-devices written 272K -
tank/vm-devices logicalused 410G -
tank/vm-devices logicalreferenced 15K -
tank/vm-devices snapdev hidden default
tank/vm-devices acltype off default
tank/vm-devices context none default
tank/vm-devices fscontext none default
tank/vm-devices defcontext none default
tank/vm-devices rootcontext none default
tank/vm-devices relatime on inherited from tank
tank/vm-devices/windows-shares type volume -
tank/vm-devices/windows-shares creation Sat Mar 29 21:30 2014 -
tank/vm-devices/windows-shares used 1.03T -
tank/vm-devices/windows-shares available 9.19T -
tank/vm-devices/windows-shares referenced 821G -
tank/vm-devices/windows-shares compressratio 1.01x -
tank/vm-devices/windows-shares reservation none default
tank/vm-devices/windows-shares volsize 1T local
tank/vm-devices/windows-shares volblocksize 8K -
tank/vm-devices/windows-shares checksum on default
tank/vm-devices/windows-shares compression zle inherited from tank/vm-devices
tank/vm-devices/windows-shares readonly off default
tank/vm-devices/windows-shares copies 1 default
tank/vm-devices/windows-shares refreservation 1.03T local
tank/vm-devices/windows-shares primarycache all default
tank/vm-devices/windows-shares secondarycache all default
tank/vm-devices/windows-shares usedbysnapshots 0 -
tank/vm-devices/windows-shares usedbydataset 821G -
tank/vm-devices/windows-shares usedbychildren 0 -
tank/vm-devices/windows-shares usedbyrefreservation 236G -
tank/vm-devices/windows-shares logbias latency default
tank/vm-devices/windows-shares dedup off default
tank/vm-devices/windows-shares mlslabel none default
tank/vm-devices/windows-shares sync standard default
tank/vm-devices/windows-shares refcompressratio 1.01x -
tank/vm-devices/windows-shares written 821G -
tank/vm-devices/windows-shares logicalused 410G -
tank/vm-devices/windows-shares logicalreferenced 410G -
tank/vm-devices/windows-shares snapdev hidden default
tank/vm-devices/windows-shares context none default
tank/vm-devices/windows-shares fscontext none default
tank/vm-devices/windows-shares defcontext none default
tank/vm-devices/windows-shares rootcontext none default
tank/vm-disks type filesystem -
tank/vm-disks creation Sat Mar 29 21:13 2014 -
tank/vm-disks used 51.6G -
tank/vm-disks available 8.96T -
tank/vm-disks referenced 51.6G -
tank/vm-disks compressratio 1.52x -
tank/vm-disks mounted yes -
tank/vm-disks quota none default
tank/vm-disks reservation none default
tank/vm-disks recordsize 128K default
tank/vm-disks mountpoint /tank/vm-disks default
tank/vm-disks sharenfs off default
tank/vm-disks checksum on default
tank/vm-disks compression lz4 inherited from tank
tank/vm-disks atime on default
tank/vm-disks devices on default
tank/vm-disks exec on default
tank/vm-disks setuid on default
tank/vm-disks readonly off default
tank/vm-disks zoned off default
tank/vm-disks snapdir hidden default
tank/vm-disks aclinherit restricted default
tank/vm-disks canmount on default
tank/vm-disks xattr on default
tank/vm-disks copies 1 default
tank/vm-disks version 5 -
tank/vm-disks utf8only off -
tank/vm-disks normalization none -
tank/vm-disks casesensitivity sensitive -
tank/vm-disks vscan off default
tank/vm-disks nbmand off default
tank/vm-disks sharesmb off default
tank/vm-disks refquota none default
tank/vm-disks refreservation none default
tank/vm-disks primarycache all default
tank/vm-disks secondarycache all default
tank/vm-disks usedbysnapshots 0 -
tank/vm-disks usedbydataset 51.6G -
tank/vm-disks usedbychildren 0 -
tank/vm-disks usedbyrefreservation 0 -
tank/vm-disks logbias latency default
tank/vm-disks dedup off default
tank/vm-disks mlslabel none default
tank/vm-disks sync standard default
tank/vm-disks refcompressratio 1.52x -
tank/vm-disks written 51.6G -
tank/vm-disks logicalused 76.1G -
tank/vm-disks logicalreferenced 76.1G -
tank/vm-disks snapdev hidden default
tank/vm-disks acltype off default
tank/vm-disks context none default
tank/vm-disks fscontext none default
tank/vm-disks defcontext none default
tank/vm-disks rootcontext none default
tank/vm-disks relatime on inherited from tank
tank/vm-isos type filesystem -
tank/vm-isos creation Sat Mar 29 21:49 2014 -
tank/vm-isos used 5.25G -
tank/vm-isos available 8.96T -
tank/vm-isos referenced 5.25G -
tank/vm-isos compressratio 1.00x -
tank/vm-isos mounted yes -
tank/vm-isos quota none default
tank/vm-isos reservation none default
tank/vm-isos recordsize 128K default
tank/vm-isos mountpoint /tank/vm-isos default
tank/vm-isos sharenfs off default
tank/vm-isos checksum on default
tank/vm-isos compression lz4 inherited from tank
tank/vm-isos atime on default
tank/vm-isos devices on default
tank/vm-isos exec on default
tank/vm-isos setuid on default
tank/vm-isos readonly off default
tank/vm-isos zoned off default
tank/vm-isos snapdir hidden default
tank/vm-isos aclinherit restricted default
tank/vm-isos canmount on default
tank/vm-isos xattr on default
tank/vm-isos copies 1 default
tank/vm-isos version 5 -
tank/vm-isos utf8only off -
tank/vm-isos normalization none -
tank/vm-isos casesensitivity sensitive -
tank/vm-isos vscan off default
tank/vm-isos nbmand off default
tank/vm-isos sharesmb off default
tank/vm-isos refquota none default
tank/vm-isos refreservation none default
tank/vm-isos primarycache all default
tank/vm-isos secondarycache all default
tank/vm-isos usedbysnapshots 0 -
tank/vm-isos usedbydataset 5.25G -
tank/vm-isos usedbychildren 0 -
tank/vm-isos usedbyrefreservation 0 -
tank/vm-isos logbias latency default
tank/vm-isos dedup off default
tank/vm-isos mlslabel none default
tank/vm-isos sync standard default
tank/vm-isos refcompressratio 1.00x -
tank/vm-isos written 5.25G -
tank/vm-isos logicalused 5.24G -
tank/vm-isos logicalreferenced 5.24G -
tank/vm-isos snapdev hidden default
tank/vm-isos acltype off default
tank/vm-isos context none default
tank/vm-isos fscontext none default
tank/vm-isos defcontext none default
tank/vm-isos rootcontext none default
tank/vm-isos relatime on inherited from tank
root@gregor:~# zpool status
pool: tank
state: DEGRADED
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: http://zfsonlinux.org/msg/ZFS-8000-4J
scan: resilvered 60K in 0h0m with 0 errors on Sun Jul 13 17:08:10 2014
config:
NAME STATE READ WRITE CKSUM
tank DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
ata-TOSHIBA_DT01ACA300_Z3GG982GS ONLINE 0 0 0
ata-TOSHIBA_DT01ACA300_Z3GHBZVGS ONLINE 0 0 0
ata-TOSHIBA_DT01ACA300_Z3GHHH0GS ONLINE 0 0 0
ata-TOSHIBA_DT01ACA300_Z3GHJ3DGS UNAVAIL 0 0 0
ata-TOSHIBA_DT01ACA300_Z3GHJNSGS ONLINE 0 0 0
ata-TOSHIBA_DT01ACA300_Z3GHM2GGS ONLINE 0 0 0
errors: No known data errors
Model: ATA TOSHIBA DT01ACA3 (scsi)
Disk /dev/sdg: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 1049kB 3001GB 3001GB zfs zfs
9 3001GB 3001GB 8389kB
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.13.0-30-generic] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Toshiba 3.5" HDD DT01ACA...
Device Model: TOSHIBA DT01ACA300
Serial Number: Z3GHJ3DGS
LU WWN Device Id: 5 000039 ff4d5258b
Firmware Version: MX6OABB0
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 7200 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Sun Jul 13 19:58:49 2014 BST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (22078) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 368) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 016 Pre-fail Always - 0
2 Throughput_Performance 0x0005 139 139 054 Pre-fail Offline - 70
3 Spin_Up_Time 0x0007 137 137 024 Pre-fail Always - 418 (Average 418)
4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 17
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 124 124 020 Pre-fail Offline - 33
9 Power_On_Hours 0x0012 100 100 000 Old_age Always - 2693
10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 17
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 21
193 Load_Cycle_Count 0x0012 100 100 000 Old_age Always - 21
194 Temperature_Celsius 0x0002 136 136 000 Old_age Always - 44 (Min/Max 16/49)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
tank:
version: 5000
name: 'tank'
state: 0
txg: 1919308
pool_guid: 2092697500039643005
errata: 0
hostid: 8323329
hostname: 'gregor'
vdev_children: 1
vdev_tree:
type: 'root'
id: 0
guid: 2092697500039643005
children[0]:
type: 'raidz'
id: 0
guid: 2170126991517895508
nparity: 2
metaslab_array: 34
metaslab_shift: 37
ashift: 12
asize: 18003470057472
is_log: 0
create_txg: 4
children[0]:
type: 'disk'
id: 0
guid: 8814840696302859756
path: '/dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3GG982GS-part1'
whole_disk: 1
DTL: 189
create_txg: 4
children[1]:
type: 'disk'
id: 1
guid: 10164589834279994608
path: '/dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3GHBZVGS-part1'
whole_disk: 1
DTL: 188
create_txg: 4
children[2]:
type: 'disk'
id: 2
guid: 3608207070111065648
path: '/dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3GHHH0GS-part1'
whole_disk: 1
DTL: 172
create_txg: 4
children[3]:
type: 'disk'
id: 3
guid: 779027339823457426
path: '/dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3GHJ3DGS-part1'
whole_disk: 1
DTL: 187
create_txg: 4
children[4]:
type: 'disk'
id: 4
guid: 17068071202421059521
path: '/dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3GHJNSGS-part1'
whole_disk: 1
DTL: 171
create_txg: 4
children[5]:
type: 'disk'
id: 5
guid: 9718819045757348903
path: '/dev/disk/by-id/ata-TOSHIBA_DT01ACA300_Z3GHM2GGS-part1'
whole_disk: 1
DTL: 186
create_txg: 4
features_for_read:
tank:
version: 5000
name: 'tank'
state: 0
txg: 1919422
pool_guid: 2092697500039643005
errata: 0
hostid: 8323329
hostname: 'gregor'
vdev_children: 1
vdev_tree:
type: 'root'
id: 0
guid: 2092697500039643005
children[0]:
type: 'raidz'
id: 0
guid: 2170126991517895508
nparity: 2
metaslab_array: 34
metaslab_shift: 37
ashift: 12
asize: 18003470057472
is_log: 0
create_txg: 4
children[0]:
type: 'disk'
id: 0
guid: 8814840696302859756
path: '/dev/sdf1'
whole_disk: 1
DTL: 189
create_txg: 4
children[1]:
type: 'disk'
id: 1
guid: 10164589834279994608
path: '/dev/sde1'
whole_disk: 1
DTL: 188
create_txg: 4
children[2]:
type: 'disk'
id: 2
guid: 3608207070111065648
path: '/dev/sda1'
whole_disk: 1
DTL: 172
create_txg: 4
children[3]:
type: 'disk'
id: 3
guid: 779027339823457426
path: '/dev/sdg1'
whole_disk: 1
DTL: 187
create_txg: 4
children[4]:
type: 'disk'
id: 4
guid: 17068071202421059521
path: '/dev/sdd1'
whole_disk: 1
DTL: 171
create_txg: 4
children[5]:
type: 'disk'
id: 5
guid: 9718819045757348903
path: '/dev/sdb1'
whole_disk: 1
DTL: 186
create_txg: 4
features_for_read:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment