Logging to File

How can I see what is logged during startup?
I tried turning on debug, but it is to verbose (too fast) to read screen capture on startup as I can only see it on an external console. What I would like to know if it is possible to also log startup to file. I searched in /var/log and found nothing…
I’m trying to build rancher os 0.9 on vmware vsphere.

Any help will be appreciated

Greetings
Benjamin

at the moment, its thrown to dmesg -:slight_smile:

Hello Sven,

thanks for your reply.
Of course that’s how it works. :wink:

The problem is that I don’t seem to find messages logged during bootstrap, the first non-system are related to initialising system-docker.

A little bit on what I’m trying to do:
I’m on vmware vsphere and use boot2docker to start vms.
A couple of month ago I hacked together a custom iso based on RancherOS 0.7.1 that starts vmwaretools and autoformats the disk. This is working fine so far and we’re testing it in an internal environment.
Now I’m trying to get the same thing working on 0.9.0, but I can’t debug it as I used to in 0.7.1…

Obviously the plan is to have something less hacky, but it didn’t seem possible on 0.7.1, so I’m hoping to find a more standard way of doing what I need to.

Any hints on how where to look will be appreciated.

Greetings
Benjamin

so in 0.8,. I made some pretty massive changes to what is logged, and
where. and now, almost all the bootstrap debug info is available in dmesg -
all you need to do is turn on rancher.debug=true in the kernel boot line.

on the other hand - what you have is something lots of people want - so
perhaps you’ll get there faster if you share it :slight_smile: I’d like to keep the vm
/ host provider specific parts in separate services, and would love to only
bundle a “what service to enable and run” service with RancherOS - but the
first step is getting the basic services working!

Ok, I’ll try that.

My work in progress is available on github:

The problem is that it’s really ugly and not really portable, that’s why I’m trying again with 0.9.x to see to find a more portable solution. I’ll push an update as soon as i have something working.
It would be great if you could give me your thoughts, and we could find a “official” solution. Maintaining this as a fork is not the best idea.

The discussion on my progress is here:

This feels off-topic, I’ll start a new thread once I have something new and post the link here.

I turned on debug, but I still see no code before the initialisation of system docker

Here is the complete output, what am I doing wrong?

[ 0.000000] Linux version 4.9.18-rancher (root@9963e6fb6350) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Sun Mar 26 12:50:55 UTC 2017
[ 0.000000] Command line: BOOT_IMAGE=…/vmlinuz-4.9.18-rancher rancher.autologin=tty1 rancher.autologin=ttyS0 console=tty0 console=ttyS0 printk.devkmsg=on initrd=…/initrd-02a47b2-dirty
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Disabled fast string operations
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using ‘eager’ FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000ca000-0x00000000000cbfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bfeeffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bfef0000-0x00000000bfefefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bfeff000-0x00000000bfefffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bff00000-0x00000000bfffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/14/2014
[ 0.000000] Hypervisor detected: VMware
[ 0.000000] Host bus clock speed read from hypervisor : 66000000 Hz
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x140000 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-EFFFF uncachable
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00C0000000 mask FFC0000000 uncachable
[ 0.000000] 1 base 0000000000 mask FF00000000 write-back
[ 0.000000] 2 base 0100000000 mask FFC0000000 write-back
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: PAT MSR is 0, disabled.
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
[ 0.000000] total RAM covered: 4096M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 3 lose cover RAM: 0G
[ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff9f2bc00f6bf0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff9f2bc0099000] 99000 size 24576
[ 0.000000] BRK [0x11001b000, 0x11001bfff] PGTABLE
[ 0.000000] BRK [0x11001c000, 0x11001cfff] PGTABLE
[ 0.000000] BRK [0x11001d000, 0x11001dfff] PGTABLE
[ 0.000000] BRK [0x11001e000, 0x11001efff] PGTABLE
[ 0.000000] BRK [0x11001f000, 0x11001ffff] PGTABLE
[ 0.000000] BRK [0x110020000, 0x110020fff] PGTABLE
[ 0.000000] BRK [0x110021000, 0x110021fff] PGTABLE
[ 0.000000] BRK [0x110022000, 0x110022fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x76fb7000-0x7fffffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F6B80 000024 (v02 PTLTD )
[ 0.000000] ACPI: XSDT 0x00000000BFEF0DB3 00005C (v01 INTEL 440BX 06040000 VMW 01324272)
[ 0.000000] ACPI: FACP 0x00000000BFEFEE73 0000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
[ 0.000000] ACPI: DSDT 0x00000000BFEF117C 00DCF7 (v01 PTLTD Custom 06040000 MSFT 03000001)
[ 0.000000] ACPI: FACS 0x00000000BFEFFFC0 000040
[ 0.000000] ACPI: FACS 0x00000000BFEFFFC0 000040
[ 0.000000] ACPI: BOOT 0x00000000BFEF1154 000028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: APIC 0x00000000BFEF10A2 0000B2 (v01 PTLTD ? APIC 06040000 LTP 00000000)
[ 0.000000] ACPI: MCFG 0x00000000BFEF1066 00003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
[ 0.000000] ACPI: SRAT 0x00000000BFEF0EAF 000150 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
[ 0.000000] ACPI: HPET 0x00000000BFEF0E77 000038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
[ 0.000000] ACPI: WAET 0x00000000BFEF0E4F 000028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] SRAT: PXM 0 → APIC 0x00 → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x02 → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x04 → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x06 → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x08 → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x0a → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x0c → Node 0
[ 0.000000] SRAT: PXM 0 → APIC 0x0e → Node 0
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0x0fffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x10000000-0xbfffffff]
[ 0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x13fffffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x0fffffff] → [mem 0x00000000-0x0fffffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0fffffff] + [mem 0x10000000-0xbfffffff] → [mem 0x00000000-0xbfffffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xbfffffff] + [mem 0x100000000-0x13fffffff] → [mem 0x00000000-0x13fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x13fffb000-0x13fffffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bfeeffff]
[ 0.000000] node 0: [mem 0x00000000bff00000-0x00000000bfffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000013fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[ 0.000000] On node 0 totalpages: 1048462
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12224 pages used for memmap
[ 0.000000] DMA32 zone: 782320 pages, LIFO batch:31
[ 0.000000] Normal zone: 4096 pages used for memmap
[ 0.000000] Normal zone: 262144 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086af01 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000c9fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000ca000-0x000cbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000cc000-0x000dbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbfef0000-0xbfefefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbfeff000-0xbfefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfffdffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfffe0000-0xffffffff]
[ 0.000000] e820: [mem 0xc0000000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] percpu: Embedded 36 pages/cpu @ffff9f2cffc00000 s107736 r8192 d31528 u262144
[ 0.000000] pcpu-alloc: s107736 r8192 d31528 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032057
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=…/vmlinuz-4.9.18-rancher rancher.autologin=tty1 rancher.autologin=ttyS0 console=tty0 console=ttyS0 printk.devkmsg=on initrd=…/initrd-02a47b2-dirty
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3896752K/4193848K available (7069K kernel code, 1453K rwdata, 3712K rodata, 1456K init, 1260K bss, 297096K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:16640 nr_irqs:488 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] TSC freq read from hypervisor : 2400.085 MHz
[ 0.000000] tsc: Detected 2399.490 MHz processor
[ 0.000089] Calibrating delay loop (skipped) preset value… 4800.17 BogoMIPS (lpj=9600340)
[ 0.000152] pid_max: default: 32768 minimum: 301
[ 0.000214] ACPI: Core revision 20160831
[ 0.006873] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.006972] Security Framework initialized
[ 0.007035] Yama: becoming mindful.
[ 0.007097] SELinux: Initializing.
[ 0.007160] SELinux: Starting in permissive mode
[ 0.007163] AppArmor: AppArmor disabled by boot time parameter
[ 0.007288] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.007413] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.007476] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.007538] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.007919] Disabled fast string operations
[ 0.007982] CPU: Physical Processor ID: 0
[ 0.008044] mce: CPU supports 0 MCE banks
[ 0.008151] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.008213] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.008276] Freeing SMP alternatives memory: 20K (ffffffffb1ed9000 - ffffffffb1ede000)
[ 0.010945] ftrace: allocating 34160 entries in 134 pages
[ 0.027029] smpboot: Max logical packages: 8
[ 0.027091] x2apic: IRQ remapping doesn’t support X2APIC mode
[ 0.027415] …TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.027529] smpboot: CPU0: Intel(R) Xeon(R) CPU E5620 @ 2.40GHz (family: 0x6, model: 0x2c, stepping: 0x2)
[ 0.027591] Performance Events: Westmere events, core PMU driver.
[ 0.027654] core: CPUID marked event: ‘cpu cycles’ unavailable
[ 0.027716] core: CPUID marked event: ‘instructions’ unavailable
[ 0.027779] core: CPUID marked event: ‘bus cycles’ unavailable
[ 0.027841] core: CPUID marked event: ‘cache references’ unavailable
[ 0.027904] core: CPUID marked event: ‘cache misses’ unavailable
[ 0.027966] core: CPUID marked event: ‘branch instructions’ unavailable
[ 0.028029] core: CPUID marked event: ‘branch misses’ unavailable
[ 0.028091] … version: 1
[ 0.028154] … bit width: 48
[ 0.028216] … generic registers: 4
[ 0.028279] … value mask: 0000ffffffffffff
[ 0.028341] … max period: 000000007fffffff
[ 0.028404] … fixed-purpose events: 0
[ 0.028466] … event mask: 000000000000000f
[ 0.032382] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.032444] NMI watchdog: Shutting down hard lockup detector on all cpus
[ 0.032688] x86: Booting SMP configuration:
[ 0.032751] … node #0, CPUs: #1
[ 0.033821] Disabled fast string operations
[ 0.034677] mce: CPU supports 0 MCE banks
[ 0.035448] smpboot: CPU 1 Converting physical 2 to logical package 1
[ 0.037091] #2
[ 0.038853] Disabled fast string operations
[ 0.039820] mce: CPU supports 0 MCE banks
[ 0.040543] smpboot: CPU 2 Converting physical 4 to logical package 2
[ 0.041897] #3
[ 0.042895] Disabled fast string operations
[ 0.043687] mce: CPU supports 0 MCE banks
[ 0.044389] smpboot: CPU 3 Converting physical 6 to logical package 3
[ 0.045728] #4
[ 0.047287] Disabled fast string operations
[ 0.048549] mce: CPU supports 0 MCE banks
[ 0.049641] smpboot: CPU 4 Converting physical 8 to logical package 4
[ 0.051771] #5
[ 0.053474] Disabled fast string operations
[ 0.054687] mce: CPU supports 0 MCE banks
[ 0.055937] smpboot: CPU 5 Converting physical 10 to logical package 5
[ 0.057963] #6
[ 0.059650] Disabled fast string operations
[ 0.060846] mce: CPU supports 0 MCE banks
[ 0.061950] smpboot: CPU 6 Converting physical 12 to logical package 6
[ 0.064137] #7
[ 0.065558] Disabled fast string operations
[ 0.066795] mce: CPU supports 0 MCE banks
[ 0.067937] smpboot: CPU 7 Converting physical 14 to logical package 7
[ 0.069561] Skipped synchronization checks as TSC is reliable.
[ 0.071562] x86: Booted up 1 node, 8 CPUs
[ 0.071715] smpboot: Total of 8 processors activated (38401.36 BogoMIPS)
[ 0.074504] devtmpfs: initialized
[ 0.075857] x86/mm: Memory block size: 128MB
[ 0.085712] evm: security.selinux
[ 0.085775] evm: security.SMACK64
[ 0.085837] evm: security.SMACK64EXEC
[ 0.085900] evm: security.SMACK64TRANSMUTE
[ 0.085962] evm: security.SMACK64MMAP
[ 0.086025] evm: security.ima
[ 0.086087] evm: security.capability
[ 0.086313] PM: Registering ACPI NVS region [mem 0xbfeff000-0xbfefffff] (4096 bytes)
[ 0.087969] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.089684] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.091832] pinctrl core: initialized pinctrl subsystem
[ 0.093029] RTC time: 9:38:06, date: 03/28/17
[ 0.093901] NET: Registered protocol family 16
[ 0.107513] cpuidle: using governor ladder
[ 0.119511] cpuidle: using governor menu
[ 0.119715] PCCT header not found.
[ 0.120904] Simple Boot Flag at 0x36 set to 0x80
[ 0.121684] ACPI: bus type PCI registered
[ 0.121747] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.123858] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.125684] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[ 0.127743] PCI: Using configuration type 1 for base access
[ 0.143986] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.146791] ACPI: Added _OSI(Module Device)
[ 0.147740] ACPI: Added _OSI(Processor Device)
[ 0.148904] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.149684] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.154549] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.155745] ACPI: BIOS _OSI(Darwin) query ignored
[ 0.163715] ACPI: Interpreter enabled
[ 0.164904] ACPI: (supports S0 S1 S4 S5)
[ 0.165684] ACPI: Using IOAPIC for interrupt routing
[ 0.165747] PCI: Using host bridge windows from ACPI; if necessary, use “pci=nocrs” and report a bug
[ 0.196982] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
[ 0.197684] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.199778] acpi PNP0A03:00: _OSC: platform does not support [AER]
[ 0.201684] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[ 0.205747] PCI host bridge to bus 0000:00
[ 0.205809] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.207730] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.209684] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.211728] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.213684] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.215738] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.217684] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.219703] pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window]
[ 0.221631] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.223391] pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
[ 0.223778] pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
[ 0.223903] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[ 0.225029] pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
[ 0.225747] pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f]
[ 0.225809] pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.227727] pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.229492] pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.231560] pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.233747] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[ 0.235715] pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
[ 0.237684] pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
[ 0.239840] pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
[ 0.239903] pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf]
[ 0.239965] pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
[ 0.243795] pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
[ 0.244904] pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f]
[ 0.245684] pci 0000:00:0f.0: reg 0x14: [mem 0xec000000-0xefffffff pref]
[ 0.247728] pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[ 0.253684] pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
[ 0.253809] pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
[ 0.253872] pci 0000:00:11.0: System wakeup disabled by ACPI
[ 0.255573] pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
[ 0.255715] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[ 0.255778] pci 0000:00:15.0: System wakeup disabled by ACPI
[ 0.257677] pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
[ 0.257740] pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
[ 0.257802] pci 0000:00:15.1: System wakeup disabled by ACPI
[ 0.259807] pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
[ 0.259870] pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
[ 0.259932] pci 0000:00:15.2: System wakeup disabled by ACPI
[ 0.261684] pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
[ 0.261747] pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
[ 0.261809] pci 0000:00:15.3: System wakeup disabled by ACPI
[ 0.263715] pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
[ 0.263778] pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
[ 0.263840] pci 0000:00:15.4: System wakeup disabled by ACPI
[ 0.265684] pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
[ 0.265747] pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
[ 0.265809] pci 0000:00:15.5: System wakeup disabled by ACPI
[ 0.267715] pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
[ 0.267778] pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
[ 0.267840] pci 0000:00:15.6: System wakeup disabled by ACPI
[ 0.269663] pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
[ 0.269726] pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
[ 0.269851] pci 0000:00:15.7: System wakeup disabled by ACPI
[ 0.271697] pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
[ 0.271759] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.271822] pci 0000:00:16.0: System wakeup disabled by ACPI
[ 0.273646] pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
[ 0.273747] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 0.273809] pci 0000:00:16.1: System wakeup disabled by ACPI
[ 0.275715] pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
[ 0.275778] pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
[ 0.275840] pci 0000:00:16.2: System wakeup disabled by ACPI
[ 0.277670] pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
[ 0.277733] pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
[ 0.277795] pci 0000:00:16.3: System wakeup disabled by ACPI
[ 0.279683] pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
[ 0.279745] pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
[ 0.279808] pci 0000:00:16.4: System wakeup disabled by ACPI
[ 0.281594] pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
[ 0.281684] pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
[ 0.281747] pci 0000:00:16.5: System wakeup disabled by ACPI
[ 0.283573] pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
[ 0.283715] pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
[ 0.283794] pci 0000:00:16.6: System wakeup disabled by ACPI
[ 0.284967] pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
[ 0.285684] pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
[ 0.285747] pci 0000:00:16.7: System wakeup disabled by ACPI
[ 0.287564] pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
[ 0.287715] pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
[ 0.287778] pci 0000:00:17.0: System wakeup disabled by ACPI
[ 0.289671] pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
[ 0.289733] pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
[ 0.289858] pci 0000:00:17.1: System wakeup disabled by ACPI
[ 0.291715] pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
[ 0.291778] pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
[ 0.291866] pci 0000:00:17.2: System wakeup disabled by ACPI
[ 0.293684] pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
[ 0.293747] pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
[ 0.293809] pci 0000:00:17.3: System wakeup disabled by ACPI
[ 0.295715] pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
[ 0.295778] pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
[ 0.295864] pci 0000:00:17.4: System wakeup disabled by ACPI
[ 0.297684] pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
[ 0.297747] pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
[ 0.297809] pci 0000:00:17.5: System wakeup disabled by ACPI
[ 0.299564] pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
[ 0.299715] pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
[ 0.299778] pci 0000:00:17.6: System wakeup disabled by ACPI
[ 0.301684] pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
[ 0.301747] pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
[ 0.301833] pci 0000:00:17.7: System wakeup disabled by ACPI
[ 0.303715] pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
[ 0.303778] pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
[ 0.303840] pci 0000:00:18.0: System wakeup disabled by ACPI
[ 0.305684] pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
[ 0.305747] pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
[ 0.305809] pci 0000:00:18.1: System wakeup disabled by ACPI
[ 0.307711] pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
[ 0.307773] pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
[ 0.307836] pci 0000:00:18.2: System wakeup disabled by ACPI
[ 0.309018] pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
[ 0.309684] pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
[ 0.309747] pci 0000:00:18.3: System wakeup disabled by ACPI
[ 0.311692] pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
[ 0.311755] pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
[ 0.311880] pci 0000:00:18.4: System wakeup disabled by ACPI
[ 0.313684] pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
[ 0.313747] pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
[ 0.313809] pci 0000:00:18.5: System wakeup disabled by ACPI
[ 0.315715] pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
[ 0.315778] pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
[ 0.315840] pci 0000:00:18.6: System wakeup disabled by ACPI
[ 0.317684] pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
[ 0.317747] pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
[ 0.317809] pci 0000:00:18.7: System wakeup disabled by ACPI
[ 0.319778] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.321971] acpiphp: Slot [32] registered
[ 0.322051] acpiphp: Slot [33] registered
[ 0.322114] acpiphp: Slot [34] registered
[ 0.322176] acpiphp: Slot [35] registered
[ 0.323454] acpiphp: Slot [36] registered
[ 0.323774] acpiphp: Slot [37] registered
[ 0.324904] acpiphp: Slot [38] registered
[ 0.325684] acpiphp: Slot [39] registered
[ 0.325761] acpiphp: Slot [40] registered
[ 0.325823] acpiphp: Slot [41] registered
[ 0.325886] acpiphp: Slot [42] registered
[ 0.325948] acpiphp: Slot [43] registered
[ 0.326011] acpiphp: Slot [44] registered
[ 0.326073] acpiphp: Slot [45] registered
[ 0.327384] acpiphp: Slot [46] registered
[ 0.327784] acpiphp: Slot [47] registered
[ 0.328904] acpiphp: Slot [48] registered
[ 0.329684] acpiphp: Slot [49] registered
[ 0.329772] acpiphp: Slot [50] registered
[ 0.329834] acpiphp: Slot [51] registered
[ 0.329897] acpiphp: Slot [52] registered
[ 0.329959] acpiphp: Slot [53] registered
[ 0.330040] acpiphp: Slot [54] registered
[ 0.331391] acpiphp: Slot [55] registered
[ 0.331773] acpiphp: Slot [56] registered
[ 0.332904] acpiphp: Slot [57] registered
[ 0.333684] acpiphp: Slot [58] registered
[ 0.333747] acpiphp: Slot [59] registered
[ 0.333809] acpiphp: Slot [60] registered
[ 0.333892] acpiphp: Slot [61] registered
[ 0.333954] acpiphp: Slot [62] registered
[ 0.334017] acpiphp: Slot [63] registered
[ 0.335715] pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
[ 0.337684] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.337721] pci 0000:00:11.0: bridge window [mem 0xfd600000-0xfdffffff]
[ 0.337776] pci 0000:00:11.0: bridge window [mem 0xebb00000-0xebffffff 64bit pref]
[ 0.337780] pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.337784] pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
[ 0.337787] pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[ 0.337790] pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[ 0.337793] pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[ 0.337797] pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
[ 0.337800] pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
[ 0.337803] pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode)
[ 0.337928] pci 0000:03:00.0: [15ad:07c0] type 00 class 0x010700
[ 0.340904] pci 0000:03:00.0: reg 0x10: [io 0x4008-0x400f]
[ 0.341747] pci 0000:03:00.0: reg 0x14: [mem 0xfd5f8000-0xfd5fffff 64bit]
[ 0.351515] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.351715] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.351778] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.353539] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with ‘pcie_aspm=force’
[ 0.355778] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.356904] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.356940] pci 0000:00:15.0: bridge window [mem 0xfd500000-0xfd5fffff]
[ 0.356997] pci 0000:00:15.0: bridge window [mem 0xeba00000-0xebafffff 64bit pref]
[ 0.357122] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.357684] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.357720] pci 0000:00:15.1: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.357776] pci 0000:00:15.1: bridge window [mem 0xeb600000-0xeb6fffff 64bit pref]
[ 0.357839] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.359422] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.359456] pci 0000:00:15.2: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.359525] pci 0000:00:15.2: bridge window [mem 0xeb200000-0xeb2fffff 64bit pref]
[ 0.359778] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.361611] pci 0000:00:15.3: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.361665] pci 0000:00:15.3: bridge window [mem 0xeae00000-0xeaefffff 64bit pref]
[ 0.361790] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.363404] pci 0000:00:15.4: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.363461] pci 0000:00:15.4: bridge window [mem 0xeaa00000-0xeaafffff 64bit pref]
[ 0.363778] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.364904] pci 0000:00:15.5: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.364967] pci 0000:00:15.5: bridge window [mem 0xea600000-0xea6fffff 64bit pref]
[ 0.365092] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.365684] pci 0000:00:15.6: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.365747] pci 0000:00:15.6: bridge window [mem 0xea200000-0xea2fffff 64bit pref]
[ 0.365872] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.367422] pci 0000:00:15.7: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.367481] pci 0000:00:15.7: bridge window [mem 0xe9e00000-0xe9efffff 64bit pref]
[ 0.367715] pci 0000:0b:00.0: [15ad:07b0] type 00 class 0x020000
[ 0.369591] pci 0000:0b:00.0: reg 0x10: [mem 0xfd4fb000-0xfd4fbfff]
[ 0.369747] pci 0000:0b:00.0: reg 0x14: [mem 0xfd4fc000-0xfd4fcfff]
[ 0.371726] pci 0000:0b:00.0: reg 0x18: [mem 0xfd4fe000-0xfd4fffff]
[ 0.373489] pci 0000:0b:00.0: reg 0x1c: [io 0x5000-0x500f]
[ 0.377684] pci 0000:0b:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 0.377747] pci 0000:0b:00.0: supports D1 D2
[ 0.377755] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.377817] pci 0000:0b:00.0: System wakeup disabled by ACPI
[ 0.379618] pci 0000:0b:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with ‘pcie_aspm=force’
[ 0.381684] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.381747] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.381789] pci 0000:00:16.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.381844] pci 0000:00:16.0: bridge window [mem 0xeb900000-0xeb9fffff 64bit pref]
[ 0.381906] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.383422] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.383454] pci 0000:00:16.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.383533] pci 0000:00:16.1: bridge window [mem 0xeb500000-0xeb5fffff 64bit pref]
[ 0.383778] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.384904] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.384957] pci 0000:00:16.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.385020] pci 0000:00:16.2: bridge window [mem 0xeb100000-0xeb1fffff 64bit pref]
[ 0.385177] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.385684] pci 0000:00:16.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.385747] pci 0000:00:16.3: bridge window [mem 0xead00000-0xeadfffff 64bit pref]
[ 0.385809] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.387407] pci 0000:00:16.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.387462] pci 0000:00:16.4: bridge window [mem 0xea900000-0xea9fffff 64bit pref]
[ 0.387778] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.388904] pci 0000:00:16.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.388964] pci 0000:00:16.5: bridge window [mem 0xea500000-0xea5fffff 64bit pref]
[ 0.389089] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.389684] pci 0000:00:16.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.389744] pci 0000:00:16.6: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
[ 0.389807] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.391370] pci 0000:00:16.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.391432] pci 0000:00:16.7: bridge window [mem 0xe9d00000-0xe9dfffff 64bit pref]
[ 0.391778] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.392904] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.392940] pci 0000:00:17.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.392994] pci 0000:00:17.0: bridge window [mem 0xeb800000-0xeb8fffff 64bit pref]
[ 0.393119] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.393684] pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.393726] pci 0000:00:17.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.393781] pci 0000:00:17.1: bridge window [mem 0xeb400000-0xeb4fffff 64bit pref]
[ 0.393844] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.395408] pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.395438] pci 0000:00:17.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.395517] pci 0000:00:17.2: bridge window [mem 0xeb000000-0xeb0fffff 64bit pref]
[ 0.395847] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.396904] pci 0000:00:17.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.396965] pci 0000:00:17.3: bridge window [mem 0xeac00000-0xeacfffff 64bit pref]
[ 0.397090] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.397684] pci 0000:00:17.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.397747] pci 0000:00:17.4: bridge window [mem 0xea800000-0xea8fffff 64bit pref]
[ 0.397809] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.399419] pci 0000:00:17.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.399478] pci 0000:00:17.5: bridge window [mem 0xea400000-0xea4fffff 64bit pref]
[ 0.399778] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.400904] pci 0000:00:17.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.400967] pci 0000:00:17.6: bridge window [mem 0xea000000-0xea0fffff 64bit pref]
[ 0.401092] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.401684] pci 0000:00:17.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.401745] pci 0000:00:17.7: bridge window [mem 0xe9c00000-0xe9cfffff 64bit pref]
[ 0.401808] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.403370] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.403401] pci 0000:00:18.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.403456] pci 0000:00:18.0: bridge window [mem 0xeb700000-0xeb7fffff 64bit pref]
[ 0.403778] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.404904] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.404940] pci 0000:00:18.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.404994] pci 0000:00:18.1: bridge window [mem 0xeb300000-0xeb3fffff 64bit pref]
[ 0.405119] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.405684] pci 0000:00:18.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.405745] pci 0000:00:18.2: bridge window [mem 0xeaf00000-0xeaffffff 64bit pref]
[ 0.405870] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.407422] pci 0000:00:18.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.407478] pci 0000:00:18.3: bridge window [mem 0xeab00000-0xeabfffff 64bit pref]
[ 0.407715] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.408904] pci 0000:00:18.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.408967] pci 0000:00:18.4: bridge window [mem 0xea700000-0xea7fffff 64bit pref]
[ 0.409092] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.409684] pci 0000:00:18.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.409744] pci 0000:00:18.5: bridge window [mem 0xea300000-0xea3fffff 64bit pref]
[ 0.409869] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.413747] pci 0000:00:18.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.413807] pci 0000:00:18.6: bridge window [mem 0xe9f00000-0xe9ffffff 64bit pref]
[ 0.413869] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.415422] pci 0000:00:18.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.415480] pci 0000:00:18.7: bridge window [mem 0xe9b00000-0xe9bfffff 64bit pref]
[ 0.417806] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
[ 0.420876] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 14 15) 0, disabled.
[ 0.423778] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 14 15)
[ 0.425684] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15)
[ 0.438487] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.442133] vgaarb: setting as boot device: PCI:0000:00:0f.0
[ 0.443715] vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.445708] vgaarb: loaded
[ 0.445771] vgaarb: bridge control possible 0000:00:0f.0
[ 0.446160] SCSI subsystem initialized
[ 0.447651] libata version 3.00 loaded.
[ 0.447692] ACPI: bus type USB registered
[ 0.448962] usbcore: registered new interface driver usbfs
[ 0.449704] usbcore: registered new interface driver hub
[ 0.451616] usbcore: registered new device driver usb
[ 0.453334] PCI: Using ACPI for IRQ routing
[ 0.491715] PCI: pci_cache_line_size set to 64 bytes
[ 0.492888] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[ 0.492893] e820: reserve RAM buffer [mem 0xbfef0000-0xbfffffff]
[ 0.493114] NetLabel: Initializing
[ 0.493684] NetLabel: domain hash size = 128
[ 0.493747] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.493838] NetLabel: unlabeled traffic allowed by default
[ 0.495917] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
[ 0.499736] hpet0: 16 comparators, 64-bit 14.318180 MHz counter
[ 0.504841] clocksource: Switched to clocksource hpet
[ 0.531248] VFS: Disk quotas dquot_6.6.0
[ 0.532560] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.534786] pnp: PnP ACPI init
[ 0.536174] system 00:00: [io 0x1000-0x103f] has been reserved
[ 0.538164] system 00:00: [io 0x1040-0x104f] has been reserved
[ 0.540120] system 00:00: [io 0x0cf0-0x0cf1] has been reserved
[ 0.541916] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.541986] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.542042] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.542088] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.542455] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.544423] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[ 0.548172] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.548588] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.549025] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.549322] pnp 00:08: [dma 2]
[ 0.549400] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.549823] system 00:09: [io 0xfce0-0xfcff] has been reserved
[ 0.551600] system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.553578] system 00:09: [mem 0xfe800000-0xfe9fffff] has been reserved
[ 0.555521] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.564102] pnp: PnP ACPI: found 10 devices
[ 0.579461] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.582660] pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
[ 0.582745] pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
[ 0.582830] pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
[ 0.582917] pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
[ 0.583002] pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
[ 0.583324] pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
[ 0.583408] pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
[ 0.583493] pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
[ 0.583577] pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
[ 0.583662] pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
[ 0.583985] pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
[ 0.584069] pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
[ 0.584154] pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
[ 0.584238] pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
[ 0.584323] pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
[ 0.584565] pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
[ 0.584650] pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
[ 0.584735] pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
[ 0.584823] pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
[ 0.584947] pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
[ 0.585032] pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
[ 0.585059] pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585063] pci 0000:00:15.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585067] pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585070] pci 0000:00:15.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585074] pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585077] pci 0000:00:15.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585081] pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585084] pci 0000:00:15.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585088] pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585091] pci 0000:00:15.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585094] pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585098] pci 0000:00:16.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585101] pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585105] pci 0000:00:16.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585108] pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585112] pci 0000:00:16.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585115] pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585118] pci 0000:00:16.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585122] pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585125] pci 0000:00:16.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585129] pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585132] pci 0000:00:17.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585136] pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585139] pci 0000:00:17.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585142] pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585146] pci 0000:00:17.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585149] pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585153] pci 0000:00:17.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585156] pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585160] pci 0000:00:17.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585163] pci 0000:00:18.2: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585167] pci 0000:00:18.2: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585171] pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585174] pci 0000:00:18.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585177] pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585181] pci 0000:00:18.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585184] pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585188] pci 0000:00:18.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585191] pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585194] pci 0000:00:18.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585198] pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585201] pci 0000:00:18.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.585211] pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
[ 0.588063] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.590045] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.591977] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.593850] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.595875] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.597744] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.599673] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.601574] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.603508] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.605374] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.607299] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.609169] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.611099] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.612966] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.614941] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.616866] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.618875] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.620745] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.622796] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.624667] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.626667] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.628527] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.630567] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.632433] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.634453] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.636346] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.638359] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.640258] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.642238] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.644665] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.646722] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.648685] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.650720] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.652632] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.654663] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.656593] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.658677] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.660596] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.662639] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.664568] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.666638] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.668546] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.670604] pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
[ 0.672540] pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
[ 0.674586] pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
[ 0.676495] pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
[ 0.678529] pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
[ 0.680448] pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
[ 0.682594] pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
[ 0.684510] pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
[ 0.686565] pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
[ 0.688481] pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
[ 0.690528] pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
[ 0.692410] pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
[ 0.694414] pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
[ 0.696297] pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
[ 0.698310] pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
[ 0.700196] pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
[ 0.702204] pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
[ 0.704122] pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
[ 0.706166] pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
[ 0.708076] pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
[ 0.710110] pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
[ 0.712037] pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
[ 0.714101] pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
[ 0.716061] pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
[ 0.718111] pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
[ 0.720309] pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
[ 0.722888] pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
[ 0.724796] pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
[ 0.726821] pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
[ 0.726881] pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
[ 0.728903] pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
[ 0.728963] pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
[ 0.729024] pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
[ 0.729084] pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
[ 0.729145] pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
[ 0.729206] pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
[ 0.729266] pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
[ 0.729327] pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
[ 0.729387] pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
[ 0.729448] pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
[ 0.729508] pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
[ 0.729569] pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
[ 0.729629] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.729690] pci 0000:00:11.0: PCI bridge to [bus 02]
[ 0.729751] pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
[ 0.729811] pci 0000:00:11.0: bridge window [mem 0xfd600000-0xfdffffff]
[ 0.729872] pci 0000:00:11.0: bridge window [mem 0xebb00000-0xebffffff 64bit pref]
[ 0.729932] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
[ 0.729993] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 0.730053] pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
[ 0.730114] pci 0000:00:15.0: bridge window [mem 0xfd500000-0xfd5fffff]
[ 0.730175] pci 0000:00:15.0: bridge window [mem 0xeba00000-0xebafffff 64bit pref]
[ 0.732985] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 0.733045] pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
[ 0.733106] pci 0000:00:15.1: bridge window [mem 0xfd100000-0xfd1fffff]
[ 0.733166] pci 0000:00:15.1: bridge window [mem 0xeb600000-0xeb6fffff 64bit pref]
[ 0.733227] pci 0000:00:15.2: PCI bridge to [bus 05]
[ 0.733288] pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
[ 0.733348] pci 0000:00:15.2: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.733409] pci 0000:00:15.2: bridge window [mem 0xeb200000-0xeb2fffff 64bit pref]
[ 0.733469] pci 0000:00:15.3: PCI bridge to [bus 06]
[ 0.733530] pci 0000:00:15.3: bridge window [mem 0xfc900000-0xfc9fffff]
[ 0.733590] pci 0000:00:15.3: bridge window [mem 0xeae00000-0xeaefffff 64bit pref]
[ 0.733651] pci 0000:00:15.4: PCI bridge to [bus 07]
[ 0.733711] pci 0000:00:15.4: bridge window [mem 0xfc500000-0xfc5fffff]
[ 0.733772] pci 0000:00:15.4: bridge window [mem 0xeaa00000-0xeaafffff 64bit pref]
[ 0.733833] pci 0000:00:15.5: PCI bridge to [bus 08]
[ 0.733893] pci 0000:00:15.5: bridge window [mem 0xfc100000-0xfc1fffff]
[ 0.733954] pci 0000:00:15.5: bridge window [mem 0xea600000-0xea6fffff 64bit pref]
[ 0.734014] pci 0000:00:15.6: PCI bridge to [bus 09]
[ 0.734075] pci 0000:00:15.6: bridge window [mem 0xfbd00000-0xfbdfffff]
[ 0.734135] pci 0000:00:15.6: bridge window [mem 0xea200000-0xea2fffff 64bit pref]
[ 0.734196] pci 0000:00:15.7: PCI bridge to [bus 0a]
[ 0.734257] pci 0000:00:15.7: bridge window [mem 0xfb900000-0xfb9fffff]
[ 0.734317] pci 0000:00:15.7: bridge window [mem 0xe9e00000-0xe9efffff 64bit pref]
[ 0.734378] pci 0000:0b:00.0: BAR 6: assigned [mem 0xfd400000-0xfd40ffff pref]
[ 0.734438] pci 0000:00:16.0: PCI bridge to [bus 0b]
[ 0.734499] pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
[ 0.734559] pci 0000:00:16.0: bridge window [mem 0xfd400000-0xfd4fffff]
[ 0.734620] pci 0000:00:16.0: bridge window [mem 0xeb900000-0xeb9fffff 64bit pref]
[ 0.737154] pci 0000:00:16.1: PCI bridge to [bus 0c]
[ 0.737215] pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
[ 0.737275] pci 0000:00:16.1: bridge window [mem 0xfd000000-0xfd0fffff]
[ 0.737336] pci 0000:00:16.1: bridge window [mem 0xeb500000-0xeb5fffff 64bit pref]
[ 0.743519] pci 0000:00:16.2: PCI bridge to [bus 0d]
[ 0.745085] pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
[ 0.745145] pci 0000:00:16.2: bridge window [mem 0xfcc00000-0xfccfffff]
[ 0.745206] pci 0000:00:16.2: bridge window [mem 0xeb100000-0xeb1fffff 64bit pref]
[ 0.745266] pci 0000:00:16.3: PCI bridge to [bus 0e]
[ 0.745327] pci 0000:00:16.3: bridge window [mem 0xfc800000-0xfc8fffff]
[ 0.745387] pci 0000:00:16.3: bridge window [mem 0xead00000-0xeadfffff 64bit pref]
[ 0.745448] pci 0000:00:16.4: PCI bridge to [bus 0f]
[ 0.745509] pci 0000:00:16.4: bridge window [mem 0xfc400000-0xfc4fffff]
[ 0.745569] pci 0000:00:16.4: bridge window [mem 0xea900000-0xea9fffff 64bit pref]
[ 0.745630] pci 0000:00:16.5: PCI bridge to [bus 10]
[ 0.745690] pci 0000:00:16.5: bridge window [mem 0xfc000000-0xfc0fffff]
[ 0.745751] pci 0000:00:16.5: bridge window [mem 0xea500000-0xea5fffff 64bit pref]
[ 0.745811] pci 0000:00:16.6: PCI bridge to [bus 11]
[ 0.745872] pci 0000:00:16.6: bridge window [mem 0xfbc00000-0xfbcfffff]
[ 0.745932] pci 0000:00:16.6: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
[ 0.745993] pci 0000:00:16.7: PCI bridge to [bus 12]
[ 0.746054] pci 0000:00:16.7: bridge window [mem 0xfb800000-0xfb8fffff]
[ 0.746114] pci 0000:00:16.7: bridge window [mem 0xe9d00000-0xe9dfffff 64bit pref]
[ 0.746175] pci 0000:00:17.0: PCI bridge to [bus 13]
[ 0.746235] pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
[ 0.746296] pci 0000:00:17.0: bridge window [mem 0xfd300000-0xfd3fffff]
[ 0.746356] pci 0000:00:17.0: bridge window [mem 0xeb800000-0xeb8fffff 64bit pref]
[ 0.748984] pci 0000:00:17.1: PCI bridge to [bus 14]
[ 0.749045] pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
[ 0.749105] pci 0000:00:17.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.749166] pci 0000:00:17.1: bridge window [mem 0xeb400000-0xeb4fffff 64bit pref]
[ 0.749226] pci 0000:00:17.2: PCI bridge to [bus 15]
[ 0.749287] pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
[ 0.749348] pci 0000:00:17.2: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.749408] pci 0000:00:17.2: bridge window [mem 0xeb000000-0xeb0fffff 64bit pref]
[ 0.749469] pci 0000:00:17.3: PCI bridge to [bus 16]
[ 0.749529] pci 0000:00:17.3: bridge window [mem 0xfc700000-0xfc7fffff]
[ 0.749590] pci 0000:00:17.3: bridge window [mem 0xeac00000-0xeacfffff 64bit pref]
[ 0.749650] pci 0000:00:17.4: PCI bridge to [bus 17]
[ 0.749711] pci 0000:00:17.4: bridge window [mem 0xfc300000-0xfc3fffff]
[ 0.749771] pci 0000:00:17.4: bridge window [mem 0xea800000-0xea8fffff 64bit pref]
[ 0.749832] pci 0000:00:17.5: PCI bridge to [bus 18]
[ 0.749893] pci 0000:00:17.5: bridge window [mem 0xfbf00000-0xfbffffff]
[ 0.749953] pci 0000:00:17.5: bridge window [mem 0xea400000-0xea4fffff 64bit pref]
[ 0.750014] pci 0000:00:17.6: PCI bridge to [bus 19]
[ 0.750074] pci 0000:00:17.6: bridge window [mem 0xfbb00000-0xfbbfffff]
[ 0.750135] pci 0000:00:17.6: bridge window [mem 0xea000000-0xea0fffff 64bit pref]
[ 0.750195] pci 0000:00:17.7: PCI bridge to [bus 1a]
[ 0.750256] pci 0000:00:17.7: bridge window [mem 0xfb700000-0xfb7fffff]
[ 0.750317] pci 0000:00:17.7: bridge window [mem 0xe9c00000-0xe9cfffff 64bit pref]
[ 0.752942] pci 0000:00:18.0: PCI bridge to [bus 1b]
[ 0.753003] pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
[ 0.753063] pci 0000:00:18.0: bridge window [mem 0xfd200000-0xfd2fffff]
[ 0.753124] pci 0000:00:18.0: bridge window [mem 0xeb700000-0xeb7fffff 64bit pref]
[ 0.753184] pci 0000:00:18.1: PCI bridge to [bus 1c]
[ 0.753245] pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
[ 0.753305] pci 0000:00:18.1: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.753366] pci 0000:00:18.1: bridge window [mem 0xeb300000-0xeb3fffff 64bit pref]
[ 0.753427] pci 0000:00:18.2: PCI bridge to [bus 1d]
[ 0.753487] pci 0000:00:18.2: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.753548] pci 0000:00:18.2: bridge window [mem 0xeaf00000-0xeaffffff 64bit pref]
[ 0.753608] pci 0000:00:18.3: PCI bridge to [bus 1e]
[ 0.753669] pci 0000:00:18.3: bridge window [mem 0xfc600000-0xfc6fffff]
[ 0.753729] pci 0000:00:18.3: bridge window [mem 0xeab00000-0xeabfffff 64bit pref]
[ 0.753790] pci 0000:00:18.4: PCI bridge to [bus 1f]
[ 0.753851] pci 0000:00:18.4: bridge window [mem 0xfc200000-0xfc2fffff]
[ 0.753911] pci 0000:00:18.4: bridge window [mem 0xea700000-0xea7fffff 64bit pref]
[ 0.753972] pci 0000:00:18.5: PCI bridge to [bus 20]
[ 0.754093] pci 0000:00:18.5: bridge window [mem 0xfbe00000-0xfbefffff]
[ 0.754153] pci 0000:00:18.5: bridge window [mem 0xea300000-0xea3fffff 64bit pref]
[ 0.754214] pci 0000:00:18.6: PCI bridge to [bus 21]
[ 0.754274] pci 0000:00:18.6: bridge window [mem 0xfba00000-0xfbafffff]
[ 0.754335] pci 0000:00:18.6: bridge window [mem 0xe9f00000-0xe9ffffff 64bit pref]
[ 0.754396] pci 0000:00:18.7: PCI bridge to [bus 22]
[ 0.754456] pci 0000:00:18.7: bridge window [mem 0xfb600000-0xfb6fffff]
[ 0.754517] pci 0000:00:18.7: bridge window [mem 0xe9b00000-0xe9bfffff 64bit pref]
[ 0.757040] pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.757044] pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
[ 0.757048] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
[ 0.757051] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.757054] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.757057] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.757060] pci_bus 0000:00: resource 10 [io 0x0000-0x0cf7 window]
[ 0.757063] pci_bus 0000:00: resource 11 [io 0x0d00-0xfeff window]
[ 0.757068] pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
[ 0.757071] pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfdffffff]
[ 0.757074] pci_bus 0000:02: resource 2 [mem 0xebb00000-0xebffffff 64bit pref]
[ 0.757077] pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
[ 0.757080] pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
[ 0.757083] pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
[ 0.757086] pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
[ 0.757088] pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
[ 0.757091] pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
[ 0.757094] pci_bus 0000:02: resource 10 [io 0x0000-0x0cf7 window]
[ 0.757097] pci_bus 0000:02: resource 11 [io 0x0d00-0xfeff window]
[ 0.757100] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.757103] pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
[ 0.757106] pci_bus 0000:03: resource 2 [mem 0xeba00000-0xebafffff 64bit pref]
[ 0.757110] pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
[ 0.757113] pci_bus 0000:04: resource 1 [mem 0xfd100000-0xfd1fffff]
[ 0.757115] pci_bus 0000:04: resource 2 [mem 0xeb600000-0xeb6fffff 64bit pref]
[ 0.757119] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
[ 0.757121] pci_bus 0000:05: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.757124] pci_bus 0000:05: resource 2 [mem 0xeb200000-0xeb2fffff 64bit pref]
[ 0.757127] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfc9fffff]
[ 0.757130] pci_bus 0000:06: resource 2 [mem 0xeae00000-0xeaefffff 64bit pref]
[ 0.757133] pci_bus 0000:07: resource 1 [mem 0xfc500000-0xfc5fffff]
[ 0.757136] pci_bus 0000:07: resource 2 [mem 0xeaa00000-0xeaafffff 64bit pref]
[ 0.757140] pci_bus 0000:08: resource 1 [mem 0xfc100000-0xfc1fffff]
[ 0.757142] pci_bus 0000:08: resource 2 [mem 0xea600000-0xea6fffff 64bit pref]
[ 0.757146] pci_bus 0000:09: resource 1 [mem 0xfbd00000-0xfbdfffff]
[ 0.757149] pci_bus 0000:09: resource 2 [mem 0xea200000-0xea2fffff 64bit pref]
[ 0.757152] pci_bus 0000:0a: resource 1 [mem 0xfb900000-0xfb9fffff]
[ 0.757155] pci_bus 0000:0a: resource 2 [mem 0xe9e00000-0xe9efffff 64bit pref]
[ 0.757158] pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
[ 0.757161] pci_bus 0000:0b: resource 1 [mem 0xfd400000-0xfd4fffff]
[ 0.757164] pci_bus 0000:0b: resource 2 [mem 0xeb900000-0xeb9fffff 64bit pref]
[ 0.757167] pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff]
[ 0.757170] pci_bus 0000:0c: resource 1 [mem 0xfd000000-0xfd0fffff]
[ 0.757173] pci_bus 0000:0c: resource 2 [mem 0xeb500000-0xeb5fffff 64bit pref]
[ 0.757176] pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
[ 0.757179] pci_bus 0000:0d: resource 1 [mem 0xfcc00000-0xfccfffff]
[ 0.757182] pci_bus 0000:0d: resource 2 [mem 0xeb100000-0xeb1fffff 64bit pref]
[ 0.757185] pci_bus 0000:0e: resource 1 [mem 0xfc800000-0xfc8fffff]
[ 0.757188] pci_bus 0000:0e: resource 2 [mem 0xead00000-0xeadfffff 64bit pref]
[ 0.757191] pci_bus 0000:0f: resource 1 [mem 0xfc400000-0xfc4fffff]
[ 0.757194] pci_bus 0000:0f: resource 2 [mem 0xea900000-0xea9fffff 64bit pref]
[ 0.757197] pci_bus 0000:10: resource 1 [mem 0xfc000000-0xfc0fffff]
[ 0.757200] pci_bus 0000:10: resource 2 [mem 0xea500000-0xea5fffff 64bit pref]
[ 0.757203] pci_bus 0000:11: resource 1 [mem 0xfbc00000-0xfbcfffff]
[ 0.757206] pci_bus 0000:11: resource 2 [mem 0xea100000-0xea1fffff 64bit pref]
[ 0.757210] pci_bus 0000:12: resource 1 [mem 0xfb800000-0xfb8fffff]
[ 0.757212] pci_bus 0000:12: resource 2 [mem 0xe9d00000-0xe9dfffff 64bit pref]
[ 0.757216] pci_bus 0000:13: resource 0 [io 0x6000-0x6fff]
[ 0.757218] pci_bus 0000:13: resource 1 [mem 0xfd300000-0xfd3fffff]
[ 0.757221] pci_bus 0000:13: resource 2 [mem 0xeb800000-0xeb8fffff 64bit pref]
[ 0.757224] pci_bus 0000:14: resource 0 [io 0xa000-0xafff]
[ 0.757227] pci_bus 0000:14: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.757230] pci_bus 0000:14: resource 2 [mem 0xeb400000-0xeb4fffff 64bit pref]
[ 0.757233] pci_bus 0000:15: resource 0 [io 0xe000-0xefff]
[ 0.757236] pci_bus 0000:15: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 0.757239] pci_bus 0000:15: resource 2 [mem 0xeb000000-0xeb0fffff 64bit pref]
[ 0.757242] pci_bus 0000:16: resource 1 [mem 0xfc700000-0xfc7fffff]
[ 0.757245] pci_bus 0000:16: resource 2 [mem 0xeac00000-0xeacfffff 64bit pref]
[ 0.757248] pci_bus 0000:17: resource 1 [mem 0xfc300000-0xfc3fffff]
[ 0.757251] pci_bus 0000:17: resource 2 [mem 0xea800000-0xea8fffff 64bit pref]
[ 0.757254] pci_bus 0000:18: resource 1 [mem 0xfbf00000-0xfbffffff]
[ 0.757257] pci_bus 0000:18: resource 2 [mem 0xea400000-0xea4fffff 64bit pref]
[ 0.757261] pci_bus 0000:19: resource 1 [mem 0xfbb00000-0xfbbfffff]
[ 0.757264] pci_bus 0000:19: resource 2 [mem 0xea000000-0xea0fffff 64bit pref]
[ 0.757267] pci_bus 0000:1a: resource 1 [mem 0xfb700000-0xfb7fffff]
[ 0.757270] pci_bus 0000:1a: resource 2 [mem 0xe9c00000-0xe9cfffff 64bit pref]
[ 0.757273] pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff]
[ 0.757276] pci_bus 0000:1b: resource 1 [mem 0xfd200000-0xfd2fffff]
[ 0.757279] pci_bus 0000:1b: resource 2 [mem 0xeb700000-0xeb7fffff 64bit pref]
[ 0.757282] pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff]
[ 0.757285] pci_bus 0000:1c: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.757288] pci_bus 0000:1c: resource 2 [mem 0xeb300000-0xeb3fffff 64bit pref]
[ 0.757291] pci_bus 0000:1d: resource 1 [mem 0xfca00000-0xfcafffff]
[ 0.757294] pci_bus 0000:1d: resource 2 [mem 0xeaf00000-0xeaffffff 64bit pref]
[ 0.757297] pci_bus 0000:1e: resource 1 [mem 0xfc600000-0xfc6fffff]
[ 0.757300] pci_bus 0000:1e: resource 2 [mem 0xeab00000-0xeabfffff 64bit pref]
[ 0.757303] pci_bus 0000:1f: resource 1 [mem 0xfc200000-0xfc2fffff]
[ 0.757306] pci_bus 0000:1f: resource 2 [mem 0xea700000-0xea7fffff 64bit pref]
[ 0.757309] pci_bus 0000:20: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 0.757312] pci_bus 0000:20: resource 2 [mem 0xea300000-0xea3fffff 64bit pref]
[ 0.757315] pci_bus 0000:21: resource 1 [mem 0xfba00000-0xfbafffff]
[ 0.757318] pci_bus 0000:21: resource 2 [mem 0xe9f00000-0xe9ffffff 64bit pref]
[ 0.757321] pci_bus 0000:22: resource 1 [mem 0xfb600000-0xfb6fffff]
[ 0.757324] pci_bus 0000:22: resource 2 [mem 0xe9b00000-0xe9bfffff 64bit pref]
[ 0.757384] NET: Registered protocol family 2
[ 0.757867] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.757927] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.757988] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.758048] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.758109] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.758241] NET: Registered protocol family 1
[ 0.758301] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.758362] pci 0000:00:0f.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.760958] PCI: CLS 32 bytes, default 64
[ 0.761019] Trying to unpack rootfs image as initramfs…
[ 3.656945] Freeing initrd memory: 147748K (ffff9f2c36fb7000 - ffff9f2c40000000)
[ 3.656989] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 3.657032] software IO TLB [mem 0xbbef0000-0xbfef0000] (64MB) mapped at [ffff9f2c7bef0000-ffff9f2c7feeffff]
[ 3.657166] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229887d25b0, max_idle_ns: 440795264680 ns
[ 3.657353] clocksource: Switched to clocksource tsc
[ 3.657464] Scanning for low memory corruption every 60 seconds
[ 3.658152] audit: initializing netlink subsys (disabled)
[ 3.658222] audit: type=2000 audit(1490693889.652:1): initialized
[ 3.658413] Initialise system trusted keyrings
[ 3.658778] workingset: timestamp_bits=40 max_order=20 bucket_order=0
[ 3.661054] zbud: loaded
[ 3.661518] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 3.661896] fuse init (API version 7.26)
[ 3.662093] SELinux: Registering netfilter hooks
[ 3.664741] Key type asymmetric registered
[ 3.664895] Asymmetric key parser ‘x509’ registered
[ 3.664969] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 3.665161] io scheduler noop registered
[ 3.665205] io scheduler deadline registered
[ 3.665249] io scheduler cfq registered (default)
[ 3.666991] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[ 3.667034] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 3.667078] pcie_pme 0000:00:15.0:pcie001: service driver pcie_pme loaded
[ 3.667121] pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
[ 3.667165] pcie_pme 0000:00:15.1:pcie001: service driver pcie_pme loaded
[ 3.667218] pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
[ 3.667262] pcie_pme 0000:00:15.2:pcie001: service driver pcie_pme loaded
[ 3.667306] pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
[ 3.667349] pcie_pme 0000:00:15.3:pcie001: service driver pcie_pme loaded
[ 3.667401] pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
[ 3.667445] pcie_pme 0000:00:15.4:pcie001: service driver pcie_pme loaded
[ 3.667499] pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
[ 3.667542] pcie_pme 0000:00:15.5:pcie001: service driver pcie_pme loaded
[ 3.667586] pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
[ 3.668925] pcie_pme 0000:00:15.6:pcie001: service driver pcie_pme loaded
[ 3.668969] pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
[ 3.669013] pcie_pme 0000:00:15.7:pcie001: service driver pcie_pme loaded
[ 3.669067] pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
[ 3.669110] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[ 3.669154] pcie_pme 0000:00:16.0:pcie001: service driver pcie_pme loaded
[ 3.669197] pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
[ 3.669241] pcie_pme 0000:00:16.1:pcie001: service driver pcie_pme loaded
[ 3.669284] pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
[ 3.669328] pcie_pme 0000:00:16.2:pcie001: service driver pcie_pme loaded
[ 3.669382] pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
[ 3.669426] pcie_pme 0000:00:16.3:pcie001: service driver pcie_pme loaded
[ 3.669469] pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
[ 3.669513] pcie_pme 0000:00:16.4:pcie001: service driver pcie_pme loaded
[ 3.669557] pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
[ 3.669600] pcie_pme 0000:00:16.5:pcie001: service driver pcie_pme loaded
[ 3.669652] pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
[ 3.669695] pcie_pme 0000:00:16.6:pcie001: service driver pcie_pme loaded
[ 3.669739] pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
[ 3.669782] pcie_pme 0000:00:16.7:pcie001: service driver pcie_pme loaded
[ 3.669826] pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
[ 3.669870] pcie_pme 0000:00:17.0:pcie001: service driver pcie_pme loaded
[ 3.669923] pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
[ 3.669967] pcie_pme 0000:00:17.1:pcie001: service driver pcie_pme loaded
[ 3.670054] pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
[ 3.670098] pcie_pme 0000:00:17.2:pcie001: service driver pcie_pme loaded
[ 3.670141] pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
[ 3.670185] pcie_pme 0000:00:17.3:pcie001: service driver pcie_pme loaded
[ 3.670241] pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
[ 3.670284] pcie_pme 0000:00:17.4:pcie001: service driver pcie_pme loaded
[ 3.670343] pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
[ 3.670386] pcie_pme 0000:00:17.5:pcie001: service driver pcie_pme loaded
[ 3.670430] pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
[ 3.670473] pcie_pme 0000:00:17.6:pcie001: service driver pcie_pme loaded
[ 3.670528] pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
[ 3.670572] pcie_pme 0000:00:17.7:pcie001: service driver pcie_pme loaded
[ 3.670615] pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
[ 3.670659] pcie_pme 0000:00:18.0:pcie001: service driver pcie_pme loaded
[ 3.670702] pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
[ 3.670746] pcie_pme 0000:00:18.1:pcie001: service driver pcie_pme loaded
[ 3.670815] pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
[ 3.670859] pcie_pme 0000:00:18.2:pcie001: service driver pcie_pme loaded
[ 3.670902] pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
[ 3.670946] pcie_pme 0000:00:18.3:pcie001: service driver pcie_pme loaded
[ 3.670989] pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
[ 3.671033] pcie_pme 0000:00:18.4:pcie001: service driver pcie_pme loaded
[ 3.671091] pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
[ 3.671134] pcie_pme 0000:00:18.5:pcie001: service driver pcie_pme loaded
[ 3.671178] pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
[ 3.671221] pcie_pme 0000:00:18.6:pcie001: service driver pcie_pme loaded
[ 3.671265] pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
[ 3.671309] pcie_pme 0000:00:18.7:pcie001: service driver pcie_pme loaded
[ 3.671330] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.671412] pciehp 0000:00:15.0:pcie004: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.673029] pciehp 0000:00:15.0:pcie004: service driver pciehp loaded
[ 3.673071] pciehp 0000:00:15.1:pcie004: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.673209] pciehp 0000:00:15.1:pcie004: service driver pciehp loaded
[ 3.673253] pciehp 0000:00:15.2:pcie004: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.673407] pciehp 0000:00:15.2:pcie004: service driver pciehp loaded
[ 3.673445] pciehp 0000:00:15.3:pcie004: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.673586] pciehp 0000:00:15.3:pcie004: service driver pciehp loaded
[ 3.673624] pciehp 0000:00:15.4:pcie004: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.673771] pciehp 0000:00:15.4:pcie004: service driver pciehp loaded
[ 3.673811] pciehp 0000:00:15.5:pcie004: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.673947] pciehp 0000:00:15.5:pcie004: service driver pciehp loaded
[ 3.673985] pciehp 0000:00:15.6:pcie004: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.674128] pciehp 0000:00:15.6:pcie004: service driver pciehp loaded
[ 3.674169] pciehp 0000:00:15.7:pcie004: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.677023] pciehp 0000:00:15.7:pcie004: service driver pciehp loaded
[ 3.677066] pciehp 0000:00:16.0:pcie004: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.677206] pciehp 0000:00:16.0:pcie004: service driver pciehp loaded
[ 3.677246] pciehp 0000:00:16.1:pcie004: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.677390] pciehp 0000:00:16.1:pcie004: service driver pciehp loaded
[ 3.677434] pciehp 0000:00:16.2:pcie004: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.677592] pciehp 0000:00:16.2:pcie004: service driver pciehp loaded
[ 3.677632] pciehp 0000:00:16.3:pcie004: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.677767] pciehp 0000:00:16.3:pcie004: service driver pciehp loaded
[ 3.677803] pciehp 0000:00:16.4:pcie004: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.677940] pciehp 0000:00:16.4:pcie004: service driver pciehp loaded
[ 3.677987] pciehp 0000:00:16.5:pcie004: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.678130] pciehp 0000:00:16.5:pcie004: service driver pciehp loaded
[ 3.678169] pciehp 0000:00:16.6:pcie004: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.678331] pciehp 0000:00:16.6:pcie004: service driver pciehp loaded
[ 3.678380] pciehp 0000:00:16.7:pcie004: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.678519] pciehp 0000:00:16.7:pcie004: service driver pciehp loaded
[ 3.678560] pciehp 0000:00:17.0:pcie004: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.678698] pciehp 0000:00:17.0:pcie004: service driver pciehp loaded
[ 3.678737] pciehp 0000:00:17.1:pcie004: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.680988] pciehp 0000:00:17.1:pcie004: service driver pciehp loaded
[ 3.681028] pciehp 0000:00:17.2:pcie004: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.681219] pciehp 0000:00:17.2:pcie004: service driver pciehp loaded
[ 3.681263] pciehp 0000:00:17.3:pcie004: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.681406] pciehp 0000:00:17.3:pcie004: service driver pciehp loaded
[ 3.681445] pciehp 0000:00:17.4:pcie004: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.681596] pciehp 0000:00:17.4:pcie004: service driver pciehp loaded
[ 3.681638] pciehp 0000:00:17.5:pcie004: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.681791] pciehp 0000:00:17.5:pcie004: service driver pciehp loaded
[ 3.681835] pciehp 0000:00:17.6:pcie004: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.681977] pciehp 0000:00:17.6:pcie004: service driver pciehp loaded
[ 3.682015] pciehp 0000:00:17.7:pcie004: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.682156] pciehp 0000:00:17.7:pcie004: service driver pciehp loaded
[ 3.682199] pciehp 0000:00:18.0:pcie004: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.682333] pciehp 0000:00:18.0:pcie004: service driver pciehp loaded
[ 3.682371] pciehp 0000:00:18.1:pcie004: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.682514] pciehp 0000:00:18.1:pcie004: service driver pciehp loaded
[ 3.682553] pciehp 0000:00:18.2:pcie004: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.682694] pciehp 0000:00:18.2:pcie004: service driver pciehp loaded
[ 3.682732] pciehp 0000:00:18.3:pcie004: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.684994] pciehp 0000:00:18.3:pcie004: service driver pciehp loaded
[ 3.685034] pciehp 0000:00:18.4:pcie004: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.685189] pciehp 0000:00:18.4:pcie004: service driver pciehp loaded
[ 3.685228] pciehp 0000:00:18.5:pcie004: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.685364] pciehp 0000:00:18.5:pcie004: service driver pciehp loaded
[ 3.685405] pciehp 0000:00:18.6:pcie004: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.685539] pciehp 0000:00:18.6:pcie004: service driver pciehp loaded
[ 3.685580] pciehp 0000:00:18.7:pcie004: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 3.685738] pciehp 0000:00:18.7:pcie004: service driver pciehp loaded
[ 3.685750] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.685812] intel_idle: does not run on family 6 model 44
[ 3.685948] ACPI: AC Adapter [ACAD] (on-line)
[ 3.686022] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 3.686066] ACPI: Power Button [PWRF]
[ 3.687830] GHES: HEST is not enabled!
[ 3.689144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 3.716930] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 3.740914] 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 3.745692] Linux agpgart interface v0.103
[ 3.745736] agpgart-intel 0000:00:00.0: Intel 440BX Chipset
[ 3.746374] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
[ 3.754258] brd: module loaded
[ 3.758315] loop: module loaded
[ 3.758640] ata_piix 0000:00:07.1: version 2.13
[ 3.759306] scsi host0: ata_piix
[ 3.759660] scsi host1: ata_piix
[ 3.759769] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
[ 3.760919] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
[ 3.761135] libphy: Fixed MDIO Bus: probed
[ 3.761510] tun: Universal TUN/TAP device driver, 1.6
[ 3.761554] tun: (C) 1999-2004 Max Krasnyansky maxk@qualcomm.com
[ 3.761767] PPP generic driver version 2.4.2
[ 3.761903] VMware vmxnet3 virtual NIC driver - version 1.4.a.0-k-NAPI
[ 3.761947] vmxnet3 0000:0b:00.0: # of Tx queues : 8, # of Rx queues : 8
[ 3.765355] vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
[ 3.765478] ehci_hcd: USB 2.0 ‘Enhanced’ Host Controller (EHCI) Driver
[ 3.765522] ehci-pci: EHCI PCI platform driver
[ 3.765565] ehci-platform: EHCI generic platform driver
[ 3.765609] ohci_hcd: USB 1.1 ‘Open’ Host Controller (OHCI) Driver
[ 3.765652] ohci-pci: OHCI PCI platform driver
[ 3.765696] ohci-platform: OHCI generic platform driver
[ 3.765740] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.765827] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
[ 3.766235] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.766292] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.766672] mousedev: PS/2 mouse device common for all mice
[ 3.787566] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 3.788988] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 3.789324] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 3.789368] i2c /dev entries driver
[ 3.789508] device-mapper: uevent: version 1.0.3
[ 3.789721] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 3.790152] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.791066] NET: Registered protocol family 10
[ 3.791637] NET: Registered protocol family 17
[ 3.792924] 9pnet: Installing 9P2000 support
[ 3.792988] Key type dns_resolver registered
[ 3.793437] microcode: sig=0x206c2, pf=0x1, revision=0x15
[ 3.793778] microcode: Microcode Update Driver: v2.01 tigran@aivazian.fsnet.co.uk, Peter Oruba
[ 3.794263] registered taskstats version 1
[ 3.794307] Loading compiled-in X.509 certificates
[ 3.796905] Loaded X.509 cert ‘Build time autogenerated kernel key: 7d5b58ffdbcc85763b015befb4bd9b1c9608357b’
[ 3.796949] zswap: loaded using pool lzo/zbud
[ 3.798482] Key type trusted registered
[ 3.800343] Key type encrypted registered
[ 3.800911] ima: No TPM chip found, activating TPM-bypass!
[ 3.800991] evm: HMAC attrs: 0x1
[ 3.801231] Magic number: 9:619:627
[ 3.801438] rtc_cmos 00:01: setting system clock to 2017-03-28 09:38:11 UTC (1490693891)
[ 3.801851] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 3.801895] EDD information not available.
[ 3.801980] PM: Hibernation image not present or could not be loaded.
[ 3.934024] ata1.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
[ 3.939449] ata1.00: configured for UDMA/33
[ 3.941996] scsi 0:0:0:0: CD-ROM NECVMWar VMware IDE CDR00 1.00 PQ: 0 ANSI: 5
[ 3.942867] sr 0:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.944909] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.945282] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 3.945486] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 3.948932] Freeing unused kernel memory: 1456K (ffffffffb1d6d000 - ffffffffb1ed9000)
[ 3.948975] Write protecting the kernel read-only data: 12288k
[ 3.949299] Freeing unused kernel memory: 1108K (ffff9f2ccf6eb000 - ffff9f2ccf800000)
[ 3.949438] Freeing unused kernel memory: 384K (ffff9f2ccfba0000 - ffff9f2ccfc00000)
[ 4.225405] random: fast init done
[ 4.461989] time=“2017-03-28T09:38:12Z” level=debug msg=“START: [/usr/bin/system-docker daemon --group root --graph /var/lib/system-docker --host unix:///var/run/system-docker.sock --bridge none --restart=false --userland-proxy=false --debug --storage-driver overlay] in /”
[ 18.454547] time=“2017-03-28T09:38:26Z” level=debug msg=“START: [/usr/bin/system-docker daemon --restart=false --bridge none --graph /var/lib/system-docker --storage-driver overlay --userland-proxy=false --debug --group root --host unix:///var/run/system-docker.sock] in /”
[ 19.794826] cgroup: docker-runc (372) created nested cgroup for controller “memory” which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[ 19.799650] cgroup: “memory” requires setting use_hierarchy to 1 on the root
[ 19.990799] time=“2017-03-28T09:38:27Z” level=debug msg=“START: [/usr/bin/ros entrypoint cloud-init-save] in /”
[ 20.062504] time=“2017-03-28T09:38:27Z” level=error msg=“symlink /usr/bin/ros /usr/bin/cloud-init-save: file exists”
[ 20.124707] time=“2017-03-28T09:38:27Z” level=debug msg=“START: [cloud-init-save] in /”
[ 20.127560] time=“2017-03-28T09:38:27Z” level=info msg=“Running cloud-init-save”
[ 20.130047] time=“2017-03-28T09:38:27Z” level=debug msg=SaveCloudConfig
[ 20.194974] time=“2017-03-28T09:38:27Z” level=debug msg=“init: SaveCloudConfig(pre ApplyNetworkConfig): netconf.NetworkConfig{PreCmds:[]string(nil), DNS:netconf.DNSConfig{Nameservers:[]string(nil), Search:[]string(nil)}, Interfaces:map[string]netconf.InterfaceConfig(nil), PostCmds:[]string(nil), HTTPProxy:"", HTTPSProxy:"", NoProxy:""}”
[ 20.204115] time=“2017-03-28T09:38:27Z” level=info msg=“Apply Network Config”
[ 20.206905] time=“2017-03-28T09:38:27Z” level=debug msg="Config: &netconf.NetworkConfig{PreCmds:[]string(nil), DNS:netconf.DNSConfig{Nameservers:[]string(nil), Search:[]string(nil)}, Interfaces:map[string]netconf.InterfaceConfig{"eth
":netconf.InterfaceConfig{Match:"", DHCP:true, DHCPArgs:"", Address:"", Addresses:[]string(nil), IPV4LL:false, Gateway:"", GatewayIpv6:"", MTU:0, Bridge:"", Bond:"", BondOpts:map[string]string(nil), PostUp:[]string(nil), PreUp:[]string(nil), Vlans:""}, "lo":netconf.InterfaceConfig{Match:"", DHCP:false, DHCPArgs:"", Address:"", Addresses:[]string{"127.0.0.1/8", "::1/128"}, IPV4LL:false, Gateway:"", GatewayIpv6:"", MTU:0, Bridge:"", Bond:"", BondOpts:map[string]string(nil), PostUp:[]string(nil), PreUp:[]string(nil), Vlans:""}}, PostCmds:[]string(nil), HTTPProxy:"", HTTPSProxy:"", NoProxy:""}"
[ 20.230569] time=“2017-03-28T09:38:27Z” level=info msg=“Applying 127.0.0.1/8 to lo”
[ 20.233296] time=“2017-03-28T09:38:27Z” level=info msg=“Applying ::1/128 to lo”
[ 20.236507] time=“2017-03-28T09:38:27Z” level=info msg=“Running DHCP on eth0: dhcpcd -MA4 -e force_hostname=true eth0”
[ 20.244110] time=“2017-03-28T09:38:27Z” level=info msg=“Running DHCP on lo: dhcpd --release -e force_hostname=true lo”
[ 20.248127] time=“2017-03-28T09:38:27Z” level=error msg=“exec: "dhcpd": executable file not found in $PATH”
[ 20.302461] vmxnet3 0000:0b:00.0 eth0: intr type 3, mode 0, 9 vectors allocated
[ 20.306306] vmxnet3 0000:0b:00.0 eth0: NIC Link is Up 10000 Mbps
[ 22.050865] time=“2017-03-28T09:38:29Z” level=info msg=“cloud-init: Checking availability of "cloud-drive"\n”
[ 22.109607] FS-Cache: Loaded
[ 22.114558] 9p: Installing v9fs 9p2000 file system support
[ 22.116346] FS-Cache: Netfs ‘9p’ registered for caching
[ 22.118370] 9pnet_virtio: no channels available for device config-2
[ 22.119740] time=“2017-03-28T09:38:29Z” level=error msg=“no such file or directory”
[ 22.121373] time=“2017-03-28T09:38:29Z” level=info msg=“cloud-init: Datasource unavailable, skipping: cloud-drive: /media/config-2 (lastError: no such file or directory)”
[ 22.182084] time=“2017-03-28T09:38:29Z” level=debug msg=“init: SaveCloudConfig(post ApplyNetworkConfig): netconf.NetworkConfig{PreCmds:[]string(nil), DNS:netconf.DNSConfig{Nameservers:[]string(nil), Search:[]string(nil)}, Interfaces:map[string]netconf.InterfaceConfig(nil), PostCmds:[]string(nil), HTTPProxy:"", HTTPSProxy:"", NoProxy:""}”
[ 22.190886] time=“2017-03-28T09:38:29Z” level=info msg=“Apply Network Config”
[ 22.193409] time=“2017-03-28T09:38:29Z” level=debug msg="Config: &netconf.NetworkConfig{PreCmds:[]string(nil), DNS:netconf.DNSConfig{Nameservers:[]string(nil), Search:[]string(nil)}, Interfaces:map[string]netconf.InterfaceConfig{"lo":netconf.InterfaceConfig{Match:"", DHCP:false, DHCPArgs:"", Address:"", Addresses:[]string{"127.0.0.1/8", "::1/128"}, IPV4LL:false, Gateway:"", GatewayIpv6:"", MTU:0, Bridge:"", Bond:"", BondOpts:map[string]string(nil), PostUp:[]string(nil), PreUp:[]string(nil), Vlans:""}, "eth
":netconf.InterfaceConfig{Match:"", DHCP:true, DHCPArgs:"", Address:"", Addresses:[]string(nil), IPV4LL:false, Gateway:"", GatewayIpv6:"", MTU:0, Bridge:"", Bond:"", BondOpts:map[string]string(nil), PostUp:[]string(nil), PreUp:[]string(nil), Vlans:""}}, PostCmds:[]string(nil), HTTPProxy:"", HTTPSProxy:"", NoProxy:""}"
[ 22.215835] time=“2017-03-28T09:38:29Z” level=info msg=“Applying 127.0.0.1/8 to lo”
[ 22.218358] time=“2017-03-28T09:38:29Z” level=info msg=“Applying ::1/128 to lo”
[ 22.221062] time=“2017-03-28T09:38:29Z” level=info msg=“Running DHCP on eth0: dhcpcd -MA4 -e force_hostname=true eth0”
[ 22.223380] time=“2017-03-28T09:38:29Z” level=info msg=“Running DHCP on lo: dhcpd --release -e force_hostname=true lo”
[ 22.227008] time=“2017-03-28T09:38:29Z” level=error msg=“exec: "dhcpd": executable file not found in $PATH”
[ 22.749359] DEBU[0000] START: [/usr/bin/ros-sysinit] in /
[ 22.813846] DEBU[0000] [1/4] Starting
[ 22.818803] DEBU[0000] Looking for images at /usr/share/ros
[ 22.827669] DEBU[0000] Found images.tar
[ 22.831621] INFO[0000] Waiting for Docker at unix:///var/run/system-docker.sock
[ 22.886453] DEBU[0000] START: [system-docker daemon --storage-driver overlay --userland-proxy=false --exec-root /var/run/system-docker --group root --restart=false --graph /var/lib/system-docker --pidfile /var/run/system-docker.pid --host unix:///var/run/system-docker.sock --log-opt max-file=2 --log-opt max-size=25m --debug --config-file /etc/docker/system-docker.json] in /
[ 23.021764] INFO[0000] Connected to Docker at unix:///var/run/system-docker.sock
[ 23.131777] INFO[0000] Loading images from /usr/share/ros/images.tar
[ 33.341007] INFO[0010] Done loading images from /usr/share/ros/images.tar
[ 33.344619] DEBU[0010] [1/4] Done 25%
[ 33.347945] DEBU[0010] [2/4] Starting
[ 33.420364] INFO[0010] Project [os]: Starting project
[ 33.423944] DEBU[0010] Using /proc/version to set rancher.environment.KERNEL_VERSION = 4.9.18-rancher
[ 33.428638] DEBU[0010] Using /proc/version to set rancher.environment.KERNEL_VERSION = 4.9.18-rancher
[ 33.433468] DEBU[0010] Using /proc/version to set rancher.environment.KERNEL_VERSION = 4.9.18-rancher
[ 33.550907] INFO[0010] [0/19] [command-volumes]: Starting
[ 33.562666] INFO[0010] [0/19] [system-volumes]: Starting
[ 33.589078] INFO[0010] [0/19] [user-volumes]: Starting
[ 33.616796] INFO[0010] [0/19] [container-data-volumes]: Starting
[ 33.621123] INFO[0010] [0/19] [media-volumes]: Starting
[ 33.999334] DEBU[0011] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.006903] INFO[0011] [1/19] [command-volumes]: Started
[ 34.070702] DEBU[0011] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.077505] INFO[0011] [2/19] [user-volumes]: Started
[ 34.090638] DEBU[0011] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.099520] INFO[0011] [3/19] [system-volumes]: Started
[ 34.104541] INFO[0011] [3/19] [udev-cold]: Starting
[ 34.110701] INFO[0011] [3/19] [syslog]: Starting
[ 34.117024] INFO[0011] [3/19] [acpid]: Starting
[ 34.124712] DEBU[0011] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.131421] INFO[0011] [4/19] [media-volumes]: Started
[ 34.145962] DEBU[0011] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.154676] INFO[0011] [5/19] [container-data-volumes]: Started
[ 34.159190] INFO[0011] [5/19] [all-volumes]: Starting
[ 34.504965] DEBU[0011] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.802265] INFO[0012] [6/19] [syslog]: Started
[ 34.830761] DEBU[0012] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.838096] DEBU[0012] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.841097] time=“2017-03-28T09:38:42Z” level=debug msg=“START: [/usr/bin/ros entrypoint rsyslogd -n] in /”
[ 34.847846] DEBU[0012] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 34.856533] INFO[0012] [7/19] [all-volumes]: Started
[ 35.147285] INFO[0012] [8/19] [acpid]: Started
[ 35.182894] time=“2017-03-28T09:38:42Z” level=debug msg=“START: [/usr/bin/ros entrypoint /usr/sbin/acpid -f] in /”
[ 35.194238] time=“2017-03-28T09:38:42Z” level=debug msg=“START: [/usr/bin/ros entrypoint ros udev-settle] in /”
[ 35.332756] time=“2017-03-28T09:38:43Z” level=debug msg=“START: [ros udev-settle] in /”
[ 35.338304] udevd[25]: starting version 3.2
[ 35.342454] udevd[26]: starting eudev-3.2
[ 35.377674] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[ 35.410262] VMware PVSCSI driver - version 1.0.7.0-k
[ 35.412400] vmw_vmci 0000:00:07.7: Found VMCI PCI device at 0x11080, irq 16
[ 35.413202] vmw_pvscsi: using 64bit dma
[ 35.413432] vmw_pvscsi: max_id: 16
[ 35.413433] vmw_pvscsi: setting ring_pages to 8
[ 35.415618] vmw_pvscsi: using MSI-X
[ 35.415648] vmw_pvscsi: device does not support req_threshold
[ 35.415649] vmw_pvscsi: driver-based request coalescing disabled
[ 35.415954] scsi host2: VMware PVSCSI storage adapter rev 2, req/cmp/msg rings: 8/8/1 pages, cmd_per_lun=254
[ 35.416064] vmw_pvscsi 0000:03:00.0: VMware PVSCSI rev 2 host #2
[ 35.416491] scsi 2:0:0:0: Direct-Access VMware Virtual disk 1.0 PQ: 0 ANSI: 2
[ 35.430040] vmw_vmci 0000:00:07.7: Using capabilities 0xc
[ 35.433243] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[ 35.433376] Guest personality initialized and is active
[ 35.433445] VMCI host device registered (name=vmci, major=10, minor=55)
[ 35.433445] Initialized host personality
[ 35.433936] piix4_smbus 0000:00:07.3: SMBus Host Controller not enabled!
[ 35.443746] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 35.463095] SSE version of gcm_enc/dec engaged.
[ 35.469216] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 35.469220] sd 2:0:0:0: [sda] 40960000 512-byte logical blocks: (21.0 GB/19.5 GiB)
[ 35.469293] sd 2:0:0:0: [sda] Write Protect is off
[ 35.469296] sd 2:0:0:0: [sda] Mode Sense: 61 00 00 00
[ 35.469351] sd 2:0:0:0: [sda] Cache data unavailable
[ 35.469353] sd 2:0:0:0: [sda] Assuming drive cache: write through
[ 35.472312] sd 2:0:0:0: [sda] Attached SCSI disk
[ 35.747784] INFO[0013] [9/19] [udev-cold]: Started
[ 35.751269] INFO[0013] [9/19] [udev]: Starting
[ 35.954377] DEBU[0013] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 36.226787] INFO[0013] [10/19] [udev]: Started
[ 36.230983] random: crng init done
[ 36.232412] INFO[0013] [10/19] [network]: Starting
[ 36.262702] time=“2017-03-28T09:38:43Z” level=debug msg=“START: [/usr/bin/ros entrypoint udevd] in /”
[ 36.333720] udevd[1]: starting version 3.2
[ 36.337925] udevd[1]: starting eudev-3.2
[ 36.455510] DEBU[0013] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 36.727214] INFO[0014] [11/19] [network]: Started
[ 36.765695] time=“2017-03-28T09:38:44Z” level=debug msg=“START: [/usr/bin/ros entrypoint netconf] in /”
[ 36.805785] DEBU[0014] Using /proc/version to set rancher.environment.KERNEL_VERSION = 4.9.18-rancher
[ 36.811430] DEBU[0014] Using /proc/version to set rancher.environment.KERNEL_VERSION = 4.9.18-rancher
[ 36.820177] DEBU[0014] Using /proc/version to set rancher.environment.KERNEL_VERSION = 4.9.18-rancher
[ 36.883774] time=“2017-03-28T09:38:44Z” level=debug msg=“START: [netconf] in /”
[ 36.885843] INFO[0014] [11/19] [ntp]: Starting
[ 36.959976] time=“2017-03-28T09:38:44Z” level=info msg=“Apply Network Config”
[ 36.962782] time=“2017-03-28T09:38:44Z” level=debug msg="Config: &netconf.NetworkConfig{PreCmds:[]string(nil), DNS:netconf.DNSConfig{Nameservers:[]string(nil), Search:[]string(nil)}, Interfaces:map[string]netconf.InterfaceConfig{"eth
":netconf.InterfaceConfig{Match:"", DHCP:true, DHCPArgs:"", Address:"", Addresses:string(nil), IPV4LL:false, Gateway:"", GatewayIpv6:"", MTU:0, Bridge:"", Bond:"", BondOpts:map[string]string(nil), PostUp:string(nil), PreUp:string(nil), Vlans:""}, "lo":netconf.InterfaceConfig{Match:"", DHCP:false, DHCPArgs:"", Address:"", Addresses:string{"127.0.0.1/8", "::1/128"}, IPV4LL:false, Gateway:"", GatewayIpv6:"", MTU:0, Bridge:"", Bond:"", BondOpts:map[string]string(nil), PostUp:string(nil), PreUp:string(nil), Vlans:""}}, PostCmds:string(nil), HTTPProxy:"", HTTPSProxy:"", NoProxy:""}"
[ 36.985298] time=“2017-03-28T09:38:44Z” level=info msg=“Applying 127.0.0.1/8 to lo”
[ 36.988160] time=“2017-03-28T09:38:44Z” level=info msg=“Applying ::1/128 to lo”
[ 36.991345] time=“2017-03-28T09:38:44Z” level=info msg=“Running DHCP on eth0: dhcpcd -MA4 -e force_hostname=true eth0”
[ 36.996789] time=“2017-03-28T09:38:44Z” level=info msg=“Running DHCP on lo: dhcpd --release -e force_hostname=true lo”
[ 37.000735] time=“2017-03-28T09:38:44Z” level=error msg=“exec: "dhcpd": executable file not found in $PATH”
[ 37.140392] DEBU[0014] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 37.397959] INFO[0014] [12/19] [ntp]: Started
[ 37.403416] INFO[0014] [12/19] [cloud-init-execute]: Starting
[ 37.450680] time=“2017-03-28T09:38:45Z” level=debug msg=“START: [/usr/bin/ros entrypoint ntpd --nofork -g] in /”
[ 37.637379] DEBU[0014] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 37.953107] time=“2017-03-28T09:38:45Z” level=debug msg=“START: [/usr/bin/ros entrypoint cloud-init-execute -pre-console] in /”
[ 38.063955] time=“2017-03-28T09:38:45Z” level=debug msg=“START: [cloud-init-execute -pre-console] in /”
[ 38.066954] time=“2017-03-28T09:38:45Z” level=info msg=“Running cloud-init-execute: pre-console=true, console=false”
[ 38.387667] INFO[0015] [13/19] [cloud-init-execute]: Started
[ 38.391055] INFO[0015] [13/19] [console]: Starting
[ 38.587466] DEBU[0015] Rebuild values newRebuildLabel=always origRebuildLabel=always outOfSync=false rebuildLabelChanged=false
[ 38.594020] INFO[0015] Rebuilding console
[ 38.983198] INFO[0016] [14/19] [console]: Started
[ 38.988174] INFO[0016] [14/19] [preload-user-images]: Starting
[ 38.992552] INFO[0016] [14/19] [vsphere-hack-pre]: Starting
[ 38.998854] INFO[0016] [14/19] [docker]: Starting
[ 39.027277] time=“2017-03-28T09:38:46Z” level=debug msg=“START: [/usr/bin/ros entrypoint ros console-init] in /”
[ 39.158723] time=“2017-03-28T09:38:46Z” level=debug msg=“START: [ros console-init] in /”
[ 39.338237] DEBU[0016] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 39.367730] DEBU[0016] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 39.401954] DEBU[0016] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 39.685868] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 39.695900] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 39.726455] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 39.726912] docker-sys: port 1(veth4ba0a00f) entered blocking state
[ 39.726914] docker-sys: port 1(veth4ba0a00f) entered disabled state
[ 39.727027] device veth4ba0a00f entered promiscuous mode
[ 39.727094] docker-sys: port 1(veth4ba0a00f) entered blocking state
[ 39.727096] docker-sys: port 1(veth4ba0a00f) entered forwarding state
[ 39.790578] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 39.797309] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 39.863737] INFO[0017] [15/19] [vsphere-hack-pre]: Started
[ 39.865039] INFO[0017] [15/19] [open-vm-tools]: Starting
[ 39.941164] docker-sys: port 1(veth4ba0a00f) entered disabled state
[ 39.941739] device veth4ba0a00f left promiscuous mode
[ 39.941741] docker-sys: port 1(veth4ba0a00f) entered disabled state
[ 40.236025] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 40.254654] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 40.254948] docker-sys: port 1(veth0a52f1f3) entered blocking state
[ 40.254950] docker-sys: port 1(veth0a52f1f3) entered disabled state
[ 40.255099] device veth0a52f1f3 entered promiscuous mode
[ 40.255188] docker-sys: port 1(veth0a52f1f3) entered blocking state
[ 40.255190] docker-sys: port 1(veth0a52f1f3) entered forwarding state
[ 40.401970] time=“2017-03-28T09:38:48Z” level=debug msg=“START: [/usr/bin/ros entrypoint ros preload-images] in /”
[ 40.507528] time=“2017-03-28T09:38:48Z” level=debug msg=“START: [respawn -f /etc/respawn.conf] in /”
[ 40.561733] time=“2017-03-28T09:38:48Z” level=debug msg=“START: [ros preload-images] in /”
[ 40.644966] IPv6: eth0: IPv6 duplicate address fe80::a8da:8aff:fe40:625 detected!
[ 40.656055] INFO[0017] [16/19] [docker]: Started
[ 40.661167] docker-sys: port 1(veth0a52f1f3) entered disabled state
[ 40.664594] device veth0a52f1f3 left promiscuous mode
[ 40.664597] docker-sys: port 1(veth0a52f1f3) entered disabled state
[ 40.700349] time=“2017-03-28T09:38:47Z” level=debug msg=“START: [ros user-docker] in /”
[ 40.911344] time=“2017-03-28T09:38:47Z” level=info msg=“Starting Docker in context: console”
[ 40.931719] INFO[0017] [17/19] [preload-user-images]: Started
[ 40.986016] DEBU[0017] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 41.052118] time=“2017-03-28T09:38:47Z” level=info msg=“Getting PID for service: console”
[ 41.269348] INFO[0017] [18/19] [open-vm-tools]: Started
[ 41.273410] INFO[0017] [18/19] [vsphere-hack-post]: Starting
[ 41.299272] time=“2017-03-28T09:38:47Z” level=info msg=“console PID 1197”
[ 41.302890] time=“2017-03-28T09:38:47Z” level=debug msg=“START: [/usr/bin/ros entrypoint /usr/bin/vmtoolsd] in /”
[ 41.399942] time=“2017-03-28T09:38:48Z” level=debug msg=“User Docker args: [daemon --host unix:///var/run/docker.sock --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --debug --group docker]”
[ 41.409282] time=“2017-03-28T09:38:48Z” level=info msg=“[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=rancher HOME=/]”
[ 41.409500] time=“2017-03-28T09:38:48Z” level=info msg=“Running [docker-runc exec – 8ff4700966db0b179081abdb2684496b74d1e7e42c2bac7daeb96dd0af1e3a61 env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=rancher HOME=/ ros docker-init daemon --host unix:///var/run/docker.sock --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --debug --group docker]”
[ 41.415706] NET: Registered protocol family 40
[ 41.567442] DEBU[0017] Rebuild values newRebuildLabel= origRebuildLabel= outOfSync=false rebuildLabelChanged=false
[ 41.628697] time=“2017-03-28T09:38:48Z” level=debug msg=“START: [ros docker-init daemon --host unix:///var/run/docker.sock --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --debug --group docker] in /”
[ 41.750100] time=“2017-03-28T09:38:48Z” level=debug msg=“START: [/usr/bin/dockerlaunch /usr/bin/docker daemon --host unix:///var/run/docker.sock --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --debug --group docker] in /”
[ 41.750190] time=“2017-03-28T09:38:48Z” level=debug msg=“Launch config dfs.Config{Fork:false, PidOne:false, CommandName:"", DNSConfig:netconf.DNSConfig{Nameservers:string(nil), Search:string(nil)}, BridgeName:"", BridgeAddress:"", BridgeMtu:0, CgroupHierarchy:map[string]string(nil), LogFile:"", NoLog:false, NoFiles:0x0, Environment:string(nil), GraphDirectory:"", DaemonConfig:""}”
[ 41.750214] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting devtmpfs /dev devtmpfs "
[ 41.751544] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /dev/pts devpts "
[ 41.752947] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=65536k”
[ 41.754294] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime”
[ 41.755587] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /proc proc "
[ 41.756909] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /run tmpfs "
[ 41.758206] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys sysfs "
[ 41.761390] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup tmpfs "
[ 41.763824] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/selinux selinuxfs ro”
[ 41.765209] time=“2017-03-28T09:38:48Z” level=debug msg=”/proc/cgroups: #subsys_name\thierarchy\tnum_cgroups\tenabled”
[ 41.765232] time=“2017-03-28T09:38:48Z” level=debug msg=”/proc/cgroups: cpuset\t3\t11\t1”
[ 41.765255] time=“2017-03-28T09:38:48Z” level=debug msg=”/proc/cgroups: cpu\t1\t11\t1”
[ 41.765278] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: cpuacct\t1\t11\t1”
[ 41.765300] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: blkio\t2\t11\t1”
[ 41.765321] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: memory\t10\t16\t1”
[ 41.765343] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: devices\t4\t11\t1”
[ 41.765365] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: freezer\t5\t11\t1”
[ 41.765386] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: net_cls\t6\t11\t1”
[ 41.765408] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: perf_event\t7\t11\t1”
[ 41.765430] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: net_prio\t6\t11\t1”
[ 41.765452] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: hugetlb\t8\t11\t1”
[ 41.765477] time=“2017-03-28T09:38:48Z” level=debug msg=“/proc/cgroups: pids\t9\t11\t1”
[ 41.765518] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/blkio cgroup blkio”
[ 41.766836] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/memory cgroup memory”
[ 41.768117] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/freezer cgroup freezer”
[ 41.769458] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/net_cls,net_prio cgroup net_cls,net_prio”
[ 41.770746] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/pids cgroup pids”
[ 41.772076] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/cpu,cpuacct cgroup cpu,cpuacct”
[ 41.773472] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/devices cgroup devices”
[ 41.774766] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/perf_event cgroup perf_event”
[ 41.776031] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/hugetlb cgroup hugetlb”
[ 41.777370] time=“2017-03-28T09:38:48Z” level=debug msg=“Mounting none /sys/fs/cgroup/cpuset cgroup cpuset”
[ 41.778620] time=“2017-03-28T09:38:48Z” level=debug msg=“Done mouting cgroupfs”
[ 41.778685] time=“2017-03-28T09:38:48Z” level=debug msg=“Creating /root/.ssh”
[ 41.778886] time=“2017-03-28T09:38:48Z” level=debug msg=“Not copying /usr/etc/ssl/certs/ca-certificates.crt, does not exists”
[ 41.778915] time=“2017-03-28T09:38:48Z” level=debug msg=“Not copying /usr/etc/passwd, does not exists”
[ 41.778940] time=“2017-03-28T09:38:48Z” level=debug msg=“Not copying /usr/etc/group, does not exists”
[ 41.778961] time=“2017-03-28T09:38:48Z” level=debug msg=“Copying folder /etc/docker”
[ 41.778988] time=“2017-03-28T09:38:48Z” level=debug msg=“Copying folder /etc/selinux”
[ 41.779014] time=“2017-03-28T09:38:48Z” level=debug msg=“Copying folder /etc/selinux/ros”
[ 41.779041] time=“2017-03-28T09:38:48Z” level=debug msg=“Copying folder /etc/selinux/ros/policy”
[ 41.779069] time=“2017-03-28T09:38:48Z” level=debug msg=“Copying folder /etc/selinux/ros/contexts”
[ 41.779094] time=“2017-03-28T09:38:48Z” level=debug msg=“Copying folder /var/lib/cni”
[ 41.779298] time=“2017-03-28T09:38:48Z” level=debug msg=“Launching Docker /usr/bin/docker docker [daemon --host unix:///var/run/docker.sock --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --debug --group docker]”
[ 41.872187] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 41.897706] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 41.897893] docker-sys: port 1(veth0c388169) entered blocking state
[ 41.897895] docker-sys: port 1(veth0c388169) entered disabled state
[ 41.898043] device veth0c388169 entered promiscuous mode
[ 41.898121] docker-sys: port 1(veth0c388169) entered blocking state
[ 41.898124] docker-sys: port 1(veth0c388169) entered forwarding state
[ 41.997572] INFO[0018] [19/19] [vsphere-hack-post]: Started
[ 42.001390] INFO[0018] Project [os]: Project started
[ 42.002558] DEBU[0018] [2/4] Done 50%
[ 42.005716] DEBU[0018] [3/4] Starting
[ 42.008198] DEBU[0018] [3/4] Done 75%
[ 42.009413] DEBU[0018] [4/4] Starting
[ 42.010576] INFO[0018] RancherOS 02a47b2-dirty started
[ 42.011753] DEBU[0018] [4/4] Done 100%
[ 42.529001] IPv6: eth0: IPv6 duplicate address fe80::24e9:38ff:fe1a:53c detected!
[ 42.853027] Bridge firewalling registered
[ 42.927711] Initializing XFRM netlink socket
[ 42.965442] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 74.141211] docker-sys: port 1(veth0c388169) entered disabled state
[ 74.142396] device veth0c388169 left promiscuous mode
[ 74.142399] docker-sys: port 1(veth0c388169) entered disabled state
[ 85.087175] time=“2017-03-28T09:39:31Z” level=debug msg=“START: [system-docker stop docker] in /home/docker”
[ 97.200481] time=“2017-03-28T09:39:43Z” level=debug msg=“START: [system-docker start docker] in /home/docker”
[ 97.488086] time=“2017-03-28T09:39:44Z” level=debug msg=“START: [ros user-docker] in /”
[ 97.681872] time=“2017-03-28T09:39:44Z” level=info msg=“Starting Docker in context: console”
[ 97.763237] time=“2017-03-28T09:39:44Z” level=info msg=“Getting PID for service: console”
[ 97.879452] time=“2017-03-28T09:39:44Z” level=info msg=“console PID 1197”
[ 97.980084] time=“2017-03-28T09:39:44Z” level=debug msg=“User Docker args: [daemon --debug --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --host unix:///var/run/docker.sock --group docker]”
[ 97.983623] time=“2017-03-28T09:39:44Z” level=info msg=“[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=dkkdevtest44 HOME=/]”
[ 97.983693] time=“2017-03-28T09:39:44Z” level=info msg=“Running [docker-runc exec – 8ff4700966db0b179081abdb2684496b74d1e7e42c2bac7daeb96dd0af1e3a61 env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOSTNAME=dkkdevtest44 HOME=/ ros docker-init daemon --debug --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --host unix:///var/run/docker.sock --group docker]”
[ 98.180150] time=“2017-03-28T09:39:44Z” level=debug msg=“START: [ros docker-init daemon --debug --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --host unix:///var/run/docker.sock --group docker] in /”
[ 98.314700] time=“2017-03-28T09:39:44Z” level=debug msg=“START: [/usr/bin/dockerlaunch /usr/bin/docker daemon --debug --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --host unix:///var/run/docker.sock --group docker -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --storage-driver overlay --tlsverify --tlscacert /var/lib/rancher/conf/ca.pem --tlscert /var/lib/rancher/conf/server.pem --tlskey /var/lib/rancher/conf/server-key.pem --label provider=vmwarevsphere] in /”
[ 98.314779] time=“2017-03-28T09:39:44Z” level=debug msg=“Launch config dfs.Config{Fork:false, PidOne:false, CommandName:"", DNSConfig:netconf.DNSConfig{Nameservers:string(nil), Search:string(nil)}, BridgeName:"", BridgeAddress:"", BridgeMtu:0, CgroupHierarchy:map[string]string(nil), LogFile:"", NoLog:false, NoFiles:0x0, Environment:string(nil), GraphDirectory:"", DaemonConfig:""}”
[ 98.314804] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting devtmpfs /dev devtmpfs "
[ 98.316125] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /dev/pts devpts "
[ 98.317423] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting shm /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=65536k”
[ 98.318642] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting mqueue /dev/mqueue mqueue rw,nosuid,nodev,noexec,relatime”
[ 98.319858] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /proc proc "
[ 98.321101] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /run tmpfs "
[ 98.322358] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys sysfs "
[ 98.323608] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup tmpfs "
[ 98.324799] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/selinux selinuxfs ro”
[ 98.326150] time=“2017-03-28T09:39:44Z” level=debug msg=”/proc/cgroups: #subsys_name\thierarchy\tnum_cgroups\tenabled”
[ 98.326171] time=“2017-03-28T09:39:44Z” level=debug msg=”/proc/cgroups: cpuset\t3\t10\t1”
[ 98.326191] time=“2017-03-28T09:39:44Z” level=debug msg=”/proc/cgroups: cpu\t1\t10\t1”
[ 98.326215] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: cpuacct\t1\t10\t1”
[ 98.326246] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: blkio\t2\t10\t1”
[ 98.326266] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: memory\t10\t17\t1”
[ 98.326285] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: devices\t4\t10\t1”
[ 98.326305] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: freezer\t5\t10\t1”
[ 98.326324] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: net_cls\t6\t10\t1”
[ 98.326347] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: perf_event\t7\t10\t1”
[ 98.326367] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: net_prio\t6\t10\t1”
[ 98.326387] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: hugetlb\t8\t10\t1”
[ 98.326409] time=“2017-03-28T09:39:44Z” level=debug msg=“/proc/cgroups: pids\t9\t10\t1”
[ 98.326447] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/blkio cgroup blkio”
[ 98.327760] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/memory cgroup memory”
[ 98.331440] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/pids cgroup pids”
[ 98.332651] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/net_cls,net_prio cgroup net_cls,net_prio”
[ 98.333906] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/perf_event cgroup perf_event”
[ 98.335095] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/hugetlb cgroup hugetlb”
[ 98.336290] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/cpuset cgroup cpuset”
[ 98.337562] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/cpu,cpuacct cgroup cpu,cpuacct”
[ 98.338736] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/devices cgroup devices”
[ 98.339965] time=“2017-03-28T09:39:44Z” level=debug msg=“Mounting none /sys/fs/cgroup/freezer cgroup freezer”
[ 98.341166] time=“2017-03-28T09:39:44Z” level=debug msg=“Done mouting cgroupfs”
[ 98.341328] time=“2017-03-28T09:39:44Z” level=debug msg=“Not copying /usr/etc/ssl/certs/ca-certificates.crt, does not exists”
[ 98.341354] time=“2017-03-28T09:39:44Z” level=debug msg=“Not copying /usr/etc/passwd, does not exists”
[ 98.341379] time=“2017-03-28T09:39:44Z” level=debug msg=“Not copying /usr/etc/group, does not exists”
[ 98.341398] time=“2017-03-28T09:39:44Z” level=debug msg=“Copying folder /etc/docker”
[ 98.341423] time=“2017-03-28T09:39:44Z” level=debug msg=“Copying folder /etc/selinux”
[ 98.341447] time=“2017-03-28T09:39:44Z” level=debug msg=“Copying folder /etc/selinux/ros”
[ 98.341474] time=“2017-03-28T09:39:44Z” level=debug msg=“Copying folder /etc/selinux/ros/policy”
[ 98.341499] time=“2017-03-28T09:39:44Z” level=debug msg=“Copying folder /etc/selinux/ros/contexts”
[ 98.341524] time=“2017-03-28T09:39:44Z” level=debug msg=“Copying folder /var/lib/cni”
[ 98.341590] time=“2017-03-28T09:39:44Z” level=debug msg=“Creating temp file at /var/run/docker.sock”
[ 98.341790] time=“2017-03-28T09:39:44Z” level=debug msg=“Launching Docker /usr/bin/docker docker [daemon --debug --log-opt max-file=2 --log-opt max-size=25m --storage-driver overlay --host unix:///var/run/docker.sock --group docker -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock --storage-driver overlay --tlsverify --tlscacert /var/lib/rancher/conf/ca.pem --tlscert /var/lib/rancher/conf/server.pem --tlskey /var/lib/rancher/conf/server-key.pem --label provider=vmwarevsphere]”
[ 99.484451] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready

there isn’t much before the start of system-docker - its RancherOS’s PID1, and is built into the init process.

I do use a serial console when I really need to log everything - I’m intending to replace the print go /dev/kmsg with logsave, but havn’t gotten to it.

What about the log messages in bootstrap.go (e.g. line 15, or 19), in earlier versions I could see the output in the console, how could I see those?

sorry, I just re-read your log file - and realised that we weren’t talking about the same thing.

I meant add rancher.debug=true to your kernel bootparams - that way debug is on from the moment the kernel passes control to our init process - if its only turned on in the ros config, then debug is only one after we mount the persistence partition and read it, or if its in your cloud-init, then you’ll miss everything before cloud-init-execute.

oh, fun.

Thanks for your help.

I put rancher.debug=true to scripts/global.cfg, but I still see only logs from system init on. And when booted ros config shows that debug is on.
I should at least see:

NOT Running Bootstrap

or

Running Bootstrap

in dmesg, right?

I’m using 1.0.1 now for testing.

did you rebuild the iso after changing scripts/global.cfg? how are you starting your VM?

Yes, I just rebuild it again, with just the changes to scripts/global.cfg. Also sudo ros config get rancher.debug returns true…
I’m launching the VM with boot2docker with the --vmwarevsphere-boot2docker-url parameter. The iso is served from a local web server.