[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Jessie: network link detection problems with Intel nics



Hi,

I'm having an odd problem on one of my servers in which the network link is not detected (error getting DHCP, going to console and entering "ip link" shows NO_CARRIER) on preseeded Jessie installations.

Mainboard: http://www.supermicro.nl/products/motherboard/Xeon/C220/X10SLM_-LN4F.cfm
4x i210AT NIC on mainboard, cable connected to eth0

Problem always occurs on:

- Debian Jessie when doing automated installations
- Ubuntu 13.10 netinstall
- Ubuntu 14.04 netinstall

Problem does not occurs on:

- Debian Wheezy

Problem sometimes occurs on:

- Interactive installations on Debian Jessie. They work most of the time, but not always.


Simplified PXE script that always reproduces the problem on this server:

==
#!ipxe
kernel http://myserver/dists/jessie/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux netcfg/choose_interface=mymacaddress debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us initrd http://myserver/dists/jessie/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz
boot
==

If I make it a tiny bit more interactive by not preseeding the keyboard definition and letting it prompt for that, it does get a link most of the time (but not always).

==
#!ipxe
kernel http://myserver/dists/jessie/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux netcfg/choose_interface=mymacaddress debian-installer/locale=en_US initrd http://myserver/dists/jessie/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz
boot
==

Also tried introducing a delay with preseed/early_command="sleep 60", but that doesn't seem to make a difference.


Both Wheezy and Jessie seem to use the same network driver version:

==
igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
==

So wondering what else could be the problem that causes this.
Attached /var/log/syslog and dmesg (copied to USB stick) from an automated Jessie installation that fails to get a link, an interactive Jessie one that does work and one from Wheezy that always works.

--
Yours sincerely,

Floris Bos

Aug 12 11:10:58 syslogd started: BusyBox v1.20.2
Aug 12 11:10:58 kernel: klogd started: BusyBox v1.20.2 (Debian 1:1.20.0-7)
Aug 12 11:10:58 kernel: [    0.000000] Initializing cgroup subsys cpuset
Aug 12 11:10:58 kernel: [    0.000000] Initializing cgroup subsys cpu
Aug 12 11:10:58 kernel: [    0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.57-3
Aug 12 11:10:58 kernel: [    0.000000] Command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
Aug 12 11:10:58 kernel: [    0.000000] BIOS-provided physical RAM map:
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009b000 (usable)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 000000000009b000 - 00000000000a0000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000cd94f000 (usable)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000cd94f000 - 00000000cd956000 (ACPI NVS)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000cd956000 - 00000000dd807000 (usable)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000dd807000 - 00000000dd8f7000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000dd8f7000 - 00000000dd93e000 (usable)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000dd93e000 - 00000000dda77000 (ACPI NVS)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000dda77000 - 00000000df7ff000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000df7ff000 - 00000000df800000 (usable)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Aug 12 11:10:58 kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000420000000 (usable)
Aug 12 11:10:58 kernel: [    0.000000] NX (Execute Disable) protection: active
Aug 12 11:10:58 kernel: [    0.000000] SMBIOS 2.7 present.
Aug 12 11:10:58 kernel: [    0.000000] DMI: Supermicro X10SLM+-LN4F/X10SLM+-LN4F, BIOS 2.00 04/24/2014
Aug 12 11:10:58 kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Aug 12 11:10:58 kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Aug 12 11:10:58 kernel: [    0.000000] No AGP bridge found
Aug 12 11:10:58 kernel: [    0.000000] last_pfn = 0x420000 max_arch_pfn = 0x400000000
Aug 12 11:10:58 kernel: [    0.000000] MTRR default type: uncachable
Aug 12 11:10:58 kernel: [    0.000000] MTRR fixed ranges enabled:
Aug 12 11:10:58 kernel: [    0.000000]   00000-9FFFF write-back
Aug 12 11:10:58 kernel: [    0.000000]   A0000-BFFFF uncachable
Aug 12 11:10:58 kernel: [    0.000000]   C0000-CBFFF write-protect
Aug 12 11:10:58 kernel: [    0.000000]   CC000-E7FFF uncachable
Aug 12 11:10:58 kernel: [    0.000000]   E8000-FFFFF write-protect
Aug 12 11:10:58 kernel: [    0.000000] MTRR variable ranges enabled:
Aug 12 11:10:58 kernel: [    0.000000]   0 base 0000000000 mask 7C00000000 write-back
Aug 12 11:10:58 kernel: [    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
Aug 12 11:10:58 kernel: [    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
Aug 12 11:10:58 kernel: [    0.000000]   3 disabled
Aug 12 11:10:58 kernel: [    0.000000]   4 disabled
Aug 12 11:10:58 kernel: [    0.000000]   5 disabled
Aug 12 11:10:58 kernel: [    0.000000]   6 disabled
Aug 12 11:10:58 kernel: [    0.000000]   7 disabled
Aug 12 11:10:58 kernel: [    0.000000]   8 disabled
Aug 12 11:10:58 kernel: [    0.000000]   9 disabled
Aug 12 11:10:58 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Aug 12 11:10:58 kernel: [    0.000000] e820 update range: 00000000e0000000 - 0000000100000000 (usable) ==> (reserved)
Aug 12 11:10:58 kernel: [    0.000000] last_pfn = 0xdf800 max_arch_pfn = 0x400000000
Aug 12 11:10:58 kernel: [    0.000000] found SMP MP-table at [ffff8800000fd7b0] fd7b0
Aug 12 11:10:58 kernel: [    0.000000] initial memory mapped : 0 - 20000000
Aug 12 11:10:58 kernel: [    0.000000] Base memory trampoline at [ffff88000007c000] 7c000 size 20480
Aug 12 11:10:58 kernel: [    0.000000] Using GB pages for direct mapping
Aug 12 11:10:58 kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000df800000
Aug 12 11:10:58 kernel: [    0.000000]  0000000000 - 00c0000000 page 1G
Aug 12 11:10:58 kernel: [    0.000000]  00c0000000 - 00df800000 page 2M
Aug 12 11:10:58 kernel: [    0.000000] kernel direct mapping tables up to df800000 @ 1fffe000-20000000
Aug 12 11:10:58 kernel: [    0.000000] init_memory_mapping: 0000000100000000-0000000420000000
Aug 12 11:10:58 kernel: [    0.000000]  0100000000 - 0400000000 page 1G
Aug 12 11:10:58 kernel: [    0.000000]  0400000000 - 0420000000 page 2M
Aug 12 11:10:58 kernel: [    0.000000] kernel direct mapping tables up to 420000000 @ dd93c000-dd93e000
Aug 12 11:10:58 kernel: [    0.000000] RAMDISK: 7f500000 - 7ff46000
Aug 12 11:10:58 kernel: [    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 SUPERM)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: XSDT 00000000dda460a0 000BC (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: FACP 00000000dda55290 0010C (v05 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 11:10:58 kernel: [    0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: DSDT 00000000dda461f0 0F09C (v02 SUPERM SMCI--MB 00000000 INTL 20120711)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: FACS 00000000dda76f80 00040
Aug 12 11:10:58 kernel: [    0.000000] ACPI: APIC 00000000dda553a0 00092 (v03 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: FPDT 00000000dda55438 00044 (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda55480 00BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda56070 00540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda565b0 00B74 (v01 CpuRef  CpuSsdt 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda57128 002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda57420 00348 (v01  PmRef    ApTst 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: MCFG 00000000dda57768 0003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: PRAD 00000000dda577a8 000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: HPET 00000000dda57878 00038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda578b0 00397 (v01 SataRe SataTabl 00001000 INTL 20120711)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SSDT 00000000dda57c48 05B5E (v01 SaSsdt  SaSsdt  00003000 INTL 20120711)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: SPMI 00000000dda5d7a8 00040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: DMAR 00000000dda5d7e8 00080 (v01 INTEL      BDW  00000001 INTL 00000001)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: EINJ 00000000dda5d868 00130 (v01    AMI AMI EINJ 00000000      00000000)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: ERST 00000000dda5d998 00230 (v01  AMIER AMI ERST 00000000      00000000)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: HEST 00000000dda5dbc8 000A8 (v01    AMI AMI HEST 00000000      00000000)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: BERT 00000000dda5dc70 00030 (v01    AMI AMI BERT 00000000      00000000)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Aug 12 11:10:58 kernel: [    0.000000] No NUMA configuration found
Aug 12 11:10:58 kernel: [    0.000000] Faking a node at 0000000000000000-0000000420000000
Aug 12 11:10:58 kernel: [    0.000000] Initmem setup node 0 0000000000000000-0000000420000000
Aug 12 11:10:58 kernel: [    0.000000]   NODE_DATA [000000041fffb000 - 000000041fffffff]
Aug 12 11:10:58 kernel: [    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f600000-ffff88041d7fffff] on node 0
Aug 12 11:10:58 kernel: [    0.000000] Zone PFN ranges:
Aug 12 11:10:58 kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
Aug 12 11:10:58 kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
Aug 12 11:10:58 kernel: [    0.000000]   Normal   0x00100000 -> 0x00420000
Aug 12 11:10:58 kernel: [    0.000000] Movable zone start PFN for each node
Aug 12 11:10:58 kernel: [    0.000000] early_node_map[6] active PFN ranges
Aug 12 11:10:58 kernel: [    0.000000]     0: 0x00000010 -> 0x0000009b
Aug 12 11:10:58 kernel: [    0.000000]     0: 0x00000100 -> 0x000cd94f
Aug 12 11:10:58 kernel: [    0.000000]     0: 0x000cd956 -> 0x000dd807
Aug 12 11:10:58 kernel: [    0.000000]     0: 0x000dd8f7 -> 0x000dd93e
Aug 12 11:10:58 kernel: [    0.000000]     0: 0x000df7ff -> 0x000df800
Aug 12 11:10:58 kernel: [    0.000000]     0: 0x00100000 -> 0x00420000
Aug 12 11:10:58 kernel: [    0.000000] On node 0 totalpages: 4184019
Aug 12 11:10:58 kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Aug 12 11:10:58 kernel: [    0.000000]   DMA zone: 31 pages reserved
Aug 12 11:10:58 kernel: [    0.000000]   DMA zone: 3892 pages, LIFO batch:0
Aug 12 11:10:58 kernel: [    0.000000]   DMA32 zone: 14280 pages used for memmap
Aug 12 11:10:58 kernel: [    0.000000]   DMA32 zone: 888960 pages, LIFO batch:31
Aug 12 11:10:58 kernel: [    0.000000]   Normal zone: 44800 pages used for memmap
Aug 12 11:10:58 kernel: [    0.000000]   Normal zone: 3232000 pages, LIFO batch:31
Aug 12 11:10:58 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1808
Aug 12 11:10:58 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 12 11:10:58 kernel: [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
Aug 12 11:10:58 kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Aug 12 11:10:58 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 12 11:10:58 kernel: [    0.000000] ACPI: IRQ0 used by override.
Aug 12 11:10:58 kernel: [    0.000000] ACPI: IRQ2 used by override.
Aug 12 11:10:58 kernel: [    0.000000] ACPI: IRQ9 used by override.
Aug 12 11:10:58 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Aug 12 11:10:58 kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Aug 12 11:10:58 kernel: [    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
Aug 12 11:10:58 kernel: [    0.000000] nr_irqs_gsi: 40
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000cd94f000 - 00000000cd956000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000dd807000 - 00000000dd8f7000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000dd93e000 - 00000000dda77000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000dda77000 - 00000000df7ff000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000f8000000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
Aug 12 11:10:58 kernel: [    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Aug 12 11:10:58 kernel: [    0.000000] Allocating PCI resources starting at df800000 (gap: df800000:18800000)
Aug 12 11:10:58 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Aug 12 11:10:58 kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
Aug 12 11:10:58 kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041fc00000 s82944 r8192 d23552 u262144
Aug 12 11:10:58 kernel: [    0.000000] pcpu-alloc: s82944 r8192 d23552 u262144 alloc=1*2097152
Aug 12 11:10:58 kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 12 11:10:58 kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4124852
Aug 12 11:10:58 kernel: [    0.000000] Policy zone: Normal
Aug 12 11:10:58 kernel: [    0.000000] Kernel command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
Aug 12 11:10:58 kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Aug 12 11:10:58 kernel: [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Aug 12 11:10:58 kernel: [    0.000000] Checking aperture...
Aug 12 11:10:58 kernel: [    0.000000] No AGP bridge found
Aug 12 11:10:58 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Aug 12 11:10:58 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 12 11:10:58 kernel: [    0.000000] Memory: 16418548k/17301504k available (3428k kernel code, 565428k absent, 317528k reserved, 3310k data, 580k init)
Aug 12 11:10:58 kernel: [    0.000000] Hierarchical RCU implementation.
Aug 12 11:10:58 kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Aug 12 11:10:58 kernel: [    0.000000] NR_IRQS:33024 nr_irqs:744 16
Aug 12 11:10:58 kernel: [    0.000000] Extended CMOS year: 2000
Aug 12 11:10:58 kernel: [    0.000000] Console: colour VGA+ 80x25
Aug 12 11:10:58 kernel: [    0.000000] console [tty0] enabled
Aug 12 11:10:58 kernel: [    0.000000] hpet clockevent registered
Aug 12 11:10:58 kernel: [    0.000000] Fast TSC calibration using PIT
Aug 12 11:10:58 kernel: [    0.004000] Detected 3399.655 MHz processor.
Aug 12 11:10:58 kernel: [    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.31 BogoMIPS (lpj=13598620)
Aug 12 11:10:58 kernel: [    0.000201] pid_max: default: 32768 minimum: 301
Aug 12 11:10:58 kernel: [    0.000323] Security Framework initialized
Aug 12 11:10:58 kernel: [    0.000432] AppArmor: AppArmor disabled by boot time parameter
Aug 12 11:10:58 kernel: [    0.001132] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Aug 12 11:10:58 kernel: [    0.003174] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Aug 12 11:10:58 kernel: [    0.004132] Mount-cache hash table entries: 256
Aug 12 11:10:58 kernel: [    0.004299] Initializing cgroup subsys cpuacct
Aug 12 11:10:58 kernel: [    0.004403] Initializing cgroup subsys memory
Aug 12 11:10:58 kernel: [    0.004506] Initializing cgroup subsys devices
Aug 12 11:10:58 kernel: [    0.004610] Initializing cgroup subsys freezer
Aug 12 11:10:58 kernel: [    0.004708] Initializing cgroup subsys net_cls
Aug 12 11:10:58 kernel: [    0.004810] Initializing cgroup subsys blkio
Aug 12 11:10:58 kernel: [    0.004909] Initializing cgroup subsys perf_event
Aug 12 11:10:58 kernel: [    0.005030] CPU: Physical Processor ID: 0
Aug 12 11:10:58 kernel: [    0.005142] CPU: Processor Core ID: 0
Aug 12 11:10:58 kernel: [    0.005242] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 12 11:10:58 kernel: [    0.005242] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Aug 12 11:10:58 kernel: [    0.015173] mce: CPU supports 9 MCE banks
Aug 12 11:10:58 kernel: [    0.015283] CPU0: Thermal monitoring enabled (TM1)
Aug 12 11:10:58 kernel: [    0.015394] using mwait in idle threads.
Aug 12 11:10:58 kernel: [    0.015727] ACPI: Core revision 20110623
Aug 12 11:10:58 kernel: [    0.023850] DMAR: Host address width 39
Aug 12 11:10:58 kernel: [    0.023953] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Aug 12 11:10:58 kernel: [    0.024057] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
Aug 12 11:10:58 kernel: [    0.024189] DMAR: RMRR base: 0x000000df69a000 end: 0x000000df6a8fff
Aug 12 11:10:58 kernel: [    0.024350] IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
Aug 12 11:10:58 kernel: [    0.024448] HPET id 0 under DRHD base 0xfed90000
Aug 12 11:10:58 kernel: [    0.024548] ------------[ cut here ]------------
Aug 12 11:10:58 kernel: [    0.024647] WARNING: at /build/linux-X2rDfB/linux-3.2.57/drivers/iommu/intr_remapping.c:558 enable_intr_remapping+0x71/0x266()
Aug 12 11:10:58 kernel: [    0.024783] Hardware name: X10SLM+-LN4F
Aug 12 11:10:58 kernel: [    0.024881] Your BIOS is broken and requested that x2apic be disabled
Aug 12 11:10:58 kernel: [    0.024882] This will leave your machine vulnerable to irq-injection attacks
Aug 12 11:10:58 kernel: [    0.024882] Use 'intremap=no_x2apic_optout' to override BIOS request
Aug 12 11:10:58 kernel: [    0.025189] Modules linked in:
Aug 12 11:10:58 kernel: [    0.025352] Pid: 1, comm: swapper/0 Not tainted 3.2.0-4-amd64 #1 Debian 3.2.57-3
Aug 12 11:10:58 kernel: [    0.025478] Call Trace:
Aug 12 11:10:58 kernel: [    0.025576]  [<ffffffff81046cd9>] ? warn_slowpath_common+0x78/0x8c
Aug 12 11:10:58 kernel: [    0.025687]  [<ffffffff81046d85>] ? warn_slowpath_fmt+0x45/0x4a
Aug 12 11:10:58 kernel: [    0.025791]  [<ffffffff816e0b9e>] ? enable_intr_remapping+0x71/0x266
Aug 12 11:10:58 kernel: [    0.025893]  [<ffffffff816b8c6b>] ? enable_IR_x2apic+0x7a/0x1d3
Aug 12 11:10:58 kernel: [    0.025999]  [<ffffffff8134fa6f>] ? _raw_spin_unlock_irqrestore+0xe/0xf
Aug 12 11:10:58 kernel: [    0.026106]  [<ffffffff816ba948>] ? default_setup_apic_routing+0xd/0x71
Aug 12 11:10:58 kernel: [    0.026211]  [<ffffffff816b6f27>] ? native_smp_prepare_cpus+0x2dc/0x2f4
Aug 12 11:10:58 kernel: [    0.026315]  [<ffffffff816abbc0>] ? kernel_init+0x7f/0x157
Aug 12 11:10:58 kernel: [    0.026414]  [<ffffffff81356b74>] ? kernel_thread_helper+0x4/0x10
Aug 12 11:10:58 kernel: [    0.026516]  [<ffffffff816abb41>] ? start_kernel+0x3c3/0x3c3
Aug 12 11:10:58 kernel: [    0.026620]  [<ffffffff81356b70>] ? gs_change+0x13/0x13
Aug 12 11:10:58 kernel: [    0.026723] ---[ end trace 678780d230aa6650 ]---
Aug 12 11:10:58 kernel: [    0.026878] Enabled IRQ remapping in xapic mode
Aug 12 11:10:58 kernel: [    0.026993] x2apic not enabled, IRQ remapping is in xapic mode
Aug 12 11:10:58 kernel: [    0.027486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 12 11:10:58 kernel: [    0.067240] CPU0: Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz stepping 03
Aug 12 11:10:58 kernel: [    0.172956] Performance Events: no PEBS fmt2+, generic architected perfmon, Intel PMU driver.
Aug 12 11:10:58 kernel: [    0.173297] ... version:                3
Aug 12 11:10:58 kernel: [    0.173395] ... bit width:              48
Aug 12 11:10:58 kernel: [    0.173494] ... generic registers:      4
Aug 12 11:10:58 kernel: [    0.173590] ... value mask:             0000ffffffffffff
Aug 12 11:10:58 kernel: [    0.173693] ... max period:             000000007fffffff
Aug 12 11:10:58 kernel: [    0.173792] ... fixed-purpose events:   3
Aug 12 11:10:58 kernel: [    0.173889] ... event mask:             000000070000000f
Aug 12 11:10:58 kernel: [    0.174074] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.174240] Booting Node   0, Processors  #1
Aug 12 11:10:58 kernel: [    0.174397] smpboot cpu 1: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.285771] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.285935]  #2
Aug 12 11:10:58 kernel: [    0.286013] smpboot cpu 2: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.397676] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.397843]  #3
Aug 12 11:10:58 kernel: [    0.397920] smpboot cpu 3: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.509581] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.509741]  #4
Aug 12 11:10:58 kernel: [    0.509820] smpboot cpu 4: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.621526] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.621704]  #5
Aug 12 11:10:58 kernel: [    0.621783] smpboot cpu 5: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.733447] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.733606]  #6
Aug 12 11:10:58 kernel: [    0.733683] smpboot cpu 6: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.845344] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.845511]  #7 Ok.
Aug 12 11:10:58 kernel: [    0.845602] smpboot cpu 7: start_ip = 7c000
Aug 12 11:10:58 kernel: [    0.957372] NMI watchdog enabled, takes one hw-pmu counter.
Aug 12 11:10:58 kernel: [    0.957489] Brought up 8 CPUs
Aug 12 11:10:58 kernel: [    0.957589] Total of 8 processors activated (54397.76 BogoMIPS).
Aug 12 11:10:58 kernel: [    0.964370] devtmpfs: initialized
Aug 12 11:10:58 kernel: [    0.966375] PM: Registering ACPI NVS region at cd94f000 (28672 bytes)
Aug 12 11:10:58 kernel: [    0.966484] PM: Registering ACPI NVS region at dd93e000 (1282048 bytes)
Aug 12 11:10:58 kernel: [    0.966688] print_constraints: dummy: 
Aug 12 11:10:58 kernel: [    0.966821] NET: Registered protocol family 16
Aug 12 11:10:58 kernel: [    0.966977] ACPI: bus type pci registered
Aug 12 11:10:58 kernel: [    0.967125] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Aug 12 11:10:58 kernel: [    0.967259] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Aug 12 11:10:58 kernel: [    0.970941] PCI: Using configuration type 1 for base access
Aug 12 11:10:58 kernel: [    0.971649] bio: create slab <bio-0> at 0
Aug 12 11:10:58 kernel: [    0.971810] ACPI: Added _OSI(Module Device)
Aug 12 11:10:58 kernel: [    0.971909] ACPI: Added _OSI(Processor Device)
Aug 12 11:10:58 kernel: [    0.972007] ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 12 11:10:58 kernel: [    0.972107] ACPI: Added _OSI(Processor Aggregator Device)
Aug 12 11:10:58 kernel: [    0.973599] ACPI: EC: Look up EC in DSDT
Aug 12 11:10:58 kernel: [    0.975241] ACPI: Executed 5 blocks of module-level executable AML code
Aug 12 11:10:58 kernel: [    1.031895] ACPI: Dynamic OEM Table Load:
Aug 12 11:10:58 kernel: [    1.032135] ACPI: PRAD           (null) 000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
Aug 12 11:10:58 kernel: [    1.060503] ACPI: SSDT 00000000dd8a5c18 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Aug 12 11:10:58 kernel: [    1.061121] ACPI: Dynamic OEM Table Load:
Aug 12 11:10:58 kernel: [    1.061365] ACPI: SSDT           (null) 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Aug 12 11:10:58 kernel: [    1.072581] ACPI: SSDT 00000000dd8a5618 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    1.073252] ACPI: Dynamic OEM Table Load:
Aug 12 11:10:58 kernel: [    1.073494] ACPI: SSDT           (null) 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    1.084475] ACPI: SSDT 00000000dd8a4d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    1.085089] ACPI: Dynamic OEM Table Load:
Aug 12 11:10:58 kernel: [    1.085327] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Aug 12 11:10:58 kernel: [    1.097290] ACPI: Interpreter enabled
Aug 12 11:10:58 kernel: [    1.097391] ACPI: (supports S0 S3 S4 S5)
Aug 12 11:10:58 kernel: [    1.097794] ACPI: Using IOAPIC for interrupt routing
Aug 12 11:10:58 kernel: [    1.098164] ACPI: Power Resource [PG00] (on)
Aug 12 11:10:58 kernel: [    1.108605] ACPI: Power Resource [PG01] (on)
Aug 12 11:10:58 kernel: [    1.120576] ACPI: Power Resource [PG02] (on)
Aug 12 11:10:58 kernel: [    1.137054] ACPI: Power Resource [FN00] (off)
Aug 12 11:10:58 kernel: [    1.137203] ACPI: Power Resource [FN01] (off)
Aug 12 11:10:58 kernel: [    1.137352] ACPI: Power Resource [FN02] (off)
Aug 12 11:10:58 kernel: [    1.137497] ACPI: Power Resource [FN03] (off)
Aug 12 11:10:58 kernel: [    1.137645] ACPI: Power Resource [FN04] (off)
Aug 12 11:10:58 kernel: [    1.138279] ACPI: No dock devices found.
Aug 12 11:10:58 kernel: [    1.138401] HEST: Table parsing has been initialized.
Aug 12 11:10:58 kernel: [    1.138507] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 12 11:10:58 kernel: [    1.138841] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Aug 12 11:10:58 kernel: [    1.139245] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
Aug 12 11:10:58 kernel: [    1.139354] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
Aug 12 11:10:58 kernel: [    1.139458] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Aug 12 11:10:58 kernel: [    1.139584] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
Aug 12 11:10:58 kernel: [    1.139705] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
Aug 12 11:10:58 kernel: [    1.139831] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
Aug 12 11:10:58 kernel: [    1.139955] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
Aug 12 11:10:58 kernel: [    1.140078] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
Aug 12 11:10:58 kernel: [    1.140201] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
Aug 12 11:10:58 kernel: [    1.140325] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
Aug 12 11:10:58 kernel: [    1.140452] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
Aug 12 11:10:58 kernel: [    1.140588] pci 0000:00:00.0: [8086:0c08] type 0 class 0x000600
Aug 12 11:10:58 kernel: [    1.140620] pci 0000:00:01.0: [8086:0c01] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.140643] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.140682] pci 0000:00:14.0: [8086:8c31] type 0 class 0x000c03
Aug 12 11:10:58 kernel: [    1.140698] pci 0000:00:14.0: reg 10: [mem 0xf7500000-0xf750ffff 64bit]
Aug 12 11:10:58 kernel: [    1.140748] pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 12 11:10:58 kernel: [    1.140764] pci 0000:00:16.0: [8086:8c3a] type 0 class 0x000780
Aug 12 11:10:58 kernel: [    1.140780] pci 0000:00:16.0: reg 10: [mem 0xf7517000-0xf751700f 64bit]
Aug 12 11:10:58 kernel: [    1.140832] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.140848] pci 0000:00:16.1: [8086:8c3b] type 0 class 0x000780
Aug 12 11:10:58 kernel: [    1.140864] pci 0000:00:16.1: reg 10: [mem 0xf7516000-0xf751600f 64bit]
Aug 12 11:10:58 kernel: [    1.140915] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.140941] pci 0000:00:1a.0: [8086:8c2d] type 0 class 0x000c03
Aug 12 11:10:58 kernel: [    1.140958] pci 0000:00:1a.0: reg 10: [mem 0xf7514000-0xf75143ff]
Aug 12 11:10:58 kernel: [    1.141033] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141053] pci 0000:00:1c.0: [8086:8c10] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.141106] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141126] pci 0000:00:1c.2: [8086:8c14] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.141179] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141199] pci 0000:00:1c.3: [8086:8c16] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.141253] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141274] pci 0000:00:1c.6: [8086:8c1c] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.141335] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141355] pci 0000:00:1c.7: [8086:8c1e] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.141416] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141439] pci 0000:00:1d.0: [8086:8c26] type 0 class 0x000c03
Aug 12 11:10:58 kernel: [    1.141456] pci 0000:00:1d.0: reg 10: [mem 0xf7513000-0xf75133ff]
Aug 12 11:10:58 kernel: [    1.141530] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.141552] pci 0000:00:1f.0: [8086:8c54] type 0 class 0x000601
Aug 12 11:10:58 kernel: [    1.141655] pci 0000:00:1f.2: [8086:8c02] type 0 class 0x000106
Aug 12 11:10:58 kernel: [    1.141667] pci 0000:00:1f.2: reg 10: [io  0xf050-0xf057]
Aug 12 11:10:58 kernel: [    1.141674] pci 0000:00:1f.2: reg 14: [io  0xf040-0xf043]
Aug 12 11:10:58 kernel: [    1.141680] pci 0000:00:1f.2: reg 18: [io  0xf030-0xf037]
Aug 12 11:10:58 kernel: [    1.141687] pci 0000:00:1f.2: reg 1c: [io  0xf020-0xf023]
Aug 12 11:10:58 kernel: [    1.141693] pci 0000:00:1f.2: reg 20: [io  0xf000-0xf01f]
Aug 12 11:10:58 kernel: [    1.141699] pci 0000:00:1f.2: reg 24: [mem 0xf7512000-0xf75127ff]
Aug 12 11:10:58 kernel: [    1.141728] pci 0000:00:1f.2: PME# supported from D3hot
Aug 12 11:10:58 kernel: [    1.141741] pci 0000:00:1f.3: [8086:8c22] type 0 class 0x000c05
Aug 12 11:10:58 kernel: [    1.141753] pci 0000:00:1f.3: reg 10: [mem 0xf7511000-0xf75110ff 64bit]
Aug 12 11:10:58 kernel: [    1.141769] pci 0000:00:1f.3: reg 20: [io  0x0580-0x059f]
Aug 12 11:10:58 kernel: [    1.141799] pci 0000:00:1f.6: [8086:8c24] type 0 class 0x001180
Aug 12 11:10:58 kernel: [    1.141815] pci 0000:00:1f.6: reg 10: [mem 0xf7510000-0xf7510fff 64bit]
Aug 12 11:10:58 kernel: [    1.141888] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Aug 12 11:10:58 kernel: [    1.142045] pci 0000:02:00.0: [1a03:1150] type 1 class 0x000604
Aug 12 11:10:58 kernel: [    1.142151] pci 0000:02:00.0: supports D1 D2
Aug 12 11:10:58 kernel: [    1.142152] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.142175] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Aug 12 11:10:58 kernel: [    1.142311] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
Aug 12 11:10:58 kernel: [    1.142415] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 12 11:10:58 kernel: [    1.142418] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 11:10:58 kernel: [    1.142500] pci 0000:03:00.0: [1a03:2000] type 0 class 0x000300
Aug 12 11:10:58 kernel: [    1.142526] pci 0000:03:00.0: reg 10: [mem 0xf6000000-0xf6ffffff]
Aug 12 11:10:58 kernel: [    1.142539] pci 0000:03:00.0: reg 14: [mem 0xf7000000-0xf701ffff]
Aug 12 11:10:58 kernel: [    1.142552] pci 0000:03:00.0: reg 18: [io  0xe000-0xe07f]
Aug 12 11:10:58 kernel: [    1.142648] pci 0000:03:00.0: supports D1 D2
Aug 12 11:10:58 kernel: [    1.142649] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.142714] pci 0000:02:00.0: PCI bridge to [bus 03-03]
Aug 12 11:10:58 kernel: [    1.142819] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Aug 12 11:10:58 kernel: [    1.142823] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 11:10:58 kernel: [    1.142898] pci 0000:04:00.0: [8086:1533] type 0 class 0x000200
Aug 12 11:10:58 kernel: [    1.142921] pci 0000:04:00.0: reg 10: [mem 0xf7400000-0xf747ffff]
Aug 12 11:10:58 kernel: [    1.142953] pci 0000:04:00.0: reg 18: [io  0xd000-0xd01f]
Aug 12 11:10:58 kernel: [    1.142968] pci 0000:04:00.0: reg 1c: [mem 0xf7480000-0xf7483fff]
Aug 12 11:10:58 kernel: [    1.143105] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.148380] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
Aug 12 11:10:58 kernel: [    1.148479] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Aug 12 11:10:58 kernel: [    1.148482] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
Aug 12 11:10:58 kernel: [    1.148555] pci 0000:05:00.0: [8086:1533] type 0 class 0x000200
Aug 12 11:10:58 kernel: [    1.148576] pci 0000:05:00.0: reg 10: [mem 0xf7300000-0xf737ffff]
Aug 12 11:10:58 kernel: [    1.148607] pci 0000:05:00.0: reg 18: [io  0xc000-0xc01f]
Aug 12 11:10:58 kernel: [    1.148623] pci 0000:05:00.0: reg 1c: [mem 0xf7380000-0xf7383fff]
Aug 12 11:10:58 kernel: [    1.148759] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.156381] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
Aug 12 11:10:58 kernel: [    1.156482] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
Aug 12 11:10:58 kernel: [    1.156485] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
Aug 12 11:10:58 kernel: [    1.156561] pci 0000:06:00.0: [8086:1533] type 0 class 0x000200
Aug 12 11:10:58 kernel: [    1.156582] pci 0000:06:00.0: reg 10: [mem 0xf7200000-0xf727ffff]
Aug 12 11:10:58 kernel: [    1.156614] pci 0000:06:00.0: reg 18: [io  0xb000-0xb01f]
Aug 12 11:10:58 kernel: [    1.156630] pci 0000:06:00.0: reg 1c: [mem 0xf7280000-0xf7283fff]
Aug 12 11:10:58 kernel: [    1.156766] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.164375] pci 0000:00:1c.6: PCI bridge to [bus 06-06]
Aug 12 11:10:58 kernel: [    1.164476] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Aug 12 11:10:58 kernel: [    1.164480] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Aug 12 11:10:58 kernel: [    1.164556] pci 0000:07:00.0: [8086:1533] type 0 class 0x000200
Aug 12 11:10:58 kernel: [    1.164577] pci 0000:07:00.0: reg 10: [mem 0xf7100000-0xf717ffff]
Aug 12 11:10:58 kernel: [    1.164609] pci 0000:07:00.0: reg 18: [io  0xa000-0xa01f]
Aug 12 11:10:58 kernel: [    1.164626] pci 0000:07:00.0: reg 1c: [mem 0xf7180000-0xf7183fff]
Aug 12 11:10:58 kernel: [    1.164762] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Aug 12 11:10:58 kernel: [    1.172372] pci 0000:00:1c.7: PCI bridge to [bus 07-07]
Aug 12 11:10:58 kernel: [    1.172472] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Aug 12 11:10:58 kernel: [    1.172475] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Aug 12 11:10:58 kernel: [    1.172499] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Aug 12 11:10:58 kernel: [    1.172572] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
Aug 12 11:10:58 kernel: [    1.172604] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
Aug 12 11:10:58 kernel: [    1.172628] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
Aug 12 11:10:58 kernel: [    1.172651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
Aug 12 11:10:58 kernel: [    1.172674] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT]
Aug 12 11:10:58 kernel: [    1.172698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
Aug 12 11:10:58 kernel: [    1.172792]  pci0000:00: Requesting ACPI _OSC control (0x1d)
Aug 12 11:10:58 kernel: [    1.173197]  pci0000:00: ACPI _OSC control (0x1d) granted
Aug 12 11:10:58 kernel: [    1.178068] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15)
Aug 12 11:10:58 kernel: [    1.178901] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15)
Aug 12 11:10:58 kernel: [    1.179733] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15)
Aug 12 11:10:58 kernel: [    1.180566] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *10 11 12 14 15)
Aug 12 11:10:58 kernel: [    1.181402] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 11:10:58 kernel: [    1.182400] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 11:10:58 kernel: [    1.183403] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 11:10:58 kernel: [    1.184408] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
Aug 12 11:10:58 kernel: [    1.184780] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
Aug 12 11:10:58 kernel: [    1.184905] vgaarb: loaded
Aug 12 11:10:58 kernel: [    1.184999] vgaarb: bridge control possible 0000:03:00.0
Aug 12 11:10:58 kernel: [    1.185117] PCI: Using ACPI for IRQ routing
Aug 12 11:10:58 kernel: [    1.186303] PCI: pci_cache_line_size set to 64 bytes
Aug 12 11:10:58 kernel: [    1.186441] reserve RAM buffer: 000000000009b000 - 000000000009ffff 
Aug 12 11:10:58 kernel: [    1.186442] reserve RAM buffer: 00000000cd94f000 - 00000000cfffffff 
Aug 12 11:10:58 kernel: [    1.186443] reserve RAM buffer: 00000000dd807000 - 00000000dfffffff 
Aug 12 11:10:58 kernel: [    1.186445] reserve RAM buffer: 00000000dd93e000 - 00000000dfffffff 
Aug 12 11:10:58 kernel: [    1.186446] reserve RAM buffer: 00000000df800000 - 00000000dfffffff 
Aug 12 11:10:58 kernel: [    1.186512] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 12 11:10:58 kernel: [    1.187239] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Aug 12 11:10:58 kernel: [    1.189351] Switching to clocksource hpet
Aug 12 11:10:58 kernel: [    1.190546] pnp: PnP ACPI init
Aug 12 11:10:58 kernel: [    1.190650] ACPI: bus type pnp registered
Aug 12 11:10:58 kernel: [    1.190909] pnp 00:00: [bus 00-3e]
Aug 12 11:10:58 kernel: [    1.190910] pnp 00:00: [io  0x0000-0x0cf7 window]
Aug 12 11:10:58 kernel: [    1.190912] pnp 00:00: [io  0x0cf8-0x0cff]
Aug 12 11:10:58 kernel: [    1.190913] pnp 00:00: [io  0x0d00-0xffff window]
Aug 12 11:10:58 kernel: [    1.190914] pnp 00:00: [mem 0x000a0000-0x000bffff window]
Aug 12 11:10:58 kernel: [    1.190915] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
Aug 12 11:10:58 kernel: [    1.190916] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
Aug 12 11:10:58 kernel: [    1.190917] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
Aug 12 11:10:58 kernel: [    1.190918] pnp 00:00: [mem 0x000cc000-0x000cffff window]
Aug 12 11:10:58 kernel: [    1.190919] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
Aug 12 11:10:58 kernel: [    1.190920] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
Aug 12 11:10:58 kernel: [    1.190921] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
Aug 12 11:10:58 kernel: [    1.190922] pnp 00:00: [mem 0x000dc000-0x000dffff window]
Aug 12 11:10:58 kernel: [    1.190923] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
Aug 12 11:10:58 kernel: [    1.190924] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
Aug 12 11:10:58 kernel: [    1.190925] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
Aug 12 11:10:58 kernel: [    1.190926] pnp 00:00: [mem 0x000ec000-0x000effff window]
Aug 12 11:10:58 kernel: [    1.190927] pnp 00:00: [mem 0x000f0000-0x000fffff window]
Aug 12 11:10:58 kernel: [    1.190928] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
Aug 12 11:10:58 kernel: [    1.190929] pnp 00:00: [mem 0x00010000-0x0001ffff window]
Aug 12 11:10:58 kernel: [    1.190930] pnp 00:00: [mem 0x00000000 window]
Aug 12 11:10:58 kernel: [    1.190963] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
Aug 12 11:10:58 kernel: [    1.191008] pnp 00:01: [mem 0xfed40000-0xfed44fff]
Aug 12 11:10:58 kernel: [    1.191033] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
Aug 12 11:10:58 kernel: [    1.191145] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
Aug 12 11:10:58 kernel: [    1.191151] pnp 00:02: [io  0x0000-0x001f]
Aug 12 11:10:58 kernel: [    1.191152] pnp 00:02: [io  0x0081-0x0091]
Aug 12 11:10:58 kernel: [    1.191153] pnp 00:02: [io  0x0093-0x009f]
Aug 12 11:10:58 kernel: [    1.191154] pnp 00:02: [io  0x00c0-0x00df]
Aug 12 11:10:58 kernel: [    1.191155] pnp 00:02: [dma 4]
Aug 12 11:10:58 kernel: [    1.191171] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
Aug 12 11:10:58 kernel: [    1.191175] pnp 00:03: [mem 0xff000000-0xffffffff]
Aug 12 11:10:58 kernel: [    1.191189] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
Aug 12 11:10:58 kernel: [    1.191268] pnp 00:04: [mem 0xfed00000-0xfed003ff]
Aug 12 11:10:58 kernel: [    1.191284] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
Aug 12 11:10:58 kernel: [    1.191299] pnp 00:05: [io  0x00f0]
Aug 12 11:10:58 kernel: [    1.191307] pnp 00:05: [irq 13]
Aug 12 11:10:58 kernel: [    1.191323] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
Aug 12 11:10:58 kernel: [    1.191337] pnp 00:06: [io  0x0800-0x087f]
Aug 12 11:10:58 kernel: [    1.191362] system 00:06: [io  0x0800-0x087f] has been reserved
Aug 12 11:10:58 kernel: [    1.191474] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 11:10:58 kernel: [    1.191480] pnp 00:07: [io  0x0070-0x0077]
Aug 12 11:10:58 kernel: [    1.191489] pnp 00:07: [irq 8]
Aug 12 11:10:58 kernel: [    1.191505] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 12 11:10:58 kernel: [    1.191516] pnp 00:08: [io  0x1854-0x1857]
Aug 12 11:10:58 kernel: [    1.191539] system 00:08: [io  0x1854-0x1857] has been reserved
Aug 12 11:10:58 kernel: [    1.191646] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Aug 12 11:10:58 kernel: [    1.191702] pnp 00:09: [io  0x0000-0xffffffffffffffff disabled]
Aug 12 11:10:58 kernel: [    1.191703] pnp 00:09: [io  0x0a00-0x0a1f]
Aug 12 11:10:58 kernel: [    1.191704] pnp 00:09: [io  0x0a30-0x0a3f]
Aug 12 11:10:58 kernel: [    1.191705] pnp 00:09: [io  0x0000-0xffffffffffffffff disabled]
Aug 12 11:10:58 kernel: [    1.191731] system 00:09: [io  0x0a00-0x0a1f] has been reserved
Aug 12 11:10:58 kernel: [    1.191842] system 00:09: [io  0x0a30-0x0a3f] has been reserved
Aug 12 11:10:58 kernel: [    1.191941] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 11:10:58 kernel: [    1.192110] pnp 00:0a: [io  0x03f8-0x03ff]
Aug 12 11:10:58 kernel: [    1.192121] pnp 00:0a: [irq 4]
Aug 12 11:10:58 kernel: [    1.192122] pnp 00:0a: [dma 0 disabled]
Aug 12 11:10:58 kernel: [    1.192158] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 11:10:58 kernel: [    1.192310] pnp 00:0b: [io  0x02f8-0x02ff]
Aug 12 11:10:58 kernel: [    1.192315] pnp 00:0b: [irq 3]
Aug 12 11:10:58 kernel: [    1.192316] pnp 00:0b: [dma 0 disabled]
Aug 12 11:10:58 kernel: [    1.192361] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 11:10:58 kernel: [    1.192396] pnp 00:0c: [io  0x0000-0xffffffffffffffff disabled]
Aug 12 11:10:58 kernel: [    1.192397] pnp 00:0c: [io  0x0a00-0x0a1f]
Aug 12 11:10:58 kernel: [    1.192423] system 00:0c: [io  0x0a00-0x0a1f] has been reserved
Aug 12 11:10:58 kernel: [    1.192531] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 11:10:58 kernel: [    1.192544] pnp 00:0d: [io  0x0010-0x001f]
Aug 12 11:10:58 kernel: [    1.192545] pnp 00:0d: [io  0x0022-0x003f]
Aug 12 11:10:58 kernel: [    1.192546] pnp 00:0d: [io  0x0044-0x005f]
Aug 12 11:10:58 kernel: [    1.192547] pnp 00:0d: [io  0x0062-0x0063]
Aug 12 11:10:58 kernel: [    1.192547] pnp 00:0d: [io  0x0065-0x006f]
Aug 12 11:10:58 kernel: [    1.192548] pnp 00:0d: [io  0x0072-0x007f]
Aug 12 11:10:58 kernel: [    1.192549] pnp 00:0d: [io  0x0080]
Aug 12 11:10:58 kernel: [    1.192550] pnp 00:0d: [io  0x0084-0x0086]
Aug 12 11:10:58 kernel: [    1.192551] pnp 00:0d: [io  0x0088]
Aug 12 11:10:58 kernel: [    1.192552] pnp 00:0d: [io  0x008c-0x008e]
Aug 12 11:10:58 kernel: [    1.192553] pnp 00:0d: [io  0x0090-0x009f]
Aug 12 11:10:58 kernel: [    1.192554] pnp 00:0d: [io  0x00a2-0x00bf]
Aug 12 11:10:58 kernel: [    1.192555] pnp 00:0d: [io  0x00e0-0x00ef]
Aug 12 11:10:58 kernel: [    1.192555] pnp 00:0d: [io  0x04d0-0x04d1]
Aug 12 11:10:58 kernel: [    1.192584] system 00:0d: [io  0x04d0-0x04d1] has been reserved
Aug 12 11:10:58 kernel: [    1.192690] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 11:10:58 kernel: [    1.192834] pnp 00:0e: [io  0x03e8-0x03ef]
Aug 12 11:10:58 kernel: [    1.192844] pnp 00:0e: [irq 7]
Aug 12 11:10:58 kernel: [    1.192846] pnp 00:0e: [dma 0 disabled]
Aug 12 11:10:58 kernel: [    1.192886] pnp 00:0e: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 11:10:58 kernel: [    1.192945] pnp 00:0f: [io  0x0ca2]
Aug 12 11:10:58 kernel: [    1.192946] pnp 00:0f: [io  0x0ca3]
Aug 12 11:10:58 kernel: [    1.192966] pnp 00:0f: Plug and Play ACPI device, IDs IPI0001 (active)
Aug 12 11:10:58 kernel: [    1.193242] pnp 00:10: [mem 0xfed1c000-0xfed1ffff]
Aug 12 11:10:58 kernel: [    1.193244] pnp 00:10: [mem 0xfed10000-0xfed17fff]
Aug 12 11:10:58 kernel: [    1.193245] pnp 00:10: [mem 0xfed18000-0xfed18fff]
Aug 12 11:10:58 kernel: [    1.193246] pnp 00:10: [mem 0xfed19000-0xfed19fff]
Aug 12 11:10:58 kernel: [    1.193247] pnp 00:10: [mem 0xf8000000-0xfbffffff]
Aug 12 11:10:58 kernel: [    1.193248] pnp 00:10: [mem 0xfed20000-0xfed3ffff]
Aug 12 11:10:58 kernel: [    1.193249] pnp 00:10: [mem 0xfed90000-0xfed93fff]
Aug 12 11:10:58 kernel: [    1.193250] pnp 00:10: [mem 0xfed45000-0xfed8ffff]
Aug 12 11:10:58 kernel: [    1.193250] pnp 00:10: [mem 0xff000000-0xffffffff]
Aug 12 11:10:58 kernel: [    1.193251] pnp 00:10: [mem 0xfee00000-0xfeefffff]
Aug 12 11:10:58 kernel: [    1.193252] pnp 00:10: [mem 0xf7fe0000-0xf7feffff]
Aug 12 11:10:58 kernel: [    1.193293] system 00:10: [mem 0xfed1c000-0xfed1ffff] has been reserved
Aug 12 11:10:58 kernel: [    1.193405] system 00:10: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 12 11:10:58 kernel: [    1.193507] system 00:10: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 12 11:10:58 kernel: [    1.193611] system 00:10: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 12 11:10:58 kernel: [    1.193715] system 00:10: [mem 0xf8000000-0xfbffffff] has been reserved
Aug 12 11:10:58 kernel: [    1.193819] system 00:10: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 12 11:10:58 kernel: [    1.202911] system 00:10: [mem 0xfed90000-0xfed93fff] has been reserved
Aug 12 11:10:58 kernel: [    1.203015] system 00:10: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 12 11:10:58 kernel: [    1.203117] system 00:10: [mem 0xff000000-0xffffffff] has been reserved
Aug 12 11:10:58 kernel: [    1.203220] system 00:10: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 12 11:10:58 kernel: [    1.203325] system 00:10: [mem 0xf7fe0000-0xf7feffff] has been reserved
Aug 12 11:10:58 kernel: [    1.203428] system 00:10: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 11:10:58 kernel: [    1.203579] pnp: PnP ACPI: found 17 devices
Aug 12 11:10:58 kernel: [    1.203683] ACPI: ACPI bus type pnp unregistered
Aug 12 11:10:58 kernel: [    1.209908] PCI: max bus depth: 2 pci_try_num: 3
Aug 12 11:10:58 kernel: [    1.209951] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Aug 12 11:10:58 kernel: [    1.210054] pci 0000:02:00.0: PCI bridge to [bus 03-03]
Aug 12 11:10:58 kernel: [    1.210158] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Aug 12 11:10:58 kernel: [    1.210265] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 11:10:58 kernel: [    1.210377] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
Aug 12 11:10:58 kernel: [    1.210476] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 12 11:10:58 kernel: [    1.210580] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 11:10:58 kernel: [    1.210688] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
Aug 12 11:10:58 kernel: [    1.210787] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Aug 12 11:10:58 kernel: [    1.210890] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
Aug 12 11:10:58 kernel: [    1.210997] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
Aug 12 11:10:58 kernel: [    1.211098] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
Aug 12 11:10:58 kernel: [    1.211200] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
Aug 12 11:10:58 kernel: [    1.211308] pci 0000:00:1c.6: PCI bridge to [bus 06-06]
Aug 12 11:10:58 kernel: [    1.211411] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Aug 12 11:10:58 kernel: [    1.211512] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Aug 12 11:10:58 kernel: [    1.211620] pci 0000:00:1c.7: PCI bridge to [bus 07-07]
Aug 12 11:10:58 kernel: [    1.211720] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Aug 12 11:10:58 kernel: [    1.211824] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Aug 12 11:10:58 kernel: [    1.211933] pci 0000:00:01.0: power state changed by ACPI to D0
Aug 12 11:10:58 kernel: [    1.212035] pci 0000:00:01.0: power state changed by ACPI to D0
Aug 12 11:10:58 kernel: [    1.212142] pci 0000:00:01.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212151] pci 0000:00:1c.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212160] pci 0000:02:00.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212170] pci 0000:00:1c.2: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212180] pci 0000:00:1c.3: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212188] pci 0000:00:1c.6: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212195] pci 0000:00:1c.7: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.212198] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Aug 12 11:10:58 kernel: [    1.212199] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Aug 12 11:10:58 kernel: [    1.212201] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Aug 12 11:10:58 kernel: [    1.212202] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
Aug 12 11:10:58 kernel: [    1.212203] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
Aug 12 11:10:58 kernel: [    1.212204] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
Aug 12 11:10:58 kernel: [    1.212206] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
Aug 12 11:10:58 kernel: [    1.212207] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
Aug 12 11:10:58 kernel: [    1.212208] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
Aug 12 11:10:58 kernel: [    1.212209] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
Aug 12 11:10:58 kernel: [    1.212211] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff]
Aug 12 11:10:58 kernel: [    1.212212] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Aug 12 11:10:58 kernel: [    1.212213] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
Aug 12 11:10:58 kernel: [    1.212214] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
Aug 12 11:10:58 kernel: [    1.212216] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
Aug 12 11:10:58 kernel: [    1.212217] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
Aug 12 11:10:58 kernel: [    1.212218] pci_bus 0000:04: resource 1 [mem 0xf7400000-0xf74fffff]
Aug 12 11:10:58 kernel: [    1.212219] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Aug 12 11:10:58 kernel: [    1.212220] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
Aug 12 11:10:58 kernel: [    1.212222] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
Aug 12 11:10:58 kernel: [    1.212223] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
Aug 12 11:10:58 kernel: [    1.212224] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
Aug 12 11:10:58 kernel: [    1.212225] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
Aug 12 11:10:58 kernel: [    1.212298] NET: Registered protocol family 2
Aug 12 11:10:58 kernel: [    1.212599] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
Aug 12 11:10:58 kernel: [    1.213328] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Aug 12 11:10:58 kernel: [    1.214274] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 12 11:10:58 kernel: [    1.214480] TCP: Hash tables configured (established 524288 bind 65536)
Aug 12 11:10:58 kernel: [    1.214590] TCP reno registered
Aug 12 11:10:58 kernel: [    1.214699] UDP hash table entries: 8192 (order: 6, 262144 bytes)
Aug 12 11:10:58 kernel: [    1.214841] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Aug 12 11:10:58 kernel: [    1.215061] NET: Registered protocol family 1
Aug 12 11:10:58 kernel: [    1.215553] pci 0000:00:14.0: power state changed by ACPI to D0
Aug 12 11:10:58 kernel: [    1.215669] pci 0000:00:14.0: power state changed by ACPI to D0
Aug 12 11:10:58 kernel: [    1.253415] pci 0000:03:00.0: Boot video device
Aug 12 11:10:58 kernel: [    1.253456] PCI: CLS 64 bytes, default 64
Aug 12 11:10:58 kernel: [    1.253482] Unpacking initramfs...
Aug 12 11:10:58 kernel: [    1.390848] Freeing initrd memory: 10520k freed
Aug 12 11:10:58 kernel: [    1.391593] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 12 11:10:58 kernel: [    1.391704] Placing 64MB software IO TLB between ffff8800d9807000 - ffff8800dd807000
Aug 12 11:10:58 kernel: [    1.391832] software IO TLB at phys 0xd9807000 - 0xdd807000
Aug 12 11:10:58 kernel: [    1.392458] audit: initializing netlink socket (disabled)
Aug 12 11:10:58 kernel: [    1.392566] type=2000 audit(1407841856.128:1): initialized
Aug 12 11:10:58 kernel: [    1.402015] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Aug 12 11:10:58 kernel: [    1.403117] VFS: Disk quotas dquot_6.5.2
Aug 12 11:10:58 kernel: [    1.403248] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 12 11:10:58 kernel: [    1.403406] msgmni has been set to 32088
Aug 12 11:10:58 kernel: [    1.403622] alg: No test for stdrng (krng)
Aug 12 11:10:58 kernel: [    1.403744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
Aug 12 11:10:58 kernel: [    1.403871] io scheduler noop registered
Aug 12 11:10:58 kernel: [    1.403968] io scheduler deadline registered
Aug 12 11:10:58 kernel: [    1.404092] io scheduler cfq registered (default)
Aug 12 11:10:58 kernel: [    1.404247] pcieport 0000:00:01.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.404266] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    1.404310] pcieport 0000:00:1c.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.404338] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    1.404387] pcieport 0000:00:1c.2: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.404414] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    1.404463] pcieport 0000:00:1c.3: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.404492] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    1.404543] pcieport 0000:00:1c.6: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.404575] pcieport 0000:00:1c.6: irq 45 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    1.404630] pcieport 0000:00:1c.7: setting latency timer to 64
Aug 12 11:10:58 kernel: [    1.404661] pcieport 0000:00:1c.7: irq 46 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    1.404728] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.404837] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
Aug 12 11:10:58 kernel: [    1.404847] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.404954] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405058] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405165] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Aug 12 11:10:58 kernel: [    1.405175] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405293] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405395] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
Aug 12 11:10:58 kernel: [    1.405405] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405510] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405617] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
Aug 12 11:10:58 kernel: [    1.405627] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405738] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405843] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
Aug 12 11:10:58 kernel: [    1.405853] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.405957] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
Aug 12 11:10:58 kernel: [    1.406060] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
Aug 12 11:10:58 kernel: [    1.406070] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Aug 12 11:10:58 kernel: [    1.406183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Aug 12 11:10:58 kernel: [    1.406289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 12 11:10:58 kernel: [    1.406709] intel_idle: does not run on family 6 model 60
Aug 12 11:10:58 kernel: [    1.406791] ERST: Error Record Serialization Table (ERST) support is initialized.
Aug 12 11:10:58 kernel: [    1.407024] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Aug 12 11:10:58 kernel: [    1.407191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 12 11:10:58 kernel: [    1.427640] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 12 11:10:58 kernel: [    1.489583] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 12 11:10:58 kernel: [    1.545783] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
Aug 12 11:10:58 kernel: [    1.589705] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Aug 12 11:10:58 kernel: [    1.629562] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Aug 12 11:10:58 kernel: [    1.650312] 00:0e: ttyS2 at I/O 0x3e8 (irq = 7) is a 16550A
Aug 12 11:10:58 kernel: [    1.650657] Linux agpgart interface v0.103
Aug 12 11:10:58 kernel: [    1.650842] i8042: PNP: No PS/2 controller found. Probing ports directly.
Aug 12 11:10:58 kernel: [    2.388723] Refined TSC clocksource calibration: 3399.988 MHz.
Aug 12 11:10:58 kernel: [    2.388825] Switching to clocksource tsc
Aug 12 11:10:58 kernel: [    2.792158] i8042: No controller found
Aug 12 11:10:58 kernel: [    2.792305] mousedev: PS/2 mouse device common for all mice
Aug 12 11:10:58 kernel: [    2.792441] rtc_cmos 00:07: RTC can wake from S4
Aug 12 11:10:58 kernel: [    2.792624] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
Aug 12 11:10:58 kernel: [    2.792752] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Aug 12 11:10:58 kernel: [    2.792863] cpuidle: using governor ladder
Aug 12 11:10:58 kernel: [    2.792969] cpuidle: using governor menu
Aug 12 11:10:58 kernel: [    2.793159] TCP cubic registered
Aug 12 11:10:58 kernel: [    2.793290] NET: Registered protocol family 10
Aug 12 11:10:58 kernel: [    2.793615] Mobile IPv6
Aug 12 11:10:58 kernel: [    2.793718] NET: Registered protocol family 17
Aug 12 11:10:58 kernel: [    2.793818] Registering the dns_resolver key type
Aug 12 11:10:58 kernel: [    2.793975] PM: Hibernation image not present or could not be loaded.
Aug 12 11:10:58 kernel: [    2.793980] registered taskstats version 1
Aug 12 11:10:58 kernel: [    2.794992] rtc_cmos 00:07: setting system clock to 2014-08-12 11:10:57 UTC (1407841857)
Aug 12 11:10:58 kernel: [    2.795157] Initializing network drop monitor service
Aug 12 11:10:58 kernel: [    2.795857] Freeing unused kernel memory: 580k freed
Aug 12 11:10:58 kernel: [    2.795996] Write protecting the kernel read-only data: 6144k
Aug 12 11:10:58 kernel: [    2.797371] Freeing unused kernel memory: 652k freed
Aug 12 11:10:58 kernel: [    2.798814] Freeing unused kernel memory: 688k freed
Aug 12 11:10:58 kernel: [    2.812071] usbcore: registered new interface driver usbfs
Aug 12 11:10:58 kernel: [    2.812202] usbcore: registered new interface driver hub
Aug 12 11:10:58 kernel: [    2.812873] usbcore: registered new device driver usb
Aug 12 11:10:58 kernel: [    2.813409] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
Aug 12 11:10:58 kernel: [    2.813525] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
Aug 12 11:10:58 kernel: [    2.813671] xhci_hcd 0000:00:14.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    2.813675] xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 11:10:58 kernel: [    2.813797] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 12 11:10:58 kernel: [    2.814022] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Aug 12 11:10:58 kernel: [    2.814069] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.814118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 11:10:58 kernel: [    2.814231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 11:10:58 kernel: [    2.814357] usb usb1: Product: xHCI Host Controller
Aug 12 11:10:58 kernel: [    2.814461] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
Aug 12 11:10:58 kernel: [    2.814570] usb usb1: SerialNumber: 0000:00:14.0
Aug 12 11:10:58 kernel: [    2.815898] xHCI xhci_add_endpoint called for root hub
Aug 12 11:10:58 kernel: [    2.815900] xHCI xhci_check_bandwidth called for root hub
Aug 12 11:10:58 kernel: [    2.815930] hub 1-0:1.0: USB hub found
Aug 12 11:10:58 kernel: [    2.816051] hub 1-0:1.0: 12 ports detected
Aug 12 11:10:58 kernel: [    2.816260] xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 11:10:58 kernel: [    2.816377] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 12 11:10:58 kernel: [    2.816542] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Aug 12 11:10:58 kernel: [    2.816657] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 11:10:58 kernel: [    2.816782] usb usb2: Product: xHCI Host Controller
Aug 12 11:10:58 kernel: [    2.816880] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
Aug 12 11:10:58 kernel: [    2.816987] usb usb2: SerialNumber: 0000:00:14.0
Aug 12 11:10:58 kernel: [    2.817107] dca service started, version 1.12.1
Aug 12 11:10:58 kernel: [    2.817242] xHCI xhci_add_endpoint called for root hub
Aug 12 11:10:58 kernel: [    2.817244] xHCI xhci_check_bandwidth called for root hub
Aug 12 11:10:58 kernel: [    2.817272] hub 2-0:1.0: USB hub found
Aug 12 11:10:58 kernel: [    2.817389] hub 2-0:1.0: 6 ports detected
Aug 12 11:10:58 kernel: [    2.817808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 12 11:10:58 kernel: [    2.818134] ACPI: Fan [FAN0] (off)
Aug 12 11:10:58 kernel: [    2.818340] ACPI: Fan [FAN1] (off)
Aug 12 11:10:58 kernel: [    2.818488] ACPI: Fan [FAN2] (off)
Aug 12 11:10:58 kernel: [    2.818932] thermal LNXTHERM:00: registered as thermal_zone0
Aug 12 11:10:58 kernel: [    2.819043] ACPI: Thermal Zone [TZ00] (28 C)
Aug 12 11:10:58 kernel: [    2.819534] thermal LNXTHERM:01: registered as thermal_zone1
Aug 12 11:10:58 kernel: [    2.819645] ACPI: Thermal Zone [TZ01] (30 C)
Aug 12 11:10:58 kernel: [    2.820257] ACPI: Fan [FAN3] (off)
Aug 12 11:10:58 kernel: [    2.820382] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
Aug 12 11:10:58 kernel: [    2.820404] ACPI: Fan [FAN4] (off)
Aug 12 11:10:58 kernel: [    2.820593] igb: Copyright (c) 2007-2013 Intel Corporation.
Aug 12 11:10:58 kernel: [    2.820873] igb 0000:04:00.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    2.938443] igb 0000:04:00.0: irq 48 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.938448] igb 0000:04:00.0: irq 49 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.938451] igb 0000:04:00.0: irq 50 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.938455] igb 0000:04:00.0: irq 51 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.938458] igb 0000:04:00.0: irq 52 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.952496] ehci_hcd 0000:00:1a.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    2.952500] ehci_hcd 0000:00:1a.0: EHCI Host Controller
Aug 12 11:10:58 kernel: [    2.952687] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
Aug 12 11:10:58 kernel: [    2.952931] ehci_hcd 0000:00:1a.0: debug port 2
Aug 12 11:10:58 kernel: [    2.956983] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Aug 12 11:10:58 kernel: [    2.956995] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7514000
Aug 12 11:10:58 kernel: [    2.972390] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Aug 12 11:10:58 kernel: [    2.972510] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 11:10:58 kernel: [    2.972625] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 11:10:58 kernel: [    2.972777] usb usb3: Product: EHCI Host Controller
Aug 12 11:10:58 kernel: [    2.972896] usb usb3: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
Aug 12 11:10:58 kernel: [    2.973014] usb usb3: SerialNumber: 0000:00:1a.0
Aug 12 11:10:58 kernel: [    2.973217] hub 3-0:1.0: USB hub found
Aug 12 11:10:58 kernel: [    2.973345] hub 3-0:1.0: 2 ports detected
Aug 12 11:10:58 kernel: [    2.973567] ehci_hcd 0000:00:1d.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    2.973571] ehci_hcd 0000:00:1d.0: EHCI Host Controller
Aug 12 11:10:58 kernel: [    2.973728] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
Aug 12 11:10:58 kernel: [    2.973893] ehci_hcd 0000:00:1d.0: debug port 2
Aug 12 11:10:58 kernel: [    2.977908] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Aug 12 11:10:58 kernel: [    2.977918] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7513000
Aug 12 11:10:58 kernel: [    2.980961] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 11:10:58 kernel: [    2.981092] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0a
Aug 12 11:10:58 kernel: [    2.981288] igb 0000:04:00.0: eth0: PBA No: 012000-000
Aug 12 11:10:58 kernel: [    2.981413] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 11:10:58 kernel: [    2.981624] igb 0000:05:00.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    2.982206] igb 0000:05:00.0: irq 53 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.982210] igb 0000:05:00.0: irq 54 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.982213] igb 0000:05:00.0: irq 55 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.982217] igb 0000:05:00.0: irq 56 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.982220] igb 0000:05:00.0: irq 57 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    2.992400] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Aug 12 11:10:58 kernel: [    2.992516] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 11:10:58 kernel: [    2.992618] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 11:10:58 kernel: [    2.992738] usb usb4: Product: EHCI Host Controller
Aug 12 11:10:58 kernel: [    2.992838] usb usb4: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
Aug 12 11:10:58 kernel: [    2.992942] usb usb4: SerialNumber: 0000:00:1d.0
Aug 12 11:10:58 kernel: [    3.002624] hub 4-0:1.0: USB hub found
Aug 12 11:10:58 kernel: [    3.002732] hub 4-0:1.0: 2 ports detected
Aug 12 11:10:58 kernel: [    3.024957] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 11:10:58 kernel: [    3.025068] igb 0000:05:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0b
Aug 12 11:10:58 kernel: [    3.025235] igb 0000:05:00.0: eth1: PBA No: 011000-000
Aug 12 11:10:58 kernel: [    3.025338] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 11:10:58 kernel: [    3.025524] igb 0000:06:00.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    3.026085] igb 0000:06:00.0: irq 58 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.026089] igb 0000:06:00.0: irq 59 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.026092] igb 0000:06:00.0: irq 60 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.026096] igb 0000:06:00.0: irq 61 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.026099] igb 0000:06:00.0: irq 62 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.068988] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 11:10:58 kernel: [    3.069099] igb 0000:06:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0c
Aug 12 11:10:58 kernel: [    3.069265] igb 0000:06:00.0: eth2: PBA No: 011000-000
Aug 12 11:10:58 kernel: [    3.069365] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 11:10:58 kernel: [    3.069548] igb 0000:07:00.0: setting latency timer to 64
Aug 12 11:10:58 kernel: [    3.070126] igb 0000:07:00.0: irq 63 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.070131] igb 0000:07:00.0: irq 64 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.070134] igb 0000:07:00.0: irq 65 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.070138] igb 0000:07:00.0: irq 66 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.070142] igb 0000:07:00.0: irq 67 for MSI/MSI-X
Aug 12 11:10:58 kernel: [    3.112972] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 11:10:58 kernel: [    3.113085] igb 0000:07:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0d
Aug 12 11:10:58 kernel: [    3.113248] igb 0000:07:00.0: eth3: PBA No: 011000-000
Aug 12 11:10:58 kernel: [    3.113348] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 11:10:58 kernel: [    3.124324] usb 1-4: new low-speed USB device number 2 using xhci_hcd
Aug 12 11:10:58 kernel: [    3.148777] usb 1-4: New USB device found, idVendor=046d, idProduct=c326
Aug 12 11:10:58 kernel: [    3.148882] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 11:10:58 kernel: [    3.148988] usb 1-4: Product: USB Keyboard
Aug 12 11:10:58 kernel: [    3.149085] usb 1-4: Manufacturer: Logitech
Aug 12 11:10:58 kernel: [    3.149234] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 11:10:58 kernel: [    3.149370] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 11:10:58 kernel: [    3.155985] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input0
Aug 12 11:10:58 kernel: [    3.156149] generic-usb 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4/input0
Aug 12 11:10:58 kernel: [    3.161901] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/input/input1
Aug 12 11:10:58 kernel: [    3.162077] generic-usb 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4/input1
Aug 12 11:10:58 kernel: [    3.162225] usbcore: registered new interface driver usbhid
Aug 12 11:10:58 kernel: [    3.162333] usbhid: USB HID core driver
Aug 12 11:10:58 kernel: [    3.316207] usb 1-7: new high-speed USB device number 3 using xhci_hcd
Aug 12 11:10:58 kernel: [    3.332366] usb 1-7: New USB device found, idVendor=0000, idProduct=0001
Aug 12 11:10:58 kernel: [    3.332472] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 11:10:58 kernel: [    3.332864] hub 1-7:1.0: USB hub found
Aug 12 11:10:58 kernel: [    3.333010] hub 1-7:1.0: 4 ports detected
Aug 12 11:10:58 kernel: [    3.444131] usb 3-1: new high-speed USB device number 2 using ehci_hcd
Aug 12 11:10:58 kernel: [    3.576401] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
Aug 12 11:10:58 kernel: [    3.576503] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 11:10:58 kernel: [    3.576790] hub 3-1:1.0: USB hub found
Aug 12 11:10:58 kernel: [    3.577020] hub 3-1:1.0: 6 ports detected
Aug 12 11:10:58 kernel: [    3.687987] usb 4-1: new high-speed USB device number 2 using ehci_hcd
Aug 12 11:10:58 kernel: [    3.820258] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
Aug 12 11:10:58 kernel: [    3.820360] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 11:10:58 kernel: [    3.820647] hub 4-1:1.0: USB hub found
Aug 12 11:10:58 kernel: [    3.820885] hub 4-1:1.0: 6 ports detected
Aug 12 11:10:58 kernel: [    3.911890] usb 1-7.1: new low-speed USB device number 4 using xhci_hcd
Aug 12 11:10:58 kernel: [    3.935685] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
Aug 12 11:10:58 kernel: [    3.935787] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 11:10:58 kernel: [    3.935937] usb 1-7.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 11:10:58 kernel: [    3.936063] usb 1-7.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes
Aug 12 11:10:58 kernel: [    3.937090] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/input/input2
Aug 12 11:10:58 kernel: [    3.937243] generic-usb 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
Aug 12 11:10:58 kernel: [    3.939650] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/input/input3
Aug 12 11:10:58 kernel: [    3.939822] generic-usb 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
Aug 12 11:10:59 kernel: [    4.395597] vga16fb: initializing
Aug 12 11:10:59 kernel: [    4.395600] vga16fb: mapped to 0xffff8800000a0000
Aug 12 11:10:59 kernel: [    4.675027] Console: switching to colour frame buffer device 80x30
Aug 12 11:10:59 kernel: [    4.684674] fb0: VGA16 VGA frame buffer device
Aug 12 11:10:59 init: starting pid 421, tty '': '/sbin/reopen-console /sbin/debian-installer'
Aug 12 11:10:59 init: starting pid 424, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
Aug 12 11:10:59 debconf: Setting debconf/language to en
Aug 12 11:10:59 main-menu[441]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 11:10:59 main-menu[441]: INFO: Menu item 'localechooser' selected
Aug 12 11:10:59 localechooser: info: debian-installer/locale preseeded to 'en_US' (seen: true)
Aug 12 11:10:59 localechooser: info: Set localechooser/languagelist = 'en'
Aug 12 11:10:59 localechooser: info: Set debian-installer/country = 'US'
Aug 12 11:10:59 debconf: Setting debconf/language to en
Aug 12 11:10:59 localechooser: info: Language = 'en'
Aug 12 11:10:59 localechooser: info: line=en;0;US;en_US.UTF-8;;console-setup
Aug 12 11:10:59 localechooser: info: Set debian-installer/language = 'en'
Aug 12 11:10:59 localechooser: info: Default country = 'US'
Aug 12 11:10:59 localechooser: info: Default locale = 'en_US.UTF-8'
Aug 12 11:10:59 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
Aug 12 11:10:59 debconf: Setting debconf/language to en
Aug 12 11:10:59 localechooser: info: Set debian-installer/country = 'US'
Aug 12 11:10:59 localechooser: info: Set debian-installer/locale = 'en_US.UTF-8'
Aug 12 11:10:59 localechooser: info: System locale (debian-installer/locale) = 'en_US.UTF-8'
Aug 12 11:10:59 main-menu[441]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 11:10:59 main-menu[441]: INFO: Menu item 'console-setup-udeb' selected
Aug 12 11:11:00 main-menu[441]: (process:1346): /etc/console-setup is not writable. No files will be saved there.
Aug 12 11:11:00 main-menu[441]: (process:1346): gzip is not accessible. Will not save cached keyboard map.
Aug 12 11:11:00 main-menu[441]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 11:11:00 main-menu[441]: INFO: Menu item 'ethdetect' selected
Aug 12 11:11:00 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Aug 12 11:11:00 net/hw-detect.hotplug: Detected hotpluggable network interface eth1
Aug 12 11:11:00 net/hw-detect.hotplug: Detected hotpluggable network interface eth2
Aug 12 11:11:00 net/hw-detect.hotplug: Detected hotpluggable network interface eth3
Aug 12 11:11:00 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Aug 12 11:11:00 hw-detect: Detected module 'usb-storage' for 'USB storage'
Aug 12 11:11:00 kernel: [    5.570365] SCSI subsystem initialized
Aug 12 11:11:00 kernel: [    5.570768] Initializing USB Mass Storage driver...
Aug 12 11:11:00 kernel: [    5.570794] usbcore: registered new interface driver usb-storage
Aug 12 11:11:00 kernel: [    5.570795] USB Mass Storage support registered.
Aug 12 11:11:00 hw-detect: insmod /lib/modules/3.2.0-4-amd64/kernel/drivers/scsi/scsi_mod.ko 
Aug 12 11:11:00 hw-detect: insmod /lib/modules/3.2.0-4-amd64/kernel/drivers/usb/storage/usb-storage.ko 
Aug 12 11:11:00 apt-install: Queueing package udev for later installation
Aug 12 11:11:00 apt-install: Queueing package pciutils for later installation
Aug 12 11:11:00 apt-install: Queueing package usbutils for later installation
Aug 12 11:11:00 apt-install: Queueing package acpi for later installation
Aug 12 11:11:00 apt-install: Queueing package acpid for later installation
Aug 12 11:11:00 apt-install: Queueing package acpi-support-base for later installation
Aug 12 11:11:01 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Aug 12 11:11:01 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Aug 12 11:11:01 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Aug 12 11:11:02 kernel: [    7.579542] ADDRCONF(NETDEV_UP): eth3: link is not ready
Aug 12 11:11:03 kernel: [    8.462947] ADDRCONF(NETDEV_UP): eth2: link is not ready
Aug 12 11:11:04 kernel: [    9.346507] ADDRCONF(NETDEV_UP): eth1: link is not ready
Aug 12 11:11:04 kernel: [   10.229713] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 11:11:05 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Aug 12 11:11:05 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Aug 12 11:11:05 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Aug 12 11:11:05 main-menu[441]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 11:11:05 main-menu[441]: INFO: Menu item 'netcfg' selected
Aug 12 11:11:05 main-menu[441]: INFO: Falling back to the package description for crypto-modules-3.2.0-4-amd64-di
Aug 12 11:11:05 main-menu[441]: INFO: Falling back to the package description for crypto-modules-3.2.0-4-amd64-di
Aug 12 11:11:05 netcfg[1897]: INFO: Starting netcfg v.1.108+deb7u1 (built 20131008-1932)
Aug 12 11:11:05 netcfg[1897]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
Aug 12 11:11:05 netcfg[1897]: INFO: Activating interface eth0
Aug 12 11:11:06 netcfg[1897]: INFO: Waiting time set to 3
Aug 12 11:11:06 kernel: [   12.136600] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 11:11:07 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:07 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:07 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:07 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:08 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:08 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:08 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:08 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:09 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:09 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:09 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:09 kernel: [   14.898328] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 12 11:11:09 kernel: [   14.899290] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Aug 12 11:11:09 netcfg[1897]: INFO: ethtool-lite: eth0 is connected.
Aug 12 11:11:09 netcfg[1897]: INFO: Found link on eth0
Aug 12 11:11:09 netcfg[1897]: INFO: found link on interface eth0, making it the default.
Aug 12 11:11:09 netcfg[1897]: INFO: Found interface eth0 with link-layer address 00:25:90:da:54:0a
Aug 12 11:11:09 netcfg[1897]: INFO: Taking down interface eth0
Aug 12 11:11:09 netcfg[1897]: INFO: Taking down interface eth1
Aug 12 11:11:09 netcfg[1897]: INFO: Taking down interface eth2
Aug 12 11:11:09 netcfg[1897]: INFO: Taking down interface eth3
Aug 12 11:11:09 netcfg[1897]: INFO: Taking down interface lo
Aug 12 11:11:09 netcfg[1897]: INFO: Activating interface eth0
Aug 12 11:11:10 netcfg[1897]: DEBUG: State is now 0
Aug 12 11:11:10 netcfg[1897]: DEBUG: Want link on eth0
Aug 12 11:11:10 netcfg[1897]: INFO: Waiting time set to 3
Aug 12 11:11:10 kernel: [   16.034353] ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 11:11:10 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:11 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:11 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:11 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:12 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:12 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:12 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:12 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:13 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:13 netcfg[1897]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 11:11:13 kernel: [   18.784033] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 12 11:11:13 kernel: [   18.785003] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Aug 12 11:11:13 netcfg[1897]: INFO: ethtool-lite: eth0 is connected.
Aug 12 11:11:13 netcfg[1897]: INFO: Found link on eth0
Aug 12 11:11:13 netcfg[1897]: DEBUG: Commencing network autoconfiguration on eth0
Aug 12 11:11:13 netcfg[1897]: DEBUG: rdnssd started; PID: 1912
Aug 12 11:11:13 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:13 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:13 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:13 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:13 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:13 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:14 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:14 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:14 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:14 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:14 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:14 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:14 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:14 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:14 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:15 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:15 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:15 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:15 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:15 netcfg[1897]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 11:11:15 netcfg[1897]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link 
Aug 12 11:11:15 netcfg[1897]: DEBUG: Configured address found
Aug 12 11:11:15 netcfg[1897]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 11:11:15 netcfg[1897]: DEBUG: Running rdisc6 -1 -r 1 -w 500 -n eth0 to get IPv6 config flags
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:16 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:17 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:18 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:19 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:20 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 line: Timed out.
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 line: No response.
Aug 12 11:11:21 netcfg[1897]: DEBUG: rdisc6 parsing finished
Aug 12 11:11:21 netcfg[1897]: DEBUG: Stopping rdnssd, PID 1912
Aug 12 11:11:21 netcfg[1897]: DEBUG: No RA received; attempting IPv4 autoconfig
Aug 12 11:11:21 netcfg[1897]: WARNING **: Started DHCP client; PID is 1954
Aug 12 11:11:21 udhcpc: Got IP 192.168.178.55 (using eth0) and routing through 192.168.178.1
Aug 12 11:11:24 kernel: [   29.672640] eth0: no IPv6 routers present
Aug 12 11:11:24 netcfg[1897]: DEBUG: Reading domain name returned via DHCP
Aug 12 11:11:24 netcfg[1897]: DEBUG: DHCP domain name is ''
Aug 12 11:11:24 netcfg[1897]: DEBUG: Reading nameservers from /etc/resolv.conf
Aug 12 11:11:24 netcfg[1897]: DEBUG: Read nameserver 192.168.178.100
Aug 12 11:11:24 netcfg[1897]: DEBUG: State is now 1
Aug 12 11:11:24 netcfg[1897]: DEBUG: State is now 2
Aug 12 11:11:24 netcfg[1897]: DEBUG: State is now 5
Aug 12 11:11:24 netcfg[1897]: INFO: DHCP hostname: "smc10"
Aug 12 11:11:24 netcfg[1897]: DEBUG: smc10 is a valid FQDN
Aug 12 11:11:30 init: starting pid 422, tty '/dev/tty2': '-/bin/sh'
Aug 12 11:11:40 kernel: [   45.495326] usb 1-9: new high-speed USB device number 5 using xhci_hcd
Aug 12 11:11:40 kernel: [   45.522278] usb 1-9: New USB device found, idVendor=13fe, idProduct=1f23
Aug 12 11:11:40 kernel: [   45.522280] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 12 11:11:40 kernel: [   45.522281] usb 1-9: Product: silicon-power
Aug 12 11:11:40 kernel: [   45.522282] usb 1-9: Manufacturer:         
Aug 12 11:11:40 kernel: [   45.522283] usb 1-9: SerialNumber: E6970400FFFF7F37
Aug 12 11:11:40 kernel: [   45.522661] scsi0 : usb-storage 1-9:1.0
Aug 12 11:11:41 kernel: [   46.519858] scsi 0:0:0:0: Direct-Access              silicon-power    PMAP PQ: 0 ANSI: 0 CCS
Aug 12 11:11:43 kernel: [   49.200416] sd 0:0:0:0: [sda] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
Aug 12 11:11:43 kernel: [   49.200595] sd 0:0:0:0: [sda] Write Protect is off
Aug 12 11:11:43 kernel: [   49.200596] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
Aug 12 11:11:43 kernel: [   49.200787] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 11:11:43 kernel: [   49.200787] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 11:11:43 kernel: [   49.201864] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 11:11:43 kernel: [   49.201866] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 11:11:43 kernel: [   49.202415]  sda: sda1
Aug 12 11:11:43 kernel: [   49.203216] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 11:11:43 kernel: [   49.203218] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 11:11:43 kernel: [   49.203219] sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 12 11:12:05 kernel: [   70.902369] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.57-3
[    0.000000] Command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009b000 (usable)
[    0.000000]  BIOS-e820: 000000000009b000 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cd94f000 (usable)
[    0.000000]  BIOS-e820: 00000000cd94f000 - 00000000cd956000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cd956000 - 00000000dd807000 (usable)
[    0.000000]  BIOS-e820: 00000000dd807000 - 00000000dd8f7000 (reserved)
[    0.000000]  BIOS-e820: 00000000dd8f7000 - 00000000dd93e000 (usable)
[    0.000000]  BIOS-e820: 00000000dd93e000 - 00000000dda77000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000dda77000 - 00000000df7ff000 (reserved)
[    0.000000]  BIOS-e820: 00000000df7ff000 - 00000000df800000 (usable)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000420000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Supermicro X10SLM+-LN4F/X10SLM+-LN4F, BIOS 2.00 04/24/2014
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x420000 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-CBFFF write-protect
[    0.000000]   CC000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000e0000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fd7b0] fd7b0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000007c000] 7c000 size 20480
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: 0000000000000000-00000000df800000
[    0.000000]  0000000000 - 00c0000000 page 1G
[    0.000000]  00c0000000 - 00df800000 page 2M
[    0.000000] kernel direct mapping tables up to df800000 @ 1fffe000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000420000000
[    0.000000]  0100000000 - 0400000000 page 1G
[    0.000000]  0400000000 - 0420000000 page 2M
[    0.000000] kernel direct mapping tables up to 420000000 @ dd93c000-dd93e000
[    0.000000] RAMDISK: 7f500000 - 7ff46000
[    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 SUPERM)
[    0.000000] ACPI: XSDT 00000000dda460a0 000BC (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000dda55290 0010C (v05 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
[    0.000000] ACPI: DSDT 00000000dda461f0 0F09C (v02 SUPERM SMCI--MB 00000000 INTL 20120711)
[    0.000000] ACPI: FACS 00000000dda76f80 00040
[    0.000000] ACPI: APIC 00000000dda553a0 00092 (v03 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000dda55438 00044 (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000dda55480 00BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dda56070 00540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda565b0 00B74 (v01 CpuRef  CpuSsdt 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda57128 002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda57420 00348 (v01  PmRef    ApTst 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 00000000dda57768 0003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
[    0.000000] ACPI: PRAD 00000000dda577a8 000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
[    0.000000] ACPI: HPET 00000000dda57878 00038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000dda578b0 00397 (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dda57c48 05B5E (v01 SaSsdt  SaSsdt  00003000 INTL 20120711)
[    0.000000] ACPI: SPMI 00000000dda5d7a8 00040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
[    0.000000] ACPI: DMAR 00000000dda5d7e8 00080 (v01 INTEL      BDW  00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 00000000dda5d868 00130 (v01    AMI AMI EINJ 00000000      00000000)
[    0.000000] ACPI: ERST 00000000dda5d998 00230 (v01  AMIER AMI ERST 00000000      00000000)
[    0.000000] ACPI: HEST 00000000dda5dbc8 000A8 (v01    AMI AMI HEST 00000000      00000000)
[    0.000000] ACPI: BERT 00000000dda5dc70 00030 (v01    AMI AMI BERT 00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000420000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000420000000
[    0.000000]   NODE_DATA [000000041fffb000 - 000000041fffffff]
[    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f600000-ffff88041d7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00420000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[6] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009b
[    0.000000]     0: 0x00000100 -> 0x000cd94f
[    0.000000]     0: 0x000cd956 -> 0x000dd807
[    0.000000]     0: 0x000dd8f7 -> 0x000dd93e
[    0.000000]     0: 0x000df7ff -> 0x000df800
[    0.000000]     0: 0x00100000 -> 0x00420000
[    0.000000] On node 0 totalpages: 4184019
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 31 pages reserved
[    0.000000]   DMA zone: 3892 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 888960 pages, LIFO batch:31
[    0.000000]   Normal zone: 44800 pages used for memmap
[    0.000000]   Normal zone: 3232000 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cd94f000 - 00000000cd956000
[    0.000000] PM: Registered nosave memory: 00000000dd807000 - 00000000dd8f7000
[    0.000000] PM: Registered nosave memory: 00000000dd93e000 - 00000000dda77000
[    0.000000] PM: Registered nosave memory: 00000000dda77000 - 00000000df7ff000
[    0.000000] PM: Registered nosave memory: 00000000df800000 - 00000000f8000000
[    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
[    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
[    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
[    0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at df800000 (gap: df800000:18800000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88041fc00000 s82944 r8192 d23552 u262144
[    0.000000] pcpu-alloc: s82944 r8192 d23552 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4124852
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    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: 16418548k/17301504k available (3428k kernel code, 565428k absent, 317528k reserved, 3310k data, 580k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:33024 nr_irqs:744 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 3399.655 MHz processor.
[    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.31 BogoMIPS (lpj=13598620)
[    0.000201] pid_max: default: 32768 minimum: 301
[    0.000323] Security Framework initialized
[    0.000432] AppArmor: AppArmor disabled by boot time parameter
[    0.001132] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.003174] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.004132] Mount-cache hash table entries: 256
[    0.004299] Initializing cgroup subsys cpuacct
[    0.004403] Initializing cgroup subsys memory
[    0.004506] Initializing cgroup subsys devices
[    0.004610] Initializing cgroup subsys freezer
[    0.004708] Initializing cgroup subsys net_cls
[    0.004810] Initializing cgroup subsys blkio
[    0.004909] Initializing cgroup subsys perf_event
[    0.005030] CPU: Physical Processor ID: 0
[    0.005142] CPU: Processor Core ID: 0
[    0.005242] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.005242] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.015173] mce: CPU supports 9 MCE banks
[    0.015283] CPU0: Thermal monitoring enabled (TM1)
[    0.015394] using mwait in idle threads.
[    0.015727] ACPI: Core revision 20110623
[    0.023850] DMAR: Host address width 39
[    0.023953] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    0.024057] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.024189] DMAR: RMRR base: 0x000000df69a000 end: 0x000000df6a8fff
[    0.024350] IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.024448] HPET id 0 under DRHD base 0xfed90000
[    0.024548] ------------[ cut here ]------------
[    0.024647] WARNING: at /build/linux-X2rDfB/linux-3.2.57/drivers/iommu/intr_remapping.c:558 enable_intr_remapping+0x71/0x266()
[    0.024783] Hardware name: X10SLM+-LN4F
[    0.024881] Your BIOS is broken and requested that x2apic be disabled
[    0.024882] This will leave your machine vulnerable to irq-injection attacks
[    0.024882] Use 'intremap=no_x2apic_optout' to override BIOS request
[    0.025189] Modules linked in:
[    0.025352] Pid: 1, comm: swapper/0 Not tainted 3.2.0-4-amd64 #1 Debian 3.2.57-3
[    0.025478] Call Trace:
[    0.025576]  [<ffffffff81046cd9>] ? warn_slowpath_common+0x78/0x8c
[    0.025687]  [<ffffffff81046d85>] ? warn_slowpath_fmt+0x45/0x4a
[    0.025791]  [<ffffffff816e0b9e>] ? enable_intr_remapping+0x71/0x266
[    0.025893]  [<ffffffff816b8c6b>] ? enable_IR_x2apic+0x7a/0x1d3
[    0.025999]  [<ffffffff8134fa6f>] ? _raw_spin_unlock_irqrestore+0xe/0xf
[    0.026106]  [<ffffffff816ba948>] ? default_setup_apic_routing+0xd/0x71
[    0.026211]  [<ffffffff816b6f27>] ? native_smp_prepare_cpus+0x2dc/0x2f4
[    0.026315]  [<ffffffff816abbc0>] ? kernel_init+0x7f/0x157
[    0.026414]  [<ffffffff81356b74>] ? kernel_thread_helper+0x4/0x10
[    0.026516]  [<ffffffff816abb41>] ? start_kernel+0x3c3/0x3c3
[    0.026620]  [<ffffffff81356b70>] ? gs_change+0x13/0x13
[    0.026723] ---[ end trace 678780d230aa6650 ]---
[    0.026878] Enabled IRQ remapping in xapic mode
[    0.026993] x2apic not enabled, IRQ remapping is in xapic mode
[    0.027486] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.067240] CPU0: Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz stepping 03
[    0.172956] Performance Events: no PEBS fmt2+, generic architected perfmon, Intel PMU driver.
[    0.173297] ... version:                3
[    0.173395] ... bit width:              48
[    0.173494] ... generic registers:      4
[    0.173590] ... value mask:             0000ffffffffffff
[    0.173693] ... max period:             000000007fffffff
[    0.173792] ... fixed-purpose events:   3
[    0.173889] ... event mask:             000000070000000f
[    0.174074] NMI watchdog enabled, takes one hw-pmu counter.
[    0.174240] Booting Node   0, Processors  #1
[    0.174397] smpboot cpu 1: start_ip = 7c000
[    0.285771] NMI watchdog enabled, takes one hw-pmu counter.
[    0.285935]  #2
[    0.286013] smpboot cpu 2: start_ip = 7c000
[    0.397676] NMI watchdog enabled, takes one hw-pmu counter.
[    0.397843]  #3
[    0.397920] smpboot cpu 3: start_ip = 7c000
[    0.509581] NMI watchdog enabled, takes one hw-pmu counter.
[    0.509741]  #4
[    0.509820] smpboot cpu 4: start_ip = 7c000
[    0.621526] NMI watchdog enabled, takes one hw-pmu counter.
[    0.621704]  #5
[    0.621783] smpboot cpu 5: start_ip = 7c000
[    0.733447] NMI watchdog enabled, takes one hw-pmu counter.
[    0.733606]  #6
[    0.733683] smpboot cpu 6: start_ip = 7c000
[    0.845344] NMI watchdog enabled, takes one hw-pmu counter.
[    0.845511]  #7 Ok.
[    0.845602] smpboot cpu 7: start_ip = 7c000
[    0.957372] NMI watchdog enabled, takes one hw-pmu counter.
[    0.957489] Brought up 8 CPUs
[    0.957589] Total of 8 processors activated (54397.76 BogoMIPS).
[    0.964370] devtmpfs: initialized
[    0.966375] PM: Registering ACPI NVS region at cd94f000 (28672 bytes)
[    0.966484] PM: Registering ACPI NVS region at dd93e000 (1282048 bytes)
[    0.966688] print_constraints: dummy: 
[    0.966821] NET: Registered protocol family 16
[    0.966977] ACPI: bus type pci registered
[    0.967125] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.967259] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.970941] PCI: Using configuration type 1 for base access
[    0.971649] bio: create slab <bio-0> at 0
[    0.971810] ACPI: Added _OSI(Module Device)
[    0.971909] ACPI: Added _OSI(Processor Device)
[    0.972007] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.972107] ACPI: Added _OSI(Processor Aggregator Device)
[    0.973599] ACPI: EC: Look up EC in DSDT
[    0.975241] ACPI: Executed 5 blocks of module-level executable AML code
[    1.031895] ACPI: Dynamic OEM Table Load:
[    1.032135] ACPI: PRAD           (null) 000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
[    1.060503] ACPI: SSDT 00000000dd8a5c18 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    1.061121] ACPI: Dynamic OEM Table Load:
[    1.061365] ACPI: SSDT           (null) 003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    1.072581] ACPI: SSDT 00000000dd8a5618 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    1.073252] ACPI: Dynamic OEM Table Load:
[    1.073494] ACPI: SSDT           (null) 005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    1.084475] ACPI: SSDT 00000000dd8a4d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    1.085089] ACPI: Dynamic OEM Table Load:
[    1.085327] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    1.097290] ACPI: Interpreter enabled
[    1.097391] ACPI: (supports S0 S3 S4 S5)
[    1.097794] ACPI: Using IOAPIC for interrupt routing
[    1.098164] ACPI: Power Resource [PG00] (on)
[    1.108605] ACPI: Power Resource [PG01] (on)
[    1.120576] ACPI: Power Resource [PG02] (on)
[    1.137054] ACPI: Power Resource [FN00] (off)
[    1.137203] ACPI: Power Resource [FN01] (off)
[    1.137352] ACPI: Power Resource [FN02] (off)
[    1.137497] ACPI: Power Resource [FN03] (off)
[    1.137645] ACPI: Power Resource [FN04] (off)
[    1.138279] ACPI: No dock devices found.
[    1.138401] HEST: Table parsing has been initialized.
[    1.138507] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.138841] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.139245] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.139354] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.139458] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.139584] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
[    1.139705] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    1.139831] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    1.139955] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    1.140078] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    1.140201] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    1.140325] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    1.140452] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
[    1.140588] pci 0000:00:00.0: [8086:0c08] type 0 class 0x000600
[    1.140620] pci 0000:00:01.0: [8086:0c01] type 1 class 0x000604
[    1.140643] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.140682] pci 0000:00:14.0: [8086:8c31] type 0 class 0x000c03
[    1.140698] pci 0000:00:14.0: reg 10: [mem 0xf7500000-0xf750ffff 64bit]
[    1.140748] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.140764] pci 0000:00:16.0: [8086:8c3a] type 0 class 0x000780
[    1.140780] pci 0000:00:16.0: reg 10: [mem 0xf7517000-0xf751700f 64bit]
[    1.140832] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.140848] pci 0000:00:16.1: [8086:8c3b] type 0 class 0x000780
[    1.140864] pci 0000:00:16.1: reg 10: [mem 0xf7516000-0xf751600f 64bit]
[    1.140915] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    1.140941] pci 0000:00:1a.0: [8086:8c2d] type 0 class 0x000c03
[    1.140958] pci 0000:00:1a.0: reg 10: [mem 0xf7514000-0xf75143ff]
[    1.141033] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.141053] pci 0000:00:1c.0: [8086:8c10] type 1 class 0x000604
[    1.141106] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.141126] pci 0000:00:1c.2: [8086:8c14] type 1 class 0x000604
[    1.141179] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.141199] pci 0000:00:1c.3: [8086:8c16] type 1 class 0x000604
[    1.141253] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.141274] pci 0000:00:1c.6: [8086:8c1c] type 1 class 0x000604
[    1.141335] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    1.141355] pci 0000:00:1c.7: [8086:8c1e] type 1 class 0x000604
[    1.141416] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    1.141439] pci 0000:00:1d.0: [8086:8c26] type 0 class 0x000c03
[    1.141456] pci 0000:00:1d.0: reg 10: [mem 0xf7513000-0xf75133ff]
[    1.141530] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.141552] pci 0000:00:1f.0: [8086:8c54] type 0 class 0x000601
[    1.141655] pci 0000:00:1f.2: [8086:8c02] type 0 class 0x000106
[    1.141667] pci 0000:00:1f.2: reg 10: [io  0xf050-0xf057]
[    1.141674] pci 0000:00:1f.2: reg 14: [io  0xf040-0xf043]
[    1.141680] pci 0000:00:1f.2: reg 18: [io  0xf030-0xf037]
[    1.141687] pci 0000:00:1f.2: reg 1c: [io  0xf020-0xf023]
[    1.141693] pci 0000:00:1f.2: reg 20: [io  0xf000-0xf01f]
[    1.141699] pci 0000:00:1f.2: reg 24: [mem 0xf7512000-0xf75127ff]
[    1.141728] pci 0000:00:1f.2: PME# supported from D3hot
[    1.141741] pci 0000:00:1f.3: [8086:8c22] type 0 class 0x000c05
[    1.141753] pci 0000:00:1f.3: reg 10: [mem 0xf7511000-0xf75110ff 64bit]
[    1.141769] pci 0000:00:1f.3: reg 20: [io  0x0580-0x059f]
[    1.141799] pci 0000:00:1f.6: [8086:8c24] type 0 class 0x001180
[    1.141815] pci 0000:00:1f.6: reg 10: [mem 0xf7510000-0xf7510fff 64bit]
[    1.141888] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.142045] pci 0000:02:00.0: [1a03:1150] type 1 class 0x000604
[    1.142151] pci 0000:02:00.0: supports D1 D2
[    1.142152] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.142175] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    1.142311] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    1.142415] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    1.142418] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.142500] pci 0000:03:00.0: [1a03:2000] type 0 class 0x000300
[    1.142526] pci 0000:03:00.0: reg 10: [mem 0xf6000000-0xf6ffffff]
[    1.142539] pci 0000:03:00.0: reg 14: [mem 0xf7000000-0xf701ffff]
[    1.142552] pci 0000:03:00.0: reg 18: [io  0xe000-0xe07f]
[    1.142648] pci 0000:03:00.0: supports D1 D2
[    1.142649] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.142714] pci 0000:02:00.0: PCI bridge to [bus 03-03]
[    1.142819] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    1.142823] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.142898] pci 0000:04:00.0: [8086:1533] type 0 class 0x000200
[    1.142921] pci 0000:04:00.0: reg 10: [mem 0xf7400000-0xf747ffff]
[    1.142953] pci 0000:04:00.0: reg 18: [io  0xd000-0xd01f]
[    1.142968] pci 0000:04:00.0: reg 1c: [mem 0xf7480000-0xf7483fff]
[    1.143105] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.148380] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    1.148479] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.148482] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
[    1.148555] pci 0000:05:00.0: [8086:1533] type 0 class 0x000200
[    1.148576] pci 0000:05:00.0: reg 10: [mem 0xf7300000-0xf737ffff]
[    1.148607] pci 0000:05:00.0: reg 18: [io  0xc000-0xc01f]
[    1.148623] pci 0000:05:00.0: reg 1c: [mem 0xf7380000-0xf7383fff]
[    1.148759] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    1.156381] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    1.156482] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    1.156485] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
[    1.156561] pci 0000:06:00.0: [8086:1533] type 0 class 0x000200
[    1.156582] pci 0000:06:00.0: reg 10: [mem 0xf7200000-0xf727ffff]
[    1.156614] pci 0000:06:00.0: reg 18: [io  0xb000-0xb01f]
[    1.156630] pci 0000:06:00.0: reg 1c: [mem 0xf7280000-0xf7283fff]
[    1.156766] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.164375] pci 0000:00:1c.6: PCI bridge to [bus 06-06]
[    1.164476] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    1.164480] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    1.164556] pci 0000:07:00.0: [8086:1533] type 0 class 0x000200
[    1.164577] pci 0000:07:00.0: reg 10: [mem 0xf7100000-0xf717ffff]
[    1.164609] pci 0000:07:00.0: reg 18: [io  0xa000-0xa01f]
[    1.164626] pci 0000:07:00.0: reg 1c: [mem 0xf7180000-0xf7183fff]
[    1.164762] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    1.172372] pci 0000:00:1c.7: PCI bridge to [bus 07-07]
[    1.172472] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    1.172475] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    1.172499] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.172572] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[    1.172604] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    1.172628] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    1.172651] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    1.172674] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP07._PRT]
[    1.172698] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP08._PRT]
[    1.172792]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    1.173197]  pci0000:00: ACPI _OSC control (0x1d) granted
[    1.178068] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15)
[    1.178901] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15)
[    1.179733] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15)
[    1.180566] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *10 11 12 14 15)
[    1.181402] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    1.182400] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    1.183403] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    1.184408] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
[    1.184780] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
[    1.184905] vgaarb: loaded
[    1.184999] vgaarb: bridge control possible 0000:03:00.0
[    1.185117] PCI: Using ACPI for IRQ routing
[    1.186303] PCI: pci_cache_line_size set to 64 bytes
[    1.186441] reserve RAM buffer: 000000000009b000 - 000000000009ffff 
[    1.186442] reserve RAM buffer: 00000000cd94f000 - 00000000cfffffff 
[    1.186443] reserve RAM buffer: 00000000dd807000 - 00000000dfffffff 
[    1.186445] reserve RAM buffer: 00000000dd93e000 - 00000000dfffffff 
[    1.186446] reserve RAM buffer: 00000000df800000 - 00000000dfffffff 
[    1.186512] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.187239] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.189351] Switching to clocksource hpet
[    1.190546] pnp: PnP ACPI init
[    1.190650] ACPI: bus type pnp registered
[    1.190909] pnp 00:00: [bus 00-3e]
[    1.190910] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.190912] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.190913] pnp 00:00: [io  0x0d00-0xffff window]
[    1.190914] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.190915] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.190916] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.190917] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.190918] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.190919] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.190920] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.190921] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.190922] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.190923] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.190924] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.190925] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.190926] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.190927] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.190928] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
[    1.190929] pnp 00:00: [mem 0x00010000-0x0001ffff window]
[    1.190930] pnp 00:00: [mem 0x00000000 window]
[    1.190963] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.191008] pnp 00:01: [mem 0xfed40000-0xfed44fff]
[    1.191033] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.191145] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.191151] pnp 00:02: [io  0x0000-0x001f]
[    1.191152] pnp 00:02: [io  0x0081-0x0091]
[    1.191153] pnp 00:02: [io  0x0093-0x009f]
[    1.191154] pnp 00:02: [io  0x00c0-0x00df]
[    1.191155] pnp 00:02: [dma 4]
[    1.191171] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.191175] pnp 00:03: [mem 0xff000000-0xffffffff]
[    1.191189] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[    1.191268] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[    1.191284] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.191299] pnp 00:05: [io  0x00f0]
[    1.191307] pnp 00:05: [irq 13]
[    1.191323] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.191337] pnp 00:06: [io  0x0800-0x087f]
[    1.191362] system 00:06: [io  0x0800-0x087f] has been reserved
[    1.191474] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.191480] pnp 00:07: [io  0x0070-0x0077]
[    1.191489] pnp 00:07: [irq 8]
[    1.191505] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.191516] pnp 00:08: [io  0x1854-0x1857]
[    1.191539] system 00:08: [io  0x1854-0x1857] has been reserved
[    1.191646] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.191702] pnp 00:09: [io  0x0000-0xffffffffffffffff disabled]
[    1.191703] pnp 00:09: [io  0x0a00-0x0a1f]
[    1.191704] pnp 00:09: [io  0x0a30-0x0a3f]
[    1.191705] pnp 00:09: [io  0x0000-0xffffffffffffffff disabled]
[    1.191731] system 00:09: [io  0x0a00-0x0a1f] has been reserved
[    1.191842] system 00:09: [io  0x0a30-0x0a3f] has been reserved
[    1.191941] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.192110] pnp 00:0a: [io  0x03f8-0x03ff]
[    1.192121] pnp 00:0a: [irq 4]
[    1.192122] pnp 00:0a: [dma 0 disabled]
[    1.192158] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.192310] pnp 00:0b: [io  0x02f8-0x02ff]
[    1.192315] pnp 00:0b: [irq 3]
[    1.192316] pnp 00:0b: [dma 0 disabled]
[    1.192361] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.192396] pnp 00:0c: [io  0x0000-0xffffffffffffffff disabled]
[    1.192397] pnp 00:0c: [io  0x0a00-0x0a1f]
[    1.192423] system 00:0c: [io  0x0a00-0x0a1f] has been reserved
[    1.192531] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.192544] pnp 00:0d: [io  0x0010-0x001f]
[    1.192545] pnp 00:0d: [io  0x0022-0x003f]
[    1.192546] pnp 00:0d: [io  0x0044-0x005f]
[    1.192547] pnp 00:0d: [io  0x0062-0x0063]
[    1.192547] pnp 00:0d: [io  0x0065-0x006f]
[    1.192548] pnp 00:0d: [io  0x0072-0x007f]
[    1.192549] pnp 00:0d: [io  0x0080]
[    1.192550] pnp 00:0d: [io  0x0084-0x0086]
[    1.192551] pnp 00:0d: [io  0x0088]
[    1.192552] pnp 00:0d: [io  0x008c-0x008e]
[    1.192553] pnp 00:0d: [io  0x0090-0x009f]
[    1.192554] pnp 00:0d: [io  0x00a2-0x00bf]
[    1.192555] pnp 00:0d: [io  0x00e0-0x00ef]
[    1.192555] pnp 00:0d: [io  0x04d0-0x04d1]
[    1.192584] system 00:0d: [io  0x04d0-0x04d1] has been reserved
[    1.192690] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.192834] pnp 00:0e: [io  0x03e8-0x03ef]
[    1.192844] pnp 00:0e: [irq 7]
[    1.192846] pnp 00:0e: [dma 0 disabled]
[    1.192886] pnp 00:0e: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.192945] pnp 00:0f: [io  0x0ca2]
[    1.192946] pnp 00:0f: [io  0x0ca3]
[    1.192966] pnp 00:0f: Plug and Play ACPI device, IDs IPI0001 (active)
[    1.193242] pnp 00:10: [mem 0xfed1c000-0xfed1ffff]
[    1.193244] pnp 00:10: [mem 0xfed10000-0xfed17fff]
[    1.193245] pnp 00:10: [mem 0xfed18000-0xfed18fff]
[    1.193246] pnp 00:10: [mem 0xfed19000-0xfed19fff]
[    1.193247] pnp 00:10: [mem 0xf8000000-0xfbffffff]
[    1.193248] pnp 00:10: [mem 0xfed20000-0xfed3ffff]
[    1.193249] pnp 00:10: [mem 0xfed90000-0xfed93fff]
[    1.193250] pnp 00:10: [mem 0xfed45000-0xfed8ffff]
[    1.193250] pnp 00:10: [mem 0xff000000-0xffffffff]
[    1.193251] pnp 00:10: [mem 0xfee00000-0xfeefffff]
[    1.193252] pnp 00:10: [mem 0xf7fe0000-0xf7feffff]
[    1.193293] system 00:10: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.193405] system 00:10: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.193507] system 00:10: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.193611] system 00:10: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.193715] system 00:10: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.193819] system 00:10: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.202911] system 00:10: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.203015] system 00:10: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.203117] system 00:10: [mem 0xff000000-0xffffffff] has been reserved
[    1.203220] system 00:10: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.203325] system 00:10: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    1.203428] system 00:10: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.203579] pnp: PnP ACPI: found 17 devices
[    1.203683] ACPI: ACPI bus type pnp unregistered
[    1.209908] PCI: max bus depth: 2 pci_try_num: 3
[    1.209951] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.210054] pci 0000:02:00.0: PCI bridge to [bus 03-03]
[    1.210158] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    1.210265] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.210377] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    1.210476] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    1.210580] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    1.210688] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    1.210787] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    1.210890] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
[    1.210997] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    1.211098] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    1.211200] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
[    1.211308] pci 0000:00:1c.6: PCI bridge to [bus 06-06]
[    1.211411] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    1.211512] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    1.211620] pci 0000:00:1c.7: PCI bridge to [bus 07-07]
[    1.211720] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    1.211824] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    1.211933] pci 0000:00:01.0: power state changed by ACPI to D0
[    1.212035] pci 0000:00:01.0: power state changed by ACPI to D0
[    1.212142] pci 0000:00:01.0: setting latency timer to 64
[    1.212151] pci 0000:00:1c.0: setting latency timer to 64
[    1.212160] pci 0000:02:00.0: setting latency timer to 64
[    1.212170] pci 0000:00:1c.2: setting latency timer to 64
[    1.212180] pci 0000:00:1c.3: setting latency timer to 64
[    1.212188] pci 0000:00:1c.6: setting latency timer to 64
[    1.212195] pci 0000:00:1c.7: setting latency timer to 64
[    1.212198] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.212199] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.212201] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.212202] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
[    1.212203] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
[    1.212204] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
[    1.212206] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
[    1.212207] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
[    1.212208] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
[    1.212209] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
[    1.212211] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff]
[    1.212212] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    1.212213] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
[    1.212214] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    1.212216] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
[    1.212217] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    1.212218] pci_bus 0000:04: resource 1 [mem 0xf7400000-0xf74fffff]
[    1.212219] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    1.212220] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
[    1.212222] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    1.212223] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
[    1.212224] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
[    1.212225] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
[    1.212298] NET: Registered protocol family 2
[    1.212599] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    1.213328] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.214274] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.214480] TCP: Hash tables configured (established 524288 bind 65536)
[    1.214590] TCP reno registered
[    1.214699] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.214841] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.215061] NET: Registered protocol family 1
[    1.215553] pci 0000:00:14.0: power state changed by ACPI to D0
[    1.215669] pci 0000:00:14.0: power state changed by ACPI to D0
[    1.253415] pci 0000:03:00.0: Boot video device
[    1.253456] PCI: CLS 64 bytes, default 64
[    1.253482] Unpacking initramfs...
[    1.390848] Freeing initrd memory: 10520k freed
[    1.391593] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.391704] Placing 64MB software IO TLB between ffff8800d9807000 - ffff8800dd807000
[    1.391832] software IO TLB at phys 0xd9807000 - 0xdd807000
[    1.392458] audit: initializing netlink socket (disabled)
[    1.392566] type=2000 audit(1407841856.128:1): initialized
[    1.402015] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.403117] VFS: Disk quotas dquot_6.5.2
[    1.403248] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.403406] msgmni has been set to 32088
[    1.403622] alg: No test for stdrng (krng)
[    1.403744] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.403871] io scheduler noop registered
[    1.403968] io scheduler deadline registered
[    1.404092] io scheduler cfq registered (default)
[    1.404247] pcieport 0000:00:01.0: setting latency timer to 64
[    1.404266] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
[    1.404310] pcieport 0000:00:1c.0: setting latency timer to 64
[    1.404338] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
[    1.404387] pcieport 0000:00:1c.2: setting latency timer to 64
[    1.404414] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    1.404463] pcieport 0000:00:1c.3: setting latency timer to 64
[    1.404492] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    1.404543] pcieport 0000:00:1c.6: setting latency timer to 64
[    1.404575] pcieport 0000:00:1c.6: irq 45 for MSI/MSI-X
[    1.404630] pcieport 0000:00:1c.7: setting latency timer to 64
[    1.404661] pcieport 0000:00:1c.7: irq 46 for MSI/MSI-X
[    1.404728] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    1.404837] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    1.404847] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.404954] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    1.405058] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    1.405165] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.405175] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    1.405293] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    1.405395] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    1.405405] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    1.405510] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    1.405617] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    1.405627] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
[    1.405738] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    1.405843] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
[    1.405853] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[    1.405957] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[    1.406060] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
[    1.406070] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.406183] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.406289] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.406709] intel_idle: does not run on family 6 model 60
[    1.406791] ERST: Error Record Serialization Table (ERST) support is initialized.
[    1.407024] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    1.407191] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.427640] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.489583] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.545783] serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
[    1.589705] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.629562] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.650312] 00:0e: ttyS2 at I/O 0x3e8 (irq = 7) is a 16550A
[    1.650657] Linux agpgart interface v0.103
[    1.650842] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.388723] Refined TSC clocksource calibration: 3399.988 MHz.
[    2.388825] Switching to clocksource tsc
[    2.792158] i8042: No controller found
[    2.792305] mousedev: PS/2 mouse device common for all mice
[    2.792441] rtc_cmos 00:07: RTC can wake from S4
[    2.792624] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    2.792752] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.792863] cpuidle: using governor ladder
[    2.792969] cpuidle: using governor menu
[    2.793159] TCP cubic registered
[    2.793290] NET: Registered protocol family 10
[    2.793615] Mobile IPv6
[    2.793718] NET: Registered protocol family 17
[    2.793818] Registering the dns_resolver key type
[    2.793975] PM: Hibernation image not present or could not be loaded.
[    2.793980] registered taskstats version 1
[    2.794992] rtc_cmos 00:07: setting system clock to 2014-08-12 11:10:57 UTC (1407841857)
[    2.795157] Initializing network drop monitor service
[    2.795857] Freeing unused kernel memory: 580k freed
[    2.795996] Write protecting the kernel read-only data: 6144k
[    2.797371] Freeing unused kernel memory: 652k freed
[    2.798814] Freeing unused kernel memory: 688k freed
[    2.812071] usbcore: registered new interface driver usbfs
[    2.812202] usbcore: registered new interface driver hub
[    2.812873] usbcore: registered new device driver usb
[    2.813409] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
[    2.813525] xhci_hcd 0000:00:14.0: power state changed by ACPI to D0
[    2.813671] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    2.813675] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.813797] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.814022] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.814069] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
[    2.814118] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.814231] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.814357] usb usb1: Product: xHCI Host Controller
[    2.814461] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
[    2.814570] usb usb1: SerialNumber: 0000:00:14.0
[    2.815898] xHCI xhci_add_endpoint called for root hub
[    2.815900] xHCI xhci_check_bandwidth called for root hub
[    2.815930] hub 1-0:1.0: USB hub found
[    2.816051] hub 1-0:1.0: 12 ports detected
[    2.816260] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.816377] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.816542] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.816657] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.816782] usb usb2: Product: xHCI Host Controller
[    2.816880] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 xhci_hcd
[    2.816987] usb usb2: SerialNumber: 0000:00:14.0
[    2.817107] dca service started, version 1.12.1
[    2.817242] xHCI xhci_add_endpoint called for root hub
[    2.817244] xHCI xhci_check_bandwidth called for root hub
[    2.817272] hub 2-0:1.0: USB hub found
[    2.817389] hub 2-0:1.0: 6 ports detected
[    2.817808] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.818134] ACPI: Fan [FAN0] (off)
[    2.818340] ACPI: Fan [FAN1] (off)
[    2.818488] ACPI: Fan [FAN2] (off)
[    2.818932] thermal LNXTHERM:00: registered as thermal_zone0
[    2.819043] ACPI: Thermal Zone [TZ00] (28 C)
[    2.819534] thermal LNXTHERM:01: registered as thermal_zone1
[    2.819645] ACPI: Thermal Zone [TZ01] (30 C)
[    2.820257] ACPI: Fan [FAN3] (off)
[    2.820382] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    2.820404] ACPI: Fan [FAN4] (off)
[    2.820593] igb: Copyright (c) 2007-2013 Intel Corporation.
[    2.820873] igb 0000:04:00.0: setting latency timer to 64
[    2.938443] igb 0000:04:00.0: irq 48 for MSI/MSI-X
[    2.938448] igb 0000:04:00.0: irq 49 for MSI/MSI-X
[    2.938451] igb 0000:04:00.0: irq 50 for MSI/MSI-X
[    2.938455] igb 0000:04:00.0: irq 51 for MSI/MSI-X
[    2.938458] igb 0000:04:00.0: irq 52 for MSI/MSI-X
[    2.952496] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    2.952500] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    2.952687] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.952931] ehci_hcd 0000:00:1a.0: debug port 2
[    2.956983] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    2.956995] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7514000
[    2.972390] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.972510] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.972625] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.972777] usb usb3: Product: EHCI Host Controller
[    2.972896] usb usb3: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[    2.973014] usb usb3: SerialNumber: 0000:00:1a.0
[    2.973217] hub 3-0:1.0: USB hub found
[    2.973345] hub 3-0:1.0: 2 ports detected
[    2.973567] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.973571] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    2.973728] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    2.973893] ehci_hcd 0000:00:1d.0: debug port 2
[    2.977908] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    2.977918] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7513000
[    2.980961] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.981092] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0a
[    2.981288] igb 0000:04:00.0: eth0: PBA No: 012000-000
[    2.981413] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.981624] igb 0000:05:00.0: setting latency timer to 64
[    2.982206] igb 0000:05:00.0: irq 53 for MSI/MSI-X
[    2.982210] igb 0000:05:00.0: irq 54 for MSI/MSI-X
[    2.982213] igb 0000:05:00.0: irq 55 for MSI/MSI-X
[    2.982217] igb 0000:05:00.0: irq 56 for MSI/MSI-X
[    2.982220] igb 0000:05:00.0: irq 57 for MSI/MSI-X
[    2.992400] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.992516] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    2.992618] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.992738] usb usb4: Product: EHCI Host Controller
[    2.992838] usb usb4: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[    2.992942] usb usb4: SerialNumber: 0000:00:1d.0
[    3.002624] hub 4-0:1.0: USB hub found
[    3.002732] hub 4-0:1.0: 2 ports detected
[    3.024957] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.025068] igb 0000:05:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0b
[    3.025235] igb 0000:05:00.0: eth1: PBA No: 011000-000
[    3.025338] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.025524] igb 0000:06:00.0: setting latency timer to 64
[    3.026085] igb 0000:06:00.0: irq 58 for MSI/MSI-X
[    3.026089] igb 0000:06:00.0: irq 59 for MSI/MSI-X
[    3.026092] igb 0000:06:00.0: irq 60 for MSI/MSI-X
[    3.026096] igb 0000:06:00.0: irq 61 for MSI/MSI-X
[    3.026099] igb 0000:06:00.0: irq 62 for MSI/MSI-X
[    3.068988] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.069099] igb 0000:06:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0c
[    3.069265] igb 0000:06:00.0: eth2: PBA No: 011000-000
[    3.069365] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.069548] igb 0000:07:00.0: setting latency timer to 64
[    3.070126] igb 0000:07:00.0: irq 63 for MSI/MSI-X
[    3.070131] igb 0000:07:00.0: irq 64 for MSI/MSI-X
[    3.070134] igb 0000:07:00.0: irq 65 for MSI/MSI-X
[    3.070138] igb 0000:07:00.0: irq 66 for MSI/MSI-X
[    3.070142] igb 0000:07:00.0: irq 67 for MSI/MSI-X
[    3.112972] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[    3.113085] igb 0000:07:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0d
[    3.113248] igb 0000:07:00.0: eth3: PBA No: 011000-000
[    3.113348] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    3.124324] usb 1-4: new low-speed USB device number 2 using xhci_hcd
[    3.148777] usb 1-4: New USB device found, idVendor=046d, idProduct=c326
[    3.148882] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.148988] usb 1-4: Product: USB Keyboard
[    3.149085] usb 1-4: Manufacturer: Logitech
[    3.149234] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.149370] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.155985] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input0
[    3.156149] generic-usb 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4/input0
[    3.161901] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/input/input1
[    3.162077] generic-usb 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4/input1
[    3.162225] usbcore: registered new interface driver usbhid
[    3.162333] usbhid: USB HID core driver
[    3.316207] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    3.332366] usb 1-7: New USB device found, idVendor=0000, idProduct=0001
[    3.332472] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.332864] hub 1-7:1.0: USB hub found
[    3.333010] hub 1-7:1.0: 4 ports detected
[    3.444131] usb 3-1: new high-speed USB device number 2 using ehci_hcd
[    3.576401] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
[    3.576503] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.576790] hub 3-1:1.0: USB hub found
[    3.577020] hub 3-1:1.0: 6 ports detected
[    3.687987] usb 4-1: new high-speed USB device number 2 using ehci_hcd
[    3.820258] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
[    3.820360] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.820647] hub 4-1:1.0: USB hub found
[    3.820885] hub 4-1:1.0: 6 ports detected
[    3.911890] usb 1-7.1: new low-speed USB device number 4 using xhci_hcd
[    3.935685] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
[    3.935787] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.935937] usb 1-7.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.936063] usb 1-7.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes
[    3.937090] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/input/input2
[    3.937243] generic-usb 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
[    3.939650] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/input/input3
[    3.939822] generic-usb 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
[    4.395597] vga16fb: initializing
[    4.395600] vga16fb: mapped to 0xffff8800000a0000
[    4.675027] Console: switching to colour frame buffer device 80x30
[    4.684674] fb0: VGA16 VGA frame buffer device
[    5.570365] SCSI subsystem initialized
[    5.570768] Initializing USB Mass Storage driver...
[    5.570794] usbcore: registered new interface driver usb-storage
[    5.570795] USB Mass Storage support registered.
[    7.579542] ADDRCONF(NETDEV_UP): eth3: link is not ready
[    8.462947] ADDRCONF(NETDEV_UP): eth2: link is not ready
[    9.346507] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   10.229713] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.136600] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.898328] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   14.899290] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   16.034353] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   18.784033] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   18.785003] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   29.672640] eth0: no IPv6 routers present
[   45.495326] usb 1-9: new high-speed USB device number 5 using xhci_hcd
[   45.522278] usb 1-9: New USB device found, idVendor=13fe, idProduct=1f23
[   45.522280] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   45.522281] usb 1-9: Product: silicon-power
[   45.522282] usb 1-9: Manufacturer:         
[   45.522283] usb 1-9: SerialNumber: E6970400FFFF7F37
[   45.522661] scsi0 : usb-storage 1-9:1.0
[   46.519858] scsi 0:0:0:0: Direct-Access              silicon-power    PMAP PQ: 0 ANSI: 0 CCS
[   49.200416] sd 0:0:0:0: [sda] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
[   49.200595] sd 0:0:0:0: [sda] Write Protect is off
[   49.200596] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[   49.200787] sd 0:0:0:0: [sda] No Caching mode page found
[   49.200787] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   49.201864] sd 0:0:0:0: [sda] No Caching mode page found
[   49.201866] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   49.202415]  sda: sda1
[   49.203216] sd 0:0:0:0: [sda] No Caching mode page found
[   49.203218] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   49.203219] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   70.902369] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-5) ) #1 SMP Debian 3.14.13-2 (2014-07-24)
[    0.000000] Command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009b000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd94efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd94f000-0x00000000cd955fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cd956000-0x00000000dd806fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd807000-0x00000000dd8f6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd8f7000-0x00000000dd93dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd93e000-0x00000000dda76fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dda77000-0x00000000df7fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Supermicro X10SLM+-LN4F/X10SLM+-LN4F, BIOS 2.00 04/24/2014
[    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 = 0x420000 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-CBFFF write-protect
[    0.000000]   CC000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
[    0.000000] Base memory trampoline at [ffff88000007b000] 7b000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01aad000, 0x01aadfff] PGTABLE
[    0.000000] BRK [0x01aae000, 0x01aaefff] PGTABLE
[    0.000000] BRK [0x01aaf000, 0x01aaffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41fe00000-0x41fffffff]
[    0.000000]  [mem 0x41fe00000-0x41fffffff] page 2M
[    0.000000] BRK [0x01ab0000, 0x01ab0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41c000000-0x41fdfffff]
[    0.000000]  [mem 0x41c000000-0x41fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
[    0.000000]  [mem 0x400000000-0x41bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xcd94efff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000]  [mem 0xc0000000-0xcd7fffff] page 2M
[    0.000000]  [mem 0xcd800000-0xcd94efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xcd956000-0xdd806fff]
[    0.000000]  [mem 0xcd956000-0xcd9fffff] page 4k
[    0.000000]  [mem 0xcda00000-0xdd7fffff] page 2M
[    0.000000]  [mem 0xdd800000-0xdd806fff] page 4k
[    0.000000] BRK [0x01ab1000, 0x01ab1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdd8f7000-0xdd93dfff]
[    0.000000]  [mem 0xdd8f7000-0xdd93dfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf7ff000-0xdf7fffff]
[    0.000000]  [mem 0xdf7ff000-0xdf7fffff] page 4k
[    0.000000] BRK [0x01ab2000, 0x01ab2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x7f200000-0x7ff44fff]
[    0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 SUPERM)
[    0.000000] ACPI: XSDT 00000000dda460a0 0000BC (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000dda55290 00010C (v05 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000dda461f0 00F09C (v02 SUPERM SMCI--MB 00000000 INTL 20120711)
[    0.000000] ACPI: FACS 00000000dda76f80 000040
[    0.000000] ACPI: APIC 00000000dda553a0 000092 (v03 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000dda55438 000044 (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000dda55480 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dda56070 000540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda565b0 000B74 (v01 CpuRef  CpuSsdt 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda57128 0002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda57420 000348 (v01  PmRef    ApTst 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 00000000dda57768 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
[    0.000000] ACPI: PRAD 00000000dda577a8 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
[    0.000000] ACPI: HPET 00000000dda57878 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000dda578b0 000397 (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dda57c48 005B5E (v01 SaSsdt  SaSsdt  00003000 INTL 20120711)
[    0.000000] ACPI: SPMI 00000000dda5d7a8 000040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
[    0.000000] ACPI: DMAR 00000000dda5d7e8 000080 (v01 INTEL      BDW  00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 00000000dda5d868 000130 (v01    AMI AMI EINJ 00000000      00000000)
[    0.000000] ACPI: ERST 00000000dda5d998 000230 (v01  AMIER AMI ERST 00000000      00000000)
[    0.000000] ACPI: HEST 00000000dda5dbc8 0000A8 (v01    AMI AMI HEST 00000000      00000000)
[    0.000000] ACPI: BERT 00000000dda5dc70 000030 (v01    AMI AMI BERT 00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x41fffffff]
[    0.000000]   NODE_DATA [mem 0x41fff9000-0x41fffdfff]
[    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f600000-ffff88041d7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x41fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009afff]
[    0.000000]   node   0: [mem 0x00100000-0xcd94efff]
[    0.000000]   node   0: [mem 0xcd956000-0xdd806fff]
[    0.000000]   node   0: [mem 0xdd8f7000-0xdd93dfff]
[    0.000000]   node   0: [mem 0xdf7ff000-0xdf7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x41fffffff]
[    0.000000] On node 0 totalpages: 4184034
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 47 pages reserved
[    0.000000]   DMA zone: 3994 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12349 pages used for memmap
[    0.000000]   DMA32 zone: 903240 pages, LIFO batch:31
[    0.000000]   Normal zone: 44800 pages used for memmap
[    0.000000]   Normal zone: 3276800 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd94f000-0xcd955fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd807000-0xdd8f6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd93e000-0xdda76fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdda77000-0xdf7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041fc00000 s86080 r8192 d24512 u262144
[    0.000000] pcpu-alloc: s86080 r8192 d24512 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4126782
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    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: 16412716K/16736136K available (4955K kernel code, 739K rwdata, 1724K rodata, 1008K init, 960K bss, 323420K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:744 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3399.875 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.75 BogoMIPS (lpj=13599500)
[    0.000229] pid_max: default: 32768 minimum: 301
[    0.000333] ACPI: Core revision 20131218
[    0.007953] ACPI: All ACPI Tables successfully acquired
[    0.008700] Security Framework initialized
[    0.008807] AppArmor: AppArmor disabled by boot time parameter
[    0.008916] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.009588] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011735] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.012830] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014194] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014482] Initializing cgroup subsys memory
[    0.014591] Initializing cgroup subsys devices
[    0.014690] Initializing cgroup subsys freezer
[    0.014802] Initializing cgroup subsys net_cls
[    0.014902] Initializing cgroup subsys blkio
[    0.014999] Initializing cgroup subsys perf_event
[    0.015116] CPU: Physical Processor ID: 0
[    0.015220] CPU: Processor Core ID: 0
[    0.015317] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.015317] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.016185] mce: CPU supports 9 MCE banks
[    0.016300] CPU0: Thermal monitoring enabled (TM1)
[    0.016413] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.016413] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.016413] tlb_flushall_shift: 6
[    0.016644] Freeing SMP alternatives memory: 20K (ffffffff819b6000 - ffffffff819bb000)
[    0.017408] dmar: Host address width 39
[    0.017510] dmar: DRHD base: 0x000000fed90000 flags: 0x1
[    0.017619] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.017751] dmar: RMRR base: 0x000000df69a000 end: 0x000000df6a8fff
[    0.017917] IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.018015] HPET id 0 under DRHD base 0xfed90000
[    0.018115] Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.018241] Your BIOS is broken and requested that x2apic be disabled.
[    0.018241] This will slightly decrease performance.
[    0.018241] Use 'intremap=no_x2apic_optout' to override BIOS request.
[    0.018462] Enabled IRQ remapping in xapic mode
[    0.018565] x2apic not enabled, IRQ remapping is in xapic mode
[    0.019073] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.058830] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.059178] TSC deadline timer enabled
[    0.059184] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.059675] ... version:                3
[    0.059774] ... bit width:              48
[    0.059873] ... generic registers:      4
[    0.059971] ... value mask:             0000ffffffffffff
[    0.060073] ... max period:             0000ffffffffffff
[    0.060174] ... fixed-purpose events:   3
[    0.060273] ... event mask:             000000070000000f
[    0.060740] x86: Booting SMP configuration:
[    0.060844] .... node  #0, CPUs:      #1
[    0.074930] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.075209]  #2 #3 #4 #5 #6 #7
[    0.159162] x86: Booted up 1 node, 8 CPUs
[    0.159358] smpboot: Total of 8 processors activated (54398.00 BogoMIPS)
[    0.165834] devtmpfs: initialized
[    0.168154] PM: Registering ACPI NVS region [mem 0xcd94f000-0xcd955fff] (28672 bytes)
[    0.168285] PM: Registering ACPI NVS region [mem 0xdd93e000-0xdda76fff] (1282048 bytes)
[    0.168528] pinctrl core: initialized pinctrl subsystem
[    0.168674] NET: Registered protocol family 16
[    0.168833] cpuidle: using governor ladder
[    0.168936] cpuidle: using governor menu
[    0.169053] ACPI: bus type PCI registered
[    0.169155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.169313] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.169441] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.169596] PCI: Using configuration type 1 for base access
[    0.170365] bio: create slab <bio-0> at 0
[    0.170544] ACPI: Added _OSI(Module Device)
[    0.170648] ACPI: Added _OSI(Processor Device)
[    0.170746] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.170847] ACPI: Added _OSI(Processor Aggregator Device)
[    0.173797] ACPI: Executed 5 blocks of module-level executable AML code
[    0.232929] ACPI: Dynamic OEM Table Load:
[    0.233170] ACPI: PRAD           (null) 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
[    0.256143] ACPI: SSDT 00000000dd8a5c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.256735] ACPI: Dynamic OEM Table Load:
[    0.256979] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.268228] ACPI: SSDT 00000000dd8a5618 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.268866] ACPI: Dynamic OEM Table Load:
[    0.269115] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.280136] ACPI: SSDT 00000000dd8a4d98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.280726] ACPI: Dynamic OEM Table Load:
[    0.280970] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.292923] ACPI: Interpreter enabled
[    0.293032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[    0.293302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[    0.293579] ACPI: (supports S0 S3 S4 S5)
[    0.293682] ACPI: Using IOAPIC for interrupt routing
[    0.293816] HEST: Table parsing has been initialized.
[    0.293924] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.294176] ACPI: No dock devices found.
[    0.294569] ACPI: Power Resource [PG00] (on)
[    0.304304] ACPI: Power Resource [PG01] (on)
[    0.316277] ACPI: Power Resource [PG02] (on)
[    0.334633] ACPI: Power Resource [FN00] (off)
[    0.334787] ACPI: Power Resource [FN01] (off)
[    0.334946] ACPI: Power Resource [FN02] (off)
[    0.335098] ACPI: Power Resource [FN03] (off)
[    0.335252] ACPI: Power Resource [FN04] (off)
[    0.335908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.336021] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.336557] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.337097] PCI host bridge to bus 0000:00
[    0.337197] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.337299] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.337402] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.337506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.337607] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.337712] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.337818] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.337925] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.338027] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.338134] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.338241] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.338345] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
[    0.338591] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
[    0.338654] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.338678] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.338711] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.338869] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.338886] pci 0000:00:14.0: reg 0x10: [mem 0xf7500000-0xf750ffff 64bit]
[    0.338936] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.338973] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.339105] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.339121] pci 0000:00:16.0: reg 0x10: [mem 0xf7517000-0xf751700f 64bit]
[    0.339172] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.339241] pci 0000:00:16.1: [8086:8c3b] type 00 class 0x078000
[    0.339257] pci 0000:00:16.1: reg 0x10: [mem 0xf7516000-0xf751600f 64bit]
[    0.339308] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.339373] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.339390] pci 0000:00:1a.0: reg 0x10: [mem 0xf7514000-0xf75143ff]
[    0.339464] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.339503] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.339636] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.339691] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.339720] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.339857] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.339912] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.339941] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.340077] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.340131] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.340162] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.340300] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
[    0.340361] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.340391] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.340523] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[    0.340584] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.340614] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    0.340755] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.340772] pci 0000:00:1d.0: reg 0x10: [mem 0xf7513000-0xf75133ff]
[    0.340846] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.340887] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.341016] pci 0000:00:1f.0: [8086:8c54] type 00 class 0x060100
[    0.341148] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.341161] pci 0000:00:1f.2: reg 0x10: [io  0xf050-0xf057]
[    0.341167] pci 0000:00:1f.2: reg 0x14: [io  0xf040-0xf043]
[    0.341173] pci 0000:00:1f.2: reg 0x18: [io  0xf030-0xf037]
[    0.341179] pci 0000:00:1f.2: reg 0x1c: [io  0xf020-0xf023]
[    0.341185] pci 0000:00:1f.2: reg 0x20: [io  0xf000-0xf01f]
[    0.341191] pci 0000:00:1f.2: reg 0x24: [mem 0xf7512000-0xf75127ff]
[    0.341221] pci 0000:00:1f.2: PME# supported from D3hot
[    0.341267] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.341279] pci 0000:00:1f.3: reg 0x10: [mem 0xf7511000-0xf75110ff 64bit]
[    0.341295] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
[    0.341360] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
[    0.341376] pci 0000:00:1f.6: reg 0x10: [mem 0xf7510000-0xf7510fff 64bit]
[    0.341498] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.341682] pci 0000:02:00.0: [1a03:1150] type 01 class 0x060400
[    0.341794] pci 0000:02:00.0: supports D1 D2
[    0.341795] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.341820] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.341946] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.342081] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.342180] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.342183] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.342269] pci 0000:03:00.0: [1a03:2000] type 00 class 0x030000
[    0.342295] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.342308] pci 0000:03:00.0: reg 0x14: [mem 0xf7000000-0xf701ffff]
[    0.342320] pci 0000:03:00.0: reg 0x18: [io  0xe000-0xe07f]
[    0.342555] pci 0000:03:00.0: supports D1 D2
[    0.342556] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.342644] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.342749] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.342753] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.342858] pci 0000:04:00.0: [8086:1533] type 00 class 0x020000
[    0.342880] pci 0000:04:00.0: reg 0x10: [mem 0xf7400000-0xf747ffff]
[    0.342910] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.342927] pci 0000:04:00.0: reg 0x1c: [mem 0xf7480000-0xf7483fff]
[    0.343081] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.343118] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.348166] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.348267] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.348270] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.348375] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
[    0.348398] pci 0000:05:00.0: reg 0x10: [mem 0xf7300000-0xf737ffff]
[    0.348430] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc01f]
[    0.348446] pci 0000:05:00.0: reg 0x1c: [mem 0xf7380000-0xf7383fff]
[    0.348599] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.348637] pci 0000:05:00.0: System wakeup disabled by ACPI
[    0.356171] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.356274] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.356277] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.356385] pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
[    0.356406] pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf727ffff]
[    0.356436] pci 0000:06:00.0: reg 0x18: [io  0xb000-0xb01f]
[    0.356453] pci 0000:06:00.0: reg 0x1c: [mem 0xf7280000-0xf7283fff]
[    0.356607] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.356644] pci 0000:06:00.0: System wakeup disabled by ACPI
[    0.364167] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.364270] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    0.364273] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.364381] pci 0000:07:00.0: [8086:1533] type 00 class 0x020000
[    0.364404] pci 0000:07:00.0: reg 0x10: [mem 0xf7100000-0xf717ffff]
[    0.364435] pci 0000:07:00.0: reg 0x18: [io  0xa000-0xa01f]
[    0.364452] pci 0000:07:00.0: reg 0x1c: [mem 0xf7180000-0xf7183fff]
[    0.364608] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.364645] pci 0000:07:00.0: System wakeup disabled by ACPI
[    0.372164] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    0.372268] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    0.372271] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.372760] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15)
[    0.373599] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15)
[    0.374566] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15)
[    0.375394] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *10 11 12 14 15)
[    0.376243] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    0.377254] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    0.378251] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    0.379383] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
[    0.379796] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.380222] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.380348] vgaarb: loaded
[    0.380446] vgaarb: bridge control possible 0000:03:00.0
[    0.380568] PCI: Using ACPI for IRQ routing
[    0.381752] PCI: pci_cache_line_size set to 64 bytes
[    0.381857] e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff]
[    0.381858] e820: reserve RAM buffer [mem 0xcd94f000-0xcfffffff]
[    0.381859] e820: reserve RAM buffer [mem 0xdd807000-0xdfffffff]
[    0.381860] e820: reserve RAM buffer [mem 0xdd93e000-0xdfffffff]
[    0.381860] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.381933] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.382802] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.384926] Switched to clocksource hpet
[    0.386155] pnp: PnP ACPI init
[    0.386264] ACPI: bus type PNP registered
[    0.386579] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.386690] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.386696] pnp 00:01: [dma 4]
[    0.386707] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.386720] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.386808] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.386843] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.386871] system 00:05: [io  0x0800-0x087f] has been reserved
[    0.386973] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386991] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.387015] system 00:07: [io  0x1854-0x1857] has been reserved
[    0.387123] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.387193] system 00:08: [io  0x0a00-0x0a1f] has been reserved
[    0.387302] system 00:08: [io  0x0a30-0x0a3f] has been reserved
[    0.387406] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.387556] pnp 00:09: [dma 0 disabled]
[    0.387585] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.387729] pnp 00:0a: [dma 0 disabled]
[    0.387754] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.387801] system 00:0b: [io  0x0a00-0x0a1f] has been reserved
[    0.387914] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.387946] system 00:0c: [io  0x04d0-0x04d1] has been reserved
[    0.397330] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.397457] pnp 00:0d: [dma 0 disabled]
[    0.397484] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.397550] pnp 00:0e: Plug and Play ACPI device, IDs IPI0001 (active)
[    0.397817] system 00:0f: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.397925] system 00:0f: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.398031] system 00:0f: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.398134] system 00:0f: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.398238] system 00:0f: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.398344] system 00:0f: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.398588] system 00:0f: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.398693] system 00:0f: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.398796] system 00:0f: [mem 0xff000000-0xffffffff] has been reserved
[    0.398900] system 00:0f: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.399002] system 00:0f: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.399105] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.399251] pnp: PnP ACPI: found 16 devices
[    0.399355] ACPI: bus type PNP unregistered
[    0.405713] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.405818] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.405921] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.406028] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.406140] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.406243] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.406483] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.406594] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.406694] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.406796] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.406904] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.407002] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.407107] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.407218] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.407318] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    0.407425] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.407535] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    0.407635] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    0.407742] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.407850] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.407851] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.407852] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.407853] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
[    0.407854] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
[    0.407854] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
[    0.407855] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
[    0.407856] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
[    0.407857] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
[    0.407858] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
[    0.407859] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff]
[    0.407860] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.407860] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.407861] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.407862] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.407863] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.407864] pci_bus 0000:04: resource 1 [mem 0xf7400000-0xf74fffff]
[    0.407865] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.407866] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
[    0.407866] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    0.407867] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.407868] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
[    0.407869] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.407939] NET: Registered protocol family 2
[    0.408205] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.408469] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.408661] TCP: Hash tables configured (established 131072 bind 65536)
[    0.408779] TCP: reno registered
[    0.408889] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.409030] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.409226] NET: Registered protocol family 1
[    0.444978] pci 0000:03:00.0: Boot video device
[    0.445018] PCI: CLS 64 bytes, default 64
[    0.445042] Unpacking initramfs...
[    0.605363] Freeing initrd memory: 13588K (ffff88007f200000 - ffff88007ff45000)
[    0.605521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.605633] software IO TLB [mem 0xd9807000-0xdd807000] (64MB) mapped at [ffff8800d9807000-ffff8800dd806fff]
[    0.605999] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[    0.606171] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17
[    0.606283] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17
[    0.606392] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17
[    0.606500] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17
[    0.606609] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17
[    0.606714] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17
[    0.606820] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17
[    0.606929] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17
[    0.607071] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.607418] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.607589] audit: initializing netlink subsys (disabled)
[    0.607701] audit: type=2000 audit(1407839846.556:1): initialized
[    0.616666] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.616964] VFS: Disk quotas dquot_6.5.2
[    0.617091] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.617239] msgmni has been set to 32082
[    0.617535] alg: No test for stdrng (krng)
[    0.617654] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.617825] io scheduler noop registered
[    0.617926] io scheduler deadline registered
[    0.618048] io scheduler cfq registered (default)
[    0.618281] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
[    0.618388] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
[    0.618494] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.618597] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    0.618703] pcieport 0000:00:1c.6: irq 45 for MSI/MSI-X
[    0.618810] pcieport 0000:00:1c.7: irq 46 for MSI/MSI-X
[    0.618878] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.618990] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.619000] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.619110] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.619215] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.619320] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.619332] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.619443] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.619547] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.619558] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.619669] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    0.619773] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.619783] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
[    0.619893] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    0.619999] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
[    0.620009] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[    0.620117] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[    0.620225] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
[    0.620233] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.620351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.620483] intel_idle: MWAIT substates: 0x42120
[    0.620484] intel_idle: v0.4 model 0x3C
[    0.620484] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.620754] ERST: Error Record Serialization Table (ERST) support is initialized.
[    0.620891] pstore: Registered erst as persistent store backend
[    0.621071] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    0.621243] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.641707] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.662193] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.682914] 00:0d: ttyS2 at I/O 0x3e8 (irq = 7, base_baud = 115200) is a 16550A
[    0.683265] Linux agpgart interface v0.103
[    0.683437] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.822813] i8042: No controller found
[    1.822915] tsc: Refined TSC clocksource calibration: 3399.997 MHz
[    1.823082] mousedev: PS/2 mouse device common for all mice
[    1.823207] rtc_cmos 00:06: RTC can wake from S4
[    1.823412] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.823537] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.823667] Intel P-state driver initializing.
[    1.823783] Intel pstate controlling: cpu 0
[    1.823898] Intel pstate controlling: cpu 1
[    1.824014] Intel pstate controlling: cpu 2
[    1.824139] Intel pstate controlling: cpu 3
[    1.824253] Intel pstate controlling: cpu 4
[    1.824372] Intel pstate controlling: cpu 5
[    1.824492] Intel pstate controlling: cpu 6
[    1.824605] Intel pstate controlling: cpu 7
[    1.824724] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.824835] AMD IOMMUv2 functionality not available on this system
[    1.825007] TCP: cubic registered
[    1.825209] NET: Registered protocol family 10
[    1.825503] mip6: Mobile IPv6
[    1.825604] NET: Registered protocol family 17
[    1.825706] mpls_gso: MPLS GSO support
[    1.826041] registered taskstats version 1
[    1.826760] rtc_cmos 00:06: setting system clock to 2014-08-12 10:37:28 UTC (1407839848)
[    1.826921] PM: Hibernation image not present or could not be loaded.
[    1.827315] Freeing unused kernel memory: 1008K (ffffffff818ba000 - ffffffff819b6000)
[    1.827446] Write protecting the kernel read-only data: 8192k
[    1.829062] Freeing unused kernel memory: 1176K (ffff8800014da000 - ffff880001600000)
[    1.829657] Freeing unused kernel memory: 324K (ffff8800017af000 - ffff880001800000)
[    1.833019] systemd-udevd[78]: starting version 208
[    1.833260] random: systemd-udevd urandom read with 2 bits of entropy available
[    1.841561] ACPI: Fan [FAN0] (off)
[    1.841962] thermal LNXTHERM:00: registered as thermal_zone0
[    1.842082] ACPI: Thermal Zone [TZ00] (28 C)
[    1.842235] ACPI: Fan [FAN1] (off)
[    1.842238] pps_core: LinuxPPS API ver. 1 registered
[    1.842239] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.842240] ACPI: bus type USB registered
[    1.842262] usbcore: registered new interface driver usbfs
[    1.842270] usbcore: registered new interface driver hub
[    1.843012] PTP clock support registered
[    1.843059] thermal LNXTHERM:01: registered as thermal_zone1
[    1.843060] ACPI: Thermal Zone [TZ01] (30 C)
[    1.843063] usbcore: registered new device driver usb
[    1.843092] ACPI: Fan [FAN2] (off)
[    1.843117] ACPI: Fan [FAN3] (off)
[    1.843139] ACPI: Fan [FAN4] (off)
[    1.843936] dca service started, version 1.12.1
[    1.844123] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.844397] ehci-pci: EHCI PCI platform driver
[    1.844400] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.844405] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.844640] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.844680] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
[    1.844859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.844981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.845118] usb usb1: Product: xHCI Host Controller
[    1.845232] usb usb1: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
[    1.845351] usb usb1: SerialNumber: 0000:00:14.0
[    1.845479] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    1.845598] igb: Copyright (c) 2007-2013 Intel Corporation.
[    1.845686] hub 1-0:1.0: USB hub found
[    1.845768] hub 1-0:1.0: 12 ports detected
[    1.848855] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.848975] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.849154] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.849273] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.849421] usb usb2: Product: xHCI Host Controller
[    1.849542] usb usb2: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
[    1.849663] usb usb2: SerialNumber: 0000:00:14.0
[    1.849884] hub 2-0:1.0: USB hub found
[    1.850019] hub 2-0:1.0: 6 ports detected
[    1.861321] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.861447] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.861611] ehci-pci 0000:00:1a.0: debug port 2
[    1.865635] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.865648] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7514000
[    1.876102] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.876262] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.876378] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.876502] usb usb3: Product: EHCI Host Controller
[    1.876607] usb usb3: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
[    1.876713] usb usb3: SerialNumber: 0000:00:1a.0
[    1.876916] hub 3-0:1.0: USB hub found
[    1.877038] hub 3-0:1.0: 2 ports detected
[    1.877356] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.877464] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.877600] ehci-pci 0000:00:1d.0: debug port 2
[    1.881584] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.881594] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7513000
[    1.892102] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.892263] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.892375] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.892503] usb usb4: Product: EHCI Host Controller
[    1.892609] usb usb4: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
[    1.892715] usb usb4: SerialNumber: 0000:00:1d.0
[    1.892919] hub 4-0:1.0: USB hub found
[    1.893026] hub 4-0:1.0: 2 ports detected
[    1.961780] igb 0000:04:00.0: irq 48 for MSI/MSI-X
[    1.961784] igb 0000:04:00.0: irq 49 for MSI/MSI-X
[    1.961788] igb 0000:04:00.0: irq 50 for MSI/MSI-X
[    1.961791] igb 0000:04:00.0: irq 51 for MSI/MSI-X
[    1.961794] igb 0000:04:00.0: irq 52 for MSI/MSI-X
[    2.004525] igb 0000:04:00.0: added PHC on eth0
[    2.004633] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.004738] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0a
[    2.004890] igb 0000:04:00.0: eth0: PBA No: 012000-000
[    2.004992] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.005715] igb 0000:05:00.0: irq 53 for MSI/MSI-X
[    2.005719] igb 0000:05:00.0: irq 54 for MSI/MSI-X
[    2.005722] igb 0000:05:00.0: irq 55 for MSI/MSI-X
[    2.005725] igb 0000:05:00.0: irq 56 for MSI/MSI-X
[    2.005729] igb 0000:05:00.0: irq 57 for MSI/MSI-X
[    2.048518] igb 0000:05:00.0: added PHC on eth1
[    2.048623] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.048728] igb 0000:05:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0b
[    2.048896] igb 0000:05:00.0: eth1: PBA No: 011000-000
[    2.049001] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.049691] igb 0000:06:00.0: irq 58 for MSI/MSI-X
[    2.049694] igb 0000:06:00.0: irq 59 for MSI/MSI-X
[    2.049697] igb 0000:06:00.0: irq 60 for MSI/MSI-X
[    2.049700] igb 0000:06:00.0: irq 61 for MSI/MSI-X
[    2.049703] igb 0000:06:00.0: irq 62 for MSI/MSI-X
[    2.092500] igb 0000:06:00.0: added PHC on eth2
[    2.092603] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.092707] igb 0000:06:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0c
[    2.092888] igb 0000:06:00.0: eth2: PBA No: 011000-000
[    2.092988] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.093662] igb 0000:07:00.0: irq 63 for MSI/MSI-X
[    2.093667] igb 0000:07:00.0: irq 64 for MSI/MSI-X
[    2.093670] igb 0000:07:00.0: irq 65 for MSI/MSI-X
[    2.093673] igb 0000:07:00.0: irq 66 for MSI/MSI-X
[    2.093676] igb 0000:07:00.0: irq 67 for MSI/MSI-X
[    2.136602] igb 0000:07:00.0: added PHC on eth3
[    2.136707] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.136815] igb 0000:07:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0d
[    2.136991] igb 0000:07:00.0: eth3: PBA No: 011000-000
[    2.137094] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.160019] usb 1-4: new low-speed USB device number 2 using xhci_hcd
[    2.352153] usb 1-4: New USB device found, idVendor=046d, idProduct=c326
[    2.352267] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.352374] usb 1-4: Product: USB Keyboard
[    2.352476] usb 1-4: Manufacturer: Logitech
[    2.352683] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.352825] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.355969] hidraw: raw HID events driver (C) Jiri Kosina
[    2.363629] usbcore: registered new interface driver usbhid
[    2.363743] usbhid: USB HID core driver
[    2.364389] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C326.0001/input/input0
[    2.364566] hid-generic 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4/input0
[    2.366908] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C326.0002/input/input1
[    2.367139] hid-generic 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4/input1
[    2.519802] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    2.647983] usb 1-7: New USB device found, idVendor=0000, idProduct=0001
[    2.648091] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.648647] hub 1-7:1.0: USB hub found
[    2.648845] hub 1-7:1.0: 4 ports detected
[    2.759610] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    2.819770] Switched to clocksource tsc
[    2.892300] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
[    2.892405] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.892727] hub 3-1:1.0: USB hub found
[    2.892983] hub 3-1:1.0: 6 ports detected
[    3.003437] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    3.135715] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
[    3.135824] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.136285] hub 4-1:1.0: USB hub found
[    3.136424] hub 4-1:1.0: 6 ports detected
[    3.227417] usb 1-7.1: new low-speed USB device number 4 using xhci_hcd
[    3.343902] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
[    3.344015] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.344261] usb 1-7.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.344396] usb 1-7.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes
[    3.345954] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0003/input/input2
[    3.346205] hid-generic 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
[    3.350693] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0004/input/input3
[    3.351018] hid-generic 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
[    5.353904] vga16fb: initializing
[    5.353907] vga16fb: mapped to 0xffff8800000a0000
[    5.636363] Console: switching to colour frame buffer device 80x30
[    5.646274] fb0: VGA16 VGA frame buffer device
[    6.232393] SCSI subsystem initialized
[    6.232750] usbcore: registered new interface driver usb-storage
[    8.141620] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.025389] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    9.908851] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   10.792336] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   12.698848] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   16.588758] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   20.478462] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   24.368181] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   28.265740] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  108.781670] random: nonblocking pool is initialized
[  308.983883] usb 1-9: new high-speed USB device number 5 using xhci_hcd
[  309.178993] usb 1-9: New USB device found, idVendor=13fe, idProduct=1f23
[  309.179001] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  309.179005] usb 1-9: Product: silicon-power
[  309.179008] usb 1-9: Manufacturer:         
[  309.179011] usb 1-9: SerialNumber: E6970400FFFF7F37
[  309.179812] usb-storage 1-9:1.0: USB Mass Storage device detected
[  309.180094] scsi0 : usb-storage 1-9:1.0
[  310.180713] scsi 0:0:0:0: Direct-Access              silicon-power    PMAP PQ: 0 ANSI: 0 CCS
[  313.738981] sd 0:0:0:0: [sda] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
[  313.739296] sd 0:0:0:0: [sda] Write Protect is off
[  313.739309] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[  313.739609] sd 0:0:0:0: [sda] No Caching mode page found
[  313.739621] sd 0:0:0:0: [sda] Assuming drive cache: write through
[  313.741222] sd 0:0:0:0: [sda] No Caching mode page found
[  313.741224] sd 0:0:0:0: [sda] Assuming drive cache: write through
[  313.741984]  sda: sda1
[  313.743294] sd 0:0:0:0: [sda] No Caching mode page found
[  313.743296] sd 0:0:0:0: [sda] Assuming drive cache: write through
[  313.743298] sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 12 10:37:31 syslogd started: BusyBox v1.22.1
Aug 12 10:37:31 kernel: klogd started: BusyBox v1.22.1 (Debian 1:1.22.0-6)
Aug 12 10:37:31 kernel: [    0.000000] Initializing cgroup subsys cpuset
Aug 12 10:37:31 kernel: [    0.000000] Initializing cgroup subsys cpu
Aug 12 10:37:31 kernel: [    0.000000] Initializing cgroup subsys cpuacct
Aug 12 10:37:31 kernel: [    0.000000] Linux version 3.14-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-5) ) #1 SMP Debian 3.14.13-2 (2014-07-24)
Aug 12 10:37:31 kernel: [    0.000000] Command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
Aug 12 10:37:31 kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009b000-0x000000000009ffff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd94efff] usable
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cd94f000-0x00000000cd955fff] ACPI NVS
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cd956000-0x00000000dd806fff] usable
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd807000-0x00000000dd8f6fff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd8f7000-0x00000000dd93dfff] usable
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd93e000-0x00000000dda76fff] ACPI NVS
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dda77000-0x00000000df7fefff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 12 10:37:31 kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable
Aug 12 10:37:31 kernel: [    0.000000] NX (Execute Disable) protection: active
Aug 12 10:37:31 kernel: [    0.000000] SMBIOS 2.7 present.
Aug 12 10:37:31 kernel: [    0.000000] DMI: Supermicro X10SLM+-LN4F/X10SLM+-LN4F, BIOS 2.00 04/24/2014
Aug 12 10:37:31 kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 12 10:37:31 kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 12 10:37:31 kernel: [    0.000000] No AGP bridge found
Aug 12 10:37:31 kernel: [    0.000000] e820: last_pfn = 0x420000 max_arch_pfn = 0x400000000
Aug 12 10:37:31 kernel: [    0.000000] MTRR default type: uncachable
Aug 12 10:37:31 kernel: [    0.000000] MTRR fixed ranges enabled:
Aug 12 10:37:31 kernel: [    0.000000]   00000-9FFFF write-back
Aug 12 10:37:31 kernel: [    0.000000]   A0000-BFFFF uncachable
Aug 12 10:37:31 kernel: [    0.000000]   C0000-CBFFF write-protect
Aug 12 10:37:31 kernel: [    0.000000]   CC000-E7FFF uncachable
Aug 12 10:37:31 kernel: [    0.000000]   E8000-FFFFF write-protect
Aug 12 10:37:31 kernel: [    0.000000] MTRR variable ranges enabled:
Aug 12 10:37:31 kernel: [    0.000000]   0 base 0000000000 mask 7C00000000 write-back
Aug 12 10:37:31 kernel: [    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
Aug 12 10:37:31 kernel: [    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
Aug 12 10:37:31 kernel: [    0.000000]   3 disabled
Aug 12 10:37:31 kernel: [    0.000000]   4 disabled
Aug 12 10:37:31 kernel: [    0.000000]   5 disabled
Aug 12 10:37:31 kernel: [    0.000000]   6 disabled
Aug 12 10:37:31 kernel: [    0.000000]   7 disabled
Aug 12 10:37:31 kernel: [    0.000000]   8 disabled
Aug 12 10:37:31 kernel: [    0.000000]   9 disabled
Aug 12 10:37:31 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Aug 12 10:37:31 kernel: [    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Aug 12 10:37:31 kernel: [    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
Aug 12 10:37:31 kernel: [    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
Aug 12 10:37:31 kernel: [    0.000000] Base memory trampoline at [ffff88000007b000] 7b000 size 24576
Aug 12 10:37:31 kernel: [    0.000000] Using GB pages for direct mapping
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
Aug 12 10:37:31 kernel: [    0.000000] BRK [0x01aad000, 0x01aadfff] PGTABLE
Aug 12 10:37:31 kernel: [    0.000000] BRK [0x01aae000, 0x01aaefff] PGTABLE
Aug 12 10:37:31 kernel: [    0.000000] BRK [0x01aaf000, 0x01aaffff] PGTABLE
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0x41fe00000-0x41fffffff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x41fe00000-0x41fffffff] page 2M
Aug 12 10:37:31 kernel: [    0.000000] BRK [0x01ab0000, 0x01ab0fff] PGTABLE
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0x41c000000-0x41fdfffff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x41c000000-0x41fdfffff] page 2M
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x400000000-0x41bffffff] page 2M
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0x00100000-0xcd94efff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xc0000000-0xcd7fffff] page 2M
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xcd800000-0xcd94efff] page 4k
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0xcd956000-0xdd806fff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xcd956000-0xcd9fffff] page 4k
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xcda00000-0xdd7fffff] page 2M
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xdd800000-0xdd806fff] page 4k
Aug 12 10:37:31 kernel: [    0.000000] BRK [0x01ab1000, 0x01ab1fff] PGTABLE
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0xdd8f7000-0xdd93dfff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xdd8f7000-0xdd93dfff] page 4k
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0xdf7ff000-0xdf7fffff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0xdf7ff000-0xdf7fffff] page 4k
Aug 12 10:37:31 kernel: [    0.000000] BRK [0x01ab2000, 0x01ab2fff] PGTABLE
Aug 12 10:37:31 kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
Aug 12 10:37:31 kernel: [    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
Aug 12 10:37:31 kernel: [    0.000000] RAMDISK: [mem 0x7f200000-0x7ff44fff]
Aug 12 10:37:31 kernel: [    0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 SUPERM)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: XSDT 00000000dda460a0 0000BC (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: FACP 00000000dda55290 00010C (v05 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: DSDT 00000000dda461f0 00F09C (v02 SUPERM SMCI--MB 00000000 INTL 20120711)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: FACS 00000000dda76f80 000040
Aug 12 10:37:31 kernel: [    0.000000] ACPI: APIC 00000000dda553a0 000092 (v03 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: FPDT 00000000dda55438 000044 (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda55480 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda56070 000540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda565b0 000B74 (v01 CpuRef  CpuSsdt 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda57128 0002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda57420 000348 (v01  PmRef    ApTst 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: MCFG 00000000dda57768 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: PRAD 00000000dda577a8 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: HPET 00000000dda57878 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda578b0 000397 (v01 SataRe SataTabl 00001000 INTL 20120711)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SSDT 00000000dda57c48 005B5E (v01 SaSsdt  SaSsdt  00003000 INTL 20120711)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: SPMI 00000000dda5d7a8 000040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: DMAR 00000000dda5d7e8 000080 (v01 INTEL      BDW  00000001 INTL 00000001)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: EINJ 00000000dda5d868 000130 (v01    AMI AMI EINJ 00000000      00000000)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: ERST 00000000dda5d998 000230 (v01  AMIER AMI ERST 00000000      00000000)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: HEST 00000000dda5dbc8 0000A8 (v01    AMI AMI HEST 00000000      00000000)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: BERT 00000000dda5dc70 000030 (v01    AMI AMI BERT 00000000      00000000)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Aug 12 10:37:31 kernel: [    0.000000] No NUMA configuration found
Aug 12 10:37:31 kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fffffff]
Aug 12 10:37:31 kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x41fffffff]
Aug 12 10:37:31 kernel: [    0.000000]   NODE_DATA [mem 0x41fff9000-0x41fffdfff]
Aug 12 10:37:31 kernel: [    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f600000-ffff88041d7fffff] on node 0
Aug 12 10:37:31 kernel: [    0.000000] Zone ranges:
Aug 12 10:37:31 kernel: [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
Aug 12 10:37:31 kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Aug 12 10:37:31 kernel: [    0.000000]   Normal   [mem 0x100000000-0x41fffffff]
Aug 12 10:37:31 kernel: [    0.000000] Movable zone start for each node
Aug 12 10:37:31 kernel: [    0.000000] Early memory node ranges
Aug 12 10:37:31 kernel: [    0.000000]   node   0: [mem 0x00001000-0x0009afff]
Aug 12 10:37:31 kernel: [    0.000000]   node   0: [mem 0x00100000-0xcd94efff]
Aug 12 10:37:31 kernel: [    0.000000]   node   0: [mem 0xcd956000-0xdd806fff]
Aug 12 10:37:31 kernel: [    0.000000]   node   0: [mem 0xdd8f7000-0xdd93dfff]
Aug 12 10:37:31 kernel: [    0.000000]   node   0: [mem 0xdf7ff000-0xdf7fffff]
Aug 12 10:37:31 kernel: [    0.000000]   node   0: [mem 0x100000000-0x41fffffff]
Aug 12 10:37:31 kernel: [    0.000000] On node 0 totalpages: 4184034
Aug 12 10:37:31 kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Aug 12 10:37:31 kernel: [    0.000000]   DMA zone: 47 pages reserved
Aug 12 10:37:31 kernel: [    0.000000]   DMA zone: 3994 pages, LIFO batch:0
Aug 12 10:37:31 kernel: [    0.000000]   DMA32 zone: 12349 pages used for memmap
Aug 12 10:37:31 kernel: [    0.000000]   DMA32 zone: 903240 pages, LIFO batch:31
Aug 12 10:37:31 kernel: [    0.000000]   Normal zone: 44800 pages used for memmap
Aug 12 10:37:31 kernel: [    0.000000]   Normal zone: 3276800 pages, LIFO batch:31
Aug 12 10:37:31 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1808
Aug 12 10:37:31 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 12 10:37:31 kernel: [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
Aug 12 10:37:31 kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Aug 12 10:37:31 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 12 10:37:31 kernel: [    0.000000] ACPI: IRQ0 used by override.
Aug 12 10:37:31 kernel: [    0.000000] ACPI: IRQ2 used by override.
Aug 12 10:37:31 kernel: [    0.000000] ACPI: IRQ9 used by override.
Aug 12 10:37:31 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Aug 12 10:37:31 kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Aug 12 10:37:31 kernel: [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 12 10:37:31 kernel: [    0.000000] nr_irqs_gsi: 40
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcd94f000-0xcd955fff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdd807000-0xdd8f6fff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdd93e000-0xdda76fff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdda77000-0xdf7fefff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Aug 12 10:37:31 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Aug 12 10:37:31 kernel: [    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
Aug 12 10:37:31 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Aug 12 10:37:31 kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
Aug 12 10:37:31 kernel: [    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041fc00000 s86080 r8192 d24512 u262144
Aug 12 10:37:31 kernel: [    0.000000] pcpu-alloc: s86080 r8192 d24512 u262144 alloc=1*2097152
Aug 12 10:37:31 kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 12 10:37:31 kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4126782
Aug 12 10:37:31 kernel: [    0.000000] Policy zone: Normal
Aug 12 10:37:31 kernel: [    0.000000] Kernel command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US keyboard-configuration/xkb-keymap=us
Aug 12 10:37:31 kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Aug 12 10:37:31 kernel: [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
Aug 12 10:37:31 kernel: [    0.000000] Checking aperture...
Aug 12 10:37:31 kernel: [    0.000000] No AGP bridge found
Aug 12 10:37:31 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Aug 12 10:37:31 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 12 10:37:31 kernel: [    0.000000] Memory: 16412716K/16736136K available (4955K kernel code, 739K rwdata, 1724K rodata, 1008K init, 960K bss, 323420K reserved)
Aug 12 10:37:31 kernel: [    0.000000] Hierarchical RCU implementation.
Aug 12 10:37:31 kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Aug 12 10:37:31 kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
Aug 12 10:37:31 kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 12 10:37:31 kernel: [    0.000000] NR_IRQS:33024 nr_irqs:744 16
Aug 12 10:37:31 kernel: [    0.000000] Console: colour VGA+ 80x25
Aug 12 10:37:31 kernel: [    0.000000] console [tty0] enabled
Aug 12 10:37:31 kernel: [    0.000000] hpet clockevent registered
Aug 12 10:37:31 kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Aug 12 10:37:31 kernel: [    0.000000] tsc: Detected 3399.875 MHz processor
Aug 12 10:37:31 kernel: [    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.75 BogoMIPS (lpj=13599500)
Aug 12 10:37:31 kernel: [    0.000229] pid_max: default: 32768 minimum: 301
Aug 12 10:37:31 kernel: [    0.000333] ACPI: Core revision 20131218
Aug 12 10:37:31 kernel: [    0.007953] ACPI: All ACPI Tables successfully acquired
Aug 12 10:37:31 kernel: [    0.008700] Security Framework initialized
Aug 12 10:37:31 kernel: [    0.008807] AppArmor: AppArmor disabled by boot time parameter
Aug 12 10:37:31 kernel: [    0.008916] Yama: disabled by default; enable with sysctl kernel.yama.*
Aug 12 10:37:31 kernel: [    0.009588] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Aug 12 10:37:31 kernel: [    0.011735] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Aug 12 10:37:31 kernel: [    0.012830] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Aug 12 10:37:31 kernel: [    0.014194] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Aug 12 10:37:31 kernel: [    0.014482] Initializing cgroup subsys memory
Aug 12 10:37:31 kernel: [    0.014591] Initializing cgroup subsys devices
Aug 12 10:37:31 kernel: [    0.014690] Initializing cgroup subsys freezer
Aug 12 10:37:31 kernel: [    0.014802] Initializing cgroup subsys net_cls
Aug 12 10:37:31 kernel: [    0.014902] Initializing cgroup subsys blkio
Aug 12 10:37:31 kernel: [    0.014999] Initializing cgroup subsys perf_event
Aug 12 10:37:31 kernel: [    0.015116] CPU: Physical Processor ID: 0
Aug 12 10:37:31 kernel: [    0.015220] CPU: Processor Core ID: 0
Aug 12 10:37:31 kernel: [    0.015317] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 12 10:37:31 kernel: [    0.015317] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Aug 12 10:37:31 kernel: [    0.016185] mce: CPU supports 9 MCE banks
Aug 12 10:37:31 kernel: [    0.016300] CPU0: Thermal monitoring enabled (TM1)
Aug 12 10:37:31 kernel: [    0.016413] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Aug 12 10:37:31 kernel: [    0.016413] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Aug 12 10:37:31 kernel: [    0.016413] tlb_flushall_shift: 6
Aug 12 10:37:31 kernel: [    0.016644] Freeing SMP alternatives memory: 20K (ffffffff819b6000 - ffffffff819bb000)
Aug 12 10:37:31 kernel: [    0.017408] dmar: Host address width 39
Aug 12 10:37:31 kernel: [    0.017510] dmar: DRHD base: 0x000000fed90000 flags: 0x1
Aug 12 10:37:31 kernel: [    0.017619] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
Aug 12 10:37:31 kernel: [    0.017751] dmar: RMRR base: 0x000000df69a000 end: 0x000000df6a8fff
Aug 12 10:37:31 kernel: [    0.017917] IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
Aug 12 10:37:31 kernel: [    0.018015] HPET id 0 under DRHD base 0xfed90000
Aug 12 10:37:31 kernel: [    0.018115] Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 12 10:37:31 kernel: [    0.018241] Your BIOS is broken and requested that x2apic be disabled.
Aug 12 10:37:31 kernel: [    0.018241] This will slightly decrease performance.
Aug 12 10:37:31 kernel: [    0.018241] Use 'intremap=no_x2apic_optout' to override BIOS request.
Aug 12 10:37:31 kernel: [    0.018462] Enabled IRQ remapping in xapic mode
Aug 12 10:37:31 kernel: [    0.018565] x2apic not enabled, IRQ remapping is in xapic mode
Aug 12 10:37:31 kernel: [    0.019073] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 12 10:37:31 kernel: [    0.058830] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz (fam: 06, model: 3c, stepping: 03)
Aug 12 10:37:31 kernel: [    0.059178] TSC deadline timer enabled
Aug 12 10:37:31 kernel: [    0.059184] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
Aug 12 10:37:31 kernel: [    0.059675] ... version:                3
Aug 12 10:37:31 kernel: [    0.059774] ... bit width:              48
Aug 12 10:37:31 kernel: [    0.059873] ... generic registers:      4
Aug 12 10:37:31 kernel: [    0.059971] ... value mask:             0000ffffffffffff
Aug 12 10:37:31 kernel: [    0.060073] ... max period:             0000ffffffffffff
Aug 12 10:37:31 kernel: [    0.060174] ... fixed-purpose events:   3
Aug 12 10:37:31 kernel: [    0.060273] ... event mask:             000000070000000f
Aug 12 10:37:31 kernel: [    0.060740] x86: Booting SMP configuration:
Aug 12 10:37:31 kernel: [    0.060844] .... node  #0, CPUs:      #1
Aug 12 10:37:31 kernel: [    0.074930] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Aug 12 10:37:31 kernel: [    0.075209]  #2 #3 #4 #5 #6 #7
Aug 12 10:37:31 kernel: [    0.159162] x86: Booted up 1 node, 8 CPUs
Aug 12 10:37:31 kernel: [    0.159358] smpboot: Total of 8 processors activated (54398.00 BogoMIPS)
Aug 12 10:37:31 kernel: [    0.165834] devtmpfs: initialized
Aug 12 10:37:31 kernel: [    0.168154] PM: Registering ACPI NVS region [mem 0xcd94f000-0xcd955fff] (28672 bytes)
Aug 12 10:37:31 kernel: [    0.168285] PM: Registering ACPI NVS region [mem 0xdd93e000-0xdda76fff] (1282048 bytes)
Aug 12 10:37:31 kernel: [    0.168528] pinctrl core: initialized pinctrl subsystem
Aug 12 10:37:31 kernel: [    0.168674] NET: Registered protocol family 16
Aug 12 10:37:31 kernel: [    0.168833] cpuidle: using governor ladder
Aug 12 10:37:31 kernel: [    0.168936] cpuidle: using governor menu
Aug 12 10:37:31 kernel: [    0.169053] ACPI: bus type PCI registered
Aug 12 10:37:31 kernel: [    0.169155] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 12 10:37:31 kernel: [    0.169313] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Aug 12 10:37:31 kernel: [    0.169441] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Aug 12 10:37:31 kernel: [    0.169596] PCI: Using configuration type 1 for base access
Aug 12 10:37:31 kernel: [    0.170365] bio: create slab <bio-0> at 0
Aug 12 10:37:31 kernel: [    0.170544] ACPI: Added _OSI(Module Device)
Aug 12 10:37:31 kernel: [    0.170648] ACPI: Added _OSI(Processor Device)
Aug 12 10:37:31 kernel: [    0.170746] ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 12 10:37:31 kernel: [    0.170847] ACPI: Added _OSI(Processor Aggregator Device)
Aug 12 10:37:31 kernel: [    0.173797] ACPI: Executed 5 blocks of module-level executable AML code
Aug 12 10:37:31 kernel: [    0.232929] ACPI: Dynamic OEM Table Load:
Aug 12 10:37:31 kernel: [    0.233170] ACPI: PRAD           (null) 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
Aug 12 10:37:31 kernel: [    0.256143] ACPI: SSDT 00000000dd8a5c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.256735] ACPI: Dynamic OEM Table Load:
Aug 12 10:37:31 kernel: [    0.256979] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.268228] ACPI: SSDT 00000000dd8a5618 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.268866] ACPI: Dynamic OEM Table Load:
Aug 12 10:37:31 kernel: [    0.269115] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.280136] ACPI: SSDT 00000000dd8a4d98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.280726] ACPI: Dynamic OEM Table Load:
Aug 12 10:37:31 kernel: [    0.280970] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Aug 12 10:37:31 kernel: [    0.292923] ACPI: Interpreter enabled
Aug 12 10:37:31 kernel: [    0.293032] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
Aug 12 10:37:31 kernel: [    0.293302] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
Aug 12 10:37:31 kernel: [    0.293579] ACPI: (supports S0 S3 S4 S5)
Aug 12 10:37:31 kernel: [    0.293682] ACPI: Using IOAPIC for interrupt routing
Aug 12 10:37:31 kernel: [    0.293816] HEST: Table parsing has been initialized.
Aug 12 10:37:31 kernel: [    0.293924] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 12 10:37:31 kernel: [    0.294176] ACPI: No dock devices found.
Aug 12 10:37:31 kernel: [    0.294569] ACPI: Power Resource [PG00] (on)
Aug 12 10:37:31 kernel: [    0.304304] ACPI: Power Resource [PG01] (on)
Aug 12 10:37:31 kernel: [    0.316277] ACPI: Power Resource [PG02] (on)
Aug 12 10:37:31 kernel: [    0.334633] ACPI: Power Resource [FN00] (off)
Aug 12 10:37:31 kernel: [    0.334787] ACPI: Power Resource [FN01] (off)
Aug 12 10:37:31 kernel: [    0.334946] ACPI: Power Resource [FN02] (off)
Aug 12 10:37:31 kernel: [    0.335098] ACPI: Power Resource [FN03] (off)
Aug 12 10:37:31 kernel: [    0.335252] ACPI: Power Resource [FN04] (off)
Aug 12 10:37:31 kernel: [    0.335908] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Aug 12 10:37:31 kernel: [    0.336021] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Aug 12 10:37:31 kernel: [    0.336557] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Aug 12 10:37:31 kernel: [    0.337097] PCI host bridge to bus 0000:00
Aug 12 10:37:31 kernel: [    0.337197] pci_bus 0000:00: root bus resource [bus 00-3e]
Aug 12 10:37:31 kernel: [    0.337299] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Aug 12 10:37:31 kernel: [    0.337402] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Aug 12 10:37:31 kernel: [    0.337506] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Aug 12 10:37:31 kernel: [    0.337607] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
Aug 12 10:37:31 kernel: [    0.337712] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
Aug 12 10:37:31 kernel: [    0.337818] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Aug 12 10:37:31 kernel: [    0.337925] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Aug 12 10:37:31 kernel: [    0.338027] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
Aug 12 10:37:31 kernel: [    0.338134] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
Aug 12 10:37:31 kernel: [    0.338241] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
Aug 12 10:37:31 kernel: [    0.338345] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
Aug 12 10:37:31 kernel: [    0.338591] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
Aug 12 10:37:31 kernel: [    0.338654] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.338678] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.338711] pci 0000:00:01.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.338869] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Aug 12 10:37:31 kernel: [    0.338886] pci 0000:00:14.0: reg 0x10: [mem 0xf7500000-0xf750ffff 64bit]
Aug 12 10:37:31 kernel: [    0.338936] pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 12 10:37:31 kernel: [    0.338973] pci 0000:00:14.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.339105] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Aug 12 10:37:31 kernel: [    0.339121] pci 0000:00:16.0: reg 0x10: [mem 0xf7517000-0xf751700f 64bit]
Aug 12 10:37:31 kernel: [    0.339172] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.339241] pci 0000:00:16.1: [8086:8c3b] type 00 class 0x078000
Aug 12 10:37:31 kernel: [    0.339257] pci 0000:00:16.1: reg 0x10: [mem 0xf7516000-0xf751600f 64bit]
Aug 12 10:37:31 kernel: [    0.339308] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.339373] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Aug 12 10:37:31 kernel: [    0.339390] pci 0000:00:1a.0: reg 0x10: [mem 0xf7514000-0xf75143ff]
Aug 12 10:37:31 kernel: [    0.339464] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.339503] pci 0000:00:1a.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.339636] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.339691] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.339720] pci 0000:00:1c.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.339857] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.339912] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.339941] pci 0000:00:1c.2: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.340077] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.340131] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.340162] pci 0000:00:1c.3: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.340300] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.340361] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.340391] pci 0000:00:1c.6: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.340523] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.340584] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.340614] pci 0000:00:1c.7: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.340755] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Aug 12 10:37:31 kernel: [    0.340772] pci 0000:00:1d.0: reg 0x10: [mem 0xf7513000-0xf75133ff]
Aug 12 10:37:31 kernel: [    0.340846] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.340887] pci 0000:00:1d.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.341016] pci 0000:00:1f.0: [8086:8c54] type 00 class 0x060100
Aug 12 10:37:31 kernel: [    0.341148] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
Aug 12 10:37:31 kernel: [    0.341161] pci 0000:00:1f.2: reg 0x10: [io  0xf050-0xf057]
Aug 12 10:37:31 kernel: [    0.341167] pci 0000:00:1f.2: reg 0x14: [io  0xf040-0xf043]
Aug 12 10:37:31 kernel: [    0.341173] pci 0000:00:1f.2: reg 0x18: [io  0xf030-0xf037]
Aug 12 10:37:31 kernel: [    0.341179] pci 0000:00:1f.2: reg 0x1c: [io  0xf020-0xf023]
Aug 12 10:37:31 kernel: [    0.341185] pci 0000:00:1f.2: reg 0x20: [io  0xf000-0xf01f]
Aug 12 10:37:31 kernel: [    0.341191] pci 0000:00:1f.2: reg 0x24: [mem 0xf7512000-0xf75127ff]
Aug 12 10:37:31 kernel: [    0.341221] pci 0000:00:1f.2: PME# supported from D3hot
Aug 12 10:37:31 kernel: [    0.341267] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Aug 12 10:37:31 kernel: [    0.341279] pci 0000:00:1f.3: reg 0x10: [mem 0xf7511000-0xf75110ff 64bit]
Aug 12 10:37:31 kernel: [    0.341295] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
Aug 12 10:37:31 kernel: [    0.341360] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
Aug 12 10:37:31 kernel: [    0.341376] pci 0000:00:1f.6: reg 0x10: [mem 0xf7510000-0xf7510fff 64bit]
Aug 12 10:37:31 kernel: [    0.341498] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 10:37:31 kernel: [    0.341682] pci 0000:02:00.0: [1a03:1150] type 01 class 0x060400
Aug 12 10:37:31 kernel: [    0.341794] pci 0000:02:00.0: supports D1 D2
Aug 12 10:37:31 kernel: [    0.341795] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.341820] pci 0000:02:00.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.341946] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Aug 12 10:37:31 kernel: [    0.342081] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
Aug 12 10:37:31 kernel: [    0.342180] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:37:31 kernel: [    0.342183] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:37:31 kernel: [    0.342269] pci 0000:03:00.0: [1a03:2000] type 00 class 0x030000
Aug 12 10:37:31 kernel: [    0.342295] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Aug 12 10:37:31 kernel: [    0.342308] pci 0000:03:00.0: reg 0x14: [mem 0xf7000000-0xf701ffff]
Aug 12 10:37:31 kernel: [    0.342320] pci 0000:03:00.0: reg 0x18: [io  0xe000-0xe07f]
Aug 12 10:37:31 kernel: [    0.342555] pci 0000:03:00.0: supports D1 D2
Aug 12 10:37:31 kernel: [    0.342556] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.342644] pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 12 10:37:31 kernel: [    0.342749] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:37:31 kernel: [    0.342753] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:37:31 kernel: [    0.342858] pci 0000:04:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:37:31 kernel: [    0.342880] pci 0000:04:00.0: reg 0x10: [mem 0xf7400000-0xf747ffff]
Aug 12 10:37:31 kernel: [    0.342910] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
Aug 12 10:37:31 kernel: [    0.342927] pci 0000:04:00.0: reg 0x1c: [mem 0xf7480000-0xf7483fff]
Aug 12 10:37:31 kernel: [    0.343081] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.343118] pci 0000:04:00.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.348166] pci 0000:00:1c.2: PCI bridge to [bus 04]
Aug 12 10:37:31 kernel: [    0.348267] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Aug 12 10:37:31 kernel: [    0.348270] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
Aug 12 10:37:31 kernel: [    0.348375] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:37:31 kernel: [    0.348398] pci 0000:05:00.0: reg 0x10: [mem 0xf7300000-0xf737ffff]
Aug 12 10:37:31 kernel: [    0.348430] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc01f]
Aug 12 10:37:31 kernel: [    0.348446] pci 0000:05:00.0: reg 0x1c: [mem 0xf7380000-0xf7383fff]
Aug 12 10:37:31 kernel: [    0.348599] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.348637] pci 0000:05:00.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.356171] pci 0000:00:1c.3: PCI bridge to [bus 05]
Aug 12 10:37:31 kernel: [    0.356274] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
Aug 12 10:37:31 kernel: [    0.356277] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
Aug 12 10:37:31 kernel: [    0.356385] pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:37:31 kernel: [    0.356406] pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf727ffff]
Aug 12 10:37:31 kernel: [    0.356436] pci 0000:06:00.0: reg 0x18: [io  0xb000-0xb01f]
Aug 12 10:37:31 kernel: [    0.356453] pci 0000:06:00.0: reg 0x1c: [mem 0xf7280000-0xf7283fff]
Aug 12 10:37:31 kernel: [    0.356607] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.356644] pci 0000:06:00.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.364167] pci 0000:00:1c.6: PCI bridge to [bus 06]
Aug 12 10:37:31 kernel: [    0.364270] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Aug 12 10:37:31 kernel: [    0.364273] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Aug 12 10:37:31 kernel: [    0.364381] pci 0000:07:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:37:31 kernel: [    0.364404] pci 0000:07:00.0: reg 0x10: [mem 0xf7100000-0xf717ffff]
Aug 12 10:37:31 kernel: [    0.364435] pci 0000:07:00.0: reg 0x18: [io  0xa000-0xa01f]
Aug 12 10:37:31 kernel: [    0.364452] pci 0000:07:00.0: reg 0x1c: [mem 0xf7180000-0xf7183fff]
Aug 12 10:37:31 kernel: [    0.364608] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:37:31 kernel: [    0.364645] pci 0000:07:00.0: System wakeup disabled by ACPI
Aug 12 10:37:31 kernel: [    0.372164] pci 0000:00:1c.7: PCI bridge to [bus 07]
Aug 12 10:37:31 kernel: [    0.372268] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Aug 12 10:37:31 kernel: [    0.372271] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Aug 12 10:37:31 kernel: [    0.372760] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15)
Aug 12 10:37:31 kernel: [    0.373599] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15)
Aug 12 10:37:31 kernel: [    0.374566] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15)
Aug 12 10:37:31 kernel: [    0.375394] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *10 11 12 14 15)
Aug 12 10:37:31 kernel: [    0.376243] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 10:37:31 kernel: [    0.377254] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 10:37:31 kernel: [    0.378251] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 10:37:31 kernel: [    0.379383] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
Aug 12 10:37:31 kernel: [    0.379796] ACPI: Enabled 7 GPEs in block 00 to 3F
Aug 12 10:37:31 kernel: [    0.380222] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
Aug 12 10:37:31 kernel: [    0.380348] vgaarb: loaded
Aug 12 10:37:31 kernel: [    0.380446] vgaarb: bridge control possible 0000:03:00.0
Aug 12 10:37:31 kernel: [    0.380568] PCI: Using ACPI for IRQ routing
Aug 12 10:37:31 kernel: [    0.381752] PCI: pci_cache_line_size set to 64 bytes
Aug 12 10:37:31 kernel: [    0.381857] e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff]
Aug 12 10:37:31 kernel: [    0.381858] e820: reserve RAM buffer [mem 0xcd94f000-0xcfffffff]
Aug 12 10:37:31 kernel: [    0.381859] e820: reserve RAM buffer [mem 0xdd807000-0xdfffffff]
Aug 12 10:37:31 kernel: [    0.381860] e820: reserve RAM buffer [mem 0xdd93e000-0xdfffffff]
Aug 12 10:37:31 kernel: [    0.381860] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
Aug 12 10:37:31 kernel: [    0.381933] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 12 10:37:31 kernel: [    0.382802] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Aug 12 10:37:31 kernel: [    0.384926] Switched to clocksource hpet
Aug 12 10:37:31 kernel: [    0.386155] pnp: PnP ACPI init
Aug 12 10:37:31 kernel: [    0.386264] ACPI: bus type PNP registered
Aug 12 10:37:31 kernel: [    0.386579] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Aug 12 10:37:31 kernel: [    0.386690] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Aug 12 10:37:31 kernel: [    0.386696] pnp 00:01: [dma 4]
Aug 12 10:37:31 kernel: [    0.386707] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Aug 12 10:37:31 kernel: [    0.386720] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Aug 12 10:37:31 kernel: [    0.386808] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Aug 12 10:37:31 kernel: [    0.386843] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Aug 12 10:37:31 kernel: [    0.386871] system 00:05: [io  0x0800-0x087f] has been reserved
Aug 12 10:37:31 kernel: [    0.386973] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:37:31 kernel: [    0.386991] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 12 10:37:31 kernel: [    0.387015] system 00:07: [io  0x1854-0x1857] has been reserved
Aug 12 10:37:31 kernel: [    0.387123] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Aug 12 10:37:31 kernel: [    0.387193] system 00:08: [io  0x0a00-0x0a1f] has been reserved
Aug 12 10:37:31 kernel: [    0.387302] system 00:08: [io  0x0a30-0x0a3f] has been reserved
Aug 12 10:37:31 kernel: [    0.387406] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:37:31 kernel: [    0.387556] pnp 00:09: [dma 0 disabled]
Aug 12 10:37:31 kernel: [    0.387585] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 10:37:31 kernel: [    0.387729] pnp 00:0a: [dma 0 disabled]
Aug 12 10:37:31 kernel: [    0.387754] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 10:37:31 kernel: [    0.387801] system 00:0b: [io  0x0a00-0x0a1f] has been reserved
Aug 12 10:37:31 kernel: [    0.387914] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:37:31 kernel: [    0.387946] system 00:0c: [io  0x04d0-0x04d1] has been reserved
Aug 12 10:37:31 kernel: [    0.397330] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:37:31 kernel: [    0.397457] pnp 00:0d: [dma 0 disabled]
Aug 12 10:37:31 kernel: [    0.397484] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 10:37:31 kernel: [    0.397550] pnp 00:0e: Plug and Play ACPI device, IDs IPI0001 (active)
Aug 12 10:37:31 kernel: [    0.397817] system 00:0f: [mem 0xfed1c000-0xfed1ffff] has been reserved
Aug 12 10:37:31 kernel: [    0.397925] system 00:0f: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 12 10:37:31 kernel: [    0.398031] system 00:0f: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 12 10:37:31 kernel: [    0.398134] system 00:0f: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 12 10:37:31 kernel: [    0.398238] system 00:0f: [mem 0xf8000000-0xfbffffff] has been reserved
Aug 12 10:37:31 kernel: [    0.398344] system 00:0f: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 12 10:37:31 kernel: [    0.398588] system 00:0f: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 12 10:37:31 kernel: [    0.398693] system 00:0f: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 12 10:37:31 kernel: [    0.398796] system 00:0f: [mem 0xff000000-0xffffffff] has been reserved
Aug 12 10:37:31 kernel: [    0.398900] system 00:0f: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 12 10:37:31 kernel: [    0.399002] system 00:0f: [mem 0xf7fe0000-0xf7feffff] has been reserved
Aug 12 10:37:31 kernel: [    0.399105] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:37:31 kernel: [    0.399251] pnp: PnP ACPI: found 16 devices
Aug 12 10:37:31 kernel: [    0.399355] ACPI: bus type PNP unregistered
Aug 12 10:37:31 kernel: [    0.405713] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 10:37:31 kernel: [    0.405818] pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 12 10:37:31 kernel: [    0.405921] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:37:31 kernel: [    0.406028] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:37:31 kernel: [    0.406140] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
Aug 12 10:37:31 kernel: [    0.406243] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:37:31 kernel: [    0.406483] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:37:31 kernel: [    0.406594] pci 0000:00:1c.2: PCI bridge to [bus 04]
Aug 12 10:37:31 kernel: [    0.406694] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Aug 12 10:37:31 kernel: [    0.406796] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
Aug 12 10:37:31 kernel: [    0.406904] pci 0000:00:1c.3: PCI bridge to [bus 05]
Aug 12 10:37:31 kernel: [    0.407002] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
Aug 12 10:37:31 kernel: [    0.407107] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
Aug 12 10:37:31 kernel: [    0.407218] pci 0000:00:1c.6: PCI bridge to [bus 06]
Aug 12 10:37:31 kernel: [    0.407318] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Aug 12 10:37:31 kernel: [    0.407425] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Aug 12 10:37:31 kernel: [    0.407535] pci 0000:00:1c.7: PCI bridge to [bus 07]
Aug 12 10:37:31 kernel: [    0.407635] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Aug 12 10:37:31 kernel: [    0.407742] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Aug 12 10:37:31 kernel: [    0.407850] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Aug 12 10:37:31 kernel: [    0.407851] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Aug 12 10:37:31 kernel: [    0.407852] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Aug 12 10:37:31 kernel: [    0.407853] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
Aug 12 10:37:31 kernel: [    0.407854] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
Aug 12 10:37:31 kernel: [    0.407854] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
Aug 12 10:37:31 kernel: [    0.407855] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
Aug 12 10:37:31 kernel: [    0.407856] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
Aug 12 10:37:31 kernel: [    0.407857] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
Aug 12 10:37:31 kernel: [    0.407858] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
Aug 12 10:37:31 kernel: [    0.407859] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff]
Aug 12 10:37:31 kernel: [    0.407860] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Aug 12 10:37:31 kernel: [    0.407860] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
Aug 12 10:37:31 kernel: [    0.407861] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
Aug 12 10:37:31 kernel: [    0.407862] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
Aug 12 10:37:31 kernel: [    0.407863] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
Aug 12 10:37:31 kernel: [    0.407864] pci_bus 0000:04: resource 1 [mem 0xf7400000-0xf74fffff]
Aug 12 10:37:31 kernel: [    0.407865] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Aug 12 10:37:31 kernel: [    0.407866] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
Aug 12 10:37:31 kernel: [    0.407866] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
Aug 12 10:37:31 kernel: [    0.407867] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
Aug 12 10:37:31 kernel: [    0.407868] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
Aug 12 10:37:31 kernel: [    0.407869] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
Aug 12 10:37:31 kernel: [    0.407939] NET: Registered protocol family 2
Aug 12 10:37:31 kernel: [    0.408205] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 12 10:37:31 kernel: [    0.408469] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 12 10:37:31 kernel: [    0.408661] TCP: Hash tables configured (established 131072 bind 65536)
Aug 12 10:37:31 kernel: [    0.408779] TCP: reno registered
Aug 12 10:37:31 kernel: [    0.408889] UDP hash table entries: 8192 (order: 6, 262144 bytes)
Aug 12 10:37:31 kernel: [    0.409030] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Aug 12 10:37:31 kernel: [    0.409226] NET: Registered protocol family 1
Aug 12 10:37:31 kernel: [    0.444978] pci 0000:03:00.0: Boot video device
Aug 12 10:37:31 kernel: [    0.445018] PCI: CLS 64 bytes, default 64
Aug 12 10:37:31 kernel: [    0.445042] Unpacking initramfs...
Aug 12 10:37:31 kernel: [    0.605363] Freeing initrd memory: 13588K (ffff88007f200000 - ffff88007ff45000)
Aug 12 10:37:31 kernel: [    0.605521] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 12 10:37:31 kernel: [    0.605633] software IO TLB [mem 0xd9807000-0xdd807000] (64MB) mapped at [ffff8800d9807000-ffff8800dd806fff]
Aug 12 10:37:31 kernel: [    0.605999] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
Aug 12 10:37:31 kernel: [    0.606171] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606283] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606392] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606500] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606609] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606714] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606820] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.606929] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:37:31 kernel: [    0.607071] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Aug 12 10:37:31 kernel: [    0.607418] futex hash table entries: 2048 (order: 5, 131072 bytes)
Aug 12 10:37:31 kernel: [    0.607589] audit: initializing netlink subsys (disabled)
Aug 12 10:37:31 kernel: [    0.607701] audit: type=2000 audit(1407839846.556:1): initialized
Aug 12 10:37:31 kernel: [    0.616666] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Aug 12 10:37:31 kernel: [    0.616964] VFS: Disk quotas dquot_6.5.2
Aug 12 10:37:31 kernel: [    0.617091] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 12 10:37:31 kernel: [    0.617239] msgmni has been set to 32082
Aug 12 10:37:31 kernel: [    0.617535] alg: No test for stdrng (krng)
Aug 12 10:37:31 kernel: [    0.617654] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Aug 12 10:37:31 kernel: [    0.617825] io scheduler noop registered
Aug 12 10:37:31 kernel: [    0.617926] io scheduler deadline registered
Aug 12 10:37:31 kernel: [    0.618048] io scheduler cfq registered (default)
Aug 12 10:37:31 kernel: [    0.618281] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    0.618388] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    0.618494] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    0.618597] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    0.618703] pcieport 0000:00:1c.6: irq 45 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    0.618810] pcieport 0000:00:1c.7: irq 46 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    0.618878] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.618990] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
Aug 12 10:37:31 kernel: [    0.619000] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619110] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619215] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619320] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Aug 12 10:37:31 kernel: [    0.619332] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619443] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619547] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
Aug 12 10:37:31 kernel: [    0.619558] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619669] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619773] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
Aug 12 10:37:31 kernel: [    0.619783] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619893] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.619999] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
Aug 12 10:37:31 kernel: [    0.620009] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.620117] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:37:31 kernel: [    0.620225] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
Aug 12 10:37:31 kernel: [    0.620233] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Aug 12 10:37:31 kernel: [    0.620351] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Aug 12 10:37:31 kernel: [    0.620483] intel_idle: MWAIT substates: 0x42120
Aug 12 10:37:31 kernel: [    0.620484] intel_idle: v0.4 model 0x3C
Aug 12 10:37:31 kernel: [    0.620484] intel_idle: lapic_timer_reliable_states 0xffffffff
Aug 12 10:37:31 kernel: [    0.620754] ERST: Error Record Serialization Table (ERST) support is initialized.
Aug 12 10:37:31 kernel: [    0.620891] pstore: Registered erst as persistent store backend
Aug 12 10:37:31 kernel: [    0.621071] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Aug 12 10:37:31 kernel: [    0.621243] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 12 10:37:31 kernel: [    0.641707] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 12 10:37:31 kernel: [    0.662193] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Aug 12 10:37:31 kernel: [    0.682914] 00:0d: ttyS2 at I/O 0x3e8 (irq = 7, base_baud = 115200) is a 16550A
Aug 12 10:37:31 kernel: [    0.683265] Linux agpgart interface v0.103
Aug 12 10:37:31 kernel: [    0.683437] i8042: PNP: No PS/2 controller found. Probing ports directly.
Aug 12 10:37:31 kernel: [    1.822813] i8042: No controller found
Aug 12 10:37:31 kernel: [    1.822915] tsc: Refined TSC clocksource calibration: 3399.997 MHz
Aug 12 10:37:31 kernel: [    1.823082] mousedev: PS/2 mouse device common for all mice
Aug 12 10:37:31 kernel: [    1.823207] rtc_cmos 00:06: RTC can wake from S4
Aug 12 10:37:31 kernel: [    1.823412] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Aug 12 10:37:31 kernel: [    1.823537] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Aug 12 10:37:31 kernel: [    1.823667] Intel P-state driver initializing.
Aug 12 10:37:31 kernel: [    1.823783] Intel pstate controlling: cpu 0
Aug 12 10:37:31 kernel: [    1.823898] Intel pstate controlling: cpu 1
Aug 12 10:37:31 kernel: [    1.824014] Intel pstate controlling: cpu 2
Aug 12 10:37:31 kernel: [    1.824139] Intel pstate controlling: cpu 3
Aug 12 10:37:31 kernel: [    1.824253] Intel pstate controlling: cpu 4
Aug 12 10:37:31 kernel: [    1.824372] Intel pstate controlling: cpu 5
Aug 12 10:37:31 kernel: [    1.824492] Intel pstate controlling: cpu 6
Aug 12 10:37:31 kernel: [    1.824605] Intel pstate controlling: cpu 7
Aug 12 10:37:31 kernel: [    1.824724] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
Aug 12 10:37:31 kernel: [    1.824835] AMD IOMMUv2 functionality not available on this system
Aug 12 10:37:31 kernel: [    1.825007] TCP: cubic registered
Aug 12 10:37:31 kernel: [    1.825209] NET: Registered protocol family 10
Aug 12 10:37:31 kernel: [    1.825503] mip6: Mobile IPv6
Aug 12 10:37:31 kernel: [    1.825604] NET: Registered protocol family 17
Aug 12 10:37:31 kernel: [    1.825706] mpls_gso: MPLS GSO support
Aug 12 10:37:31 kernel: [    1.826041] registered taskstats version 1
Aug 12 10:37:31 kernel: [    1.826760] rtc_cmos 00:06: setting system clock to 2014-08-12 10:37:28 UTC (1407839848)
Aug 12 10:37:31 kernel: [    1.826921] PM: Hibernation image not present or could not be loaded.
Aug 12 10:37:31 kernel: [    1.827315] Freeing unused kernel memory: 1008K (ffffffff818ba000 - ffffffff819b6000)
Aug 12 10:37:31 kernel: [    1.827446] Write protecting the kernel read-only data: 8192k
Aug 12 10:37:31 kernel: [    1.829062] Freeing unused kernel memory: 1176K (ffff8800014da000 - ffff880001600000)
Aug 12 10:37:31 kernel: [    1.829657] Freeing unused kernel memory: 324K (ffff8800017af000 - ffff880001800000)
Aug 12 10:37:31 kernel: [    1.833019] systemd-udevd[78]: starting version 208
Aug 12 10:37:31 kernel: [    1.833260] random: systemd-udevd urandom read with 2 bits of entropy available
Aug 12 10:37:31 kernel: [    1.841561] ACPI: Fan [FAN0] (off)
Aug 12 10:37:31 kernel: [    1.841962] thermal LNXTHERM:00: registered as thermal_zone0
Aug 12 10:37:31 kernel: [    1.842082] ACPI: Thermal Zone [TZ00] (28 C)
Aug 12 10:37:31 kernel: [    1.842235] ACPI: Fan [FAN1] (off)
Aug 12 10:37:31 kernel: [    1.842238] pps_core: LinuxPPS API ver. 1 registered
Aug 12 10:37:31 kernel: [    1.842239] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 12 10:37:31 kernel: [    1.842240] ACPI: bus type USB registered
Aug 12 10:37:31 kernel: [    1.842262] usbcore: registered new interface driver usbfs
Aug 12 10:37:31 kernel: [    1.842270] usbcore: registered new interface driver hub
Aug 12 10:37:31 kernel: [    1.843012] PTP clock support registered
Aug 12 10:37:31 kernel: [    1.843059] thermal LNXTHERM:01: registered as thermal_zone1
Aug 12 10:37:31 kernel: [    1.843060] ACPI: Thermal Zone [TZ01] (30 C)
Aug 12 10:37:31 kernel: [    1.843063] usbcore: registered new device driver usb
Aug 12 10:37:31 kernel: [    1.843092] ACPI: Fan [FAN2] (off)
Aug 12 10:37:31 kernel: [    1.843117] ACPI: Fan [FAN3] (off)
Aug 12 10:37:31 kernel: [    1.843139] ACPI: Fan [FAN4] (off)
Aug 12 10:37:31 kernel: [    1.843936] dca service started, version 1.12.1
Aug 12 10:37:31 kernel: [    1.844123] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 12 10:37:31 kernel: [    1.844397] ehci-pci: EHCI PCI platform driver
Aug 12 10:37:31 kernel: [    1.844400] xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 10:37:31 kernel: [    1.844405] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 12 10:37:31 kernel: [    1.844640] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Aug 12 10:37:31 kernel: [    1.844680] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    1.844859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 10:37:31 kernel: [    1.844981] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:37:31 kernel: [    1.845118] usb usb1: Product: xHCI Host Controller
Aug 12 10:37:31 kernel: [    1.845232] usb usb1: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
Aug 12 10:37:31 kernel: [    1.845351] usb usb1: SerialNumber: 0000:00:14.0
Aug 12 10:37:31 kernel: [    1.845479] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
Aug 12 10:37:31 kernel: [    1.845598] igb: Copyright (c) 2007-2013 Intel Corporation.
Aug 12 10:37:31 kernel: [    1.845686] hub 1-0:1.0: USB hub found
Aug 12 10:37:31 kernel: [    1.845768] hub 1-0:1.0: 12 ports detected
Aug 12 10:37:31 kernel: [    1.848855] xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 10:37:31 kernel: [    1.848975] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 12 10:37:31 kernel: [    1.849154] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Aug 12 10:37:31 kernel: [    1.849273] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:37:31 kernel: [    1.849421] usb usb2: Product: xHCI Host Controller
Aug 12 10:37:31 kernel: [    1.849542] usb usb2: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
Aug 12 10:37:31 kernel: [    1.849663] usb usb2: SerialNumber: 0000:00:14.0
Aug 12 10:37:31 kernel: [    1.849884] hub 2-0:1.0: USB hub found
Aug 12 10:37:31 kernel: [    1.850019] hub 2-0:1.0: 6 ports detected
Aug 12 10:37:31 kernel: [    1.861321] ehci-pci 0000:00:1a.0: EHCI Host Controller
Aug 12 10:37:31 kernel: [    1.861447] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Aug 12 10:37:31 kernel: [    1.861611] ehci-pci 0000:00:1a.0: debug port 2
Aug 12 10:37:31 kernel: [    1.865635] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Aug 12 10:37:31 kernel: [    1.865648] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7514000
Aug 12 10:37:31 kernel: [    1.876102] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Aug 12 10:37:31 kernel: [    1.876262] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 10:37:31 kernel: [    1.876378] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:37:31 kernel: [    1.876502] usb usb3: Product: EHCI Host Controller
Aug 12 10:37:31 kernel: [    1.876607] usb usb3: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
Aug 12 10:37:31 kernel: [    1.876713] usb usb3: SerialNumber: 0000:00:1a.0
Aug 12 10:37:31 kernel: [    1.876916] hub 3-0:1.0: USB hub found
Aug 12 10:37:31 kernel: [    1.877038] hub 3-0:1.0: 2 ports detected
Aug 12 10:37:31 kernel: [    1.877356] ehci-pci 0000:00:1d.0: EHCI Host Controller
Aug 12 10:37:31 kernel: [    1.877464] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Aug 12 10:37:31 kernel: [    1.877600] ehci-pci 0000:00:1d.0: debug port 2
Aug 12 10:37:31 kernel: [    1.881584] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Aug 12 10:37:31 kernel: [    1.881594] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7513000
Aug 12 10:37:31 kernel: [    1.892102] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Aug 12 10:37:31 kernel: [    1.892263] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 10:37:31 kernel: [    1.892375] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:37:31 kernel: [    1.892503] usb usb4: Product: EHCI Host Controller
Aug 12 10:37:31 kernel: [    1.892609] usb usb4: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
Aug 12 10:37:31 kernel: [    1.892715] usb usb4: SerialNumber: 0000:00:1d.0
Aug 12 10:37:31 kernel: [    1.892919] hub 4-0:1.0: USB hub found
Aug 12 10:37:31 kernel: [    1.893026] hub 4-0:1.0: 2 ports detected
Aug 12 10:37:31 kernel: [    1.961780] igb 0000:04:00.0: irq 48 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    1.961784] igb 0000:04:00.0: irq 49 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    1.961788] igb 0000:04:00.0: irq 50 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    1.961791] igb 0000:04:00.0: irq 51 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    1.961794] igb 0000:04:00.0: irq 52 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.004525] igb 0000:04:00.0: added PHC on eth0
Aug 12 10:37:31 kernel: [    2.004633] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:37:31 kernel: [    2.004738] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0a
Aug 12 10:37:31 kernel: [    2.004890] igb 0000:04:00.0: eth0: PBA No: 012000-000
Aug 12 10:37:31 kernel: [    2.004992] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:37:31 kernel: [    2.005715] igb 0000:05:00.0: irq 53 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.005719] igb 0000:05:00.0: irq 54 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.005722] igb 0000:05:00.0: irq 55 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.005725] igb 0000:05:00.0: irq 56 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.005729] igb 0000:05:00.0: irq 57 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.048518] igb 0000:05:00.0: added PHC on eth1
Aug 12 10:37:31 kernel: [    2.048623] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:37:31 kernel: [    2.048728] igb 0000:05:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0b
Aug 12 10:37:31 kernel: [    2.048896] igb 0000:05:00.0: eth1: PBA No: 011000-000
Aug 12 10:37:31 kernel: [    2.049001] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:37:31 kernel: [    2.049691] igb 0000:06:00.0: irq 58 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.049694] igb 0000:06:00.0: irq 59 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.049697] igb 0000:06:00.0: irq 60 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.049700] igb 0000:06:00.0: irq 61 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.049703] igb 0000:06:00.0: irq 62 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.092500] igb 0000:06:00.0: added PHC on eth2
Aug 12 10:37:31 kernel: [    2.092603] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:37:31 kernel: [    2.092707] igb 0000:06:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0c
Aug 12 10:37:31 kernel: [    2.092888] igb 0000:06:00.0: eth2: PBA No: 011000-000
Aug 12 10:37:31 kernel: [    2.092988] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:37:31 kernel: [    2.093662] igb 0000:07:00.0: irq 63 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.093667] igb 0000:07:00.0: irq 64 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.093670] igb 0000:07:00.0: irq 65 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.093673] igb 0000:07:00.0: irq 66 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.093676] igb 0000:07:00.0: irq 67 for MSI/MSI-X
Aug 12 10:37:31 kernel: [    2.136602] igb 0000:07:00.0: added PHC on eth3
Aug 12 10:37:31 kernel: [    2.136707] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:37:31 kernel: [    2.136815] igb 0000:07:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0d
Aug 12 10:37:31 kernel: [    2.136991] igb 0000:07:00.0: eth3: PBA No: 011000-000
Aug 12 10:37:31 kernel: [    2.137094] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:37:31 kernel: [    2.160019] usb 1-4: new low-speed USB device number 2 using xhci_hcd
Aug 12 10:37:31 kernel: [    2.352153] usb 1-4: New USB device found, idVendor=046d, idProduct=c326
Aug 12 10:37:31 kernel: [    2.352267] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 10:37:31 kernel: [    2.352374] usb 1-4: Product: USB Keyboard
Aug 12 10:37:31 kernel: [    2.352476] usb 1-4: Manufacturer: Logitech
Aug 12 10:37:31 kernel: [    2.352683] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 10:37:31 kernel: [    2.352825] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 10:37:31 kernel: [    2.355969] hidraw: raw HID events driver (C) Jiri Kosina
Aug 12 10:37:31 kernel: [    2.363629] usbcore: registered new interface driver usbhid
Aug 12 10:37:31 kernel: [    2.363743] usbhid: USB HID core driver
Aug 12 10:37:31 kernel: [    2.364389] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C326.0001/input/input0
Aug 12 10:37:31 kernel: [    2.364566] hid-generic 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4/input0
Aug 12 10:37:31 kernel: [    2.366908] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C326.0002/input/input1
Aug 12 10:37:31 kernel: [    2.367139] hid-generic 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4/input1
Aug 12 10:37:31 kernel: [    2.519802] usb 1-7: new high-speed USB device number 3 using xhci_hcd
Aug 12 10:37:31 kernel: [    2.647983] usb 1-7: New USB device found, idVendor=0000, idProduct=0001
Aug 12 10:37:31 kernel: [    2.648091] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:37:31 kernel: [    2.648647] hub 1-7:1.0: USB hub found
Aug 12 10:37:31 kernel: [    2.648845] hub 1-7:1.0: 4 ports detected
Aug 12 10:37:31 kernel: [    2.759610] usb 3-1: new high-speed USB device number 2 using ehci-pci
Aug 12 10:37:31 kernel: [    2.819770] Switched to clocksource tsc
Aug 12 10:37:31 kernel: [    2.892300] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
Aug 12 10:37:31 kernel: [    2.892405] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:37:31 kernel: [    2.892727] hub 3-1:1.0: USB hub found
Aug 12 10:37:31 kernel: [    2.892983] hub 3-1:1.0: 6 ports detected
Aug 12 10:37:31 kernel: [    3.003437] usb 4-1: new high-speed USB device number 2 using ehci-pci
Aug 12 10:37:31 kernel: [    3.135715] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
Aug 12 10:37:31 kernel: [    3.135824] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:37:31 kernel: [    3.136285] hub 4-1:1.0: USB hub found
Aug 12 10:37:31 kernel: [    3.136424] hub 4-1:1.0: 6 ports detected
Aug 12 10:37:31 kernel: [    3.227417] usb 1-7.1: new low-speed USB device number 4 using xhci_hcd
Aug 12 10:37:31 kernel: [    3.343902] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
Aug 12 10:37:31 kernel: [    3.344015] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:37:31 kernel: [    3.344261] usb 1-7.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 10:37:31 kernel: [    3.344396] usb 1-7.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes
Aug 12 10:37:31 kernel: [    3.345954] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0003/input/input2
Aug 12 10:37:31 kernel: [    3.346205] hid-generic 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
Aug 12 10:37:31 kernel: [    3.350693] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0004/input/input3
Aug 12 10:37:31 kernel: [    3.351018] hid-generic 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
Aug 12 10:37:32 kernel: [    5.353904] vga16fb: initializing
Aug 12 10:37:32 kernel: [    5.353907] vga16fb: mapped to 0xffff8800000a0000
Aug 12 10:37:32 kernel: [    5.636363] Console: switching to colour frame buffer device 80x30
Aug 12 10:37:32 kernel: [    5.646274] fb0: VGA16 VGA frame buffer device
Aug 12 10:37:32 init: starting pid 263, tty '': '/sbin/reopen-console /sbin/debian-installer'
Aug 12 10:37:32 init: starting pid 266, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
Aug 12 10:37:32 debconf: Setting debconf/language to en
Aug 12 10:37:32 main-menu[283]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:37:32 main-menu[283]: INFO: Menu item 'localechooser' selected
Aug 12 10:37:32 localechooser: info: debian-installer/locale preseeded to 'en_US' (seen: true)
Aug 12 10:37:32 localechooser: info: Set localechooser/languagelist = 'en'
Aug 12 10:37:32 localechooser: info: Set debian-installer/country = 'US'
Aug 12 10:37:32 debconf: Setting debconf/language to en
Aug 12 10:37:32 localechooser: info: Language = 'en'
Aug 12 10:37:32 localechooser: info: line=en;0;US;en_US.UTF-8;;console-setup
Aug 12 10:37:32 localechooser: info: Set debian-installer/language = 'en'
Aug 12 10:37:32 localechooser: info: Default country = 'US'
Aug 12 10:37:32 localechooser: info: Default locale = 'en_US.UTF-8'
Aug 12 10:37:32 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
Aug 12 10:37:32 debconf: Setting debconf/language to en
Aug 12 10:37:32 localechooser: info: Set debian-installer/country = 'US'
Aug 12 10:37:32 localechooser: info: Set debian-installer/locale = 'en_US.UTF-8'
Aug 12 10:37:32 localechooser: info: System locale (debian-installer/locale) = 'en_US.UTF-8'
Aug 12 10:37:32 main-menu[283]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:37:32 main-menu[283]: INFO: Menu item 'console-setup-udeb' selected
Aug 12 10:37:32 main-menu[283]: (process:1201): /etc/console-setup is not writable. No files will be saved there.
Aug 12 10:37:32 main-menu[283]: (process:1201): gzip is not accessible. Will not save cached keyboard map.
Aug 12 10:37:32 main-menu[283]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:37:32 main-menu[283]: INFO: Menu item 'ethdetect' selected
Aug 12 10:37:32 net/hw-detect.hotplug: Detected hotpluggable network interface eth1
Aug 12 10:37:32 net/hw-detect.hotplug: Detected hotpluggable network interface eth3
Aug 12 10:37:32 net/hw-detect.hotplug: Detected hotpluggable network interface eth2
Aug 12 10:37:32 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Aug 12 10:37:32 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Aug 12 10:37:32 hw-detect: Detected module 'usb-storage' for 'USB storage'
Aug 12 10:37:32 hw-detect: insmod /lib/modules/3.14-2-amd64/kernel/drivers/scsi/scsi_mod.ko 
Aug 12 10:37:32 hw-detect: insmod /lib/modules/3.14-2-amd64/kernel/drivers/usb/storage/usb-storage.ko 
Aug 12 10:37:32 kernel: [    6.232393] SCSI subsystem initialized
Aug 12 10:37:32 kernel: [    6.232750] usbcore: registered new interface driver usb-storage
Aug 12 10:37:32 apt-install: Queueing package udev for later installation
Aug 12 10:37:32 apt-install: Queueing package pciutils for later installation
Aug 12 10:37:32 apt-install: Queueing package usbutils for later installation
Aug 12 10:37:32 apt-install: Queueing package acpi for later installation
Aug 12 10:37:32 apt-install: Queueing package acpid for later installation
Aug 12 10:37:32 apt-install: Queueing package acpi-support-base for later installation
Aug 12 10:37:33 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Aug 12 10:37:33 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Aug 12 10:37:33 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Aug 12 10:37:34 kernel: [    8.141620] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 10:37:35 kernel: [    9.025389] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Aug 12 10:37:36 kernel: [    9.908851] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
Aug 12 10:37:37 kernel: [   10.792336] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
Aug 12 10:37:38 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Aug 12 10:37:38 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Aug 12 10:37:38 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Aug 12 10:37:38 main-menu[283]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:37:38 main-menu[283]: INFO: Menu item 'netcfg' selected
Aug 12 10:37:38 main-menu[283]: INFO: Falling back to the package description for crypto-modules-3.14-2-amd64-di
Aug 12 10:37:38 main-menu[283]: INFO: Falling back to the package description for crypto-modules-3.14-2-amd64-di
Aug 12 10:37:38 netcfg[1663]: INFO: Starting netcfg v.1.117 (built 20140511-1231)
Aug 12 10:37:38 netcfg[1663]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
Aug 12 10:37:38 netcfg[1663]: INFO: Activating interface eth0
Aug 12 10:37:39 netcfg[1663]: INFO: Waiting time set to 3
Aug 12 10:37:39 kernel: [   12.698848] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 10:37:39 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:39 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:40 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:40 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:40 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:40 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:41 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:41 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:41 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:41 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:42 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:42 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:42 netcfg[1663]: INFO: Reached timeout for link detection on eth0
Aug 12 10:37:42 netcfg[1663]: INFO: found no link on interface eth0.
Aug 12 10:37:42 netcfg[1663]: INFO: eth0 is not a wireless interface. Continuing.
Aug 12 10:37:42 netcfg[1663]: INFO: Taking down interface eth0
Aug 12 10:37:42 netcfg[1663]: INFO: Taking down interface eth0
Aug 12 10:37:42 netcfg[1663]: INFO: Activating interface eth1
Aug 12 10:37:43 netcfg[1663]: INFO: Waiting time set to 3
Aug 12 10:37:43 kernel: [   16.588758] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Aug 12 10:37:43 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:43 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:44 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:44 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:44 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:44 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:45 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:45 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:45 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:45 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:46 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:46 netcfg[1663]: INFO: ethtool-lite: eth1 is disconnected.
Aug 12 10:37:46 netcfg[1663]: INFO: Reached timeout for link detection on eth1
Aug 12 10:37:46 netcfg[1663]: INFO: found no link on interface eth1.
Aug 12 10:37:46 netcfg[1663]: INFO: eth1 is not a wireless interface. Continuing.
Aug 12 10:37:46 netcfg[1663]: INFO: Taking down interface eth1
Aug 12 10:37:46 netcfg[1663]: INFO: Taking down interface eth1
Aug 12 10:37:46 netcfg[1663]: INFO: Activating interface eth2
Aug 12 10:37:47 netcfg[1663]: INFO: Waiting time set to 3
Aug 12 10:37:47 kernel: [   20.478462] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
Aug 12 10:37:47 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:47 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:47 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:48 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:48 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:48 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:48 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:49 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:49 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:49 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:49 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:50 netcfg[1663]: INFO: ethtool-lite: eth2 is disconnected.
Aug 12 10:37:50 netcfg[1663]: INFO: Reached timeout for link detection on eth2
Aug 12 10:37:50 netcfg[1663]: INFO: found no link on interface eth2.
Aug 12 10:37:50 netcfg[1663]: INFO: eth2 is not a wireless interface. Continuing.
Aug 12 10:37:50 netcfg[1663]: INFO: Taking down interface eth2
Aug 12 10:37:50 netcfg[1663]: INFO: Taking down interface eth2
Aug 12 10:37:50 netcfg[1663]: INFO: Activating interface eth3
Aug 12 10:37:51 netcfg[1663]: INFO: Waiting time set to 3
Aug 12 10:37:51 kernel: [   24.368181] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
Aug 12 10:37:51 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:51 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:51 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:52 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:52 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:52 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:52 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:53 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:53 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:53 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:53 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:54 netcfg[1663]: INFO: ethtool-lite: eth3 is disconnected.
Aug 12 10:37:54 netcfg[1663]: INFO: Reached timeout for link detection on eth3
Aug 12 10:37:54 netcfg[1663]: INFO: found no link on interface eth3.
Aug 12 10:37:54 netcfg[1663]: INFO: eth3 is not a wireless interface. Continuing.
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface eth3
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface eth3
Aug 12 10:37:54 netcfg[1663]: INFO: Found interface eth0 with link-layer address 00:25:90:da:54:0a
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface eth0
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface eth1
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface eth2
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface eth3
Aug 12 10:37:54 netcfg[1663]: INFO: Taking down interface lo
Aug 12 10:37:54 netcfg[1663]: INFO: Activating interface eth0
Aug 12 10:37:54 netcfg[1663]: DEBUG: State is now 0
Aug 12 10:37:54 netcfg[1663]: DEBUG: Want link on eth0
Aug 12 10:37:54 netcfg[1663]: INFO: Waiting time set to 3
Aug 12 10:37:54 kernel: [   28.265740] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 10:37:55 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:55 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:55 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:55 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:56 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:56 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:56 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:56 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:57 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:57 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:57 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:57 netcfg[1663]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:37:57 netcfg[1663]: INFO: Reached timeout for link detection on eth0
Aug 12 10:37:57 netcfg[1663]: DEBUG: Commencing network autoconfiguration on eth0
Aug 12 10:37:57 netcfg[1663]: DEBUG: rdnssd started; PID: 1678
Aug 12 10:37:58 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:58 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:58 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:58 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:58 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:58 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:58 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:58 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:58 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:59 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:59 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:59 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:59 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:59 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:59 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:37:59 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:37:59 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:37:59 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:38:00 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:38:00 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:38:00 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:38:00 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:38:00 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:38:00 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:38:00 netcfg[1663]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:38:00 netcfg[1663]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line: 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:38:00 netcfg[1663]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:38:00 netcfg[1663]: INFO: No IPv6 support found... how does that happen?
Aug 12 10:38:00 netcfg[1663]: DEBUG: Stopping rdnssd, PID 1678
Aug 12 10:38:00 netcfg[1663]: DEBUG: No RA received; attempting IPv4 autoconfig
Aug 12 10:38:00 netcfg[1663]: WARNING **: Started DHCP client; PID is 1704
Aug 12 10:38:25 netcfg[1663]: DEBUG: Reading nameservers from /etc/resolv.conf
Aug 12 10:39:15 kernel: [  108.781670] random: nonblocking pool is initialized
Aug 12 10:41:14 main-menu[283]: (process:1662): udhcpc (v1.22.1) started
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:41:14 main-menu[283]: (process:1662): Sen
Aug 12 10:42:03 init: starting pid 264, tty '/dev/tty2': '-/bin/sh'
Aug 12 10:42:35 kernel: [  308.983883] usb 1-9: new high-speed USB device number 5 using xhci_hcd
Aug 12 10:42:36 kernel: [  309.178993] usb 1-9: New USB device found, idVendor=13fe, idProduct=1f23
Aug 12 10:42:36 kernel: [  309.179001] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 12 10:42:36 kernel: [  309.179005] usb 1-9: Product: silicon-power
Aug 12 10:42:36 kernel: [  309.179008] usb 1-9: Manufacturer:         
Aug 12 10:42:36 kernel: [  309.179011] usb 1-9: SerialNumber: E6970400FFFF7F37
Aug 12 10:42:36 kernel: [  309.179812] usb-storage 1-9:1.0: USB Mass Storage device detected
Aug 12 10:42:36 kernel: [  309.180094] scsi0 : usb-storage 1-9:1.0
Aug 12 10:42:37 kernel: [  310.180713] scsi 0:0:0:0: Direct-Access              silicon-power    PMAP PQ: 0 ANSI: 0 CCS
Aug 12 10:42:40 kernel: [  313.738981] sd 0:0:0:0: [sda] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
Aug 12 10:42:40 kernel: [  313.739296] sd 0:0:0:0: [sda] Write Protect is off
Aug 12 10:42:40 kernel: [  313.739309] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
Aug 12 10:42:40 kernel: [  313.739609] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 10:42:40 kernel: [  313.739621] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 10:42:40 kernel: [  313.741222] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 10:42:40 kernel: [  313.741224] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 10:42:40 kernel: [  313.741984]  sda: sda1
Aug 12 10:42:40 kernel: [  313.743294] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 10:42:40 kernel: [  313.743296] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 10:42:40 kernel: [  313.743298] sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 12 10:44:30 main-menu[283]: ding discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:44:30 main-menu[283]: (proces
Aug 12 10:48:02 main-menu[283]: s:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:48:02 main-menu[283]: (process:1662): Sending discov
Aug 12 10:51:23 main-menu[283]: er...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): udhcpc: has been called with an unknown param: leasefail
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Sending discover...
Aug 12 10:51:23 main-menu[283]: (process:1662): Se
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-5) ) #1 SMP Debian 3.14.13-2 (2014-07-24)
[    0.000000] Command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009b000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd94efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd94f000-0x00000000cd955fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cd956000-0x00000000dd806fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd807000-0x00000000dd8f6fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd8f7000-0x00000000dd93dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd93e000-0x00000000dda76fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dda77000-0x00000000df7fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Supermicro X10SLM+-LN4F/X10SLM+-LN4F, BIOS 2.00 04/24/2014
[    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 = 0x420000 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-CBFFF write-protect
[    0.000000]   CC000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
[    0.000000] Base memory trampoline at [ffff88000007b000] 7b000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01aad000, 0x01aadfff] PGTABLE
[    0.000000] BRK [0x01aae000, 0x01aaefff] PGTABLE
[    0.000000] BRK [0x01aaf000, 0x01aaffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41fe00000-0x41fffffff]
[    0.000000]  [mem 0x41fe00000-0x41fffffff] page 2M
[    0.000000] BRK [0x01ab0000, 0x01ab0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41c000000-0x41fdfffff]
[    0.000000]  [mem 0x41c000000-0x41fdfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
[    0.000000]  [mem 0x400000000-0x41bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xcd94efff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000]  [mem 0xc0000000-0xcd7fffff] page 2M
[    0.000000]  [mem 0xcd800000-0xcd94efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xcd956000-0xdd806fff]
[    0.000000]  [mem 0xcd956000-0xcd9fffff] page 4k
[    0.000000]  [mem 0xcda00000-0xdd7fffff] page 2M
[    0.000000]  [mem 0xdd800000-0xdd806fff] page 4k
[    0.000000] BRK [0x01ab1000, 0x01ab1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdd8f7000-0xdd93dfff]
[    0.000000]  [mem 0xdd8f7000-0xdd93dfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf7ff000-0xdf7fffff]
[    0.000000]  [mem 0xdf7ff000-0xdf7fffff] page 4k
[    0.000000] BRK [0x01ab2000, 0x01ab2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x7f200000-0x7ff44fff]
[    0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 SUPERM)
[    0.000000] ACPI: XSDT 00000000dda460a0 0000BC (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000dda55290 00010C (v05 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000dda461f0 00F09C (v02 SUPERM SMCI--MB 00000000 INTL 20120711)
[    0.000000] ACPI: FACS 00000000dda76f80 000040
[    0.000000] ACPI: APIC 00000000dda553a0 000092 (v03 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000dda55438 000044 (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 00000000dda55480 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dda56070 000540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda565b0 000B74 (v01 CpuRef  CpuSsdt 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda57128 0002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000dda57420 000348 (v01  PmRef    ApTst 00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 00000000dda57768 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
[    0.000000] ACPI: PRAD 00000000dda577a8 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
[    0.000000] ACPI: HPET 00000000dda57878 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000dda578b0 000397 (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000dda57c48 005B5E (v01 SaSsdt  SaSsdt  00003000 INTL 20120711)
[    0.000000] ACPI: SPMI 00000000dda5d7a8 000040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
[    0.000000] ACPI: DMAR 00000000dda5d7e8 000080 (v01 INTEL      BDW  00000001 INTL 00000001)
[    0.000000] ACPI: EINJ 00000000dda5d868 000130 (v01    AMI AMI EINJ 00000000      00000000)
[    0.000000] ACPI: ERST 00000000dda5d998 000230 (v01  AMIER AMI ERST 00000000      00000000)
[    0.000000] ACPI: HEST 00000000dda5dbc8 0000A8 (v01    AMI AMI HEST 00000000      00000000)
[    0.000000] ACPI: BERT 00000000dda5dc70 000030 (v01    AMI AMI BERT 00000000      00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x41fffffff]
[    0.000000]   NODE_DATA [mem 0x41fff9000-0x41fffdfff]
[    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f600000-ffff88041d7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x41fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009afff]
[    0.000000]   node   0: [mem 0x00100000-0xcd94efff]
[    0.000000]   node   0: [mem 0xcd956000-0xdd806fff]
[    0.000000]   node   0: [mem 0xdd8f7000-0xdd93dfff]
[    0.000000]   node   0: [mem 0xdf7ff000-0xdf7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x41fffffff]
[    0.000000] On node 0 totalpages: 4184034
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 47 pages reserved
[    0.000000]   DMA zone: 3994 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12349 pages used for memmap
[    0.000000]   DMA32 zone: 903240 pages, LIFO batch:31
[    0.000000]   Normal zone: 44800 pages used for memmap
[    0.000000]   Normal zone: 3276800 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd94f000-0xcd955fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd807000-0xdd8f6fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd93e000-0xdda76fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdda77000-0xdf7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041fc00000 s86080 r8192 d24512 u262144
[    0.000000] pcpu-alloc: s86080 r8192 d24512 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4126782
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    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: 16412716K/16736136K available (4955K kernel code, 739K rwdata, 1724K rodata, 1008K init, 960K bss, 323420K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:744 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] tsc: Detected 3399.714 MHz processor
[    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.42 BogoMIPS (lpj=13598856)
[    0.000225] pid_max: default: 32768 minimum: 301
[    0.000326] ACPI: Core revision 20131218
[    0.007816] ACPI: All ACPI Tables successfully acquired
[    0.008551] Security Framework initialized
[    0.008661] AppArmor: AppArmor disabled by boot time parameter
[    0.008765] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.009437] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011598] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.012691] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014062] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014350] Initializing cgroup subsys memory
[    0.014454] Initializing cgroup subsys devices
[    0.014550] Initializing cgroup subsys freezer
[    0.014649] Initializing cgroup subsys net_cls
[    0.014762] Initializing cgroup subsys blkio
[    0.014860] Initializing cgroup subsys perf_event
[    0.014976] CPU: Physical Processor ID: 0
[    0.015076] CPU: Processor Core ID: 0
[    0.015173] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.015173] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.016040] mce: CPU supports 9 MCE banks
[    0.016152] CPU0: Thermal monitoring enabled (TM1)
[    0.016265] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.016265] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.016265] tlb_flushall_shift: 6
[    0.016495] Freeing SMP alternatives memory: 20K (ffffffff819b6000 - ffffffff819bb000)
[    0.017260] dmar: Host address width 39
[    0.017364] dmar: DRHD base: 0x000000fed90000 flags: 0x1
[    0.017468] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.017595] dmar: RMRR base: 0x000000df69a000 end: 0x000000df6a8fff
[    0.017762] IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
[    0.017862] HPET id 0 under DRHD base 0xfed90000
[    0.017962] Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.018087] Your BIOS is broken and requested that x2apic be disabled.
[    0.018087] This will slightly decrease performance.
[    0.018087] Use 'intremap=no_x2apic_optout' to override BIOS request.
[    0.018309] Enabled IRQ remapping in xapic mode
[    0.018413] x2apic not enabled, IRQ remapping is in xapic mode
[    0.018943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.058701] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.059047] TSC deadline timer enabled
[    0.059054] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.059545] ... version:                3
[    0.059640] ... bit width:              48
[    0.059739] ... generic registers:      4
[    0.059835] ... value mask:             0000ffffffffffff
[    0.059938] ... max period:             0000ffffffffffff
[    0.060036] ... fixed-purpose events:   3
[    0.060132] ... event mask:             000000070000000f
[    0.060595] x86: Booting SMP configuration:
[    0.060699] .... node  #0, CPUs:      #1
[    0.074787] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.075070]  #2 #3 #4 #5 #6 #7
[    0.158917] x86: Booted up 1 node, 8 CPUs
[    0.159106] smpboot: Total of 8 processors activated (54395.42 BogoMIPS)
[    0.165601] devtmpfs: initialized
[    0.167759] PM: Registering ACPI NVS region [mem 0xcd94f000-0xcd955fff] (28672 bytes)
[    0.167887] PM: Registering ACPI NVS region [mem 0xdd93e000-0xdda76fff] (1282048 bytes)
[    0.168127] pinctrl core: initialized pinctrl subsystem
[    0.168273] NET: Registered protocol family 16
[    0.168433] cpuidle: using governor ladder
[    0.168537] cpuidle: using governor menu
[    0.168651] ACPI: bus type PCI registered
[    0.168754] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.168910] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.169043] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.169200] PCI: Using configuration type 1 for base access
[    0.169963] bio: create slab <bio-0> at 0
[    0.170150] ACPI: Added _OSI(Module Device)
[    0.170258] ACPI: Added _OSI(Processor Device)
[    0.170359] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.170461] ACPI: Added _OSI(Processor Aggregator Device)
[    0.173408] ACPI: Executed 5 blocks of module-level executable AML code
[    0.232601] ACPI: Dynamic OEM Table Load:
[    0.232850] ACPI: PRAD           (null) 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
[    0.255828] ACPI: SSDT 00000000dd8a5c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.256421] ACPI: Dynamic OEM Table Load:
[    0.256668] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.267905] ACPI: SSDT 00000000dd8a5618 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.268546] ACPI: Dynamic OEM Table Load:
[    0.268787] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.279812] ACPI: SSDT 00000000dd8a4d98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.280404] ACPI: Dynamic OEM Table Load:
[    0.280648] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.292598] ACPI: Interpreter enabled
[    0.292707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[    0.292977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[    0.293260] ACPI: (supports S0 S3 S4 S5)
[    0.293365] ACPI: Using IOAPIC for interrupt routing
[    0.293501] HEST: Table parsing has been initialized.
[    0.293602] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.293859] ACPI: No dock devices found.
[    0.294246] ACPI: Power Resource [PG00] (on)
[    0.303977] ACPI: Power Resource [PG01] (on)
[    0.315953] ACPI: Power Resource [PG02] (on)
[    0.334357] ACPI: Power Resource [FN00] (off)
[    0.334511] ACPI: Power Resource [FN01] (off)
[    0.334667] ACPI: Power Resource [FN02] (off)
[    0.334826] ACPI: Power Resource [FN03] (off)
[    0.334980] ACPI: Power Resource [FN04] (off)
[    0.335633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.335744] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.336276] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.336810] PCI host bridge to bus 0000:00
[    0.336908] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.337012] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.337115] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.337219] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.337321] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
[    0.337427] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.337533] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.337636] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.337738] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.337845] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.337948] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.338051] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
[    0.338161] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
[    0.338218] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.338242] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.338274] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.338431] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.338448] pci 0000:00:14.0: reg 0x10: [mem 0xf7500000-0xf750ffff 64bit]
[    0.338641] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.338678] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.338809] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.338826] pci 0000:00:16.0: reg 0x10: [mem 0xf7517000-0xf751700f 64bit]
[    0.338878] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.338947] pci 0000:00:16.1: [8086:8c3b] type 00 class 0x078000
[    0.338963] pci 0000:00:16.1: reg 0x10: [mem 0xf7516000-0xf751600f 64bit]
[    0.339016] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    0.339080] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.339097] pci 0000:00:1a.0: reg 0x10: [mem 0xf7514000-0xf75143ff]
[    0.339171] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.339212] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.339345] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.339399] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.339428] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.339559] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.339613] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.339642] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.339779] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.339833] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.339861] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.340000] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
[    0.340061] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.340091] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.340224] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
[    0.340285] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.340315] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    0.340455] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.340471] pci 0000:00:1d.0: reg 0x10: [mem 0xf7513000-0xf75133ff]
[    0.340545] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.340587] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.340720] pci 0000:00:1f.0: [8086:8c54] type 00 class 0x060100
[    0.340853] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.340865] pci 0000:00:1f.2: reg 0x10: [io  0xf050-0xf057]
[    0.340872] pci 0000:00:1f.2: reg 0x14: [io  0xf040-0xf043]
[    0.340877] pci 0000:00:1f.2: reg 0x18: [io  0xf030-0xf037]
[    0.340883] pci 0000:00:1f.2: reg 0x1c: [io  0xf020-0xf023]
[    0.340889] pci 0000:00:1f.2: reg 0x20: [io  0xf000-0xf01f]
[    0.340895] pci 0000:00:1f.2: reg 0x24: [mem 0xf7512000-0xf75127ff]
[    0.340925] pci 0000:00:1f.2: PME# supported from D3hot
[    0.340973] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.340985] pci 0000:00:1f.3: reg 0x10: [mem 0xf7511000-0xf75110ff 64bit]
[    0.341001] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
[    0.341065] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
[    0.341082] pci 0000:00:1f.6: reg 0x10: [mem 0xf7510000-0xf7510fff 64bit]
[    0.341204] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.341388] pci 0000:02:00.0: [1a03:1150] type 01 class 0x060400
[    0.341501] pci 0000:02:00.0: supports D1 D2
[    0.341501] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.341526] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.341656] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.341798] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.341899] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.341902] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.341984] pci 0000:03:00.0: [1a03:2000] type 00 class 0x030000
[    0.342010] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.342022] pci 0000:03:00.0: reg 0x14: [mem 0xf7000000-0xf701ffff]
[    0.342035] pci 0000:03:00.0: reg 0x18: [io  0xe000-0xe07f]
[    0.342131] pci 0000:03:00.0: supports D1 D2
[    0.342132] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.342220] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.342325] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.342330] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.342432] pci 0000:04:00.0: [8086:1533] type 00 class 0x020000
[    0.342455] pci 0000:04:00.0: reg 0x10: [mem 0xf7400000-0xf747ffff]
[    0.342622] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
[    0.342638] pci 0000:04:00.0: reg 0x1c: [mem 0xf7480000-0xf7483fff]
[    0.342791] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.342830] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.347979] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.348081] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.348084] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.348189] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
[    0.348212] pci 0000:05:00.0: reg 0x10: [mem 0xf7300000-0xf737ffff]
[    0.348244] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc01f]
[    0.348260] pci 0000:05:00.0: reg 0x1c: [mem 0xf7380000-0xf7383fff]
[    0.348416] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.348453] pci 0000:05:00.0: System wakeup disabled by ACPI
[    0.355983] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.356083] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.356086] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.356193] pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
[    0.356215] pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf727ffff]
[    0.356246] pci 0000:06:00.0: reg 0x18: [io  0xb000-0xb01f]
[    0.356263] pci 0000:06:00.0: reg 0x1c: [mem 0xf7280000-0xf7283fff]
[    0.356416] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.356455] pci 0000:06:00.0: System wakeup disabled by ACPI
[    0.363979] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.364081] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    0.364084] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.364194] pci 0000:07:00.0: [8086:1533] type 00 class 0x020000
[    0.364215] pci 0000:07:00.0: reg 0x10: [mem 0xf7100000-0xf717ffff]
[    0.364247] pci 0000:07:00.0: reg 0x18: [io  0xa000-0xa01f]
[    0.364263] pci 0000:07:00.0: reg 0x1c: [mem 0xf7180000-0xf7183fff]
[    0.364417] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    0.364454] pci 0000:07:00.0: System wakeup disabled by ACPI
[    0.371976] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    0.372076] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    0.372079] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.372579] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15)
[    0.373425] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15)
[    0.374274] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15)
[    0.375248] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *10 11 12 14 15)
[    0.376086] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    0.377092] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    0.378097] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
[    0.379244] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
[    0.379667] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.380100] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.380227] vgaarb: loaded
[    0.380321] vgaarb: bridge control possible 0000:03:00.0
[    0.380445] PCI: Using ACPI for IRQ routing
[    0.381610] PCI: pci_cache_line_size set to 64 bytes
[    0.381718] e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff]
[    0.381719] e820: reserve RAM buffer [mem 0xcd94f000-0xcfffffff]
[    0.381720] e820: reserve RAM buffer [mem 0xdd807000-0xdfffffff]
[    0.381721] e820: reserve RAM buffer [mem 0xdd93e000-0xdfffffff]
[    0.381722] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.381792] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.382664] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.384782] Switched to clocksource hpet
[    0.386020] pnp: PnP ACPI init
[    0.386130] ACPI: bus type PNP registered
[    0.386304] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.386417] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.386423] pnp 00:01: [dma 4]
[    0.386434] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.386585] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.386677] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.386707] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.386736] system 00:05: [io  0x0800-0x087f] has been reserved
[    0.386842] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.386866] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.386890] system 00:07: [io  0x1854-0x1857] has been reserved
[    0.386998] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.387068] system 00:08: [io  0x0a00-0x0a1f] has been reserved
[    0.387172] system 00:08: [io  0x0a30-0x0a3f] has been reserved
[    0.387275] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.387428] pnp 00:09: [dma 0 disabled]
[    0.387457] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.387595] pnp 00:0a: [dma 0 disabled]
[    0.387620] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.387668] system 00:0b: [io  0x0a00-0x0a1f] has been reserved
[    0.387798] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.387832] system 00:0c: [io  0x04d0-0x04d1] has been reserved
[    0.397194] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.397326] pnp 00:0d: [dma 0 disabled]
[    0.397353] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.397418] pnp 00:0e: Plug and Play ACPI device, IDs IPI0001 (active)
[    0.397688] system 00:0f: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.397794] system 00:0f: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.397900] system 00:0f: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.398005] system 00:0f: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.398109] system 00:0f: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.398214] system 00:0f: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.398317] system 00:0f: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.398421] system 00:0f: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.398663] system 00:0f: [mem 0xff000000-0xffffffff] has been reserved
[    0.398770] system 00:0f: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.398875] system 00:0f: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.398981] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.399112] pnp: PnP ACPI: found 16 devices
[    0.399213] ACPI: bus type PNP unregistered
[    0.405616] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.405722] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.405827] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.405935] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.406049] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
[    0.406149] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
[    0.406256] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.406366] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.406607] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.406712] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
[    0.406818] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.406919] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
[    0.407026] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.407132] pci 0000:00:1c.6: PCI bridge to [bus 06]
[    0.407231] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
[    0.407336] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.407445] pci 0000:00:1c.7: PCI bridge to [bus 07]
[    0.407548] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
[    0.407654] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.407763] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.407764] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.407765] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.407766] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
[    0.407766] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
[    0.407767] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
[    0.407768] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
[    0.407769] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
[    0.407770] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
[    0.407771] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
[    0.407772] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff]
[    0.407773] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.407773] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.407774] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.407775] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.407776] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.407777] pci_bus 0000:04: resource 1 [mem 0xf7400000-0xf74fffff]
[    0.407778] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
[    0.407779] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
[    0.407779] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    0.407780] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.407781] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
[    0.407782] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.407852] NET: Registered protocol family 2
[    0.408128] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.408391] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.408585] TCP: Hash tables configured (established 131072 bind 65536)
[    0.408702] TCP: reno registered
[    0.408815] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.408958] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.409160] NET: Registered protocol family 1
[    0.448836] pci 0000:03:00.0: Boot video device
[    0.448877] PCI: CLS 64 bytes, default 64
[    0.448901] Unpacking initramfs...
[    0.609282] Freeing initrd memory: 13588K (ffff88007f200000 - ffff88007ff45000)
[    0.609440] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.609552] software IO TLB [mem 0xd9807000-0xdd807000] (64MB) mapped at [ffff8800d9807000-ffff8800dd806fff]
[    0.609924] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
[    0.610089] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17
[    0.610200] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17
[    0.610310] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17
[    0.610419] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17
[    0.610527] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17
[    0.610634] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17
[    0.610740] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17
[    0.610851] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17
[    0.610999] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.611342] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.611505] audit: initializing netlink subsys (disabled)
[    0.611618] audit: type=2000 audit(1407841077.560:1): initialized
[    0.620595] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.620887] VFS: Disk quotas dquot_6.5.2
[    0.621007] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.621155] msgmni has been set to 32082
[    0.621457] alg: No test for stdrng (krng)
[    0.621574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.621737] io scheduler noop registered
[    0.621840] io scheduler deadline registered
[    0.621956] io scheduler cfq registered (default)
[    0.622185] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
[    0.622289] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
[    0.622394] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.622499] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    0.622602] pcieport 0000:00:1c.6: irq 45 for MSI/MSI-X
[    0.622708] pcieport 0000:00:1c.7: irq 46 for MSI/MSI-X
[    0.622776] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    0.622886] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[    0.622896] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.623004] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.623109] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.623212] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.623223] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[    0.623335] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    0.623443] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[    0.623453] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    0.623565] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    0.623670] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
[    0.623680] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
[    0.623789] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    0.623899] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
[    0.623909] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[    0.624018] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
[    0.624125] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
[    0.624133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.624248] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.624378] intel_idle: MWAIT substates: 0x42120
[    0.624378] intel_idle: v0.4 model 0x3C
[    0.624379] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.624656] ERST: Error Record Serialization Table (ERST) support is initialized.
[    0.624788] pstore: Registered erst as persistent store backend
[    0.624969] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    0.625141] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.645595] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.666079] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.686808] 00:0d: ttyS2 at I/O 0x3e8 (irq = 7, base_baud = 115200) is a 16550A
[    0.687170] Linux agpgart interface v0.103
[    0.687346] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.827300] i8042: No controller found
[    1.827400] tsc: Refined TSC clocksource calibration: 3399.997 MHz
[    1.827568] mousedev: PS/2 mouse device common for all mice
[    1.827695] rtc_cmos 00:06: RTC can wake from S4
[    1.827910] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.828052] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.828182] Intel P-state driver initializing.
[    1.828299] Intel pstate controlling: cpu 0
[    1.828419] Intel pstate controlling: cpu 1
[    1.828533] Intel pstate controlling: cpu 2
[    1.828648] Intel pstate controlling: cpu 3
[    1.828759] Intel pstate controlling: cpu 4
[    1.828874] Intel pstate controlling: cpu 5
[    1.828990] Intel pstate controlling: cpu 6
[    1.829109] Intel pstate controlling: cpu 7
[    1.829226] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    1.829337] AMD IOMMUv2 functionality not available on this system
[    1.829511] TCP: cubic registered
[    1.829714] NET: Registered protocol family 10
[    1.830003] mip6: Mobile IPv6
[    1.830103] NET: Registered protocol family 17
[    1.830202] mpls_gso: MPLS GSO support
[    1.830536] registered taskstats version 1
[    1.831261] rtc_cmos 00:06: setting system clock to 2014-08-12 10:57:59 UTC (1407841079)
[    1.831422] PM: Hibernation image not present or could not be loaded.
[    1.831812] Freeing unused kernel memory: 1008K (ffffffff818ba000 - ffffffff819b6000)
[    1.831951] Write protecting the kernel read-only data: 8192k
[    1.833600] Freeing unused kernel memory: 1176K (ffff8800014da000 - ffff880001600000)
[    1.834159] Freeing unused kernel memory: 324K (ffff8800017af000 - ffff880001800000)
[    1.837626] systemd-udevd[78]: starting version 208
[    1.837873] random: systemd-udevd urandom read with 2 bits of entropy available
[    1.847102] ACPI: Fan [FAN0] (off)
[    1.847537] thermal LNXTHERM:00: registered as thermal_zone0
[    1.847651] ACPI: Thermal Zone [TZ00] (28 C)
[    1.847793] ACPI: Fan [FAN1] (off)
[    1.847953] ACPI: bus type USB registered
[    1.848105] usbcore: registered new interface driver usbfs
[    1.848107] pps_core: LinuxPPS API ver. 1 registered
[    1.848108] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.848116] thermal LNXTHERM:01: registered as thermal_zone1
[    1.848116] ACPI: Thermal Zone [TZ01] (30 C)
[    1.848165] ACPI: Fan [FAN2] (off)
[    1.848193] ACPI: Fan [FAN3] (off)
[    1.848235] ACPI: Fan [FAN4] (off)
[    1.848999] usbcore: registered new interface driver hub
[    1.849239] PTP clock support registered
[    1.849488] dca service started, version 1.12.1
[    1.849779] usbcore: registered new device driver usb
[    1.850263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.850614] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.850740] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.850884] ehci-pci: EHCI PCI platform driver
[    1.851048] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    1.851117] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.851166] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
[    1.851186] igb: Copyright (c) 2007-2013 Intel Corporation.
[    1.851305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.851306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.851307] usb usb1: Product: xHCI Host Controller
[    1.851307] usb usb1: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
[    1.851308] usb usb1: SerialNumber: 0000:00:14.0
[    1.851568] hub 1-0:1.0: USB hub found
[    1.851641] hub 1-0:1.0: 12 ports detected
[    1.855313] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.855433] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.855611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.855733] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.855879] usb usb2: Product: xHCI Host Controller
[    1.856014] usb usb2: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
[    1.856141] usb usb2: SerialNumber: 0000:00:14.0
[    1.856347] hub 2-0:1.0: USB hub found
[    1.856475] hub 2-0:1.0: 6 ports detected
[    1.867535] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.867690] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.867861] ehci-pci 0000:00:1a.0: debug port 2
[    1.871895] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.871917] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7514000
[    1.883938] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.884079] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.884202] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.884329] usb usb3: Product: EHCI Host Controller
[    1.884435] usb usb3: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
[    1.884536] usb usb3: SerialNumber: 0000:00:1a.0
[    1.884717] hub 3-0:1.0: USB hub found
[    1.884839] hub 3-0:1.0: 2 ports detected
[    1.885089] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.885195] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.885331] ehci-pci 0000:00:1d.0: debug port 2
[    1.889340] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.889348] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7513000
[    1.899947] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.900106] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.900216] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.900342] usb usb4: Product: EHCI Host Controller
[    1.900446] usb usb4: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
[    1.900553] usb usb4: SerialNumber: 0000:00:1d.0
[    1.900742] hub 4-0:1.0: USB hub found
[    1.900857] hub 4-0:1.0: 2 ports detected
[    1.967896] igb 0000:04:00.0: irq 48 for MSI/MSI-X
[    1.967911] igb 0000:04:00.0: irq 49 for MSI/MSI-X
[    1.967915] igb 0000:04:00.0: irq 50 for MSI/MSI-X
[    1.967918] igb 0000:04:00.0: irq 51 for MSI/MSI-X
[    1.967921] igb 0000:04:00.0: irq 52 for MSI/MSI-X
[    2.012337] igb 0000:04:00.0: added PHC on eth0
[    2.012445] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.012550] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0a
[    2.012721] igb 0000:04:00.0: eth0: PBA No: 012000-000
[    2.012822] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.013514] igb 0000:05:00.0: irq 53 for MSI/MSI-X
[    2.013518] igb 0000:05:00.0: irq 54 for MSI/MSI-X
[    2.013521] igb 0000:05:00.0: irq 55 for MSI/MSI-X
[    2.013525] igb 0000:05:00.0: irq 56 for MSI/MSI-X
[    2.013528] igb 0000:05:00.0: irq 57 for MSI/MSI-X
[    2.056376] igb 0000:05:00.0: added PHC on eth1
[    2.056479] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.056586] igb 0000:05:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0b
[    2.056750] igb 0000:05:00.0: eth1: PBA No: 011000-000
[    2.056853] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.057578] igb 0000:06:00.0: irq 58 for MSI/MSI-X
[    2.057581] igb 0000:06:00.0: irq 59 for MSI/MSI-X
[    2.057584] igb 0000:06:00.0: irq 60 for MSI/MSI-X
[    2.057587] igb 0000:06:00.0: irq 61 for MSI/MSI-X
[    2.057590] igb 0000:06:00.0: irq 62 for MSI/MSI-X
[    2.100350] igb 0000:06:00.0: added PHC on eth2
[    2.100456] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.100564] igb 0000:06:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0c
[    2.100727] igb 0000:06:00.0: eth2: PBA No: 011000-000
[    2.100831] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.101533] igb 0000:07:00.0: irq 63 for MSI/MSI-X
[    2.101538] igb 0000:07:00.0: irq 64 for MSI/MSI-X
[    2.101542] igb 0000:07:00.0: irq 65 for MSI/MSI-X
[    2.101545] igb 0000:07:00.0: irq 66 for MSI/MSI-X
[    2.101549] igb 0000:07:00.0: irq 67 for MSI/MSI-X
[    2.144407] igb 0000:07:00.0: added PHC on eth3
[    2.144510] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[    2.144619] igb 0000:07:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0d
[    2.144802] igb 0000:07:00.0: eth3: PBA No: 011000-000
[    2.144902] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
[    2.163884] usb 1-4: new low-speed USB device number 2 using xhci_hcd
[    2.355799] usb 1-4: New USB device found, idVendor=046d, idProduct=c326
[    2.355914] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.356018] usb 1-4: Product: USB Keyboard
[    2.356118] usb 1-4: Manufacturer: Logitech
[    2.356326] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.356467] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.359547] hidraw: raw HID events driver (C) Jiri Kosina
[    2.367074] usbcore: registered new interface driver usbhid
[    2.367190] usbhid: USB HID core driver
[    2.367721] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C326.0001/input/input0
[    2.367899] hid-generic 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4/input0
[    2.370217] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C326.0002/input/input1
[    2.370428] hid-generic 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4/input1
[    2.523578] usb 1-7: new high-speed USB device number 3 using xhci_hcd
[    2.651835] usb 1-7: New USB device found, idVendor=0000, idProduct=0001
[    2.651943] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.652446] hub 1-7:1.0: USB hub found
[    2.652599] hub 1-7:1.0: 4 ports detected
[    2.763513] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    2.823536] Switched to clocksource tsc
[    2.896103] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
[    2.896211] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.896537] hub 3-1:1.0: USB hub found
[    2.896788] hub 3-1:1.0: 6 ports detected
[    3.007291] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    3.139956] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
[    3.140065] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.140392] hub 4-1:1.0: USB hub found
[    3.140608] hub 4-1:1.0: 6 ports detected
[    3.231283] usb 1-7.1: new low-speed USB device number 4 using xhci_hcd
[    3.347724] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
[    3.347832] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.348104] usb 1-7.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.348236] usb 1-7.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes
[    3.349775] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0003/input/input2
[    3.350031] hid-generic 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
[    3.354515] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0004/input/input3
[    3.354806] hid-generic 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
[    5.360627] vga16fb: initializing
[    5.360630] vga16fb: mapped to 0xffff8800000a0000
[    5.643665] Console: switching to colour frame buffer device 80x30
[    5.653563] fb0: VGA16 VGA frame buffer device
[   10.766621] SCSI subsystem initialized
[   10.766965] usbcore: registered new interface driver usb-storage
[   12.674799] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.558598] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   14.442085] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[   15.325532] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[   17.232061] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.358697] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   19.359136] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   20.374220] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   23.124496] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[   23.124950] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   48.752555] usb 1-9: new high-speed USB device number 5 using xhci_hcd
[   48.947788] usb 1-9: New USB device found, idVendor=13fe, idProduct=1f23
[   48.947798] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   48.947803] usb 1-9: Product: silicon-power
[   48.947807] usb 1-9: Manufacturer:         
[   48.947810] usb 1-9: SerialNumber: E6970400FFFF7F37
[   48.948510] usb-storage 1-9:1.0: USB Mass Storage device detected
[   48.948847] scsi0 : usb-storage 1-9:1.0
[   49.949334] scsi 0:0:0:0: Direct-Access              silicon-power    PMAP PQ: 0 ANSI: 0 CCS
[   51.826978] random: nonblocking pool is initialized
[   52.636831] sd 0:0:0:0: [sda] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
[   52.637130] sd 0:0:0:0: [sda] Write Protect is off
[   52.637143] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[   52.637408] sd 0:0:0:0: [sda] No Caching mode page found
[   52.637422] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   52.638871] sd 0:0:0:0: [sda] No Caching mode page found
[   52.638883] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   52.639607]  sda: sda1
[   52.640905] sd 0:0:0:0: [sda] No Caching mode page found
[   52.640907] sd 0:0:0:0: [sda] Assuming drive cache: write through
[   52.640909] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   60.595103] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   60.599567] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 12 10:58:02 syslogd started: BusyBox v1.22.1
Aug 12 10:58:02 kernel: klogd started: BusyBox v1.22.1 (Debian 1:1.22.0-6)
Aug 12 10:58:02 kernel: [    0.000000] Initializing cgroup subsys cpuset
Aug 12 10:58:02 kernel: [    0.000000] Initializing cgroup subsys cpu
Aug 12 10:58:02 kernel: [    0.000000] Initializing cgroup subsys cpuacct
Aug 12 10:58:02 kernel: [    0.000000] Linux version 3.14-2-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.3 (Debian 4.8.3-5) ) #1 SMP Debian 3.14.13-2 (2014-07-24)
Aug 12 10:58:02 kernel: [    0.000000] Command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US
Aug 12 10:58:02 kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009afff] usable
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009b000-0x000000000009ffff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd94efff] usable
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cd94f000-0x00000000cd955fff] ACPI NVS
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000cd956000-0x00000000dd806fff] usable
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd807000-0x00000000dd8f6fff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd8f7000-0x00000000dd93dfff] usable
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dd93e000-0x00000000dda76fff] ACPI NVS
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000dda77000-0x00000000df7fefff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 12 10:58:02 kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable
Aug 12 10:58:02 kernel: [    0.000000] NX (Execute Disable) protection: active
Aug 12 10:58:02 kernel: [    0.000000] SMBIOS 2.7 present.
Aug 12 10:58:02 kernel: [    0.000000] DMI: Supermicro X10SLM+-LN4F/X10SLM+-LN4F, BIOS 2.00 04/24/2014
Aug 12 10:58:02 kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 12 10:58:02 kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 12 10:58:02 kernel: [    0.000000] No AGP bridge found
Aug 12 10:58:02 kernel: [    0.000000] e820: last_pfn = 0x420000 max_arch_pfn = 0x400000000
Aug 12 10:58:02 kernel: [    0.000000] MTRR default type: uncachable
Aug 12 10:58:02 kernel: [    0.000000] MTRR fixed ranges enabled:
Aug 12 10:58:02 kernel: [    0.000000]   00000-9FFFF write-back
Aug 12 10:58:02 kernel: [    0.000000]   A0000-BFFFF uncachable
Aug 12 10:58:02 kernel: [    0.000000]   C0000-CBFFF write-protect
Aug 12 10:58:02 kernel: [    0.000000]   CC000-E7FFF uncachable
Aug 12 10:58:02 kernel: [    0.000000]   E8000-FFFFF write-protect
Aug 12 10:58:02 kernel: [    0.000000] MTRR variable ranges enabled:
Aug 12 10:58:02 kernel: [    0.000000]   0 base 0000000000 mask 7C00000000 write-back
Aug 12 10:58:02 kernel: [    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
Aug 12 10:58:02 kernel: [    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
Aug 12 10:58:02 kernel: [    0.000000]   3 disabled
Aug 12 10:58:02 kernel: [    0.000000]   4 disabled
Aug 12 10:58:02 kernel: [    0.000000]   5 disabled
Aug 12 10:58:02 kernel: [    0.000000]   6 disabled
Aug 12 10:58:02 kernel: [    0.000000]   7 disabled
Aug 12 10:58:02 kernel: [    0.000000]   8 disabled
Aug 12 10:58:02 kernel: [    0.000000]   9 disabled
Aug 12 10:58:02 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Aug 12 10:58:02 kernel: [    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Aug 12 10:58:02 kernel: [    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
Aug 12 10:58:02 kernel: [    0.000000] found SMP MP-table at [mem 0x000fd7b0-0x000fd7bf] mapped at [ffff8800000fd7b0]
Aug 12 10:58:02 kernel: [    0.000000] Base memory trampoline at [ffff88000007b000] 7b000 size 24576
Aug 12 10:58:02 kernel: [    0.000000] Using GB pages for direct mapping
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
Aug 12 10:58:02 kernel: [    0.000000] BRK [0x01aad000, 0x01aadfff] PGTABLE
Aug 12 10:58:02 kernel: [    0.000000] BRK [0x01aae000, 0x01aaefff] PGTABLE
Aug 12 10:58:02 kernel: [    0.000000] BRK [0x01aaf000, 0x01aaffff] PGTABLE
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0x41fe00000-0x41fffffff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x41fe00000-0x41fffffff] page 2M
Aug 12 10:58:02 kernel: [    0.000000] BRK [0x01ab0000, 0x01ab0fff] PGTABLE
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0x41c000000-0x41fdfffff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x41c000000-0x41fdfffff] page 2M
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x400000000-0x41bffffff] page 2M
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0x00100000-0xcd94efff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xc0000000-0xcd7fffff] page 2M
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xcd800000-0xcd94efff] page 4k
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0xcd956000-0xdd806fff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xcd956000-0xcd9fffff] page 4k
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xcda00000-0xdd7fffff] page 2M
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xdd800000-0xdd806fff] page 4k
Aug 12 10:58:02 kernel: [    0.000000] BRK [0x01ab1000, 0x01ab1fff] PGTABLE
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0xdd8f7000-0xdd93dfff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xdd8f7000-0xdd93dfff] page 4k
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0xdf7ff000-0xdf7fffff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0xdf7ff000-0xdf7fffff] page 4k
Aug 12 10:58:02 kernel: [    0.000000] BRK [0x01ab2000, 0x01ab2fff] PGTABLE
Aug 12 10:58:02 kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
Aug 12 10:58:02 kernel: [    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
Aug 12 10:58:02 kernel: [    0.000000] RAMDISK: [mem 0x7f200000-0x7ff44fff]
Aug 12 10:58:02 kernel: [    0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 SUPERM)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: XSDT 00000000dda460a0 0000BC (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: FACP 00000000dda55290 00010C (v05 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: DSDT 00000000dda461f0 00F09C (v02 SUPERM SMCI--MB 00000000 INTL 20120711)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: FACS 00000000dda76f80 000040
Aug 12 10:58:02 kernel: [    0.000000] ACPI: APIC 00000000dda553a0 000092 (v03 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: FPDT 00000000dda55438 000044 (v01 SUPERM SMCI--MB 01072009 AMI  00010013)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda55480 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda56070 000540 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda565b0 000B74 (v01 CpuRef  CpuSsdt 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda57128 0002F2 (v01  PmRef  Cpu0Tst 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda57420 000348 (v01  PmRef    ApTst 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: MCFG 00000000dda57768 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: PRAD 00000000dda577a8 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: HPET 00000000dda57878 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda578b0 000397 (v01 SataRe SataTabl 00001000 INTL 20120711)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SSDT 00000000dda57c48 005B5E (v01 SaSsdt  SaSsdt  00003000 INTL 20120711)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: SPMI 00000000dda5d7a8 000040 (v05 A M I   OEMSPMI 00000000 AMI. 00000000)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: DMAR 00000000dda5d7e8 000080 (v01 INTEL      BDW  00000001 INTL 00000001)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: EINJ 00000000dda5d868 000130 (v01    AMI AMI EINJ 00000000      00000000)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: ERST 00000000dda5d998 000230 (v01  AMIER AMI ERST 00000000      00000000)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: HEST 00000000dda5dbc8 0000A8 (v01    AMI AMI HEST 00000000      00000000)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: BERT 00000000dda5dc70 000030 (v01    AMI AMI BERT 00000000      00000000)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Aug 12 10:58:02 kernel: [    0.000000] No NUMA configuration found
Aug 12 10:58:02 kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fffffff]
Aug 12 10:58:02 kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x41fffffff]
Aug 12 10:58:02 kernel: [    0.000000]   NODE_DATA [mem 0x41fff9000-0x41fffdfff]
Aug 12 10:58:02 kernel: [    0.000000]  [ffffea0000000000-ffffea000e7fffff] PMD -> [ffff88040f600000-ffff88041d7fffff] on node 0
Aug 12 10:58:02 kernel: [    0.000000] Zone ranges:
Aug 12 10:58:02 kernel: [    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
Aug 12 10:58:02 kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Aug 12 10:58:02 kernel: [    0.000000]   Normal   [mem 0x100000000-0x41fffffff]
Aug 12 10:58:02 kernel: [    0.000000] Movable zone start for each node
Aug 12 10:58:02 kernel: [    0.000000] Early memory node ranges
Aug 12 10:58:02 kernel: [    0.000000]   node   0: [mem 0x00001000-0x0009afff]
Aug 12 10:58:02 kernel: [    0.000000]   node   0: [mem 0x00100000-0xcd94efff]
Aug 12 10:58:02 kernel: [    0.000000]   node   0: [mem 0xcd956000-0xdd806fff]
Aug 12 10:58:02 kernel: [    0.000000]   node   0: [mem 0xdd8f7000-0xdd93dfff]
Aug 12 10:58:02 kernel: [    0.000000]   node   0: [mem 0xdf7ff000-0xdf7fffff]
Aug 12 10:58:02 kernel: [    0.000000]   node   0: [mem 0x100000000-0x41fffffff]
Aug 12 10:58:02 kernel: [    0.000000] On node 0 totalpages: 4184034
Aug 12 10:58:02 kernel: [    0.000000]   DMA zone: 56 pages used for memmap
Aug 12 10:58:02 kernel: [    0.000000]   DMA zone: 47 pages reserved
Aug 12 10:58:02 kernel: [    0.000000]   DMA zone: 3994 pages, LIFO batch:0
Aug 12 10:58:02 kernel: [    0.000000]   DMA32 zone: 12349 pages used for memmap
Aug 12 10:58:02 kernel: [    0.000000]   DMA32 zone: 903240 pages, LIFO batch:31
Aug 12 10:58:02 kernel: [    0.000000]   Normal zone: 44800 pages used for memmap
Aug 12 10:58:02 kernel: [    0.000000]   Normal zone: 3276800 pages, LIFO batch:31
Aug 12 10:58:02 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x1808
Aug 12 10:58:02 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 12 10:58:02 kernel: [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
Aug 12 10:58:02 kernel: [    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Aug 12 10:58:02 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 12 10:58:02 kernel: [    0.000000] ACPI: IRQ0 used by override.
Aug 12 10:58:02 kernel: [    0.000000] ACPI: IRQ2 used by override.
Aug 12 10:58:02 kernel: [    0.000000] ACPI: IRQ9 used by override.
Aug 12 10:58:02 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Aug 12 10:58:02 kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Aug 12 10:58:02 kernel: [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 12 10:58:02 kernel: [    0.000000] nr_irqs_gsi: 40
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xcd94f000-0xcd955fff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdd807000-0xdd8f6fff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdd93e000-0xdda76fff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdda77000-0xdf7fefff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Aug 12 10:58:02 kernel: [    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Aug 12 10:58:02 kernel: [    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
Aug 12 10:58:02 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Aug 12 10:58:02 kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
Aug 12 10:58:02 kernel: [    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041fc00000 s86080 r8192 d24512 u262144
Aug 12 10:58:02 kernel: [    0.000000] pcpu-alloc: s86080 r8192 d24512 u262144 alloc=1*2097152
Aug 12 10:58:02 kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 12 10:58:02 kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4126782
Aug 12 10:58:02 kernel: [    0.000000] Policy zone: Normal
Aug 12 10:58:02 kernel: [    0.000000] Kernel command line: netcfg/choose_interface=00:25:90:da:54:0a debian-installer/locale=en_US
Aug 12 10:58:02 kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Aug 12 10:58:02 kernel: [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
Aug 12 10:58:02 kernel: [    0.000000] Checking aperture...
Aug 12 10:58:02 kernel: [    0.000000] No AGP bridge found
Aug 12 10:58:02 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Aug 12 10:58:02 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Aug 12 10:58:02 kernel: [    0.000000] Memory: 16412716K/16736136K available (4955K kernel code, 739K rwdata, 1724K rodata, 1008K init, 960K bss, 323420K reserved)
Aug 12 10:58:02 kernel: [    0.000000] Hierarchical RCU implementation.
Aug 12 10:58:02 kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Aug 12 10:58:02 kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
Aug 12 10:58:02 kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 12 10:58:02 kernel: [    0.000000] NR_IRQS:33024 nr_irqs:744 16
Aug 12 10:58:02 kernel: [    0.000000] Console: colour VGA+ 80x25
Aug 12 10:58:02 kernel: [    0.000000] console [tty0] enabled
Aug 12 10:58:02 kernel: [    0.000000] hpet clockevent registered
Aug 12 10:58:02 kernel: [    0.000000] tsc: Fast TSC calibration using PIT
Aug 12 10:58:02 kernel: [    0.000000] spurious 8259A interrupt: IRQ7.
Aug 12 10:58:02 kernel: [    0.000000] tsc: Detected 3399.714 MHz processor
Aug 12 10:58:02 kernel: [    0.000018] Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.42 BogoMIPS (lpj=13598856)
Aug 12 10:58:02 kernel: [    0.000225] pid_max: default: 32768 minimum: 301
Aug 12 10:58:02 kernel: [    0.000326] ACPI: Core revision 20131218
Aug 12 10:58:02 kernel: [    0.007816] ACPI: All ACPI Tables successfully acquired
Aug 12 10:58:02 kernel: [    0.008551] Security Framework initialized
Aug 12 10:58:02 kernel: [    0.008661] AppArmor: AppArmor disabled by boot time parameter
Aug 12 10:58:02 kernel: [    0.008765] Yama: disabled by default; enable with sysctl kernel.yama.*
Aug 12 10:58:02 kernel: [    0.009437] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Aug 12 10:58:02 kernel: [    0.011598] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Aug 12 10:58:02 kernel: [    0.012691] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
Aug 12 10:58:02 kernel: [    0.014062] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
Aug 12 10:58:02 kernel: [    0.014350] Initializing cgroup subsys memory
Aug 12 10:58:02 kernel: [    0.014454] Initializing cgroup subsys devices
Aug 12 10:58:02 kernel: [    0.014550] Initializing cgroup subsys freezer
Aug 12 10:58:02 kernel: [    0.014649] Initializing cgroup subsys net_cls
Aug 12 10:58:02 kernel: [    0.014762] Initializing cgroup subsys blkio
Aug 12 10:58:02 kernel: [    0.014860] Initializing cgroup subsys perf_event
Aug 12 10:58:02 kernel: [    0.014976] CPU: Physical Processor ID: 0
Aug 12 10:58:02 kernel: [    0.015076] CPU: Processor Core ID: 0
Aug 12 10:58:02 kernel: [    0.015173] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 12 10:58:02 kernel: [    0.015173] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Aug 12 10:58:02 kernel: [    0.016040] mce: CPU supports 9 MCE banks
Aug 12 10:58:02 kernel: [    0.016152] CPU0: Thermal monitoring enabled (TM1)
Aug 12 10:58:02 kernel: [    0.016265] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Aug 12 10:58:02 kernel: [    0.016265] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Aug 12 10:58:02 kernel: [    0.016265] tlb_flushall_shift: 6
Aug 12 10:58:02 kernel: [    0.016495] Freeing SMP alternatives memory: 20K (ffffffff819b6000 - ffffffff819bb000)
Aug 12 10:58:02 kernel: [    0.017260] dmar: Host address width 39
Aug 12 10:58:02 kernel: [    0.017364] dmar: DRHD base: 0x000000fed90000 flags: 0x1
Aug 12 10:58:02 kernel: [    0.017468] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da
Aug 12 10:58:02 kernel: [    0.017595] dmar: RMRR base: 0x000000df69a000 end: 0x000000df6a8fff
Aug 12 10:58:02 kernel: [    0.017762] IOAPIC id 8 under DRHD base  0xfed90000 IOMMU 0
Aug 12 10:58:02 kernel: [    0.017862] HPET id 0 under DRHD base 0xfed90000
Aug 12 10:58:02 kernel: [    0.017962] Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 12 10:58:02 kernel: [    0.018087] Your BIOS is broken and requested that x2apic be disabled.
Aug 12 10:58:02 kernel: [    0.018087] This will slightly decrease performance.
Aug 12 10:58:02 kernel: [    0.018087] Use 'intremap=no_x2apic_optout' to override BIOS request.
Aug 12 10:58:02 kernel: [    0.018309] Enabled IRQ remapping in xapic mode
Aug 12 10:58:02 kernel: [    0.018413] x2apic not enabled, IRQ remapping is in xapic mode
Aug 12 10:58:02 kernel: [    0.018943] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 12 10:58:02 kernel: [    0.058701] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1240 v3 @ 3.40GHz (fam: 06, model: 3c, stepping: 03)
Aug 12 10:58:02 kernel: [    0.059047] TSC deadline timer enabled
Aug 12 10:58:02 kernel: [    0.059054] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
Aug 12 10:58:02 kernel: [    0.059545] ... version:                3
Aug 12 10:58:02 kernel: [    0.059640] ... bit width:              48
Aug 12 10:58:02 kernel: [    0.059739] ... generic registers:      4
Aug 12 10:58:02 kernel: [    0.059835] ... value mask:             0000ffffffffffff
Aug 12 10:58:02 kernel: [    0.059938] ... max period:             0000ffffffffffff
Aug 12 10:58:02 kernel: [    0.060036] ... fixed-purpose events:   3
Aug 12 10:58:02 kernel: [    0.060132] ... event mask:             000000070000000f
Aug 12 10:58:02 kernel: [    0.060595] x86: Booting SMP configuration:
Aug 12 10:58:02 kernel: [    0.060699] .... node  #0, CPUs:      #1
Aug 12 10:58:02 kernel: [    0.074787] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Aug 12 10:58:02 kernel: [    0.075070]  #2 #3 #4 #5 #6 #7
Aug 12 10:58:02 kernel: [    0.158917] x86: Booted up 1 node, 8 CPUs
Aug 12 10:58:02 kernel: [    0.159106] smpboot: Total of 8 processors activated (54395.42 BogoMIPS)
Aug 12 10:58:02 kernel: [    0.165601] devtmpfs: initialized
Aug 12 10:58:02 kernel: [    0.167759] PM: Registering ACPI NVS region [mem 0xcd94f000-0xcd955fff] (28672 bytes)
Aug 12 10:58:02 kernel: [    0.167887] PM: Registering ACPI NVS region [mem 0xdd93e000-0xdda76fff] (1282048 bytes)
Aug 12 10:58:02 kernel: [    0.168127] pinctrl core: initialized pinctrl subsystem
Aug 12 10:58:02 kernel: [    0.168273] NET: Registered protocol family 16
Aug 12 10:58:02 kernel: [    0.168433] cpuidle: using governor ladder
Aug 12 10:58:02 kernel: [    0.168537] cpuidle: using governor menu
Aug 12 10:58:02 kernel: [    0.168651] ACPI: bus type PCI registered
Aug 12 10:58:02 kernel: [    0.168754] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 12 10:58:02 kernel: [    0.168910] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Aug 12 10:58:02 kernel: [    0.169043] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Aug 12 10:58:02 kernel: [    0.169200] PCI: Using configuration type 1 for base access
Aug 12 10:58:02 kernel: [    0.169963] bio: create slab <bio-0> at 0
Aug 12 10:58:02 kernel: [    0.170150] ACPI: Added _OSI(Module Device)
Aug 12 10:58:02 kernel: [    0.170258] ACPI: Added _OSI(Processor Device)
Aug 12 10:58:02 kernel: [    0.170359] ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 12 10:58:02 kernel: [    0.170461] ACPI: Added _OSI(Processor Aggregator Device)
Aug 12 10:58:02 kernel: [    0.173408] ACPI: Executed 5 blocks of module-level executable AML code
Aug 12 10:58:02 kernel: [    0.232601] ACPI: Dynamic OEM Table Load:
Aug 12 10:58:02 kernel: [    0.232850] ACPI: PRAD           (null) 0000CE (v02 PRADID  PRADTID 00000001 MSFT 03000001)
Aug 12 10:58:02 kernel: [    0.255828] ACPI: SSDT 00000000dd8a5c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.256421] ACPI: Dynamic OEM Table Load:
Aug 12 10:58:02 kernel: [    0.256668] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.267905] ACPI: SSDT 00000000dd8a5618 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.268546] ACPI: Dynamic OEM Table Load:
Aug 12 10:58:02 kernel: [    0.268787] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.279812] ACPI: SSDT 00000000dd8a4d98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.280404] ACPI: Dynamic OEM Table Load:
Aug 12 10:58:02 kernel: [    0.280648] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
Aug 12 10:58:02 kernel: [    0.292598] ACPI: Interpreter enabled
Aug 12 10:58:02 kernel: [    0.292707] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
Aug 12 10:58:02 kernel: [    0.292977] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
Aug 12 10:58:02 kernel: [    0.293260] ACPI: (supports S0 S3 S4 S5)
Aug 12 10:58:02 kernel: [    0.293365] ACPI: Using IOAPIC for interrupt routing
Aug 12 10:58:02 kernel: [    0.293501] HEST: Table parsing has been initialized.
Aug 12 10:58:02 kernel: [    0.293602] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 12 10:58:02 kernel: [    0.293859] ACPI: No dock devices found.
Aug 12 10:58:02 kernel: [    0.294246] ACPI: Power Resource [PG00] (on)
Aug 12 10:58:02 kernel: [    0.303977] ACPI: Power Resource [PG01] (on)
Aug 12 10:58:02 kernel: [    0.315953] ACPI: Power Resource [PG02] (on)
Aug 12 10:58:02 kernel: [    0.334357] ACPI: Power Resource [FN00] (off)
Aug 12 10:58:02 kernel: [    0.334511] ACPI: Power Resource [FN01] (off)
Aug 12 10:58:02 kernel: [    0.334667] ACPI: Power Resource [FN02] (off)
Aug 12 10:58:02 kernel: [    0.334826] ACPI: Power Resource [FN03] (off)
Aug 12 10:58:02 kernel: [    0.334980] ACPI: Power Resource [FN04] (off)
Aug 12 10:58:02 kernel: [    0.335633] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Aug 12 10:58:02 kernel: [    0.335744] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Aug 12 10:58:02 kernel: [    0.336276] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Aug 12 10:58:02 kernel: [    0.336810] PCI host bridge to bus 0000:00
Aug 12 10:58:02 kernel: [    0.336908] pci_bus 0000:00: root bus resource [bus 00-3e]
Aug 12 10:58:02 kernel: [    0.337012] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
Aug 12 10:58:02 kernel: [    0.337115] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
Aug 12 10:58:02 kernel: [    0.337219] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Aug 12 10:58:02 kernel: [    0.337321] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
Aug 12 10:58:02 kernel: [    0.337427] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
Aug 12 10:58:02 kernel: [    0.337533] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Aug 12 10:58:02 kernel: [    0.337636] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Aug 12 10:58:02 kernel: [    0.337738] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
Aug 12 10:58:02 kernel: [    0.337845] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
Aug 12 10:58:02 kernel: [    0.337948] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
Aug 12 10:58:02 kernel: [    0.338051] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
Aug 12 10:58:02 kernel: [    0.338161] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000
Aug 12 10:58:02 kernel: [    0.338218] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.338242] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.338274] pci 0000:00:01.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.338431] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Aug 12 10:58:02 kernel: [    0.338448] pci 0000:00:14.0: reg 0x10: [mem 0xf7500000-0xf750ffff 64bit]
Aug 12 10:58:02 kernel: [    0.338641] pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 12 10:58:02 kernel: [    0.338678] pci 0000:00:14.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.338809] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Aug 12 10:58:02 kernel: [    0.338826] pci 0000:00:16.0: reg 0x10: [mem 0xf7517000-0xf751700f 64bit]
Aug 12 10:58:02 kernel: [    0.338878] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.338947] pci 0000:00:16.1: [8086:8c3b] type 00 class 0x078000
Aug 12 10:58:02 kernel: [    0.338963] pci 0000:00:16.1: reg 0x10: [mem 0xf7516000-0xf751600f 64bit]
Aug 12 10:58:02 kernel: [    0.339016] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.339080] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Aug 12 10:58:02 kernel: [    0.339097] pci 0000:00:1a.0: reg 0x10: [mem 0xf7514000-0xf75143ff]
Aug 12 10:58:02 kernel: [    0.339171] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.339212] pci 0000:00:1a.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.339345] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.339399] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.339428] pci 0000:00:1c.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.339559] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.339613] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.339642] pci 0000:00:1c.2: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.339779] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.339833] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.339861] pci 0000:00:1c.3: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.340000] pci 0000:00:1c.6: [8086:8c1c] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.340061] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.340091] pci 0000:00:1c.6: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.340224] pci 0000:00:1c.7: [8086:8c1e] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.340285] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.340315] pci 0000:00:1c.7: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.340455] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Aug 12 10:58:02 kernel: [    0.340471] pci 0000:00:1d.0: reg 0x10: [mem 0xf7513000-0xf75133ff]
Aug 12 10:58:02 kernel: [    0.340545] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.340587] pci 0000:00:1d.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.340720] pci 0000:00:1f.0: [8086:8c54] type 00 class 0x060100
Aug 12 10:58:02 kernel: [    0.340853] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
Aug 12 10:58:02 kernel: [    0.340865] pci 0000:00:1f.2: reg 0x10: [io  0xf050-0xf057]
Aug 12 10:58:02 kernel: [    0.340872] pci 0000:00:1f.2: reg 0x14: [io  0xf040-0xf043]
Aug 12 10:58:02 kernel: [    0.340877] pci 0000:00:1f.2: reg 0x18: [io  0xf030-0xf037]
Aug 12 10:58:02 kernel: [    0.340883] pci 0000:00:1f.2: reg 0x1c: [io  0xf020-0xf023]
Aug 12 10:58:02 kernel: [    0.340889] pci 0000:00:1f.2: reg 0x20: [io  0xf000-0xf01f]
Aug 12 10:58:02 kernel: [    0.340895] pci 0000:00:1f.2: reg 0x24: [mem 0xf7512000-0xf75127ff]
Aug 12 10:58:02 kernel: [    0.340925] pci 0000:00:1f.2: PME# supported from D3hot
Aug 12 10:58:02 kernel: [    0.340973] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Aug 12 10:58:02 kernel: [    0.340985] pci 0000:00:1f.3: reg 0x10: [mem 0xf7511000-0xf75110ff 64bit]
Aug 12 10:58:02 kernel: [    0.341001] pci 0000:00:1f.3: reg 0x20: [io  0x0580-0x059f]
Aug 12 10:58:02 kernel: [    0.341065] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000
Aug 12 10:58:02 kernel: [    0.341082] pci 0000:00:1f.6: reg 0x10: [mem 0xf7510000-0xf7510fff 64bit]
Aug 12 10:58:02 kernel: [    0.341204] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 10:58:02 kernel: [    0.341388] pci 0000:02:00.0: [1a03:1150] type 01 class 0x060400
Aug 12 10:58:02 kernel: [    0.341501] pci 0000:02:00.0: supports D1 D2
Aug 12 10:58:02 kernel: [    0.341501] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.341526] pci 0000:02:00.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.341656] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
Aug 12 10:58:02 kernel: [    0.341798] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
Aug 12 10:58:02 kernel: [    0.341899] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:58:02 kernel: [    0.341902] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:58:02 kernel: [    0.341984] pci 0000:03:00.0: [1a03:2000] type 00 class 0x030000
Aug 12 10:58:02 kernel: [    0.342010] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Aug 12 10:58:02 kernel: [    0.342022] pci 0000:03:00.0: reg 0x14: [mem 0xf7000000-0xf701ffff]
Aug 12 10:58:02 kernel: [    0.342035] pci 0000:03:00.0: reg 0x18: [io  0xe000-0xe07f]
Aug 12 10:58:02 kernel: [    0.342131] pci 0000:03:00.0: supports D1 D2
Aug 12 10:58:02 kernel: [    0.342132] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.342220] pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 12 10:58:02 kernel: [    0.342325] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:58:02 kernel: [    0.342330] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:58:02 kernel: [    0.342432] pci 0000:04:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:58:02 kernel: [    0.342455] pci 0000:04:00.0: reg 0x10: [mem 0xf7400000-0xf747ffff]
Aug 12 10:58:02 kernel: [    0.342622] pci 0000:04:00.0: reg 0x18: [io  0xd000-0xd01f]
Aug 12 10:58:02 kernel: [    0.342638] pci 0000:04:00.0: reg 0x1c: [mem 0xf7480000-0xf7483fff]
Aug 12 10:58:02 kernel: [    0.342791] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.342830] pci 0000:04:00.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.347979] pci 0000:00:1c.2: PCI bridge to [bus 04]
Aug 12 10:58:02 kernel: [    0.348081] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Aug 12 10:58:02 kernel: [    0.348084] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
Aug 12 10:58:02 kernel: [    0.348189] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:58:02 kernel: [    0.348212] pci 0000:05:00.0: reg 0x10: [mem 0xf7300000-0xf737ffff]
Aug 12 10:58:02 kernel: [    0.348244] pci 0000:05:00.0: reg 0x18: [io  0xc000-0xc01f]
Aug 12 10:58:02 kernel: [    0.348260] pci 0000:05:00.0: reg 0x1c: [mem 0xf7380000-0xf7383fff]
Aug 12 10:58:02 kernel: [    0.348416] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.348453] pci 0000:05:00.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.355983] pci 0000:00:1c.3: PCI bridge to [bus 05]
Aug 12 10:58:02 kernel: [    0.356083] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
Aug 12 10:58:02 kernel: [    0.356086] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
Aug 12 10:58:02 kernel: [    0.356193] pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:58:02 kernel: [    0.356215] pci 0000:06:00.0: reg 0x10: [mem 0xf7200000-0xf727ffff]
Aug 12 10:58:02 kernel: [    0.356246] pci 0000:06:00.0: reg 0x18: [io  0xb000-0xb01f]
Aug 12 10:58:02 kernel: [    0.356263] pci 0000:06:00.0: reg 0x1c: [mem 0xf7280000-0xf7283fff]
Aug 12 10:58:02 kernel: [    0.356416] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.356455] pci 0000:06:00.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.363979] pci 0000:00:1c.6: PCI bridge to [bus 06]
Aug 12 10:58:02 kernel: [    0.364081] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Aug 12 10:58:02 kernel: [    0.364084] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Aug 12 10:58:02 kernel: [    0.364194] pci 0000:07:00.0: [8086:1533] type 00 class 0x020000
Aug 12 10:58:02 kernel: [    0.364215] pci 0000:07:00.0: reg 0x10: [mem 0xf7100000-0xf717ffff]
Aug 12 10:58:02 kernel: [    0.364247] pci 0000:07:00.0: reg 0x18: [io  0xa000-0xa01f]
Aug 12 10:58:02 kernel: [    0.364263] pci 0000:07:00.0: reg 0x1c: [mem 0xf7180000-0xf7183fff]
Aug 12 10:58:02 kernel: [    0.364417] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
Aug 12 10:58:02 kernel: [    0.364454] pci 0000:07:00.0: System wakeup disabled by ACPI
Aug 12 10:58:02 kernel: [    0.371976] pci 0000:00:1c.7: PCI bridge to [bus 07]
Aug 12 10:58:02 kernel: [    0.372076] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Aug 12 10:58:02 kernel: [    0.372079] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Aug 12 10:58:02 kernel: [    0.372579] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15)
Aug 12 10:58:02 kernel: [    0.373425] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15)
Aug 12 10:58:02 kernel: [    0.374274] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15)
Aug 12 10:58:02 kernel: [    0.375248] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 *10 11 12 14 15)
Aug 12 10:58:02 kernel: [    0.376086] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 10:58:02 kernel: [    0.377092] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 10:58:02 kernel: [    0.378097] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled.
Aug 12 10:58:02 kernel: [    0.379244] ACPI: PCI Interrupt Link [LNKH] (IRQs *5)
Aug 12 10:58:02 kernel: [    0.379667] ACPI: Enabled 7 GPEs in block 00 to 3F
Aug 12 10:58:02 kernel: [    0.380100] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
Aug 12 10:58:02 kernel: [    0.380227] vgaarb: loaded
Aug 12 10:58:02 kernel: [    0.380321] vgaarb: bridge control possible 0000:03:00.0
Aug 12 10:58:02 kernel: [    0.380445] PCI: Using ACPI for IRQ routing
Aug 12 10:58:02 kernel: [    0.381610] PCI: pci_cache_line_size set to 64 bytes
Aug 12 10:58:02 kernel: [    0.381718] e820: reserve RAM buffer [mem 0x0009b000-0x0009ffff]
Aug 12 10:58:02 kernel: [    0.381719] e820: reserve RAM buffer [mem 0xcd94f000-0xcfffffff]
Aug 12 10:58:02 kernel: [    0.381720] e820: reserve RAM buffer [mem 0xdd807000-0xdfffffff]
Aug 12 10:58:02 kernel: [    0.381721] e820: reserve RAM buffer [mem 0xdd93e000-0xdfffffff]
Aug 12 10:58:02 kernel: [    0.381722] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
Aug 12 10:58:02 kernel: [    0.381792] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 12 10:58:02 kernel: [    0.382664] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Aug 12 10:58:02 kernel: [    0.384782] Switched to clocksource hpet
Aug 12 10:58:02 kernel: [    0.386020] pnp: PnP ACPI init
Aug 12 10:58:02 kernel: [    0.386130] ACPI: bus type PNP registered
Aug 12 10:58:02 kernel: [    0.386304] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Aug 12 10:58:02 kernel: [    0.386417] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Aug 12 10:58:02 kernel: [    0.386423] pnp 00:01: [dma 4]
Aug 12 10:58:02 kernel: [    0.386434] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
Aug 12 10:58:02 kernel: [    0.386585] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
Aug 12 10:58:02 kernel: [    0.386677] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
Aug 12 10:58:02 kernel: [    0.386707] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
Aug 12 10:58:02 kernel: [    0.386736] system 00:05: [io  0x0800-0x087f] has been reserved
Aug 12 10:58:02 kernel: [    0.386842] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:58:02 kernel: [    0.386866] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 12 10:58:02 kernel: [    0.386890] system 00:07: [io  0x1854-0x1857] has been reserved
Aug 12 10:58:02 kernel: [    0.386998] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Aug 12 10:58:02 kernel: [    0.387068] system 00:08: [io  0x0a00-0x0a1f] has been reserved
Aug 12 10:58:02 kernel: [    0.387172] system 00:08: [io  0x0a30-0x0a3f] has been reserved
Aug 12 10:58:02 kernel: [    0.387275] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:58:02 kernel: [    0.387428] pnp 00:09: [dma 0 disabled]
Aug 12 10:58:02 kernel: [    0.387457] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 10:58:02 kernel: [    0.387595] pnp 00:0a: [dma 0 disabled]
Aug 12 10:58:02 kernel: [    0.387620] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 10:58:02 kernel: [    0.387668] system 00:0b: [io  0x0a00-0x0a1f] has been reserved
Aug 12 10:58:02 kernel: [    0.387798] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:58:02 kernel: [    0.387832] system 00:0c: [io  0x04d0-0x04d1] has been reserved
Aug 12 10:58:02 kernel: [    0.397194] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:58:02 kernel: [    0.397326] pnp 00:0d: [dma 0 disabled]
Aug 12 10:58:02 kernel: [    0.397353] pnp 00:0d: Plug and Play ACPI device, IDs PNP0501 (active)
Aug 12 10:58:02 kernel: [    0.397418] pnp 00:0e: Plug and Play ACPI device, IDs IPI0001 (active)
Aug 12 10:58:02 kernel: [    0.397688] system 00:0f: [mem 0xfed1c000-0xfed1ffff] has been reserved
Aug 12 10:58:02 kernel: [    0.397794] system 00:0f: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 12 10:58:02 kernel: [    0.397900] system 00:0f: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 12 10:58:02 kernel: [    0.398005] system 00:0f: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 12 10:58:02 kernel: [    0.398109] system 00:0f: [mem 0xf8000000-0xfbffffff] has been reserved
Aug 12 10:58:02 kernel: [    0.398214] system 00:0f: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 12 10:58:02 kernel: [    0.398317] system 00:0f: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 12 10:58:02 kernel: [    0.398421] system 00:0f: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 12 10:58:02 kernel: [    0.398663] system 00:0f: [mem 0xff000000-0xffffffff] has been reserved
Aug 12 10:58:02 kernel: [    0.398770] system 00:0f: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 12 10:58:02 kernel: [    0.398875] system 00:0f: [mem 0xf7fe0000-0xf7feffff] has been reserved
Aug 12 10:58:02 kernel: [    0.398981] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 12 10:58:02 kernel: [    0.399112] pnp: PnP ACPI: found 16 devices
Aug 12 10:58:02 kernel: [    0.399213] ACPI: bus type PNP unregistered
Aug 12 10:58:02 kernel: [    0.405616] pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 10:58:02 kernel: [    0.405722] pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 12 10:58:02 kernel: [    0.405827] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:58:02 kernel: [    0.405935] pci 0000:02:00.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:58:02 kernel: [    0.406049] pci 0000:00:1c.0: PCI bridge to [bus 02-03]
Aug 12 10:58:02 kernel: [    0.406149] pci 0000:00:1c.0:   bridge window [io  0xe000-0xefff]
Aug 12 10:58:02 kernel: [    0.406256] pci 0000:00:1c.0:   bridge window [mem 0xf6000000-0xf70fffff]
Aug 12 10:58:02 kernel: [    0.406366] pci 0000:00:1c.2: PCI bridge to [bus 04]
Aug 12 10:58:02 kernel: [    0.406607] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Aug 12 10:58:02 kernel: [    0.406712] pci 0000:00:1c.2:   bridge window [mem 0xf7400000-0xf74fffff]
Aug 12 10:58:02 kernel: [    0.406818] pci 0000:00:1c.3: PCI bridge to [bus 05]
Aug 12 10:58:02 kernel: [    0.406919] pci 0000:00:1c.3:   bridge window [io  0xc000-0xcfff]
Aug 12 10:58:02 kernel: [    0.407026] pci 0000:00:1c.3:   bridge window [mem 0xf7300000-0xf73fffff]
Aug 12 10:58:02 kernel: [    0.407132] pci 0000:00:1c.6: PCI bridge to [bus 06]
Aug 12 10:58:02 kernel: [    0.407231] pci 0000:00:1c.6:   bridge window [io  0xb000-0xbfff]
Aug 12 10:58:02 kernel: [    0.407336] pci 0000:00:1c.6:   bridge window [mem 0xf7200000-0xf72fffff]
Aug 12 10:58:02 kernel: [    0.407445] pci 0000:00:1c.7: PCI bridge to [bus 07]
Aug 12 10:58:02 kernel: [    0.407548] pci 0000:00:1c.7:   bridge window [io  0xa000-0xafff]
Aug 12 10:58:02 kernel: [    0.407654] pci 0000:00:1c.7:   bridge window [mem 0xf7100000-0xf71fffff]
Aug 12 10:58:02 kernel: [    0.407763] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
Aug 12 10:58:02 kernel: [    0.407764] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
Aug 12 10:58:02 kernel: [    0.407765] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Aug 12 10:58:02 kernel: [    0.407766] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff]
Aug 12 10:58:02 kernel: [    0.407766] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff]
Aug 12 10:58:02 kernel: [    0.407767] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff]
Aug 12 10:58:02 kernel: [    0.407768] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff]
Aug 12 10:58:02 kernel: [    0.407769] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff]
Aug 12 10:58:02 kernel: [    0.407770] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff]
Aug 12 10:58:02 kernel: [    0.407771] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff]
Aug 12 10:58:02 kernel: [    0.407772] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff]
Aug 12 10:58:02 kernel: [    0.407773] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
Aug 12 10:58:02 kernel: [    0.407773] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf70fffff]
Aug 12 10:58:02 kernel: [    0.407774] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
Aug 12 10:58:02 kernel: [    0.407775] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
Aug 12 10:58:02 kernel: [    0.407776] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
Aug 12 10:58:02 kernel: [    0.407777] pci_bus 0000:04: resource 1 [mem 0xf7400000-0xf74fffff]
Aug 12 10:58:02 kernel: [    0.407778] pci_bus 0000:05: resource 0 [io  0xc000-0xcfff]
Aug 12 10:58:02 kernel: [    0.407779] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff]
Aug 12 10:58:02 kernel: [    0.407779] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
Aug 12 10:58:02 kernel: [    0.407780] pci_bus 0000:06: resource 1 [mem 0xf7200000-0xf72fffff]
Aug 12 10:58:02 kernel: [    0.407781] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
Aug 12 10:58:02 kernel: [    0.407782] pci_bus 0000:07: resource 1 [mem 0xf7100000-0xf71fffff]
Aug 12 10:58:02 kernel: [    0.407852] NET: Registered protocol family 2
Aug 12 10:58:02 kernel: [    0.408128] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Aug 12 10:58:02 kernel: [    0.408391] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Aug 12 10:58:02 kernel: [    0.408585] TCP: Hash tables configured (established 131072 bind 65536)
Aug 12 10:58:02 kernel: [    0.408702] TCP: reno registered
Aug 12 10:58:02 kernel: [    0.408815] UDP hash table entries: 8192 (order: 6, 262144 bytes)
Aug 12 10:58:02 kernel: [    0.408958] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
Aug 12 10:58:02 kernel: [    0.409160] NET: Registered protocol family 1
Aug 12 10:58:02 kernel: [    0.448836] pci 0000:03:00.0: Boot video device
Aug 12 10:58:02 kernel: [    0.448877] PCI: CLS 64 bytes, default 64
Aug 12 10:58:02 kernel: [    0.448901] Unpacking initramfs...
Aug 12 10:58:02 kernel: [    0.609282] Freeing initrd memory: 13588K (ffff88007f200000 - ffff88007ff45000)
Aug 12 10:58:02 kernel: [    0.609440] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 12 10:58:02 kernel: [    0.609552] software IO TLB [mem 0xd9807000-0xdd807000] (64MB) mapped at [ffff8800d9807000-ffff8800dd806fff]
Aug 12 10:58:02 kernel: [    0.609924] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 3 fixed counters 655360 ms ovfl timer
Aug 12 10:58:02 kernel: [    0.610089] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610200] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610310] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610419] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610527] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610634] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610740] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610851] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17
Aug 12 10:58:02 kernel: [    0.610999] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Aug 12 10:58:02 kernel: [    0.611342] futex hash table entries: 2048 (order: 5, 131072 bytes)
Aug 12 10:58:02 kernel: [    0.611505] audit: initializing netlink subsys (disabled)
Aug 12 10:58:02 kernel: [    0.611618] audit: type=2000 audit(1407841077.560:1): initialized
Aug 12 10:58:02 kernel: [    0.620595] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Aug 12 10:58:02 kernel: [    0.620887] VFS: Disk quotas dquot_6.5.2
Aug 12 10:58:02 kernel: [    0.621007] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 12 10:58:02 kernel: [    0.621155] msgmni has been set to 32082
Aug 12 10:58:02 kernel: [    0.621457] alg: No test for stdrng (krng)
Aug 12 10:58:02 kernel: [    0.621574] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Aug 12 10:58:02 kernel: [    0.621737] io scheduler noop registered
Aug 12 10:58:02 kernel: [    0.621840] io scheduler deadline registered
Aug 12 10:58:02 kernel: [    0.621956] io scheduler cfq registered (default)
Aug 12 10:58:02 kernel: [    0.622185] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    0.622289] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    0.622394] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    0.622499] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    0.622602] pcieport 0000:00:1c.6: irq 45 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    0.622708] pcieport 0000:00:1c.7: irq 46 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    0.622776] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.622886] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
Aug 12 10:58:02 kernel: [    0.622896] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623004] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623109] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623212] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Aug 12 10:58:02 kernel: [    0.623223] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623335] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623443] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
Aug 12 10:58:02 kernel: [    0.623453] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623565] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623670] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
Aug 12 10:58:02 kernel: [    0.623680] pcieport 0000:00:1c.6: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623789] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.623899] pcie_pme 0000:00:1c.6:pcie01: service driver pcie_pme loaded
Aug 12 10:58:02 kernel: [    0.623909] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.624018] pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
Aug 12 10:58:02 kernel: [    0.624125] pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
Aug 12 10:58:02 kernel: [    0.624133] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Aug 12 10:58:02 kernel: [    0.624248] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Aug 12 10:58:02 kernel: [    0.624378] intel_idle: MWAIT substates: 0x42120
Aug 12 10:58:02 kernel: [    0.624378] intel_idle: v0.4 model 0x3C
Aug 12 10:58:02 kernel: [    0.624379] intel_idle: lapic_timer_reliable_states 0xffffffff
Aug 12 10:58:02 kernel: [    0.624656] ERST: Error Record Serialization Table (ERST) support is initialized.
Aug 12 10:58:02 kernel: [    0.624788] pstore: Registered erst as persistent store backend
Aug 12 10:58:02 kernel: [    0.624969] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Aug 12 10:58:02 kernel: [    0.625141] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Aug 12 10:58:02 kernel: [    0.645595] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 12 10:58:02 kernel: [    0.666079] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Aug 12 10:58:02 kernel: [    0.686808] 00:0d: ttyS2 at I/O 0x3e8 (irq = 7, base_baud = 115200) is a 16550A
Aug 12 10:58:02 kernel: [    0.687170] Linux agpgart interface v0.103
Aug 12 10:58:02 kernel: [    0.687346] i8042: PNP: No PS/2 controller found. Probing ports directly.
Aug 12 10:58:02 kernel: [    1.827300] i8042: No controller found
Aug 12 10:58:02 kernel: [    1.827400] tsc: Refined TSC clocksource calibration: 3399.997 MHz
Aug 12 10:58:02 kernel: [    1.827568] mousedev: PS/2 mouse device common for all mice
Aug 12 10:58:02 kernel: [    1.827695] rtc_cmos 00:06: RTC can wake from S4
Aug 12 10:58:02 kernel: [    1.827910] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Aug 12 10:58:02 kernel: [    1.828052] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Aug 12 10:58:02 kernel: [    1.828182] Intel P-state driver initializing.
Aug 12 10:58:02 kernel: [    1.828299] Intel pstate controlling: cpu 0
Aug 12 10:58:02 kernel: [    1.828419] Intel pstate controlling: cpu 1
Aug 12 10:58:02 kernel: [    1.828533] Intel pstate controlling: cpu 2
Aug 12 10:58:02 kernel: [    1.828648] Intel pstate controlling: cpu 3
Aug 12 10:58:02 kernel: [    1.828759] Intel pstate controlling: cpu 4
Aug 12 10:58:02 kernel: [    1.828874] Intel pstate controlling: cpu 5
Aug 12 10:58:02 kernel: [    1.828990] Intel pstate controlling: cpu 6
Aug 12 10:58:02 kernel: [    1.829109] Intel pstate controlling: cpu 7
Aug 12 10:58:02 kernel: [    1.829226] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
Aug 12 10:58:02 kernel: [    1.829337] AMD IOMMUv2 functionality not available on this system
Aug 12 10:58:02 kernel: [    1.829511] TCP: cubic registered
Aug 12 10:58:02 kernel: [    1.829714] NET: Registered protocol family 10
Aug 12 10:58:02 kernel: [    1.830003] mip6: Mobile IPv6
Aug 12 10:58:02 kernel: [    1.830103] NET: Registered protocol family 17
Aug 12 10:58:02 kernel: [    1.830202] mpls_gso: MPLS GSO support
Aug 12 10:58:02 kernel: [    1.830536] registered taskstats version 1
Aug 12 10:58:02 kernel: [    1.831261] rtc_cmos 00:06: setting system clock to 2014-08-12 10:57:59 UTC (1407841079)
Aug 12 10:58:02 kernel: [    1.831422] PM: Hibernation image not present or could not be loaded.
Aug 12 10:58:02 kernel: [    1.831812] Freeing unused kernel memory: 1008K (ffffffff818ba000 - ffffffff819b6000)
Aug 12 10:58:02 kernel: [    1.831951] Write protecting the kernel read-only data: 8192k
Aug 12 10:58:02 kernel: [    1.833600] Freeing unused kernel memory: 1176K (ffff8800014da000 - ffff880001600000)
Aug 12 10:58:02 kernel: [    1.834159] Freeing unused kernel memory: 324K (ffff8800017af000 - ffff880001800000)
Aug 12 10:58:02 kernel: [    1.837626] systemd-udevd[78]: starting version 208
Aug 12 10:58:02 kernel: [    1.837873] random: systemd-udevd urandom read with 2 bits of entropy available
Aug 12 10:58:02 kernel: [    1.847102] ACPI: Fan [FAN0] (off)
Aug 12 10:58:02 kernel: [    1.847537] thermal LNXTHERM:00: registered as thermal_zone0
Aug 12 10:58:02 kernel: [    1.847651] ACPI: Thermal Zone [TZ00] (28 C)
Aug 12 10:58:02 kernel: [    1.847793] ACPI: Fan [FAN1] (off)
Aug 12 10:58:02 kernel: [    1.847953] ACPI: bus type USB registered
Aug 12 10:58:02 kernel: [    1.848105] usbcore: registered new interface driver usbfs
Aug 12 10:58:02 kernel: [    1.848107] pps_core: LinuxPPS API ver. 1 registered
Aug 12 10:58:02 kernel: [    1.848108] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 12 10:58:02 kernel: [    1.848116] thermal LNXTHERM:01: registered as thermal_zone1
Aug 12 10:58:02 kernel: [    1.848116] ACPI: Thermal Zone [TZ01] (30 C)
Aug 12 10:58:02 kernel: [    1.848165] ACPI: Fan [FAN2] (off)
Aug 12 10:58:02 kernel: [    1.848193] ACPI: Fan [FAN3] (off)
Aug 12 10:58:02 kernel: [    1.848235] ACPI: Fan [FAN4] (off)
Aug 12 10:58:02 kernel: [    1.848999] usbcore: registered new interface driver hub
Aug 12 10:58:02 kernel: [    1.849239] PTP clock support registered
Aug 12 10:58:02 kernel: [    1.849488] dca service started, version 1.12.1
Aug 12 10:58:02 kernel: [    1.849779] usbcore: registered new device driver usb
Aug 12 10:58:02 kernel: [    1.850263] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 12 10:58:02 kernel: [    1.850614] xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 10:58:02 kernel: [    1.850740] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 12 10:58:02 kernel: [    1.850884] ehci-pci: EHCI PCI platform driver
Aug 12 10:58:02 kernel: [    1.851048] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
Aug 12 10:58:02 kernel: [    1.851117] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Aug 12 10:58:02 kernel: [    1.851166] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    1.851186] igb: Copyright (c) 2007-2013 Intel Corporation.
Aug 12 10:58:02 kernel: [    1.851305] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 10:58:02 kernel: [    1.851306] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:58:02 kernel: [    1.851307] usb usb1: Product: xHCI Host Controller
Aug 12 10:58:02 kernel: [    1.851307] usb usb1: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
Aug 12 10:58:02 kernel: [    1.851308] usb usb1: SerialNumber: 0000:00:14.0
Aug 12 10:58:02 kernel: [    1.851568] hub 1-0:1.0: USB hub found
Aug 12 10:58:02 kernel: [    1.851641] hub 1-0:1.0: 12 ports detected
Aug 12 10:58:02 kernel: [    1.855313] xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 10:58:02 kernel: [    1.855433] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 12 10:58:02 kernel: [    1.855611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Aug 12 10:58:02 kernel: [    1.855733] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:58:02 kernel: [    1.855879] usb usb2: Product: xHCI Host Controller
Aug 12 10:58:02 kernel: [    1.856014] usb usb2: Manufacturer: Linux 3.14-2-amd64 xhci_hcd
Aug 12 10:58:02 kernel: [    1.856141] usb usb2: SerialNumber: 0000:00:14.0
Aug 12 10:58:02 kernel: [    1.856347] hub 2-0:1.0: USB hub found
Aug 12 10:58:02 kernel: [    1.856475] hub 2-0:1.0: 6 ports detected
Aug 12 10:58:02 kernel: [    1.867535] ehci-pci 0000:00:1a.0: EHCI Host Controller
Aug 12 10:58:02 kernel: [    1.867690] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Aug 12 10:58:02 kernel: [    1.867861] ehci-pci 0000:00:1a.0: debug port 2
Aug 12 10:58:02 kernel: [    1.871895] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Aug 12 10:58:02 kernel: [    1.871917] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7514000
Aug 12 10:58:02 kernel: [    1.883938] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Aug 12 10:58:02 kernel: [    1.884079] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 10:58:02 kernel: [    1.884202] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:58:02 kernel: [    1.884329] usb usb3: Product: EHCI Host Controller
Aug 12 10:58:02 kernel: [    1.884435] usb usb3: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
Aug 12 10:58:02 kernel: [    1.884536] usb usb3: SerialNumber: 0000:00:1a.0
Aug 12 10:58:02 kernel: [    1.884717] hub 3-0:1.0: USB hub found
Aug 12 10:58:02 kernel: [    1.884839] hub 3-0:1.0: 2 ports detected
Aug 12 10:58:02 kernel: [    1.885089] ehci-pci 0000:00:1d.0: EHCI Host Controller
Aug 12 10:58:02 kernel: [    1.885195] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Aug 12 10:58:02 kernel: [    1.885331] ehci-pci 0000:00:1d.0: debug port 2
Aug 12 10:58:02 kernel: [    1.889340] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Aug 12 10:58:02 kernel: [    1.889348] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7513000
Aug 12 10:58:02 kernel: [    1.899947] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Aug 12 10:58:02 kernel: [    1.900106] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Aug 12 10:58:02 kernel: [    1.900216] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 10:58:02 kernel: [    1.900342] usb usb4: Product: EHCI Host Controller
Aug 12 10:58:02 kernel: [    1.900446] usb usb4: Manufacturer: Linux 3.14-2-amd64 ehci_hcd
Aug 12 10:58:02 kernel: [    1.900553] usb usb4: SerialNumber: 0000:00:1d.0
Aug 12 10:58:02 kernel: [    1.900742] hub 4-0:1.0: USB hub found
Aug 12 10:58:02 kernel: [    1.900857] hub 4-0:1.0: 2 ports detected
Aug 12 10:58:02 kernel: [    1.967896] igb 0000:04:00.0: irq 48 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    1.967911] igb 0000:04:00.0: irq 49 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    1.967915] igb 0000:04:00.0: irq 50 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    1.967918] igb 0000:04:00.0: irq 51 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    1.967921] igb 0000:04:00.0: irq 52 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.012337] igb 0000:04:00.0: added PHC on eth0
Aug 12 10:58:02 kernel: [    2.012445] igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:58:02 kernel: [    2.012550] igb 0000:04:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0a
Aug 12 10:58:02 kernel: [    2.012721] igb 0000:04:00.0: eth0: PBA No: 012000-000
Aug 12 10:58:02 kernel: [    2.012822] igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:58:02 kernel: [    2.013514] igb 0000:05:00.0: irq 53 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.013518] igb 0000:05:00.0: irq 54 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.013521] igb 0000:05:00.0: irq 55 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.013525] igb 0000:05:00.0: irq 56 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.013528] igb 0000:05:00.0: irq 57 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.056376] igb 0000:05:00.0: added PHC on eth1
Aug 12 10:58:02 kernel: [    2.056479] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:58:02 kernel: [    2.056586] igb 0000:05:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0b
Aug 12 10:58:02 kernel: [    2.056750] igb 0000:05:00.0: eth1: PBA No: 011000-000
Aug 12 10:58:02 kernel: [    2.056853] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:58:02 kernel: [    2.057578] igb 0000:06:00.0: irq 58 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.057581] igb 0000:06:00.0: irq 59 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.057584] igb 0000:06:00.0: irq 60 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.057587] igb 0000:06:00.0: irq 61 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.057590] igb 0000:06:00.0: irq 62 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.100350] igb 0000:06:00.0: added PHC on eth2
Aug 12 10:58:02 kernel: [    2.100456] igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:58:02 kernel: [    2.100564] igb 0000:06:00.0: eth2: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0c
Aug 12 10:58:02 kernel: [    2.100727] igb 0000:06:00.0: eth2: PBA No: 011000-000
Aug 12 10:58:02 kernel: [    2.100831] igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:58:02 kernel: [    2.101533] igb 0000:07:00.0: irq 63 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.101538] igb 0000:07:00.0: irq 64 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.101542] igb 0000:07:00.0: irq 65 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.101545] igb 0000:07:00.0: irq 66 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.101549] igb 0000:07:00.0: irq 67 for MSI/MSI-X
Aug 12 10:58:02 kernel: [    2.144407] igb 0000:07:00.0: added PHC on eth3
Aug 12 10:58:02 kernel: [    2.144510] igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 10:58:02 kernel: [    2.144619] igb 0000:07:00.0: eth3: (PCIe:2.5Gb/s:Width x1) 00:25:90:da:54:0d
Aug 12 10:58:02 kernel: [    2.144802] igb 0000:07:00.0: eth3: PBA No: 011000-000
Aug 12 10:58:02 kernel: [    2.144902] igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 10:58:02 kernel: [    2.163884] usb 1-4: new low-speed USB device number 2 using xhci_hcd
Aug 12 10:58:02 kernel: [    2.355799] usb 1-4: New USB device found, idVendor=046d, idProduct=c326
Aug 12 10:58:02 kernel: [    2.355914] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 10:58:02 kernel: [    2.356018] usb 1-4: Product: USB Keyboard
Aug 12 10:58:02 kernel: [    2.356118] usb 1-4: Manufacturer: Logitech
Aug 12 10:58:02 kernel: [    2.356326] usb 1-4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 10:58:02 kernel: [    2.356467] usb 1-4: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 10:58:02 kernel: [    2.359547] hidraw: raw HID events driver (C) Jiri Kosina
Aug 12 10:58:02 kernel: [    2.367074] usbcore: registered new interface driver usbhid
Aug 12 10:58:02 kernel: [    2.367190] usbhid: USB HID core driver
Aug 12 10:58:02 kernel: [    2.367721] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:046D:C326.0001/input/input0
Aug 12 10:58:02 kernel: [    2.367899] hid-generic 0003:046D:C326.0001: input,hidraw0: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4/input0
Aug 12 10:58:02 kernel: [    2.370217] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:046D:C326.0002/input/input1
Aug 12 10:58:02 kernel: [    2.370428] hid-generic 0003:046D:C326.0002: input,hiddev0,hidraw1: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4/input1
Aug 12 10:58:02 kernel: [    2.523578] usb 1-7: new high-speed USB device number 3 using xhci_hcd
Aug 12 10:58:02 kernel: [    2.651835] usb 1-7: New USB device found, idVendor=0000, idProduct=0001
Aug 12 10:58:02 kernel: [    2.651943] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:58:02 kernel: [    2.652446] hub 1-7:1.0: USB hub found
Aug 12 10:58:02 kernel: [    2.652599] hub 1-7:1.0: 4 ports detected
Aug 12 10:58:02 kernel: [    2.763513] usb 3-1: new high-speed USB device number 2 using ehci-pci
Aug 12 10:58:02 kernel: [    2.823536] Switched to clocksource tsc
Aug 12 10:58:02 kernel: [    2.896103] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
Aug 12 10:58:02 kernel: [    2.896211] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:58:02 kernel: [    2.896537] hub 3-1:1.0: USB hub found
Aug 12 10:58:02 kernel: [    2.896788] hub 3-1:1.0: 6 ports detected
Aug 12 10:58:02 kernel: [    3.007291] usb 4-1: new high-speed USB device number 2 using ehci-pci
Aug 12 10:58:02 kernel: [    3.139956] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
Aug 12 10:58:02 kernel: [    3.140065] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:58:02 kernel: [    3.140392] hub 4-1:1.0: USB hub found
Aug 12 10:58:02 kernel: [    3.140608] hub 4-1:1.0: 6 ports detected
Aug 12 10:58:02 kernel: [    3.231283] usb 1-7.1: new low-speed USB device number 4 using xhci_hcd
Aug 12 10:58:02 kernel: [    3.347724] usb 1-7.1: New USB device found, idVendor=0557, idProduct=2419
Aug 12 10:58:02 kernel: [    3.347832] usb 1-7.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 10:58:02 kernel: [    3.348104] usb 1-7.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
Aug 12 10:58:02 kernel: [    3.348236] usb 1-7.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes
Aug 12 10:58:02 kernel: [    3.349775] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.0/0003:0557:2419.0003/input/input2
Aug 12 10:58:02 kernel: [    3.350031] hid-generic 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-7.1/input0
Aug 12 10:58:02 kernel: [    3.354515] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7.1/1-7.1:1.1/0003:0557:2419.0004/input/input3
Aug 12 10:58:02 kernel: [    3.354806] hid-generic 0003:0557:2419.0004: input,hidraw3: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-7.1/input1
Aug 12 10:58:03 kernel: [    5.360627] vga16fb: initializing
Aug 12 10:58:03 kernel: [    5.360630] vga16fb: mapped to 0xffff8800000a0000
Aug 12 10:58:03 kernel: [    5.643665] Console: switching to colour frame buffer device 80x30
Aug 12 10:58:03 kernel: [    5.653563] fb0: VGA16 VGA frame buffer device
Aug 12 10:58:03 init: starting pid 262, tty '': '/sbin/reopen-console /sbin/debian-installer'
Aug 12 10:58:03 init: starting pid 265, tty '/dev/tty4': '/usr/bin/tail -f /var/log/syslog'
Aug 12 10:58:03 debconf: Setting debconf/language to en
Aug 12 10:58:03 main-menu[282]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:58:03 main-menu[282]: INFO: Menu item 'localechooser' selected
Aug 12 10:58:03 localechooser: info: debian-installer/locale preseeded to 'en_US' (seen: true)
Aug 12 10:58:03 localechooser: info: Set localechooser/languagelist = 'en'
Aug 12 10:58:03 localechooser: info: Set debian-installer/country = 'US'
Aug 12 10:58:03 debconf: Setting debconf/language to en
Aug 12 10:58:03 localechooser: info: Language = 'en'
Aug 12 10:58:03 localechooser: info: line=en;0;US;en_US.UTF-8;;console-setup
Aug 12 10:58:03 localechooser: info: Set debian-installer/language = 'en'
Aug 12 10:58:03 localechooser: info: Default country = 'US'
Aug 12 10:58:03 localechooser: info: Default locale = 'en_US.UTF-8'
Aug 12 10:58:03 localechooser: info: Set debian-installer/consoledisplay = 'console-setup'
Aug 12 10:58:03 debconf: Setting debconf/language to en
Aug 12 10:58:03 localechooser: info: Set debian-installer/country = 'US'
Aug 12 10:58:03 localechooser: info: Set debian-installer/locale = 'en_US.UTF-8'
Aug 12 10:58:03 localechooser: info: System locale (debian-installer/locale) = 'en_US.UTF-8'
Aug 12 10:58:03 main-menu[282]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:58:03 main-menu[282]: INFO: Menu item 'console-setup-udeb' selected
Aug 12 10:58:08 main-menu[282]: (process:1200): /etc/console-setup is not writable. No files will be saved there.
Aug 12 10:58:08 main-menu[282]: (process:1200): gzip is not accessible. Will not save cached keyboard map.
Aug 12 10:58:08 main-menu[282]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:58:08 main-menu[282]: INFO: Menu item 'ethdetect' selected
Aug 12 10:58:08 net/hw-detect.hotplug: Detected hotpluggable network interface eth2
Aug 12 10:58:08 net/hw-detect.hotplug: Detected hotpluggable network interface eth1
Aug 12 10:58:08 net/hw-detect.hotplug: Detected hotpluggable network interface eth0
Aug 12 10:58:08 net/hw-detect.hotplug: Detected hotpluggable network interface eth3
Aug 12 10:58:08 net/hw-detect.hotplug: Detected hotpluggable network interface lo
Aug 12 10:58:08 hw-detect: Detected module 'usb-storage' for 'USB storage'
Aug 12 10:58:08 kernel: [   10.766621] SCSI subsystem initialized
Aug 12 10:58:08 hw-detect: insmod /lib/modules/3.14-2-amd64/kernel/drivers/scsi/scsi_mod.ko 
Aug 12 10:58:08 hw-detect: insmod /lib/modules/3.14-2-amd64/kernel/drivers/usb/storage/usb-storage.ko 
Aug 12 10:58:08 kernel: [   10.766965] usbcore: registered new interface driver usb-storage
Aug 12 10:58:08 apt-install: Queueing package udev for later installation
Aug 12 10:58:08 apt-install: Queueing package pciutils for later installation
Aug 12 10:58:08 apt-install: Queueing package usbutils for later installation
Aug 12 10:58:08 apt-install: Queueing package acpi for later installation
Aug 12 10:58:08 apt-install: Queueing package acpid for later installation
Aug 12 10:58:08 apt-install: Queueing package acpi-support-base for later installation
Aug 12 10:58:09 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Aug 12 10:58:09 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Aug 12 10:58:09 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Aug 12 10:58:10 kernel: [   12.674799] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 10:58:11 kernel: [   13.558598] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
Aug 12 10:58:12 kernel: [   14.442085] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
Aug 12 10:58:13 kernel: [   15.325532] IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
Aug 12 10:58:14 check-missing-firmware: /dev/.udev/firmware-missing does not exist, skipping
Aug 12 10:58:14 check-missing-firmware: /run/udev/firmware-missing does not exist, skipping
Aug 12 10:58:14 check-missing-firmware: no missing firmware in /dev/.udev/firmware-missing /run/udev/firmware-missing
Aug 12 10:58:14 main-menu[282]: DEBUG: resolver (libc6-udeb): package doesn't exist (ignored)
Aug 12 10:58:14 main-menu[282]: INFO: Menu item 'netcfg' selected
Aug 12 10:58:14 main-menu[282]: INFO: Falling back to the package description for crypto-modules-3.14-2-amd64-di
Aug 12 10:58:14 main-menu[282]: INFO: Falling back to the package description for crypto-modules-3.14-2-amd64-di
Aug 12 10:58:14 netcfg[1668]: INFO: Starting netcfg v.1.117 (built 20140511-1231)
Aug 12 10:58:14 netcfg[1668]: WARNING **: Couldn't read Wpasupplicant pid file, not trying to kill.
Aug 12 10:58:14 netcfg[1668]: INFO: Activating interface eth0
Aug 12 10:58:14 netcfg[1668]: INFO: Waiting time set to 3
Aug 12 10:58:14 kernel: [   17.232061] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 10:58:15 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:15 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:15 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:15 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:16 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:16 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:16 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:16 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:17 kernel: [   19.358697] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 12 10:58:17 kernel: [   19.359136] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Aug 12 10:58:17 netcfg[1668]: INFO: ethtool-lite: eth0 is connected.
Aug 12 10:58:17 netcfg[1668]: INFO: Found link on eth0
Aug 12 10:58:17 netcfg[1668]: INFO: found link on interface eth0, making it the default.
Aug 12 10:58:17 netcfg[1668]: INFO: Found interface eth0 with link-layer address 00:25:90:da:54:0a
Aug 12 10:58:17 netcfg[1668]: INFO: Taking down interface eth0
Aug 12 10:58:17 netcfg[1668]: INFO: Taking down interface eth1
Aug 12 10:58:17 netcfg[1668]: INFO: Taking down interface eth2
Aug 12 10:58:17 netcfg[1668]: INFO: Taking down interface eth3
Aug 12 10:58:17 netcfg[1668]: INFO: Taking down interface lo
Aug 12 10:58:17 netcfg[1668]: INFO: Activating interface eth0
Aug 12 10:58:18 netcfg[1668]: DEBUG: State is now 0
Aug 12 10:58:18 netcfg[1668]: DEBUG: Want link on eth0
Aug 12 10:58:18 netcfg[1668]: INFO: Waiting time set to 3
Aug 12 10:58:18 kernel: [   20.374220] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Aug 12 10:58:18 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:18 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:18 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:19 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:19 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:19 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:19 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:20 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:20 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:20 netcfg[1668]: INFO: ethtool-lite: eth0 is disconnected.
Aug 12 10:58:20 kernel: [   23.124496] igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 12 10:58:20 kernel: [   23.124950] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Aug 12 10:58:20 netcfg[1668]: INFO: ethtool-lite: eth0 is connected.
Aug 12 10:58:20 netcfg[1668]: INFO: Found link on eth0
Aug 12 10:58:20 netcfg[1668]: DEBUG: Commencing network autoconfiguration on eth0
Aug 12 10:58:20 netcfg[1668]: DEBUG: rdnssd started; PID: 1683
Aug 12 10:58:21 netcfg[1668]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:58:21 netcfg[1668]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 10:58:21 netcfg[1668]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:58:21 netcfg[1668]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 10:58:21 netcfg[1668]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:58:21 netcfg[1668]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 10:58:21 netcfg[1668]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:58:21 netcfg[1668]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 10:58:21 netcfg[1668]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 10:58:22 netcfg[1668]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:58:22 netcfg[1668]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link tentative 
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 10:58:22 netcfg[1668]: DEBUG: nc_v6_interface_configured(eth0, scope local)
Aug 12 10:58:22 netcfg[1668]: DEBUG: Running ip addr show eth0 to look for address
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq qlen 1000
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line:     link/ether 00:25:90:da:54:0a brd ff:ff:ff:ff:ff:ff
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line:     inet6 fe80::225:90ff:feda:540a/64 scope link 
Aug 12 10:58:22 netcfg[1668]: DEBUG: Configured address found
Aug 12 10:58:22 netcfg[1668]: DEBUG: ip line:        valid_lft forever preferred_lft forever
Aug 12 10:58:22 netcfg[1668]: DEBUG: Running rdisc6 -1 -r 1 -w 500 -n eth0 to get IPv6 config flags
Aug 12 10:58:22 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:22 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:22 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:22 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:23 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:24 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:25 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:26 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:27 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:28 netcfg[1668]: DEBUG: rdisc6 line: Soliciting ff02::2 (ff02::2) on eth0...
Aug 12 10:58:28 netcfg[1668]: DEBUG: rdisc6 line: Timed out.
Aug 12 10:58:28 netcfg[1668]: DEBUG: rdisc6 line: No response.
Aug 12 10:58:28 netcfg[1668]: DEBUG: rdisc6 parsing finished
Aug 12 10:58:28 netcfg[1668]: DEBUG: Stopping rdnssd, PID 1683
Aug 12 10:58:28 netcfg[1668]: DEBUG: No RA received; attempting IPv4 autoconfig
Aug 12 10:58:28 netcfg[1668]: WARNING **: Started DHCP client; PID is 1721
Aug 12 10:58:28 udhcpc: Got IP 192.168.178.55 (using eth0) and routing through 192.168.178.1
Aug 12 10:58:31 netcfg[1668]: DEBUG: Reading domain name returned via DHCP
Aug 12 10:58:31 netcfg[1668]: DEBUG: DHCP domain name is ''
Aug 12 10:58:31 netcfg[1668]: DEBUG: Reading nameservers from /etc/resolv.conf
Aug 12 10:58:31 netcfg[1668]: DEBUG: Read nameserver 192.168.178.100
Aug 12 10:58:31 netcfg[1668]: DEBUG: State is now 1
Aug 12 10:58:31 netcfg[1668]: DEBUG: State is now 2
Aug 12 10:58:31 netcfg[1668]: DEBUG: State is now 5
Aug 12 10:58:31 netcfg[1668]: INFO: DHCP hostname: "smc10"
Aug 12 10:58:31 netcfg[1668]: DEBUG: smc10 is a valid FQDN
Aug 12 10:58:36 init: starting pid 263, tty '/dev/tty2': '-/bin/sh'
Aug 12 10:58:46 kernel: [   48.752555] usb 1-9: new high-speed USB device number 5 using xhci_hcd
Aug 12 10:58:46 kernel: [   48.947788] usb 1-9: New USB device found, idVendor=13fe, idProduct=1f23
Aug 12 10:58:46 kernel: [   48.947798] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 12 10:58:46 kernel: [   48.947803] usb 1-9: Product: silicon-power
Aug 12 10:58:46 kernel: [   48.947807] usb 1-9: Manufacturer:         
Aug 12 10:58:46 kernel: [   48.947810] usb 1-9: SerialNumber: E6970400FFFF7F37
Aug 12 10:58:46 kernel: [   48.948510] usb-storage 1-9:1.0: USB Mass Storage device detected
Aug 12 10:58:46 kernel: [   48.948847] scsi0 : usb-storage 1-9:1.0
Aug 12 10:58:47 kernel: [   49.949334] scsi 0:0:0:0: Direct-Access              silicon-power    PMAP PQ: 0 ANSI: 0 CCS
Aug 12 10:58:49 kernel: [   51.826978] random: nonblocking pool is initialized
Aug 12 10:58:50 kernel: [   52.636831] sd 0:0:0:0: [sda] 15659008 512-byte logical blocks: (8.01 GB/7.46 GiB)
Aug 12 10:58:50 kernel: [   52.637130] sd 0:0:0:0: [sda] Write Protect is off
Aug 12 10:58:50 kernel: [   52.637143] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
Aug 12 10:58:50 kernel: [   52.637408] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 10:58:50 kernel: [   52.637422] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 10:58:50 kernel: [   52.638871] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 10:58:50 kernel: [   52.638883] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 10:58:50 kernel: [   52.639607]  sda: sda1
Aug 12 10:58:50 kernel: [   52.640905] sd 0:0:0:0: [sda] No Caching mode page found
Aug 12 10:58:50 kernel: [   52.640907] sd 0:0:0:0: [sda] Assuming drive cache: write through
Aug 12 10:58:50 kernel: [   52.640909] sd 0:0:0:0: [sda] Attached SCSI removable disk
Aug 12 10:58:58 kernel: [   60.595103] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
Aug 12 10:58:58 kernel: [   60.599567] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

Reply to: