· 7 years ago · Jan 16, 2019, 04:18 PM
1+ cat /lib/dracut/dracut-033-502.el7
2dracut-033-502.el7
3+ cat /proc/cmdline
4initrd=initrd74x64.img ip=dhcp net.ifnames=0 biosdevname=0 inst.repo=http://192.168.80.11/linux/centos/7/ inst.ks=http://beta.makernet.local/linux/ks/makernetserverguihttp.cfg BOOT_IMAGE=vmlinuz74x64
5+ '[' -f /etc/cmdline ']'
6+ for _i in '/etc/cmdline.d/*.conf'
7+ '[' -f /etc/cmdline.d/80-kickstart.conf ']'
8+ echo /etc/cmdline.d/80-kickstart.conf
9/etc/cmdline.d/80-kickstart.conf
10+ cat /etc/cmdline.d/80-kickstart.conf
11+ for _i in '/etc/cmdline.d/*.conf'
12+ '[' -f /etc/cmdline.d/99-anaconda-disable-disk-activation.conf ']'
13+ echo /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
14/etc/cmdline.d/99-anaconda-disable-disk-activation.conf
15+ cat /etc/cmdline.d/99-anaconda-disable-disk-activation.conf
16rd.dm=0
17rd.md=0
18rd.lvm=0
19rd.luks=0
20+ cat /proc/self/mountinfo
212 2 0:2 / / rw shared:1 - rootfs rootfs rw,size=475316k,nr_inodes=118829
2218 2 0:17 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
2319 2 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
2420 2 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=475316k,nr_inodes=118829,mode=755
2521 18 0:16 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
2622 20 0:18 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
2723 20 0:11 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
2824 2 0:19 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
2925 18 0:20 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
3026 25 0:21 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 - cgroup cgroup rw,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd
3127 18 0:22 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
3228 25 0:23 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,net_prio,net_cls
3329 25 0:24 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,devices
3430 25 0:25 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,cpuset
3531 25 0:26 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,hugetlb
3632 25 0:27 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,blkio
3733 25 0:28 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,perf_event
3834 25 0:29 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,freezer
3935 25 0:30 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,memory
4036 25 0:31 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,pids
4137 25 0:32 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:21 - cgroup cgroup rw,cpuacct,cpu
4238 2 0:33 / /var/lib/nfs/rpc_pipefs rw,relatime shared:22 - rpc_pipefs rpc_pipefs rw
4361 18 0:34 / /sys/kernel/config rw,relatime shared:23 - configfs configfs rw
44+ cat /proc/mounts
45rootfs / rootfs rw,size=475316k,nr_inodes=118829 0 0
46sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
47proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
48devtmpfs /dev devtmpfs rw,nosuid,size=475316k,nr_inodes=118829,mode=755 0 0
49securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
50tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
51devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
52tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
53tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
54cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
55pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
56cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_prio,net_cls 0 0
57cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
58cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
59cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
60cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
61cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
62cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
63cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
64cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
65cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpuacct,cpu 0 0
66rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
67configfs /sys/kernel/config configfs rw,relatime 0 0
68+ blkid
69/tmp/curl_fetch_url1/squashfs.img: TYPE="squashfs"
70/dev/sr0: UUID="2018-05-07-12-53-47-00" LABEL="CentOS 7 x86_64" TYPE="iso9660" PTTYPE="dos"
71/dev/loop0: TYPE="squashfs"
72+ blkid -o udev
73ID_FS_TYPE=squashfs
74
75ID_FS_UUID=2018-05-07-12-53-47-00
76ID_FS_UUID_ENC=2018-05-07-12-53-47-00
77ID_FS_LABEL=CentOS_7_x86_64
78ID_FS_LABEL_ENC=CentOS\x207\x20x86_64
79ID_FS_TYPE=iso9660
80ID_PART_TABLE_TYPE=dos
81
82ID_FS_TYPE=squashfs
83+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-path /dev/disk/by-uuid
84/dev/disk/by-id:
85total 0
86lrwxrwxrwx 1 root 0 9 Jan 16 07:10 ata-VMware_Virtual_IDE_CDROM_Drive_00000000000000000001 -> ../../sr0
87
88/dev/disk/by-label:
89total 0
90lrwxrwxrwx 1 root 0 9 Jan 16 07:10 CentOS\x207\x20x86_64 -> ../../sr0
91
92/dev/disk/by-path:
93total 0
94lrwxrwxrwx 1 root 0 9 Jan 16 07:10 pci-0000:00:07.1-ata-1.0 -> ../../sr0
95lrwxrwxrwx 1 root 0 9 Jan 16 07:10 pci-0000:00:10.0-scsi-0:0:0:0 -> ../../sda
96
97/dev/disk/by-uuid:
98total 0
99lrwxrwxrwx 1 root 0 9 Jan 16 07:10 2018-05-07-12-53-47-00 -> ../../sr0
100+ for _i in '/etc/conf.d/*.conf'
101+ '[' -f /etc/conf.d/systemd.conf ']'
102+ echo /etc/conf.d/systemd.conf
103/etc/conf.d/systemd.conf
104+ cat /etc/conf.d/systemd.conf
105systemdutildir="/usr/lib/systemd"
106systemdsystemunitdir="/usr/lib/systemd/system"
107systemdsystemconfdir="/etc/systemd/system"
108+ command -v lvm
109+ lvm pvdisplay
110+ lvm vgdisplay
111+ lvm lvdisplay
112+ command -v dmsetup
113+ dmsetup ls --tree
114No devices found
115+ cat /proc/mdstat
116Personalities : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] [linear]
117unused devices: <none>
118+ command -v ip
119+ ip addr
1201: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
121 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
122 inet 127.0.0.1/8 scope host lo
123 valid_lft forever preferred_lft forever
124 inet6 ::1/128 scope host
125 valid_lft forever preferred_lft forever
1262: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
127 link/ether 00:0c:29:31:bf:33 brd ff:ff:ff:ff:ff:ff
128 inet 192.168.80.107/24 brd 192.168.80.255 scope global dynamic eth0
129 valid_lft 575405sec preferred_lft 575405sec
130 inet6 fe80::20c:29ff:fe31:bf33/64 scope link
131 valid_lft forever preferred_lft forever
132+ command -v journalctl
133+ journalctl -ab --no-pager -o short-monotonic
134-- Logs begin at Wed 2019-01-16 07:09:56 UTC, end at Wed 2019-01-16 07:11:11 UTC. --
135[ 4.189128] localhost systemd-journal[81]: Runtime journal is using 6.1M (max allowed 48.8M, trying to leave 73.2M free of 482.0M available → current limit 48.8M).
136[ 0.000000] localhost kernel: Initializing cgroup subsys cpuset
137[ 0.000000] localhost kernel: Initializing cgroup subsys cpu
138[ 0.000000] localhost kernel: Initializing cgroup subsys cpuacct
139[ 0.000000] localhost kernel: Linux version 3.10.0-693.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-16) (GCC) ) #1 SMP Tue Aug 22 21:09:27 UTC 2017
140[ 0.000000] localhost kernel: Command line: initrd=initrd74x64.img ip=dhcp net.ifnames=0 biosdevname=0 inst.repo=http://192.168.80.11/linux/centos/7/ inst.ks=http://beta.makernet.local/linux/ks/makernetserverguihttp.cfg BOOT_IMAGE=vmlinuz74x64
141[ 0.000000] localhost kernel: Disabled fast string operations
142[ 0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
143[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
144[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
145[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
146[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003fedffff] usable
147[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000003fee0000-0x000000003fefefff] ACPI data
148[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000003feff000-0x000000003fefffff] ACPI NVS
149[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000003ff00000-0x000000003fffffff] usable
150[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
151[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
152[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
153[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fffe0000-0x00000000ffffffff] reserved
154[ 0.000000] localhost kernel: NX (Execute Disable) protection: active
155[ 0.000000] localhost kernel: SMBIOS 2.7 present.
156[ 0.000000] localhost kernel: DMI: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 04/13/2018
157[ 0.000000] localhost kernel: Hypervisor detected: VMware
158[ 0.000000] localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
159[ 0.000000] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
160[ 0.000000] localhost kernel: e820: last_pfn = 0x40000 max_arch_pfn = 0x400000000
161[ 0.000000] localhost kernel: MTRR default type: uncachable
162[ 0.000000] localhost kernel: MTRR fixed ranges enabled:
163[ 0.000000] localhost kernel: 00000-9FFFF write-back
164[ 0.000000] localhost kernel: A0000-BFFFF uncachable
165[ 0.000000] localhost kernel: C0000-CBFFF write-protect
166[ 0.000000] localhost kernel: CC000-EFFFF uncachable
167[ 0.000000] localhost kernel: F0000-FFFFF write-protect
168[ 0.000000] localhost kernel: MTRR variable ranges enabled:
169[ 0.000000] localhost kernel: 0 base 00000000000 mask 7FF00000000 write-back
170[ 0.000000] localhost kernel: 1 base 000C0000000 mask 7FFC0000000 uncachable
171[ 0.000000] localhost kernel: 2 disabled
172[ 0.000000] localhost kernel: 3 disabled
173[ 0.000000] localhost kernel: 4 disabled
174[ 0.000000] localhost kernel: 5 disabled
175[ 0.000000] localhost kernel: 6 disabled
176[ 0.000000] localhost kernel: 7 disabled
177[ 0.000000] localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
178[ 0.000000] localhost kernel: original variable MTRRs
179[ 0.000000] localhost kernel: reg 0, base: 0GB, range: 4GB, type WB
180[ 0.000000] localhost kernel: reg 1, base: 3GB, range: 1GB, type UC
181[ 0.000000] localhost kernel: total RAM covered: 3072M
182[ 0.000000] localhost kernel: Found optimal setting for mtrr clean up
183[ 0.000000] localhost kernel: gran_size: 64K chunk_size: 64K num_reg: 2 lose cover RAM: 0G
184[ 0.000000] localhost kernel: New variable MTRRs
185[ 0.000000] localhost kernel: reg 0, base: 0GB, range: 2GB, type WB
186[ 0.000000] localhost kernel: reg 1, base: 2GB, range: 1GB, type WB
187[ 0.000000] localhost kernel: found SMP MP-table at [mem 0x000f6a80-0x000f6a8f] mapped at [ffff8800000f6a80]
188[ 0.000000] localhost kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
189[ 0.000000] localhost kernel: Using GB pages for direct mapping
190[ 0.000000] localhost kernel: BRK [0x01fea000, 0x01feafff] PGTABLE
191[ 0.000000] localhost kernel: BRK [0x01feb000, 0x01febfff] PGTABLE
192[ 0.000000] localhost kernel: BRK [0x01fec000, 0x01fecfff] PGTABLE
193[ 0.000000] localhost kernel: BRK [0x01fed000, 0x01fedfff] PGTABLE
194[ 0.000000] localhost kernel: RAMDISK: [mem 0x3d08e000-0x3febefff]
195[ 0.000000] localhost kernel: Early table checksum verification disabled
196[ 0.000000] localhost kernel: ACPI: RSDP 00000000000f6a10 00024 (v02 PTLTD )
197[ 0.000000] localhost kernel: ACPI: XSDT 000000003fee965b 0005C (v01 INTEL 440BX 06040000 VMW 01324272)
198[ 0.000000] localhost kernel: ACPI: FACP 000000003fefee73 000F4 (v04 INTEL 440BX 06040000 PTL 000F4240)
199[ 0.000000] localhost kernel: ACPI: DSDT 000000003feeaff8 13E7B (v01 PTLTD Custom 06040000 MSFT 03000001)
200[ 0.000000] localhost kernel: ACPI: FACS 000000003fefffc0 00040
201[ 0.000000] localhost kernel: ACPI: BOOT 000000003feeafd0 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
202[ 0.000000] localhost kernel: ACPI: APIC 000000003feea88e 00742 (v01 PTLTD ? APIC 06040000 LTP 00000000)
203[ 0.000000] localhost kernel: ACPI: MCFG 000000003feea852 0003C (v01 PTLTD $PCITBL$ 06040000 LTP 00000001)
204[ 0.000000] localhost kernel: ACPI: SRAT 000000003fee9757 008A8 (v02 VMWARE MEMPLUG 06040000 VMW 00000001)
205[ 0.000000] localhost kernel: ACPI: HPET 000000003fee971f 00038 (v01 VMWARE VMW HPET 06040000 VMW 00000001)
206[ 0.000000] localhost kernel: ACPI: WAET 000000003fee96f7 00028 (v01 VMWARE VMW WAET 06040000 VMW 00000001)
207[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
208[ 0.000000] localhost kernel: system APIC only can use physical flat
209[ 0.000000] localhost kernel: Setting APIC routing to physical flat.
210[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
211[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
212[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
213[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
214[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x08 -> Node 0
215[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x0a -> Node 0
216[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x0c -> Node 0
217[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x0e -> Node 0
218[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x10 -> Node 0
219[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x12 -> Node 0
220[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x14 -> Node 0
221[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x16 -> Node 0
222[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x18 -> Node 0
223[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x1a -> Node 0
224[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x1c -> Node 0
225[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x1e -> Node 0
226[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x20 -> Node 0
227[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x22 -> Node 0
228[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x24 -> Node 0
229[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x26 -> Node 0
230[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x28 -> Node 0
231[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x2a -> Node 0
232[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x2c -> Node 0
233[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x2e -> Node 0
234[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x30 -> Node 0
235[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x32 -> Node 0
236[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x34 -> Node 0
237[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x36 -> Node 0
238[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x38 -> Node 0
239[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x3a -> Node 0
240[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x3c -> Node 0
241[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x3e -> Node 0
242[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x40 -> Node 0
243[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x42 -> Node 0
244[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x44 -> Node 0
245[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x46 -> Node 0
246[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x48 -> Node 0
247[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x4a -> Node 0
248[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x4c -> Node 0
249[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x4e -> Node 0
250[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x50 -> Node 0
251[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x52 -> Node 0
252[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x54 -> Node 0
253[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x56 -> Node 0
254[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x58 -> Node 0
255[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x5a -> Node 0
256[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x5c -> Node 0
257[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x5e -> Node 0
258[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x60 -> Node 0
259[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x62 -> Node 0
260[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x64 -> Node 0
261[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x66 -> Node 0
262[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x68 -> Node 0
263[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x6a -> Node 0
264[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x6c -> Node 0
265[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x6e -> Node 0
266[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x70 -> Node 0
267[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x72 -> Node 0
268[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x74 -> Node 0
269[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x76 -> Node 0
270[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x78 -> Node 0
271[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x7a -> Node 0
272[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x7c -> Node 0
273[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x7e -> Node 0
274[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x80 -> Node 0
275[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x82 -> Node 0
276[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x84 -> Node 0
277[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x86 -> Node 0
278[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x88 -> Node 0
279[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x8a -> Node 0
280[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x8c -> Node 0
281[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x8e -> Node 0
282[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x90 -> Node 0
283[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x92 -> Node 0
284[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x94 -> Node 0
285[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x96 -> Node 0
286[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x98 -> Node 0
287[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x9a -> Node 0
288[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x9c -> Node 0
289[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x9e -> Node 0
290[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xa0 -> Node 0
291[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xa2 -> Node 0
292[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xa4 -> Node 0
293[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xa6 -> Node 0
294[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xa8 -> Node 0
295[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xaa -> Node 0
296[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xac -> Node 0
297[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xae -> Node 0
298[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xb0 -> Node 0
299[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xb2 -> Node 0
300[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xb4 -> Node 0
301[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xb6 -> Node 0
302[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xb8 -> Node 0
303[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xba -> Node 0
304[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xbc -> Node 0
305[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xbe -> Node 0
306[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xc0 -> Node 0
307[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xc2 -> Node 0
308[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xc4 -> Node 0
309[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xc6 -> Node 0
310[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xc8 -> Node 0
311[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xca -> Node 0
312[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xcc -> Node 0
313[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xce -> Node 0
314[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xd0 -> Node 0
315[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xd2 -> Node 0
316[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xd4 -> Node 0
317[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xd6 -> Node 0
318[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xd8 -> Node 0
319[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xda -> Node 0
320[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xdc -> Node 0
321[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xde -> Node 0
322[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xe0 -> Node 0
323[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xe2 -> Node 0
324[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xe4 -> Node 0
325[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xe6 -> Node 0
326[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xe8 -> Node 0
327[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xea -> Node 0
328[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xec -> Node 0
329[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xee -> Node 0
330[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xf0 -> Node 0
331[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xf2 -> Node 0
332[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xf4 -> Node 0
333[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xf6 -> Node 0
334[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xf8 -> Node 0
335[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xfa -> Node 0
336[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xfc -> Node 0
337[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0xfe -> Node 0
338[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
339[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x00100000-0x3fffffff]
340[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x40000000-0xbfffffff] hotplug
341[ 0.000000] localhost kernel: NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0x3fffffff] -> [mem 0x00000000-0x3fffffff]
342[ 0.000000] localhost kernel: NODE_DATA(0) allocated [mem 0x3ffd9000-0x3fffffff]
343[ 0.000000] localhost kernel: Zone ranges:
344[ 0.000000] localhost kernel: DMA [mem 0x00001000-0x00ffffff]
345[ 0.000000] localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
346[ 0.000000] localhost kernel: Normal empty
347[ 0.000000] localhost kernel: Movable zone start for each node
348[ 0.000000] localhost kernel: Early memory node ranges
349[ 0.000000] localhost kernel: node 0: [mem 0x00001000-0x0009dfff]
350[ 0.000000] localhost kernel: node 0: [mem 0x00100000-0x3fedffff]
351[ 0.000000] localhost kernel: node 0: [mem 0x3ff00000-0x3fffffff]
352[ 0.000000] localhost kernel: Initmem setup node 0 [mem 0x00001000-0x3fffffff]
353[ 0.000000] localhost kernel: On node 0 totalpages: 262013
354[ 0.000000] localhost kernel: DMA zone: 64 pages used for memmap
355[ 0.000000] localhost kernel: DMA zone: 21 pages reserved
356[ 0.000000] localhost kernel: DMA zone: 3997 pages, LIFO batch:0
357[ 0.000000] localhost kernel: DMA32 zone: 4032 pages used for memmap
358[ 0.000000] localhost kernel: DMA32 zone: 258016 pages, LIFO batch:31
359[ 0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0x1008
360[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
361[ 0.000000] localhost kernel: system APIC only can use physical flat
362[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
363[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] disabled)
364[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
365[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
366[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
367[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
368[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
369[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
370[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
371[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
372[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
373[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
374[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
375[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
376[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
377[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
378[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
379[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
380[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
381[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
382[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
383[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
384[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
385[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
386[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
387[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
388[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
389[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
390[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
391[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
392[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
393[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
394[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
395[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
396[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
397[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
398[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
399[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
400[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
401[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
402[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
403[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
404[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
405[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
406[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
407[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
408[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
409[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
410[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
411[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
412[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
413[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
414[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
415[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
416[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
417[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
418[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
419[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
420[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
421[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
422[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
423[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
424[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
425[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
426[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
427[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
428[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
429[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
430[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
431[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
432[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
433[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
434[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
435[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
436[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
437[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
438[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
439[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
440[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
441[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
442[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
443[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
444[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
445[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
446[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
447[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
448[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
449[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
450[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
451[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
452[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
453[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
454[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
455[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
456[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
457[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
458[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
459[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
460[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
461[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
462[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
463[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
464[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
465[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
466[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
467[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
468[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
469[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
470[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
471[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
472[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
473[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
474[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
475[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
476[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
477[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
478[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
479[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
480[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
481[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
482[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
483[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
484[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
485[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
486[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
487[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
488[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
489[ 0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
490[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
491[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
492[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
493[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
494[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
495[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
496[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
497[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
498[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
499[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
500[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
501[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
502[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
503[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
504[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
505[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
506[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
507[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
508[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
509[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
510[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
511[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
512[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
513[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
514[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
515[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
516[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
517[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
518[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
519[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
520[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
521[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
522[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
523[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
524[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
525[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
526[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
527[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
528[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
529[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
530[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
531[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
532[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
533[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
534[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x2c] high edge lint[0x1])
535[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x2d] high edge lint[0x1])
536[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x2e] high edge lint[0x1])
537[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x2f] high edge lint[0x1])
538[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
539[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
540[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
541[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
542[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
543[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
544[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
545[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
546[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
547[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
548[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
549[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
550[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x3c] high edge lint[0x1])
551[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x3d] high edge lint[0x1])
552[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x3e] high edge lint[0x1])
553[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x3f] high edge lint[0x1])
554[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x40] high edge lint[0x1])
555[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x41] high edge lint[0x1])
556[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x42] high edge lint[0x1])
557[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x43] high edge lint[0x1])
558[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x44] high edge lint[0x1])
559[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x45] high edge lint[0x1])
560[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x46] high edge lint[0x1])
561[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x47] high edge lint[0x1])
562[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x48] high edge lint[0x1])
563[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x49] high edge lint[0x1])
564[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x4a] high edge lint[0x1])
565[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x4b] high edge lint[0x1])
566[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x4c] high edge lint[0x1])
567[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x4d] high edge lint[0x1])
568[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x4e] high edge lint[0x1])
569[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x4f] high edge lint[0x1])
570[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x50] high edge lint[0x1])
571[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x51] high edge lint[0x1])
572[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x52] high edge lint[0x1])
573[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x53] high edge lint[0x1])
574[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x54] high edge lint[0x1])
575[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x55] high edge lint[0x1])
576[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x56] high edge lint[0x1])
577[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x57] high edge lint[0x1])
578[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x58] high edge lint[0x1])
579[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x59] high edge lint[0x1])
580[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x5a] high edge lint[0x1])
581[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x5b] high edge lint[0x1])
582[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x5c] high edge lint[0x1])
583[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x5d] high edge lint[0x1])
584[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x5e] high edge lint[0x1])
585[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x5f] high edge lint[0x1])
586[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x60] high edge lint[0x1])
587[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x61] high edge lint[0x1])
588[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x62] high edge lint[0x1])
589[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x63] high edge lint[0x1])
590[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x64] high edge lint[0x1])
591[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x65] high edge lint[0x1])
592[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x66] high edge lint[0x1])
593[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x67] high edge lint[0x1])
594[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x68] high edge lint[0x1])
595[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x69] high edge lint[0x1])
596[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x6a] high edge lint[0x1])
597[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x6b] high edge lint[0x1])
598[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x6c] high edge lint[0x1])
599[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x6d] high edge lint[0x1])
600[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x6e] high edge lint[0x1])
601[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x6f] high edge lint[0x1])
602[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x70] high edge lint[0x1])
603[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x71] high edge lint[0x1])
604[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x72] high edge lint[0x1])
605[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x73] high edge lint[0x1])
606[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x74] high edge lint[0x1])
607[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x75] high edge lint[0x1])
608[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x76] high edge lint[0x1])
609[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x77] high edge lint[0x1])
610[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x78] high edge lint[0x1])
611[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x79] high edge lint[0x1])
612[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x7a] high edge lint[0x1])
613[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x7b] high edge lint[0x1])
614[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x7c] high edge lint[0x1])
615[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x7d] high edge lint[0x1])
616[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x7e] high edge lint[0x1])
617[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x7f] high edge lint[0x1])
618[ 0.000000] localhost kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
619[ 0.000000] localhost kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
620[ 0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
621[ 0.000000] localhost kernel: ACPI: IRQ0 used by override.
622[ 0.000000] localhost kernel: ACPI: IRQ9 used by override.
623[ 0.000000] localhost kernel: Using ACPI (MADT) for SMP configuration information
624[ 0.000000] localhost kernel: ACPI: HPET id: 0x8086af01 base: 0xfed00000
625[ 0.000000] localhost kernel: smpboot: Allowing 128 CPUs, 127 hotplug CPUs
626[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
627[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
628[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dbfff]
629[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000dc000-0x000fffff]
630[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x3fee0000-0x3fefefff]
631[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x3feff000-0x3fefffff]
632[ 0.000000] localhost kernel: e820: [mem 0x40000000-0xefffffff] available for PCI devices
633[ 0.000000] localhost kernel: Booting paravirtualized kernel on bare hardware
634[ 0.000000] localhost kernel: Detected CPU family 6 model 122
635[ 0.000000] localhost kernel: Warning: Intel Processor - this hardware has not undergone upstream testing. Please consult http://wiki.centos.org/FAQ for more information
636[ 0.000000] localhost kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:128 nr_cpu_ids:128 nr_node_ids:1
637[ 0.000000] localhost kernel: PERCPU: Embedded 33 pages/cpu @ffff880039800000 s97048 r8192 d29928 u262144
638[ 0.000000] localhost kernel: pcpu-alloc: s97048 r8192 d29928 u262144 alloc=1*2097152
639[ 0.000000] localhost kernel: pcpu-alloc: [0] 000 001 002 003 004 005 006 007
640[ 0.000000] localhost kernel: pcpu-alloc: [0] 008 009 010 011 012 013 014 015
641[ 0.000000] localhost kernel: pcpu-alloc: [0] 016 017 018 019 020 021 022 023
642[ 0.000000] localhost kernel: pcpu-alloc: [0] 024 025 026 027 028 029 030 031
643[ 0.000000] localhost kernel: pcpu-alloc: [0] 032 033 034 035 036 037 038 039
644[ 0.000000] localhost kernel: pcpu-alloc: [0] 040 041 042 043 044 045 046 047
645[ 0.000000] localhost kernel: pcpu-alloc: [0] 048 049 050 051 052 053 054 055
646[ 0.000000] localhost kernel: pcpu-alloc: [0] 056 057 058 059 060 061 062 063
647[ 0.000000] localhost kernel: pcpu-alloc: [0] 064 065 066 067 068 069 070 071
648[ 0.000000] localhost kernel: pcpu-alloc: [0] 072 073 074 075 076 077 078 079
649[ 0.000000] localhost kernel: pcpu-alloc: [0] 080 081 082 083 084 085 086 087
650[ 0.000000] localhost kernel: pcpu-alloc: [0] 088 089 090 091 092 093 094 095
651[ 0.000000] localhost kernel: pcpu-alloc: [0] 096 097 098 099 100 101 102 103
652[ 0.000000] localhost kernel: pcpu-alloc: [0] 104 105 106 107 108 109 110 111
653[ 0.000000] localhost kernel: pcpu-alloc: [0] 112 113 114 115 116 117 118 119
654[ 0.000000] localhost kernel: pcpu-alloc: [0] 120 121 122 123 124 125 126 127
655[ 0.000000] localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 257896
656[ 0.000000] localhost kernel: Policy zone: DMA32
657[ 0.000000] localhost kernel: Kernel command line: initrd=initrd74x64.img ip=dhcp net.ifnames=0 biosdevname=0 inst.repo=http://192.168.80.11/linux/centos/7/ inst.ks=http://beta.makernet.local/linux/ks/makernetserverguihttp.cfg BOOT_IMAGE=vmlinuz74x64
658[ 0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
659[ 0.000000] localhost kernel: x86/fpu: xstate_offset[2]: 0000, xstate_sizes[2]: 0000
660[ 0.000000] localhost kernel: x86/fpu: xstate_offset[3]: 03c0, xstate_sizes[3]: 0040
661[ 0.000000] localhost kernel: x86/fpu: xstate_offset[4]: 0400, xstate_sizes[4]: 0040
662[ 0.000000] localhost kernel: xsave: enabled xstate_bv 0x1b, cntxt size 0x440 using standard form
663[ 0.000000] localhost kernel: Memory: 950632k/1048576k available (6886k kernel code, 524k absent, 97420k reserved, 4545k data, 1764k init)
664[ 0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=128, Nodes=1
665[ 0.000000] localhost kernel: Hierarchical RCU implementation.
666[ 0.000000] localhost kernel: RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=128.
667[ 0.000000] localhost kernel: NR_IRQS:327936 nr_irqs:1448 0
668[ 0.000000] localhost kernel: Console: colour VGA+ 80x25
669[ 0.000000] localhost kernel: console [tty0] enabled
670[ 0.000000] localhost kernel: allocated 4194304 bytes of page_cgroup
671[ 0.000000] localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
672[ 0.000000] localhost kernel: hpet clockevent registered
673[ 0.000000] localhost kernel: tsc: Fast TSC calibration using PIT
674[ 0.000000] localhost kernel: TSC freq read from hypervisor : 1501.000 MHz
675[ 0.000000] localhost kernel: tsc: Detected 1499.961 MHz processor
676[ 0.000190] localhost kernel: Calibrating delay loop (skipped) preset value.. 3002.00 BogoMIPS (lpj=1501000)
677[ 0.000206] localhost kernel: pid_max: default: 131072 minimum: 1024
678[ 0.000222] localhost kernel: Security Framework initialized
679[ 0.000237] localhost kernel: SELinux: Initializing.
680[ 0.000253] localhost kernel: SELinux: Starting in permissive mode
681[ 0.000256] localhost kernel: Yama: becoming mindful.
682[ 0.000287] localhost kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
683[ 0.000805] localhost kernel: Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
684[ 0.001812] localhost kernel: Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
685[ 0.001828] localhost kernel: Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
686[ 0.002015] localhost kernel: Initializing cgroup subsys memory
687[ 0.002031] localhost kernel: Initializing cgroup subsys devices
688[ 0.002046] localhost kernel: Initializing cgroup subsys freezer
689[ 0.002062] localhost kernel: Initializing cgroup subsys net_cls
690[ 0.002078] localhost kernel: Initializing cgroup subsys blkio
691[ 0.002093] localhost kernel: Initializing cgroup subsys perf_event
692[ 0.002109] localhost kernel: Initializing cgroup subsys hugetlb
693[ 0.002124] localhost kernel: Initializing cgroup subsys pids
694[ 0.002140] localhost kernel: Initializing cgroup subsys net_prio
695[ 0.002171] localhost kernel: Disabled fast string operations
696[ 0.002187] localhost kernel: CPU: Physical Processor ID: 0
697[ 0.005790] localhost kernel: mce: CPU supports 8 MCE banks
698[ 0.005822] localhost kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
699[ 0.005837] localhost kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
700[ 0.005853] localhost kernel: tlb_flushall_shift: 6
701[ 0.026790] localhost kernel: ACPI: Core revision 20130517
702[ 0.029051] localhost kernel: ACPI: All ACPI Tables successfully acquired
703[ 0.029816] localhost kernel: ftrace: allocating 26584 entries in 104 pages
704[ 0.061962] localhost kernel: smpboot: Max logical packages: 128
705[ 0.062165] localhost kernel: Enabling x2apic
706[ 0.062180] localhost kernel: Enabled x2apic
707[ 0.062196] localhost kernel: Switched APIC routing to physical x2apic.
708[ 0.062442] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
709[ 0.072477] localhost kernel: smpboot: CPU0: Intel(R) Celeron(R) J4105 CPU @ 1.50GHz (fam: 06, model: 7a, stepping: 01)
710[ 0.072506] localhost kernel: TSC deadline timer enabled
711[ 0.072594] localhost kernel: Performance Events: generic architected perfmon v1, core PMU driver.
712[ 0.073534] localhost kernel: core: CPUID marked event: 'cpu cycles' unavailable
713[ 0.073773] localhost kernel: core: CPUID marked event: 'instructions' unavailable
714[ 0.073962] localhost kernel: core: CPUID marked event: 'bus cycles' unavailable
715[ 0.074148] localhost kernel: core: CPUID marked event: 'cache references' unavailable
716[ 0.074339] localhost kernel: core: CPUID marked event: 'cache misses' unavailable
717[ 0.074363] localhost kernel: core: CPUID marked event: 'branch instructions' unavailable
718[ 0.074543] localhost kernel: core: CPUID marked event: 'branch misses' unavailable
719[ 0.074764] localhost kernel: ... version: 1
720[ 0.074936] localhost kernel: ... bit width: 48
721[ 0.075110] localhost kernel: ... generic registers: 4
722[ 0.075282] localhost kernel: ... value mask: 0000ffffffffffff
723[ 0.075481] localhost kernel: ... max period: 000000007fffffff
724[ 0.075488] localhost kernel: ... fixed-purpose events: 0
725[ 0.075495] localhost kernel: ... event mask: 000000000000000f
726[ 0.083655] localhost kernel: NMI watchdog: disabled (cpu0): hardware events not enabled
727[ 0.083882] localhost kernel: NMI watchdog: Shutting down hard lockup detector on all cpus
728[ 0.096332] localhost kernel: Brought up 1 CPUs
729[ 0.096518] localhost kernel: smpboot: Total of 1 processors activated (3002.00 BogoMIPS)
730[ 0.100608] localhost kernel: devtmpfs: initialized
731[ 0.102957] localhost kernel: EVM: security.selinux
732[ 0.103126] localhost kernel: EVM: security.ima
733[ 0.103287] localhost kernel: EVM: security.capability
734[ 0.103610] localhost kernel: PM: Registering ACPI NVS region [mem 0x3feff000-0x3fefffff] (4096 bytes)
735[ 0.105764] localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
736[ 0.105770] localhost kernel: pinctrl core: initialized pinctrl subsystem
737[ 0.105997] localhost kernel: RTC time: 7:09:51, date: 01/16/19
738[ 0.106901] localhost kernel: NET: Registered protocol family 16
739[ 0.107585] localhost kernel: ACPI: bus type PCI registered
740[ 0.107767] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
741[ 0.108042] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
742[ 0.108393] localhost kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
743[ 0.108614] localhost kernel: PCI: Using configuration type 1 for base access
744[ 0.111426] localhost kernel: ACPI: Added _OSI(Module Device)
745[ 0.111608] localhost kernel: ACPI: Added _OSI(Processor Device)
746[ 0.111787] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
747[ 0.111887] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
748[ 0.114367] localhost kernel: ACPI: EC: Look up EC in DSDT
749[ 0.120663] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
750[ 0.139875] localhost kernel: ACPI: Interpreter enabled
751[ 0.140084] localhost kernel: ACPI: (supports S0 S1 S4 S5)
752[ 0.140089] localhost kernel: ACPI: Using IOAPIC for interrupt routing
753[ 0.140211] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
754[ 0.242644] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7f])
755[ 0.243009] localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
756[ 0.243580] localhost kernel: acpi PNP0A03:00: _OSC: platform does not support [AER]
757[ 0.244033] localhost kernel: acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
758[ 0.246780] localhost kernel: PCI host bridge to bus 0000:00
759[ 0.246975] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-7f]
760[ 0.246981] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
761[ 0.246986] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
762[ 0.246990] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
763[ 0.247036] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
764[ 0.247349] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
765[ 0.247660] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
766[ 0.247983] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
767[ 0.247988] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff window]
768[ 0.248124] localhost kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
769[ 0.248930] localhost kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
770[ 0.249554] localhost kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
771[ 0.250400] localhost kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
772[ 0.252077] localhost kernel: pci 0000:00:07.1: reg 0x20: [io 0x1060-0x106f]
773[ 0.252820] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
774[ 0.253043] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
775[ 0.253088] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
776[ 0.253301] localhost kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
777[ 0.253877] localhost kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
778[ 0.256063] localhost kernel: pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
779[ 0.256110] localhost kernel: pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
780[ 0.257016] localhost kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
781[ 0.257586] localhost kernel: pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf]
782[ 0.258061] localhost kernel: pci 0000:00:07.7: reg 0x14: [mem 0xfebfe000-0xfebfffff 64bit]
783[ 0.260248] localhost kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
784[ 0.261154] localhost kernel: pci 0000:00:0f.0: reg 0x10: [io 0x1070-0x107f]
785[ 0.262163] localhost kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xe8000000-0xefffffff pref]
786[ 0.262287] localhost kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
787[ 0.267220] localhost kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
788[ 0.267901] localhost kernel: pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
789[ 0.268498] localhost kernel: pci 0000:00:10.0: reg 0x10: [io 0x1400-0x14ff]
790[ 0.269065] localhost kernel: pci 0000:00:10.0: reg 0x14: [mem 0xfeba0000-0xfebbffff 64bit]
791[ 0.269558] localhost kernel: pci 0000:00:10.0: reg 0x1c: [mem 0xfebc0000-0xfebdffff 64bit]
792[ 0.270524] localhost kernel: pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
793[ 0.270983] localhost kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
794[ 0.271645] localhost kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
795[ 0.272061] localhost kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
796[ 0.272833] localhost kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
797[ 0.273044] localhost kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
798[ 0.273431] localhost kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
799[ 0.274233] localhost kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
800[ 0.274468] localhost kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
801[ 0.274870] localhost kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
802[ 0.275647] localhost kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
803[ 0.275856] localhost kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
804[ 0.276288] localhost kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
805[ 0.277058] localhost kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
806[ 0.277268] localhost kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
807[ 0.277665] localhost kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
808[ 0.278457] localhost kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
809[ 0.278667] localhost kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
810[ 0.279030] localhost kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
811[ 0.279853] localhost kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
812[ 0.280081] localhost kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
813[ 0.280499] localhost kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
814[ 0.281271] localhost kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
815[ 0.281485] localhost kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
816[ 0.281851] localhost kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
817[ 0.282619] localhost kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
818[ 0.282827] localhost kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
819[ 0.283198] localhost kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
820[ 0.283965] localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
821[ 0.284183] localhost kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
822[ 0.284488] localhost kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
823[ 0.285255] localhost kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
824[ 0.285472] localhost kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
825[ 0.285906] localhost kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
826[ 0.286688] localhost kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
827[ 0.286914] localhost kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
828[ 0.287290] localhost kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
829[ 0.288127] localhost kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
830[ 0.288342] localhost kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
831[ 0.288820] localhost kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
832[ 0.289793] localhost kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
833[ 0.290265] localhost kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
834[ 0.290569] localhost kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
835[ 0.291348] localhost kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
836[ 0.291596] localhost kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
837[ 0.292008] localhost kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
838[ 0.292812] localhost kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
839[ 0.293031] localhost kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
840[ 0.293460] localhost kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
841[ 0.294277] localhost kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
842[ 0.294297] localhost kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
843[ 0.294606] localhost kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
844[ 0.295377] localhost kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
845[ 0.295606] localhost kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
846[ 0.295988] localhost kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
847[ 0.296766] localhost kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
848[ 0.297023] localhost kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
849[ 0.297415] localhost kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
850[ 0.298198] localhost kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
851[ 0.298412] localhost kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
852[ 0.298619] localhost kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
853[ 0.299387] localhost kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
854[ 0.299618] localhost kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
855[ 0.300231] localhost kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
856[ 0.301014] localhost kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
857[ 0.301234] localhost kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
858[ 0.301628] localhost kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
859[ 0.302391] localhost kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
860[ 0.302547] localhost kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
861[ 0.302985] localhost kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
862[ 0.303765] localhost kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
863[ 0.303980] localhost kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
864[ 0.304346] localhost kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
865[ 0.305371] localhost kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
866[ 0.305872] localhost kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
867[ 0.306420] localhost kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
868[ 0.307299] localhost kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
869[ 0.307332] localhost kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
870[ 0.307742] localhost kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
871[ 0.308525] localhost kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
872[ 0.308977] localhost kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
873[ 0.309387] localhost kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
874[ 0.310178] localhost kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
875[ 0.310393] localhost kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
876[ 0.310735] localhost kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
877[ 0.311503] localhost kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
878[ 0.311719] localhost kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
879[ 0.312409] localhost kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
880[ 0.313194] localhost kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
881[ 0.313415] localhost kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
882[ 0.313774] localhost kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
883[ 0.314551] localhost kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
884[ 0.314781] localhost kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
885[ 0.315208] localhost kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
886[ 0.315991] localhost kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
887[ 0.316211] localhost kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
888[ 0.316591] localhost kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
889[ 0.317365] localhost kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
890[ 0.317581] localhost kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
891[ 0.318300] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
892[ 0.319133] localhost kernel: acpiphp: Slot [32] registered
893[ 0.319339] localhost kernel: acpiphp: Slot [33] registered
894[ 0.319555] localhost kernel: acpiphp: Slot [34] registered
895[ 0.319703] localhost kernel: acpiphp: Slot [35] registered
896[ 0.319906] localhost kernel: acpiphp: Slot [36] registered
897[ 0.320141] localhost kernel: acpiphp: Slot [37] registered
898[ 0.320344] localhost kernel: acpiphp: Slot [38] registered
899[ 0.320556] localhost kernel: acpiphp: Slot [39] registered
900[ 0.320755] localhost kernel: acpiphp: Slot [40] registered
901[ 0.320978] localhost kernel: acpiphp: Slot [41] registered
902[ 0.321185] localhost kernel: acpiphp: Slot [42] registered
903[ 0.321696] localhost kernel: acpiphp: Slot [43] registered
904[ 0.321795] localhost kernel: acpiphp: Slot [44] registered
905[ 0.321999] localhost kernel: acpiphp: Slot [45] registered
906[ 0.322214] localhost kernel: acpiphp: Slot [46] registered
907[ 0.322417] localhost kernel: acpiphp: Slot [47] registered
908[ 0.322619] localhost kernel: acpiphp: Slot [48] registered
909[ 0.322771] localhost kernel: acpiphp: Slot [49] registered
910[ 0.322974] localhost kernel: acpiphp: Slot [50] registered
911[ 0.323219] localhost kernel: acpiphp: Slot [51] registered
912[ 0.323423] localhost kernel: acpiphp: Slot [52] registered
913[ 0.323625] localhost kernel: acpiphp: Slot [53] registered
914[ 0.323745] localhost kernel: acpiphp: Slot [54] registered
915[ 0.323958] localhost kernel: acpiphp: Slot [55] registered
916[ 0.324159] localhost kernel: acpiphp: Slot [56] registered
917[ 0.324361] localhost kernel: acpiphp: Slot [57] registered
918[ 0.324596] localhost kernel: acpiphp: Slot [58] registered
919[ 0.324754] localhost kernel: acpiphp: Slot [59] registered
920[ 0.324966] localhost kernel: acpiphp: Slot [60] registered
921[ 0.325168] localhost kernel: acpiphp: Slot [61] registered
922[ 0.325369] localhost kernel: acpiphp: Slot [62] registered
923[ 0.325571] localhost kernel: acpiphp: Slot [63] registered
924[ 0.325839] localhost kernel: pci 0000:02:00.0: [15ad:0774] type 00 class 0x0c0300
925[ 0.327604] localhost kernel: pci 0000:02:00.0: reg 0x20: [io 0x2080-0x209f]
926[ 0.328880] localhost kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
927[ 0.329301] localhost kernel: pci 0000:02:01.0: [8086:100f] type 00 class 0x020000
928[ 0.329790] localhost kernel: pci 0000:02:01.0: reg 0x10: [mem 0xfd5c0000-0xfd5dffff 64bit]
929[ 0.330368] localhost kernel: pci 0000:02:01.0: reg 0x18: [mem 0xfdff0000-0xfdffffff 64bit]
930[ 0.330797] localhost kernel: pci 0000:02:01.0: reg 0x20: [io 0x2000-0x203f]
931[ 0.331805] localhost kernel: pci 0000:02:01.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
932[ 0.332170] localhost kernel: pci 0000:02:01.0: PME# supported from D0 D3hot D3cold
933[ 0.332413] localhost kernel: pci 0000:02:01.0: System wakeup disabled by ACPI
934[ 0.332780] localhost kernel: pci 0000:02:02.0: [1274:1371] type 00 class 0x040100
935[ 0.333222] localhost kernel: pci 0000:02:02.0: reg 0x10: [io 0x2040-0x207f]
936[ 0.335879] localhost kernel: pci 0000:02:02.0: System wakeup disabled by ACPI
937[ 0.336313] localhost kernel: pci 0000:02:03.0: [15ad:0770] type 00 class 0x0c0320
938[ 0.336597] localhost kernel: pci 0000:02:03.0: reg 0x10: [mem 0xfd5ef000-0xfd5effff]
939[ 0.338146] localhost kernel: pci 0000:02:03.0: System wakeup disabled by ACPI
940[ 0.339034] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
941[ 0.339273] localhost kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
942[ 0.339300] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
943[ 0.339349] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
944[ 0.339353] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
945[ 0.339356] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000cffff window] (subtractive decode)
946[ 0.339358] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
947[ 0.339360] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
948[ 0.339363] localhost kernel: pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
949[ 0.339365] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff window] (subtractive decode)
950[ 0.339367] localhost kernel: pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
951[ 0.339370] localhost kernel: pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff window] (subtractive decode)
952[ 0.339827] localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
953[ 0.339897] localhost kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
954[ 0.339924] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
955[ 0.339972] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
956[ 0.340362] localhost kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
957[ 0.340574] localhost kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
958[ 0.340603] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
959[ 0.340651] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
960[ 0.341101] localhost kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
961[ 0.341314] localhost kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
962[ 0.341341] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
963[ 0.341389] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
964[ 0.341845] localhost kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
965[ 0.341936] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
966[ 0.341984] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
967[ 0.342368] localhost kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
968[ 0.342614] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
969[ 0.342662] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
970[ 0.343079] localhost kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
971[ 0.343314] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
972[ 0.343369] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
973[ 0.343784] localhost kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
974[ 0.343953] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
975[ 0.344001] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
976[ 0.344385] localhost kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
977[ 0.344619] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
978[ 0.344667] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
979[ 0.345086] localhost kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
980[ 0.345309] localhost kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
981[ 0.345336] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
982[ 0.345383] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
983[ 0.345801] localhost kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
984[ 0.345949] localhost kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
985[ 0.345986] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
986[ 0.346035] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
987[ 0.346429] localhost kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
988[ 0.346643] localhost kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
989[ 0.346670] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
990[ 0.346718] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
991[ 0.347152] localhost kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
992[ 0.347401] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
993[ 0.347453] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
994[ 0.347980] localhost kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
995[ 0.348234] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
996[ 0.348283] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
997[ 0.348687] localhost kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
998[ 0.348920] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
999[ 0.348981] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
1000[ 0.349434] localhost kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
1001[ 0.349668] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
1002[ 0.349715] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
1003[ 0.350135] localhost kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
1004[ 0.350368] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
1005[ 0.350415] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
1006[ 0.350960] localhost kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
1007[ 0.351010] localhost kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
1008[ 0.351037] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
1009[ 0.351084] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
1010[ 0.351630] localhost kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
1011[ 0.351911] localhost kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
1012[ 0.351940] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
1013[ 0.351997] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
1014[ 0.352413] localhost kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
1015[ 0.352628] localhost kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
1016[ 0.352655] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
1017[ 0.352703] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
1018[ 0.353166] localhost kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
1019[ 0.353400] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
1020[ 0.353448] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
1021[ 0.353881] localhost kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
1022[ 0.354048] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
1023[ 0.354096] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
1024[ 0.354474] localhost kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
1025[ 0.354706] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
1026[ 0.354753] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
1027[ 0.355216] localhost kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
1028[ 0.355449] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
1029[ 0.355496] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
1030[ 0.355917] localhost kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
1031[ 0.356065] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
1032[ 0.356112] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
1033[ 0.356491] localhost kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
1034[ 0.356758] localhost kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
1035[ 0.356788] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
1036[ 0.356836] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
1037[ 0.357269] localhost kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
1038[ 0.357482] localhost kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
1039[ 0.357508] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
1040[ 0.357556] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
1041[ 0.357941] localhost kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
1042[ 0.358083] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
1043[ 0.358130] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
1044[ 0.358551] localhost kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
1045[ 0.358784] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
1046[ 0.358832] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
1047[ 0.359255] localhost kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
1048[ 0.359487] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
1049[ 0.359542] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
1050[ 0.359935] localhost kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
1051[ 0.360100] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
1052[ 0.360148] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
1053[ 0.360586] localhost kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
1054[ 0.360820] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
1055[ 0.360868] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
1056[ 0.361470] localhost kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
1057[ 0.361718] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
1058[ 0.361767] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
1059[ 0.365326] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
1060[ 0.365998] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
1061[ 0.366213] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
1062[ 0.367317] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11 14 15)
1063[ 0.384723] localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
1064[ 0.385297] localhost kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
1065[ 0.385320] localhost kernel: vgaarb: loaded
1066[ 0.385491] localhost kernel: vgaarb: bridge control possible 0000:00:0f.0
1067[ 0.385961] localhost kernel: SCSI subsystem initialized
1068[ 0.386208] localhost kernel: ACPI: bus type USB registered
1069[ 0.386357] localhost kernel: usbcore: registered new interface driver usbfs
1070[ 0.386561] localhost kernel: usbcore: registered new interface driver hub
1071[ 0.386956] localhost kernel: usbcore: registered new device driver usb
1072[ 0.387577] localhost kernel: PCI: Using ACPI for IRQ routing
1073[ 0.419394] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
1074[ 0.420493] localhost kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
1075[ 0.420500] localhost kernel: e820: reserve RAM buffer [mem 0x3fee0000-0x3fffffff]
1076[ 0.420725] localhost kernel: NetLabel: Initializing
1077[ 0.420909] localhost kernel: NetLabel: domain hash size = 128
1078[ 0.421085] localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
1079[ 0.421281] localhost kernel: NetLabel: unlabeled traffic allowed by default
1080[ 0.421605] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
1081[ 0.422422] localhost kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
1082[ 0.425734] localhost kernel: amd_nb: Cannot enumerate AMD northbridges
1083[ 0.426001] localhost kernel: Switched to clocksource hpet
1084[ 0.440689] localhost kernel: pnp: PnP ACPI init
1085[ 0.440927] localhost kernel: ACPI: bus type PNP registered
1086[ 0.441190] localhost kernel: system 00:00: [io 0x1000-0x103f] could not be reserved
1087[ 0.441407] localhost kernel: system 00:00: [io 0x1040-0x104f] has been reserved
1088[ 0.441606] localhost kernel: system 00:00: [io 0x0cf0-0x0cf1] has been reserved
1089[ 0.441806] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
1090[ 0.441891] localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
1091[ 0.441930] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
1092[ 0.441957] localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs VMW0003 PNP0f13 (active)
1093[ 0.442224] localhost kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
1094[ 0.442447] localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
1095[ 0.444680] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
1096[ 0.445346] localhost kernel: system 00:06: [io 0xfce0-0xfcff] has been reserved
1097[ 0.445560] localhost kernel: system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
1098[ 0.445768] localhost kernel: system 00:06: [mem 0xfe800000-0xfe9fffff] has been reserved
1099[ 0.445976] localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
1100[ 0.452963] localhost kernel: pnp: PnP ACPI: found 7 devices
1101[ 0.453003] localhost kernel: ACPI: bus type PNP unregistered
1102[ 0.462586] localhost kernel: pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
1103[ 0.462660] localhost kernel: pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
1104[ 0.462731] localhost kernel: pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
1105[ 0.462800] localhost kernel: pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
1106[ 0.462870] localhost kernel: pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
1107[ 0.463143] localhost kernel: pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
1108[ 0.463213] localhost kernel: pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
1109[ 0.463282] localhost kernel: pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
1110[ 0.463352] localhost kernel: pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
1111[ 0.463422] localhost kernel: pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
1112[ 0.463687] localhost kernel: pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
1113[ 0.463757] localhost kernel: pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
1114[ 0.463827] localhost kernel: pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
1115[ 0.463898] localhost kernel: pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
1116[ 0.463908] localhost kernel: pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
1117[ 0.464191] localhost kernel: pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
1118[ 0.464262] localhost kernel: pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
1119[ 0.464333] localhost kernel: pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
1120[ 0.464403] localhost kernel: pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
1121[ 0.464473] localhost kernel: pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
1122[ 0.464544] localhost kernel: pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
1123[ 0.464657] localhost kernel: pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1124[ 0.464660] localhost kernel: pci 0000:00:15.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1125[ 0.464663] localhost kernel: pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1126[ 0.464666] localhost kernel: pci 0000:00:15.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1127[ 0.464668] localhost kernel: pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1128[ 0.464671] localhost kernel: pci 0000:00:15.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1129[ 0.464674] localhost kernel: pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1130[ 0.464676] localhost kernel: pci 0000:00:15.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1131[ 0.464679] localhost kernel: pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1132[ 0.464681] localhost kernel: pci 0000:00:15.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1133[ 0.464683] localhost kernel: pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1134[ 0.464686] localhost kernel: pci 0000:00:16.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1135[ 0.464688] localhost kernel: pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1136[ 0.464691] localhost kernel: pci 0000:00:16.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1137[ 0.464693] localhost kernel: pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1138[ 0.464696] localhost kernel: pci 0000:00:16.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1139[ 0.464698] localhost kernel: pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1140[ 0.464701] localhost kernel: pci 0000:00:16.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1141[ 0.464703] localhost kernel: pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1142[ 0.464706] localhost kernel: pci 0000:00:16.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1143[ 0.464708] localhost kernel: pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1144[ 0.464711] localhost kernel: pci 0000:00:17.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1145[ 0.464713] localhost kernel: pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1146[ 0.464715] localhost kernel: pci 0000:00:17.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1147[ 0.464718] localhost kernel: pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1148[ 0.464720] localhost kernel: pci 0000:00:17.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1149[ 0.464723] localhost kernel: pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1150[ 0.464725] localhost kernel: pci 0000:00:17.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1151[ 0.464727] localhost kernel: pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1152[ 0.464730] localhost kernel: pci 0000:00:17.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1153[ 0.464732] localhost kernel: pci 0000:00:18.2: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1154[ 0.464734] localhost kernel: pci 0000:00:18.2: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1155[ 0.464737] localhost kernel: pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1156[ 0.464739] localhost kernel: pci 0000:00:18.3: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1157[ 0.464741] localhost kernel: pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1158[ 0.464744] localhost kernel: pci 0000:00:18.4: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1159[ 0.464746] localhost kernel: pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1160[ 0.464748] localhost kernel: pci 0000:00:18.5: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1161[ 0.464751] localhost kernel: pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1162[ 0.464753] localhost kernel: pci 0000:00:18.6: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1163[ 0.464755] localhost kernel: pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
1164[ 0.464758] localhost kernel: pci 0000:00:18.7: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
1165[ 0.464768] localhost kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
1166[ 0.464794] localhost kernel: pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
1167[ 0.464817] localhost kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
1168[ 0.464838] localhost kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
1169[ 0.464856] localhost kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
1170[ 0.465005] localhost kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
1171[ 0.465214] localhost kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
1172[ 0.465415] localhost kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
1173[ 0.465622] localhost kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
1174[ 0.465823] localhost kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
1175[ 0.465843] localhost kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
1176[ 0.465860] localhost kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
1177[ 0.465875] localhost kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
1178[ 0.465888] localhost kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
1179[ 0.466005] localhost kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
1180[ 0.466207] localhost kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
1181[ 0.466413] localhost kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
1182[ 0.466614] localhost kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
1183[ 0.466821] localhost kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
1184[ 0.466841] localhost kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
1185[ 0.466859] localhost kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
1186[ 0.466874] localhost kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
1187[ 0.466887] localhost kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
1188[ 0.466899] localhost kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
1189[ 0.467038] localhost kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
1190[ 0.467243] localhost kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
1191[ 0.467449] localhost kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
1192[ 0.467651] localhost kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
1193[ 0.467897] localhost kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
1194[ 0.467907] localhost kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
1195[ 0.467916] localhost kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
1196[ 0.467924] localhost kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
1197[ 0.467931] localhost kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
1198[ 0.468004] localhost kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
1199[ 0.468215] localhost kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
1200[ 0.468417] localhost kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
1201[ 0.468626] localhost kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
1202[ 0.468841] localhost kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
1203[ 0.468858] localhost kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
1204[ 0.468873] localhost kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
1205[ 0.468887] localhost kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
1206[ 0.468898] localhost kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
1207[ 0.469007] localhost kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
1208[ 0.469210] localhost kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
1209[ 0.469425] localhost kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
1210[ 0.469628] localhost kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
1211[ 0.469836] localhost kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
1212[ 0.469854] localhost kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
1213[ 0.469869] localhost kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
1214[ 0.469883] localhost kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
1215[ 0.469895] localhost kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
1216[ 0.469906] localhost kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
1217[ 0.470004] localhost kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
1218[ 0.470207] localhost kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
1219[ 0.470414] localhost kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
1220[ 0.470616] localhost kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
1221[ 0.470834] localhost kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
1222[ 0.470852] localhost kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
1223[ 0.470868] localhost kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
1224[ 0.470882] localhost kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
1225[ 0.470894] localhost kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
1226[ 0.471002] localhost kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
1227[ 0.471212] localhost kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
1228[ 0.471413] localhost kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
1229[ 0.471621] localhost kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
1230[ 0.471823] localhost kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
1231[ 0.471843] localhost kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
1232[ 0.471860] localhost kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
1233[ 0.471875] localhost kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
1234[ 0.471888] localhost kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
1235[ 0.471899] localhost kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
1236[ 0.472011] localhost kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
1237[ 0.472224] localhost kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
1238[ 0.472425] localhost kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
1239[ 0.472633] localhost kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
1240[ 0.472846] localhost kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
1241[ 0.472863] localhost kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
1242[ 0.472878] localhost kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
1243[ 0.472891] localhost kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
1244[ 0.472902] localhost kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
1245[ 0.473005] localhost kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
1246[ 0.473208] localhost kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
1247[ 0.473416] localhost kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
1248[ 0.473618] localhost kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
1249[ 0.473826] localhost kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
1250[ 0.473845] localhost kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
1251[ 0.473862] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
1252[ 0.474102] localhost kernel: pci 0000:02:01.0: BAR 6: assigned [mem 0xfd500000-0xfd50ffff pref]
1253[ 0.474424] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
1254[ 0.474624] localhost kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
1255[ 0.474858] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xfd500000-0xfdffffff]
1256[ 0.475012] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xe7b00000-0xe7ffffff 64bit pref]
1257[ 0.475382] localhost kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
1258[ 0.475583] localhost kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
1259[ 0.475818] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xfd400000-0xfd4fffff]
1260[ 0.476012] localhost kernel: pci 0000:00:15.0: bridge window [mem 0xe7a00000-0xe7afffff 64bit pref]
1261[ 0.476484] localhost kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
1262[ 0.476686] localhost kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
1263[ 0.476920] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xfd000000-0xfd0fffff]
1264[ 0.477013] localhost kernel: pci 0000:00:15.1: bridge window [mem 0xe7600000-0xe76fffff 64bit pref]
1265[ 0.477405] localhost kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
1266[ 0.477605] localhost kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
1267[ 0.477839] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xfcc00000-0xfccfffff]
1268[ 0.478026] localhost kernel: pci 0000:00:15.2: bridge window [mem 0xe7200000-0xe72fffff 64bit pref]
1269[ 0.478408] localhost kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
1270[ 0.478631] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xfc800000-0xfc8fffff]
1271[ 0.478886] localhost kernel: pci 0000:00:15.3: bridge window [mem 0xe6e00000-0xe6efffff 64bit pref]
1272[ 0.479070] localhost kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
1273[ 0.479296] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xfc400000-0xfc4fffff]
1274[ 0.479530] localhost kernel: pci 0000:00:15.4: bridge window [mem 0xe6a00000-0xe6afffff 64bit pref]
1275[ 0.479926] localhost kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
1276[ 0.480026] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xfc000000-0xfc0fffff]
1277[ 0.480258] localhost kernel: pci 0000:00:15.5: bridge window [mem 0xe6600000-0xe66fffff 64bit pref]
1278[ 0.480652] localhost kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
1279[ 0.480875] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xfbc00000-0xfbcfffff]
1280[ 0.481012] localhost kernel: pci 0000:00:15.6: bridge window [mem 0xe6200000-0xe62fffff 64bit pref]
1281[ 0.481404] localhost kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
1282[ 0.481636] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xfb800000-0xfb8fffff]
1283[ 0.481867] localhost kernel: pci 0000:00:15.7: bridge window [mem 0xe5e00000-0xe5efffff 64bit pref]
1284[ 0.482055] localhost kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
1285[ 0.482269] localhost kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
1286[ 0.482505] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xfd300000-0xfd3fffff]
1287[ 0.482740] localhost kernel: pci 0000:00:16.0: bridge window [mem 0xe7900000-0xe79fffff 64bit pref]
1288[ 0.483086] localhost kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
1289[ 0.483298] localhost kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
1290[ 0.483532] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xfcf00000-0xfcffffff]
1291[ 0.483763] localhost kernel: pci 0000:00:16.1: bridge window [mem 0xe7500000-0xe75fffff 64bit pref]
1292[ 0.484056] localhost kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
1293[ 0.484256] localhost kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
1294[ 0.484490] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xfcb00000-0xfcbfffff]
1295[ 0.484721] localhost kernel: pci 0000:00:16.2: bridge window [mem 0xe7100000-0xe71fffff 64bit pref]
1296[ 0.485055] localhost kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
1297[ 0.485277] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xfc700000-0xfc7fffff]
1298[ 0.486031] localhost kernel: pci 0000:00:16.3: bridge window [mem 0xe6d00000-0xe6dfffff 64bit pref]
1299[ 0.486434] localhost kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
1300[ 0.486657] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xfc300000-0xfc3fffff]
1301[ 0.486888] localhost kernel: pci 0000:00:16.4: bridge window [mem 0xe6900000-0xe69fffff 64bit pref]
1302[ 0.487064] localhost kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
1303[ 0.487286] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xfbf00000-0xfbffffff]
1304[ 0.487518] localhost kernel: pci 0000:00:16.5: bridge window [mem 0xe6500000-0xe65fffff 64bit pref]
1305[ 0.487898] localhost kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
1306[ 0.488038] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xfbb00000-0xfbbfffff]
1307[ 0.488270] localhost kernel: pci 0000:00:16.6: bridge window [mem 0xe6100000-0xe61fffff 64bit pref]
1308[ 0.488651] localhost kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
1309[ 0.488873] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xfb700000-0xfb7fffff]
1310[ 0.489012] localhost kernel: pci 0000:00:16.7: bridge window [mem 0xe5d00000-0xe5dfffff 64bit pref]
1311[ 0.489393] localhost kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
1312[ 0.489593] localhost kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
1313[ 0.489836] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xfd200000-0xfd2fffff]
1314[ 0.490012] localhost kernel: pci 0000:00:17.0: bridge window [mem 0xe7800000-0xe78fffff 64bit pref]
1315[ 0.490393] localhost kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
1316[ 0.490592] localhost kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
1317[ 0.490837] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xfce00000-0xfcefffff]
1318[ 0.491014] localhost kernel: pci 0000:00:17.1: bridge window [mem 0xe7400000-0xe74fffff 64bit pref]
1319[ 0.491400] localhost kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
1320[ 0.491609] localhost kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
1321[ 0.491842] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xfca00000-0xfcafffff]
1322[ 0.492012] localhost kernel: pci 0000:00:17.2: bridge window [mem 0xe7000000-0xe70fffff 64bit pref]
1323[ 0.492520] localhost kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
1324[ 0.492790] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xfc600000-0xfc6fffff]
1325[ 0.493023] localhost kernel: pci 0000:00:17.3: bridge window [mem 0xe6c00000-0xe6cfffff 64bit pref]
1326[ 0.493415] localhost kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
1327[ 0.493638] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xfc200000-0xfc2fffff]
1328[ 0.493870] localhost kernel: pci 0000:00:17.4: bridge window [mem 0xe6800000-0xe68fffff 64bit pref]
1329[ 0.494084] localhost kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
1330[ 0.494321] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xfbe00000-0xfbefffff]
1331[ 0.494554] localhost kernel: pci 0000:00:17.5: bridge window [mem 0xe6400000-0xe64fffff 64bit pref]
1332[ 0.494939] localhost kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
1333[ 0.495026] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xfba00000-0xfbafffff]
1334[ 0.495267] localhost kernel: pci 0000:00:17.6: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
1335[ 0.495650] localhost kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
1336[ 0.495871] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xfb600000-0xfb6fffff]
1337[ 0.496026] localhost kernel: pci 0000:00:17.7: bridge window [mem 0xe5c00000-0xe5cfffff 64bit pref]
1338[ 0.496410] localhost kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
1339[ 0.496612] localhost kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
1340[ 0.496846] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xfd100000-0xfd1fffff]
1341[ 0.497013] localhost kernel: pci 0000:00:18.0: bridge window [mem 0xe7700000-0xe77fffff 64bit pref]
1342[ 0.497395] localhost kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
1343[ 0.497595] localhost kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
1344[ 0.497831] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xfcd00000-0xfcdfffff]
1345[ 0.498012] localhost kernel: pci 0000:00:18.1: bridge window [mem 0xe7300000-0xe73fffff 64bit pref]
1346[ 0.498392] localhost kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
1347[ 0.498614] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xfc900000-0xfc9fffff]
1348[ 0.498854] localhost kernel: pci 0000:00:18.2: bridge window [mem 0xe6f00000-0xe6ffffff 64bit pref]
1349[ 0.499055] localhost kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
1350[ 0.499276] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xfc500000-0xfc5fffff]
1351[ 0.499507] localhost kernel: pci 0000:00:18.3: bridge window [mem 0xe6b00000-0xe6bfffff 64bit pref]
1352[ 0.499897] localhost kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
1353[ 0.500023] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xfc100000-0xfc1fffff]
1354[ 0.500254] localhost kernel: pci 0000:00:18.4: bridge window [mem 0xe6700000-0xe67fffff 64bit pref]
1355[ 0.500757] localhost kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
1356[ 0.500785] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xfbd00000-0xfbdfffff]
1357[ 0.501014] localhost kernel: pci 0000:00:18.5: bridge window [mem 0xe6300000-0xe63fffff 64bit pref]
1358[ 0.501409] localhost kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
1359[ 0.501630] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xfb900000-0xfb9fffff]
1360[ 0.501861] localhost kernel: pci 0000:00:18.6: bridge window [mem 0xe5f00000-0xe5ffffff 64bit pref]
1361[ 0.502072] localhost kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
1362[ 0.502294] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xfb500000-0xfb5fffff]
1363[ 0.502525] localhost kernel: pci 0000:00:18.7: bridge window [mem 0xe5b00000-0xe5bfffff 64bit pref]
1364[ 0.502909] localhost kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window]
1365[ 0.502912] localhost kernel: pci_bus 0000:00: resource 5 [mem 0x000cc000-0x000cffff window]
1366[ 0.502915] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff window]
1367[ 0.502917] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff window]
1368[ 0.502919] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff window]
1369[ 0.502922] localhost kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff window]
1370[ 0.502924] localhost kernel: pci_bus 0000:00: resource 10 [io 0x0000-0x0cf7 window]
1371[ 0.502926] localhost kernel: pci_bus 0000:00: resource 11 [io 0x0d00-0xfeff window]
1372[ 0.502932] localhost kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x3fff]
1373[ 0.502934] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfd500000-0xfdffffff]
1374[ 0.502936] localhost kernel: pci_bus 0000:02: resource 2 [mem 0xe7b00000-0xe7ffffff 64bit pref]
1375[ 0.502939] localhost kernel: pci_bus 0000:02: resource 4 [mem 0x000a0000-0x000bffff window]
1376[ 0.502941] localhost kernel: pci_bus 0000:02: resource 5 [mem 0x000cc000-0x000cffff window]
1377[ 0.502943] localhost kernel: pci_bus 0000:02: resource 6 [mem 0x000d0000-0x000d3fff window]
1378[ 0.502946] localhost kernel: pci_bus 0000:02: resource 7 [mem 0x000d4000-0x000d7fff window]
1379[ 0.502948] localhost kernel: pci_bus 0000:02: resource 8 [mem 0x000d8000-0x000dbfff window]
1380[ 0.502950] localhost kernel: pci_bus 0000:02: resource 9 [mem 0xc0000000-0xfebfffff window]
1381[ 0.502952] localhost kernel: pci_bus 0000:02: resource 10 [io 0x0000-0x0cf7 window]
1382[ 0.502954] localhost kernel: pci_bus 0000:02: resource 11 [io 0x0d00-0xfeff window]
1383[ 0.502958] localhost kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
1384[ 0.502961] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfd400000-0xfd4fffff]
1385[ 0.502963] localhost kernel: pci_bus 0000:03: resource 2 [mem 0xe7a00000-0xe7afffff 64bit pref]
1386[ 0.502966] localhost kernel: pci_bus 0000:04: resource 0 [io 0x8000-0x8fff]
1387[ 0.502968] localhost kernel: pci_bus 0000:04: resource 1 [mem 0xfd000000-0xfd0fffff]
1388[ 0.502970] localhost kernel: pci_bus 0000:04: resource 2 [mem 0xe7600000-0xe76fffff 64bit pref]
1389[ 0.502972] localhost kernel: pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
1390[ 0.502975] localhost kernel: pci_bus 0000:05: resource 1 [mem 0xfcc00000-0xfccfffff]
1391[ 0.502977] localhost kernel: pci_bus 0000:05: resource 2 [mem 0xe7200000-0xe72fffff 64bit pref]
1392[ 0.502980] localhost kernel: pci_bus 0000:06: resource 1 [mem 0xfc800000-0xfc8fffff]
1393[ 0.502980] localhost kernel: pci_bus 0000:06: resource 2 [mem 0xe6e00000-0xe6efffff 64bit pref]
1394[ 0.502980] localhost kernel: pci_bus 0000:07: resource 1 [mem 0xfc400000-0xfc4fffff]
1395[ 0.502980] localhost kernel: pci_bus 0000:07: resource 2 [mem 0xe6a00000-0xe6afffff 64bit pref]
1396[ 0.502980] localhost kernel: pci_bus 0000:08: resource 1 [mem 0xfc000000-0xfc0fffff]
1397[ 0.502980] localhost kernel: pci_bus 0000:08: resource 2 [mem 0xe6600000-0xe66fffff 64bit pref]
1398[ 0.502980] localhost kernel: pci_bus 0000:09: resource 1 [mem 0xfbc00000-0xfbcfffff]
1399[ 0.502980] localhost kernel: pci_bus 0000:09: resource 2 [mem 0xe6200000-0xe62fffff 64bit pref]
1400[ 0.502980] localhost kernel: pci_bus 0000:0a: resource 1 [mem 0xfb800000-0xfb8fffff]
1401[ 0.502980] localhost kernel: pci_bus 0000:0a: resource 2 [mem 0xe5e00000-0xe5efffff 64bit pref]
1402[ 0.502980] localhost kernel: pci_bus 0000:0b: resource 0 [io 0x5000-0x5fff]
1403[ 0.502980] localhost kernel: pci_bus 0000:0b: resource 1 [mem 0xfd300000-0xfd3fffff]
1404[ 0.502980] localhost kernel: pci_bus 0000:0b: resource 2 [mem 0xe7900000-0xe79fffff 64bit pref]
1405[ 0.502980] localhost kernel: pci_bus 0000:0c: resource 0 [io 0x9000-0x9fff]
1406[ 0.502980] localhost kernel: pci_bus 0000:0c: resource 1 [mem 0xfcf00000-0xfcffffff]
1407[ 0.502980] localhost kernel: pci_bus 0000:0c: resource 2 [mem 0xe7500000-0xe75fffff 64bit pref]
1408[ 0.502980] localhost kernel: pci_bus 0000:0d: resource 0 [io 0xd000-0xdfff]
1409[ 0.502980] localhost kernel: pci_bus 0000:0d: resource 1 [mem 0xfcb00000-0xfcbfffff]
1410[ 0.502980] localhost kernel: pci_bus 0000:0d: resource 2 [mem 0xe7100000-0xe71fffff 64bit pref]
1411[ 0.502980] localhost kernel: pci_bus 0000:0e: resource 1 [mem 0xfc700000-0xfc7fffff]
1412[ 0.502980] localhost kernel: pci_bus 0000:0e: resource 2 [mem 0xe6d00000-0xe6dfffff 64bit pref]
1413[ 0.502980] localhost kernel: pci_bus 0000:0f: resource 1 [mem 0xfc300000-0xfc3fffff]
1414[ 0.502980] localhost kernel: pci_bus 0000:0f: resource 2 [mem 0xe6900000-0xe69fffff 64bit pref]
1415[ 0.502980] localhost kernel: pci_bus 0000:10: resource 1 [mem 0xfbf00000-0xfbffffff]
1416[ 0.502980] localhost kernel: pci_bus 0000:10: resource 2 [mem 0xe6500000-0xe65fffff 64bit pref]
1417[ 0.502980] localhost kernel: pci_bus 0000:11: resource 1 [mem 0xfbb00000-0xfbbfffff]
1418[ 0.502980] localhost kernel: pci_bus 0000:11: resource 2 [mem 0xe6100000-0xe61fffff 64bit pref]
1419[ 0.502980] localhost kernel: pci_bus 0000:12: resource 1 [mem 0xfb700000-0xfb7fffff]
1420[ 0.502980] localhost kernel: pci_bus 0000:12: resource 2 [mem 0xe5d00000-0xe5dfffff 64bit pref]
1421[ 0.502980] localhost kernel: pci_bus 0000:13: resource 0 [io 0x6000-0x6fff]
1422[ 0.502980] localhost kernel: pci_bus 0000:13: resource 1 [mem 0xfd200000-0xfd2fffff]
1423[ 0.502980] localhost kernel: pci_bus 0000:13: resource 2 [mem 0xe7800000-0xe78fffff 64bit pref]
1424[ 0.502980] localhost kernel: pci_bus 0000:14: resource 0 [io 0xa000-0xafff]
1425[ 0.502980] localhost kernel: pci_bus 0000:14: resource 1 [mem 0xfce00000-0xfcefffff]
1426[ 0.502980] localhost kernel: pci_bus 0000:14: resource 2 [mem 0xe7400000-0xe74fffff 64bit pref]
1427[ 0.502980] localhost kernel: pci_bus 0000:15: resource 0 [io 0xe000-0xefff]
1428[ 0.502980] localhost kernel: pci_bus 0000:15: resource 1 [mem 0xfca00000-0xfcafffff]
1429[ 0.502980] localhost kernel: pci_bus 0000:15: resource 2 [mem 0xe7000000-0xe70fffff 64bit pref]
1430[ 0.502980] localhost kernel: pci_bus 0000:16: resource 1 [mem 0xfc600000-0xfc6fffff]
1431[ 0.502980] localhost kernel: pci_bus 0000:16: resource 2 [mem 0xe6c00000-0xe6cfffff 64bit pref]
1432[ 0.502980] localhost kernel: pci_bus 0000:17: resource 1 [mem 0xfc200000-0xfc2fffff]
1433[ 0.502980] localhost kernel: pci_bus 0000:17: resource 2 [mem 0xe6800000-0xe68fffff 64bit pref]
1434[ 0.502980] localhost kernel: pci_bus 0000:18: resource 1 [mem 0xfbe00000-0xfbefffff]
1435[ 0.502980] localhost kernel: pci_bus 0000:18: resource 2 [mem 0xe6400000-0xe64fffff 64bit pref]
1436[ 0.502980] localhost kernel: pci_bus 0000:19: resource 1 [mem 0xfba00000-0xfbafffff]
1437[ 0.502980] localhost kernel: pci_bus 0000:19: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
1438[ 0.502980] localhost kernel: pci_bus 0000:1a: resource 1 [mem 0xfb600000-0xfb6fffff]
1439[ 0.502980] localhost kernel: pci_bus 0000:1a: resource 2 [mem 0xe5c00000-0xe5cfffff 64bit pref]
1440[ 0.502980] localhost kernel: pci_bus 0000:1b: resource 0 [io 0x7000-0x7fff]
1441[ 0.502980] localhost kernel: pci_bus 0000:1b: resource 1 [mem 0xfd100000-0xfd1fffff]
1442[ 0.502980] localhost kernel: pci_bus 0000:1b: resource 2 [mem 0xe7700000-0xe77fffff 64bit pref]
1443[ 0.502980] localhost kernel: pci_bus 0000:1c: resource 0 [io 0xb000-0xbfff]
1444[ 0.502980] localhost kernel: pci_bus 0000:1c: resource 1 [mem 0xfcd00000-0xfcdfffff]
1445[ 0.502980] localhost kernel: pci_bus 0000:1c: resource 2 [mem 0xe7300000-0xe73fffff 64bit pref]
1446[ 0.502980] localhost kernel: pci_bus 0000:1d: resource 1 [mem 0xfc900000-0xfc9fffff]
1447[ 0.502980] localhost kernel: pci_bus 0000:1d: resource 2 [mem 0xe6f00000-0xe6ffffff 64bit pref]
1448[ 0.502980] localhost kernel: pci_bus 0000:1e: resource 1 [mem 0xfc500000-0xfc5fffff]
1449[ 0.502980] localhost kernel: pci_bus 0000:1e: resource 2 [mem 0xe6b00000-0xe6bfffff 64bit pref]
1450[ 0.502980] localhost kernel: pci_bus 0000:1f: resource 1 [mem 0xfc100000-0xfc1fffff]
1451[ 0.502980] localhost kernel: pci_bus 0000:1f: resource 2 [mem 0xe6700000-0xe67fffff 64bit pref]
1452[ 0.502980] localhost kernel: pci_bus 0000:20: resource 1 [mem 0xfbd00000-0xfbdfffff]
1453[ 0.502980] localhost kernel: pci_bus 0000:20: resource 2 [mem 0xe6300000-0xe63fffff 64bit pref]
1454[ 0.502980] localhost kernel: pci_bus 0000:21: resource 1 [mem 0xfb900000-0xfb9fffff]
1455[ 0.502980] localhost kernel: pci_bus 0000:21: resource 2 [mem 0xe5f00000-0xe5ffffff 64bit pref]
1456[ 0.502980] localhost kernel: pci_bus 0000:22: resource 1 [mem 0xfb500000-0xfb5fffff]
1457[ 0.502980] localhost kernel: pci_bus 0000:22: resource 2 [mem 0xe5b00000-0xe5bfffff 64bit pref]
1458[ 0.503064] localhost kernel: NET: Registered protocol family 2
1459[ 0.505915] localhost kernel: TCP established hash table entries: 8192 (order: 4, 65536 bytes)
1460[ 0.506545] localhost kernel: TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
1461[ 0.507855] localhost kernel: TCP: Hash tables configured (established 8192 bind 8192)
1462[ 0.508766] localhost kernel: TCP: reno registered
1463[ 0.508793] localhost kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
1464[ 0.509095] localhost kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
1465[ 0.511107] localhost kernel: NET: Registered protocol family 1
1466[ 0.511311] localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
1467[ 0.511624] localhost kernel: pci 0000:00:0f.0: Boot video device
1468[ 0.513356] localhost kernel: PCI: CLS mismatch (32 != 64), using 64 bytes
1469[ 0.513434] localhost kernel: Unpacking initramfs...
1470[ 4.104031] localhost kernel: Freeing initrd memory: 47300k freed
1471[ 4.110029] localhost kernel: Simple Boot Flag at 0x36 set to 0x80
1472[ 4.110083] localhost kernel: Switched to clocksource tsc
1473[ 4.110223] localhost kernel: sha1_ssse3: Using SHA-NI optimized SHA-1 implementation
1474[ 4.110316] localhost kernel: sha256_ssse3: Using SHA-256-NI optimized SHA-256 implementation
1475[ 4.111338] localhost kernel: futex hash table entries: 32768 (order: 9, 2097152 bytes)
1476[ 4.117079] localhost kernel: Initialise system trusted keyring
1477[ 4.117103] localhost kernel: audit: initializing netlink socket (disabled)
1478[ 4.117116] localhost kernel: type=2000 audit(1547622594.086:1): initialized
1479[ 4.134148] localhost kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages
1480[ 4.134160] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
1481[ 4.135123] localhost kernel: zpool: loaded
1482[ 4.135135] localhost kernel: zbud: loaded
1483[ 4.135171] localhost kernel: VFS: Disk quotas dquot_6.5.2
1484[ 4.135196] localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
1485[ 4.135274] localhost kernel: msgmni has been set to 1949
1486[ 4.135298] localhost kernel: Key type big_key registered
1487[ 4.135310] localhost kernel: SELinux: Registering netfilter hooks
1488[ 4.135947] localhost kernel: NET: Registered protocol family 38
1489[ 4.135953] localhost kernel: Key type asymmetric registered
1490[ 4.136041] localhost kernel: Asymmetric key parser 'x509' registered
1491[ 4.136065] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
1492[ 4.136177] localhost kernel: io scheduler noop registered
1493[ 4.136189] localhost kernel: io scheduler deadline registered (default)
1494[ 4.136214] localhost kernel: io scheduler cfq registered
1495[ 4.136270] localhost kernel: pcieport 0000:00:15.0: irq 24 for MSI/MSI-X
1496[ 4.136306] localhost kernel: pcieport 0000:00:15.1: irq 25 for MSI/MSI-X
1497[ 4.136318] localhost kernel: pcieport 0000:00:15.2: irq 26 for MSI/MSI-X
1498[ 4.136343] localhost kernel: pcieport 0000:00:15.3: irq 27 for MSI/MSI-X
1499[ 4.136367] localhost kernel: pcieport 0000:00:15.4: irq 28 for MSI/MSI-X
1500[ 4.137032] localhost kernel: pcieport 0000:00:15.5: irq 29 for MSI/MSI-X
1501[ 4.137068] localhost kernel: pcieport 0000:00:15.6: irq 30 for MSI/MSI-X
1502[ 4.137093] localhost kernel: pcieport 0000:00:15.7: irq 31 for MSI/MSI-X
1503[ 4.137105] localhost kernel: pcieport 0000:00:16.0: irq 32 for MSI/MSI-X
1504[ 4.137141] localhost kernel: pcieport 0000:00:16.1: irq 33 for MSI/MSI-X
1505[ 4.137166] localhost kernel: pcieport 0000:00:16.2: irq 34 for MSI/MSI-X
1506[ 4.137178] localhost kernel: pcieport 0000:00:16.3: irq 35 for MSI/MSI-X
1507[ 4.138024] localhost kernel: pcieport 0000:00:16.4: irq 36 for MSI/MSI-X
1508[ 4.138049] localhost kernel: pcieport 0000:00:16.5: irq 37 for MSI/MSI-X
1509[ 4.138061] localhost kernel: pcieport 0000:00:16.6: irq 38 for MSI/MSI-X
1510[ 4.138085] localhost kernel: pcieport 0000:00:16.7: irq 39 for MSI/MSI-X
1511[ 4.138110] localhost kernel: pcieport 0000:00:17.0: irq 40 for MSI/MSI-X
1512[ 4.138134] localhost kernel: pcieport 0000:00:17.1: irq 41 for MSI/MSI-X
1513[ 4.138158] localhost kernel: pcieport 0000:00:17.2: irq 42 for MSI/MSI-X
1514[ 4.138195] localhost kernel: pcieport 0000:00:17.3: irq 43 for MSI/MSI-X
1515[ 4.138207] localhost kernel: pcieport 0000:00:17.4: irq 44 for MSI/MSI-X
1516[ 4.138231] localhost kernel: pcieport 0000:00:17.5: irq 45 for MSI/MSI-X
1517[ 4.138268] localhost kernel: pcieport 0000:00:17.6: irq 46 for MSI/MSI-X
1518[ 4.138292] localhost kernel: pcieport 0000:00:17.7: irq 47 for MSI/MSI-X
1519[ 4.138316] localhost kernel: pcieport 0000:00:18.0: irq 48 for MSI/MSI-X
1520[ 4.138347] localhost kernel: pcieport 0000:00:18.1: irq 49 for MSI/MSI-X
1521[ 4.139048] localhost kernel: pcieport 0000:00:18.2: irq 50 for MSI/MSI-X
1522[ 4.139072] localhost kernel: pcieport 0000:00:18.3: irq 51 for MSI/MSI-X
1523[ 4.139108] localhost kernel: pcieport 0000:00:18.4: irq 52 for MSI/MSI-X
1524[ 4.139120] localhost kernel: pcieport 0000:00:18.5: irq 53 for MSI/MSI-X
1525[ 4.139145] localhost kernel: pcieport 0000:00:18.6: irq 54 for MSI/MSI-X
1526[ 4.139169] localhost kernel: pcieport 0000:00:18.7: irq 55 for MSI/MSI-X
1527[ 4.139181] localhost kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
1528[ 4.139194] localhost kernel: pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
1529[ 4.139224] localhost kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt
1530[ 4.139236] localhost kernel: pcie_pme 0000:00:15.1:pcie01: service driver pcie_pme loaded
1531[ 4.139248] localhost kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt
1532[ 4.139261] localhost kernel: pcie_pme 0000:00:15.2:pcie01: service driver pcie_pme loaded
1533[ 4.139273] localhost kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt
1534[ 4.139285] localhost kernel: pcie_pme 0000:00:15.3:pcie01: service driver pcie_pme loaded
1535[ 4.139297] localhost kernel: pcieport 0000:00:15.4: Signaling PME through PCIe PME interrupt
1536[ 4.139309] localhost kernel: pcie_pme 0000:00:15.4:pcie01: service driver pcie_pme loaded
1537[ 4.139321] localhost kernel: pcieport 0000:00:15.5: Signaling PME through PCIe PME interrupt
1538[ 4.139334] localhost kernel: pcie_pme 0000:00:15.5:pcie01: service driver pcie_pme loaded
1539[ 4.139346] localhost kernel: pcieport 0000:00:15.6: Signaling PME through PCIe PME interrupt
1540[ 4.139358] localhost kernel: pcie_pme 0000:00:15.6:pcie01: service driver pcie_pme loaded
1541[ 4.139380] localhost kernel: pcieport 0000:00:15.7: Signaling PME through PCIe PME interrupt
1542[ 4.139392] localhost kernel: pcie_pme 0000:00:15.7:pcie01: service driver pcie_pme loaded
1543[ 4.139404] localhost kernel: pcieport 0000:00:16.0: Signaling PME through PCIe PME interrupt
1544[ 4.139416] localhost kernel: pcie_pme 0000:00:16.0:pcie01: service driver pcie_pme loaded
1545[ 4.139429] localhost kernel: pcieport 0000:00:16.1: Signaling PME through PCIe PME interrupt
1546[ 4.139441] localhost kernel: pcie_pme 0000:00:16.1:pcie01: service driver pcie_pme loaded
1547[ 4.139453] localhost kernel: pcieport 0000:00:16.2: Signaling PME through PCIe PME interrupt
1548[ 4.139465] localhost kernel: pcie_pme 0000:00:16.2:pcie01: service driver pcie_pme loaded
1549[ 4.139477] localhost kernel: pcieport 0000:00:16.3: Signaling PME through PCIe PME interrupt
1550[ 4.139489] localhost kernel: pcie_pme 0000:00:16.3:pcie01: service driver pcie_pme loaded
1551[ 4.139502] localhost kernel: pcieport 0000:00:16.4: Signaling PME through PCIe PME interrupt
1552[ 4.139514] localhost kernel: pcie_pme 0000:00:16.4:pcie01: service driver pcie_pme loaded
1553[ 4.139534] localhost kernel: pcieport 0000:00:16.5: Signaling PME through PCIe PME interrupt
1554[ 4.139546] localhost kernel: pcie_pme 0000:00:16.5:pcie01: service driver pcie_pme loaded
1555[ 4.139558] localhost kernel: pcieport 0000:00:16.6: Signaling PME through PCIe PME interrupt
1556[ 4.139571] localhost kernel: pcie_pme 0000:00:16.6:pcie01: service driver pcie_pme loaded
1557[ 4.139583] localhost kernel: pcieport 0000:00:16.7: Signaling PME through PCIe PME interrupt
1558[ 4.139595] localhost kernel: pcie_pme 0000:00:16.7:pcie01: service driver pcie_pme loaded
1559[ 4.139607] localhost kernel: pcieport 0000:00:17.0: Signaling PME through PCIe PME interrupt
1560[ 4.139619] localhost kernel: pcie_pme 0000:00:17.0:pcie01: service driver pcie_pme loaded
1561[ 4.139631] localhost kernel: pcieport 0000:00:17.1: Signaling PME through PCIe PME interrupt
1562[ 4.139644] localhost kernel: pcie_pme 0000:00:17.1:pcie01: service driver pcie_pme loaded
1563[ 4.139656] localhost kernel: pcieport 0000:00:17.2: Signaling PME through PCIe PME interrupt
1564[ 4.139668] localhost kernel: pcie_pme 0000:00:17.2:pcie01: service driver pcie_pme loaded
1565[ 4.139693] localhost kernel: pcieport 0000:00:17.3: Signaling PME through PCIe PME interrupt
1566[ 4.139705] localhost kernel: pcie_pme 0000:00:17.3:pcie01: service driver pcie_pme loaded
1567[ 4.139717] localhost kernel: pcieport 0000:00:17.4: Signaling PME through PCIe PME interrupt
1568[ 4.139730] localhost kernel: pcie_pme 0000:00:17.4:pcie01: service driver pcie_pme loaded
1569[ 4.139742] localhost kernel: pcieport 0000:00:17.5: Signaling PME through PCIe PME interrupt
1570[ 4.139754] localhost kernel: pcie_pme 0000:00:17.5:pcie01: service driver pcie_pme loaded
1571[ 4.139766] localhost kernel: pcieport 0000:00:17.6: Signaling PME through PCIe PME interrupt
1572[ 4.140040] localhost kernel: pcie_pme 0000:00:17.6:pcie01: service driver pcie_pme loaded
1573[ 4.140073] localhost kernel: pcieport 0000:00:17.7: Signaling PME through PCIe PME interrupt
1574[ 4.140085] localhost kernel: pcie_pme 0000:00:17.7:pcie01: service driver pcie_pme loaded
1575[ 4.140097] localhost kernel: pcieport 0000:00:18.0: Signaling PME through PCIe PME interrupt
1576[ 4.140110] localhost kernel: pcie_pme 0000:00:18.0:pcie01: service driver pcie_pme loaded
1577[ 4.140122] localhost kernel: pcieport 0000:00:18.1: Signaling PME through PCIe PME interrupt
1578[ 4.140134] localhost kernel: pcie_pme 0000:00:18.1:pcie01: service driver pcie_pme loaded
1579[ 4.140156] localhost kernel: pcieport 0000:00:18.2: Signaling PME through PCIe PME interrupt
1580[ 4.140168] localhost kernel: pcie_pme 0000:00:18.2:pcie01: service driver pcie_pme loaded
1581[ 4.140180] localhost kernel: pcieport 0000:00:18.3: Signaling PME through PCIe PME interrupt
1582[ 4.140192] localhost kernel: pcie_pme 0000:00:18.3:pcie01: service driver pcie_pme loaded
1583[ 4.140204] localhost kernel: pcieport 0000:00:18.4: Signaling PME through PCIe PME interrupt
1584[ 4.140217] localhost kernel: pcie_pme 0000:00:18.4:pcie01: service driver pcie_pme loaded
1585[ 4.140229] localhost kernel: pcieport 0000:00:18.5: Signaling PME through PCIe PME interrupt
1586[ 4.140241] localhost kernel: pcie_pme 0000:00:18.5:pcie01: service driver pcie_pme loaded
1587[ 4.140253] localhost kernel: pcieport 0000:00:18.6: Signaling PME through PCIe PME interrupt
1588[ 4.140265] localhost kernel: pcie_pme 0000:00:18.6:pcie01: service driver pcie_pme loaded
1589[ 4.140278] localhost kernel: pcieport 0000:00:18.7: Signaling PME through PCIe PME interrupt
1590[ 4.140290] localhost kernel: pcie_pme 0000:00:18.7:pcie01: service driver pcie_pme loaded
1591[ 4.140314] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
1592[ 4.140326] localhost kernel: pciehp 0000:00:15.0:pcie04: Slot #160 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1593[ 4.140369] localhost kernel: pciehp 0000:00:15.0:pcie04: service driver pciehp loaded
1594[ 4.140382] localhost kernel: pciehp 0000:00:15.1:pcie04: Slot #161 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1595[ 4.140411] localhost kernel: pciehp 0000:00:15.1:pcie04: service driver pciehp loaded
1596[ 4.140423] localhost kernel: pciehp 0000:00:15.2:pcie04: Slot #162 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1597[ 4.140451] localhost kernel: pciehp 0000:00:15.2:pcie04: service driver pciehp loaded
1598[ 4.140463] localhost kernel: pciehp 0000:00:15.3:pcie04: Slot #163 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1599[ 4.140492] localhost kernel: pciehp 0000:00:15.3:pcie04: service driver pciehp loaded
1600[ 4.140504] localhost kernel: pciehp 0000:00:15.4:pcie04: Slot #164 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1601[ 4.140532] localhost kernel: pciehp 0000:00:15.4:pcie04: service driver pciehp loaded
1602[ 4.140544] localhost kernel: pciehp 0000:00:15.5:pcie04: Slot #165 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1603[ 4.140573] localhost kernel: pciehp 0000:00:15.5:pcie04: service driver pciehp loaded
1604[ 4.140585] localhost kernel: pciehp 0000:00:15.6:pcie04: Slot #166 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1605[ 4.140613] localhost kernel: pciehp 0000:00:15.6:pcie04: service driver pciehp loaded
1606[ 4.140626] localhost kernel: pciehp 0000:00:15.7:pcie04: Slot #167 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1607[ 4.140666] localhost kernel: pciehp 0000:00:15.7:pcie04: service driver pciehp loaded
1608[ 4.140678] localhost kernel: pciehp 0000:00:16.0:pcie04: Slot #192 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1609[ 4.140712] localhost kernel: pciehp 0000:00:16.0:pcie04: service driver pciehp loaded
1610[ 4.140724] localhost kernel: pciehp 0000:00:16.1:pcie04: Slot #193 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1611[ 4.141067] localhost kernel: pciehp 0000:00:16.1:pcie04: service driver pciehp loaded
1612[ 4.141080] localhost kernel: pciehp 0000:00:16.2:pcie04: Slot #194 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1613[ 4.141108] localhost kernel: pciehp 0000:00:16.2:pcie04: service driver pciehp loaded
1614[ 4.141120] localhost kernel: pciehp 0000:00:16.3:pcie04: Slot #195 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1615[ 4.141150] localhost kernel: pciehp 0000:00:16.3:pcie04: service driver pciehp loaded
1616[ 4.141162] localhost kernel: pciehp 0000:00:16.4:pcie04: Slot #196 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1617[ 4.142063] localhost kernel: pciehp 0000:00:16.4:pcie04: service driver pciehp loaded
1618[ 4.142075] localhost kernel: pciehp 0000:00:16.5:pcie04: Slot #197 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1619[ 4.142103] localhost kernel: pciehp 0000:00:16.5:pcie04: service driver pciehp loaded
1620[ 4.142115] localhost kernel: pciehp 0000:00:16.6:pcie04: Slot #198 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1621[ 4.142143] localhost kernel: pciehp 0000:00:16.6:pcie04: service driver pciehp loaded
1622[ 4.142162] localhost kernel: pciehp 0000:00:16.7:pcie04: Slot #199 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1623[ 4.142191] localhost kernel: pciehp 0000:00:16.7:pcie04: service driver pciehp loaded
1624[ 4.142203] localhost kernel: pciehp 0000:00:17.0:pcie04: Slot #224 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1625[ 4.142231] localhost kernel: pciehp 0000:00:17.0:pcie04: service driver pciehp loaded
1626[ 4.142243] localhost kernel: pciehp 0000:00:17.1:pcie04: Slot #225 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1627[ 4.142272] localhost kernel: pciehp 0000:00:17.1:pcie04: service driver pciehp loaded
1628[ 4.142284] localhost kernel: pciehp 0000:00:17.2:pcie04: Slot #226 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1629[ 4.142312] localhost kernel: pciehp 0000:00:17.2:pcie04: service driver pciehp loaded
1630[ 4.142324] localhost kernel: pciehp 0000:00:17.3:pcie04: Slot #227 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1631[ 4.142352] localhost kernel: pciehp 0000:00:17.3:pcie04: service driver pciehp loaded
1632[ 4.142364] localhost kernel: pciehp 0000:00:17.4:pcie04: Slot #228 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1633[ 4.142407] localhost kernel: pciehp 0000:00:17.4:pcie04: service driver pciehp loaded
1634[ 4.142419] localhost kernel: pciehp 0000:00:17.5:pcie04: Slot #229 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1635[ 4.142448] localhost kernel: pciehp 0000:00:17.5:pcie04: service driver pciehp loaded
1636[ 4.142468] localhost kernel: pciehp 0000:00:17.6:pcie04: Slot #230 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1637[ 4.142496] localhost kernel: pciehp 0000:00:17.6:pcie04: service driver pciehp loaded
1638[ 4.142517] localhost kernel: pciehp 0000:00:17.7:pcie04: Slot #231 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1639[ 4.142545] localhost kernel: pciehp 0000:00:17.7:pcie04: service driver pciehp loaded
1640[ 4.142557] localhost kernel: pciehp 0000:00:18.0:pcie04: Slot #256 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1641[ 4.142586] localhost kernel: pciehp 0000:00:18.0:pcie04: service driver pciehp loaded
1642[ 4.142598] localhost kernel: pciehp 0000:00:18.1:pcie04: Slot #257 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1643[ 4.142626] localhost kernel: pciehp 0000:00:18.1:pcie04: service driver pciehp loaded
1644[ 4.142638] localhost kernel: pciehp 0000:00:18.2:pcie04: Slot #258 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1645[ 4.142667] localhost kernel: pciehp 0000:00:18.2:pcie04: service driver pciehp loaded
1646[ 4.142679] localhost kernel: pciehp 0000:00:18.3:pcie04: Slot #259 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1647[ 4.143058] localhost kernel: pciehp 0000:00:18.3:pcie04: service driver pciehp loaded
1648[ 4.143070] localhost kernel: pciehp 0000:00:18.4:pcie04: Slot #260 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1649[ 4.143099] localhost kernel: pciehp 0000:00:18.4:pcie04: service driver pciehp loaded
1650[ 4.143111] localhost kernel: pciehp 0000:00:18.5:pcie04: Slot #261 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1651[ 4.143153] localhost kernel: pciehp 0000:00:18.5:pcie04: service driver pciehp loaded
1652[ 4.143165] localhost kernel: pciehp 0000:00:18.6:pcie04: Slot #262 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1653[ 4.143196] localhost kernel: pciehp 0000:00:18.6:pcie04: service driver pciehp loaded
1654[ 4.143209] localhost kernel: pciehp 0000:00:18.7:pcie04: Slot #263 AttnBtn+ PwrCtrl+ MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
1655[ 4.143238] localhost kernel: pciehp 0000:00:18.7:pcie04: service driver pciehp loaded
1656[ 4.143250] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
1657[ 4.143275] localhost kernel: intel_idle: does not run on family 6 model 122
1658[ 4.143307] localhost kernel: ACPI: AC Adapter [ACAD] (on-line)
1659[ 4.143374] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
1660[ 4.143386] localhost kernel: ACPI: Power Button [PWRF]
1661[ 4.143468] localhost kernel: GHES: HEST is not enabled!
1662[ 4.143516] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
1663[ 4.164065] localhost kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
1664[ 4.164342] localhost kernel: Non-volatile memory driver v1.3
1665[ 4.164380] localhost kernel: Linux agpgart interface v0.103
1666[ 4.164392] localhost kernel: agpgart-intel 0000:00:00.0: Intel 440BX Chipset
1667[ 4.164428] localhost kernel: agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x0
1668[ 4.164476] localhost kernel: crash memory driver: version 1.1
1669[ 4.164488] localhost kernel: rdac: device handler registered
1670[ 4.164549] localhost kernel: hp_sw: device handler registered
1671[ 4.164561] localhost kernel: emc: device handler registered
1672[ 4.164574] localhost kernel: alua: device handler registered
1673[ 4.164598] localhost kernel: libphy: Fixed MDIO Bus: probed
1674[ 4.164642] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
1675[ 4.164654] localhost kernel: ehci-pci: EHCI PCI platform driver
1676[ 4.165046] localhost kernel: ehci-pci 0000:02:03.0: EHCI Host Controller
1677[ 4.165081] localhost kernel: ehci-pci 0000:02:03.0: new USB bus registered, assigned bus number 1
1678[ 4.165093] localhost kernel: ehci-pci 0000:02:03.0: cache line size of 64 is not supported
1679[ 4.165105] localhost kernel: ehci-pci 0000:02:03.0: irq 17, io mem 0xfd5ef000
1680[ 4.171036] localhost kernel: ehci-pci 0000:02:03.0: USB 2.0 started, EHCI 1.00
1681[ 4.171104] localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
1682[ 4.171116] localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1683[ 4.171128] localhost kernel: usb usb1: Product: EHCI Host Controller
1684[ 4.171140] localhost kernel: usb usb1: Manufacturer: Linux 3.10.0-693.el7.x86_64 ehci_hcd
1685[ 4.171152] localhost kernel: usb usb1: SerialNumber: 0000:02:03.0
1686[ 4.171265] localhost kernel: hub 1-0:1.0: USB hub found
1687[ 4.171286] localhost kernel: hub 1-0:1.0: 6 ports detected
1688[ 4.171473] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
1689[ 4.171485] localhost kernel: ohci-pci: OHCI PCI platform driver
1690[ 4.171497] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
1691[ 4.172050] localhost kernel: uhci_hcd 0000:02:00.0: UHCI Host Controller
1692[ 4.172092] localhost kernel: uhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
1693[ 4.172104] localhost kernel: uhci_hcd 0000:02:00.0: detected 2 ports
1694[ 4.172146] localhost kernel: uhci_hcd 0000:02:00.0: irq 18, io base 0x00002080
1695[ 4.172204] localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
1696[ 4.172216] localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
1697[ 4.172228] localhost kernel: usb usb2: Product: UHCI Host Controller
1698[ 4.172241] localhost kernel: usb usb2: Manufacturer: Linux 3.10.0-693.el7.x86_64 uhci_hcd
1699[ 4.172253] localhost kernel: usb usb2: SerialNumber: 0000:02:00.0
1700[ 4.172335] localhost kernel: hub 2-0:1.0: USB hub found
1701[ 4.172355] localhost kernel: hub 2-0:1.0: 2 ports detected
1702[ 4.172479] localhost kernel: usbcore: registered new interface driver usbserial
1703[ 4.172491] localhost kernel: usbcore: registered new interface driver usbserial_generic
1704[ 4.172503] localhost kernel: usbserial: USB Serial support registered for generic
1705[ 4.172516] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
1706[ 4.173035] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
1707[ 4.173051] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
1708[ 4.173134] localhost kernel: mousedev: PS/2 mouse device common for all mice
1709[ 4.193459] localhost kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
1710[ 4.193527] localhost kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
1711[ 4.193540] localhost kernel: cpuidle: using governor menu
1712[ 4.194864] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
1713[ 4.195214] localhost kernel: usbcore: registered new interface driver usbhid
1714[ 4.195226] localhost kernel: usbhid: USB HID core driver
1715[ 4.195250] localhost kernel: drop_monitor: Initializing network drop monitor service
1716[ 4.195363] localhost kernel: TCP: cubic registered
1717[ 4.195375] localhost kernel: Initializing XFRM netlink socket
1718[ 4.195448] localhost kernel: NET: Registered protocol family 10
1719[ 4.195669] localhost kernel: NET: Registered protocol family 17
1720[ 4.195725] localhost kernel: microcode: CPU0 sig=0x706a1, pf=0x1, revision=0x16
1721[ 4.195766] localhost kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
1722[ 4.196106] localhost kernel: PM: Hibernation image not present or could not be loaded.
1723[ 4.196112] localhost kernel: Loading compiled-in X.509 certificates
1724[ 4.196124] localhost kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
1725[ 4.196136] localhost kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
1726[ 4.196148] localhost kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: da187dca7dbe53ab05bd13bd0c4e21f422b6a49c'
1727[ 4.196160] localhost kernel: registered taskstats version 1
1728[ 4.196708] localhost kernel: Key type trusted registered
1729[ 4.197315] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
1730[ 4.197528] localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2
1731[ 4.197676] localhost kernel: input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
1732[ 4.198255] localhost kernel: Key type encrypted registered
1733[ 4.199166] localhost kernel: IMA: No TPM chip found, activating TPM-bypass!
1734[ 4.202109] localhost kernel: Magic number: 3:527:167
1735[ 4.202121] localhost kernel: acpi device:30: hash matches
1736[ 4.202158] localhost kernel: rtc_cmos 00:01: setting system clock to 2019-01-16 07:09:56 UTC (1547622596)
1737[ 4.202201] localhost kernel: Freeing unused kernel memory: 1764k freed
1738[ 4.202473] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1739[ 4.202578] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1740[ 4.202591] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1741[ 4.203192] localhost systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
1742[ 4.203205] localhost systemd[1]: Detected virtualization vmware.
1743[ 4.203217] localhost systemd[1]: Detected architecture x86-64.
1744[ 4.203229] localhost systemd[1]: Running in initial RAM disk.
1745[ 4.203279] localhost systemd[1]: No hostname configured.
1746[ 4.203291] localhost systemd[1]: Set hostname to <localhost>.
1747[ 4.203303] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1748[ 4.203315] localhost systemd[1]: Initializing machine ID from random generator.
1749[ 4.204167] localhost kernel: random: systemd-cryptse: uninitialized urandom read (16 bytes read)
1750[ 4.210516] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1751[ 4.210529] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1752[ 4.210541] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1753[ 4.210553] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1754[ 4.210591] localhost kernel: random: systemd: uninitialized urandom read (16 bytes read)
1755[ 4.213050] localhost systemd[1]: Cannot add dependency job for unit blk-availability.service, ignoring: Unit not found.
1756[ 4.213298] localhost systemd[1]: Reached target Encrypted Volumes.
1757[ 4.213310] localhost systemd[1]: Starting Encrypted Volumes.
1758[ 4.213374] localhost systemd[1]: Reached target Timers.
1759[ 4.213386] localhost systemd[1]: Starting Timers.
1760[ 4.213448] localhost systemd[1]: Reached target Local File Systems.
1761[ 4.213460] localhost systemd[1]: Starting Local File Systems.
1762[ 4.213522] localhost systemd[1]: Reached target Swap.
1763[ 4.213534] localhost systemd[1]: Starting Swap.
1764[ 4.213609] localhost systemd[1]: Created slice Root Slice.
1765[ 4.213621] localhost systemd[1]: Starting Root Slice.
1766[ 4.213708] localhost systemd[1]: Listening on udev Kernel Socket.
1767[ 4.213720] localhost systemd[1]: Starting udev Kernel Socket.
1768[ 4.213802] localhost systemd[1]: Listening on udev Control Socket.
1769[ 4.213814] localhost systemd[1]: Starting udev Control Socket.
1770[ 4.215052] localhost systemd[1]: Created slice System Slice.
1771[ 4.215064] localhost systemd[1]: Starting System Slice.
1772[ 4.215126] localhost systemd[1]: Reached target Slices.
1773[ 4.215138] localhost systemd[1]: Starting Slices.
1774[ 4.215226] localhost systemd[1]: Listening on Journal Socket.
1775[ 4.215238] localhost systemd[1]: Starting Journal Socket.
1776[ 4.215367] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
1777[ 4.215535] localhost systemd[1]: Starting Setup Virtual Console...
1778[ 4.215715] localhost systemd[1]: Starting Apply Kernel Variables...
1779[ 4.215873] localhost systemd[1]: Starting Journal Service...
1780[ 4.216189] localhost systemd[1]: Starting dracut cmdline hook...
1781[ 4.218464] localhost systemd[1]: Started Apply Kernel Variables.
1782[ 4.220482] localhost systemd[1]: Started Setup Virtual Console.
1783[ 4.221393] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
1784[ 4.221573] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
1785[ 4.226169] localhost systemd[1]: Started Create Static Device Nodes in /dev.
1786[ 4.230230] localhost systemd-journal[81]: Journal started
1787[ 4.260330] localhost systemd[1]: Started Journal Service.
1788[ 4.277167] localhost kernel: BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
1789[ 4.253375] localhost dracut-cmdline[82]: Loading CentOS 7 x86_64 installer...
1790[ 4.309667] localhost systemd[1]: Started dracut cmdline hook.
1791[ 4.309790] localhost systemd[1]: Starting dracut pre-udev hook...
1792[ 4.352115] localhost kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
1793[ 4.356097] localhost kernel: Loading iSCSI transport class v2.0-870.
1794[ 4.361116] localhost kernel: iscsi: registered transport (tcp)
1795[ 4.476088] localhost kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
1796[ 4.597149] localhost kernel: usb 2-1: New USB device found, idVendor=0e0f, idProduct=0003
1797[ 4.597167] localhost kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
1798[ 4.597184] localhost kernel: usb 2-1: Product: VMware Virtual USB Mouse
1799[ 4.597202] localhost kernel: usb 2-1: Manufacturer: VMware
1800[ 4.602125] localhost kernel: input: VMware VMware Virtual USB Mouse as /devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-1/2-1:1.0/input/input4
1801[ 4.602271] localhost kernel: hid-generic 0003:0E0F:0003.0001: input,hidraw0: USB HID v1.10 Mouse [VMware VMware Virtual USB Mouse] on usb-0000:02:00.0-1/input0
1802[ 4.704103] localhost kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
1803[ 4.824148] localhost kernel: usb 2-2: New USB device found, idVendor=0e0f, idProduct=0002
1804[ 4.824166] localhost kernel: usb 2-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
1805[ 4.824184] localhost kernel: usb 2-2: Product: VMware Virtual USB Hub
1806[ 4.829121] localhost kernel: hub 2-2:1.0: USB hub found
1807[ 4.831114] localhost kernel: hub 2-2:1.0: 7 ports detected
1808[ 5.111102] localhost kernel: usb 2-2.1: new full-speed USB device number 4 using uhci_hcd
1809[ 5.199273] localhost kernel: usb 2-2.1: New USB device found, idVendor=0e0f, idProduct=0008
1810[ 5.199329] localhost kernel: usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
1811[ 5.199386] localhost kernel: usb 2-2.1: Product: Virtual Bluetooth Adapter
1812[ 5.199442] localhost kernel: usb 2-2.1: Manufacturer: VMware
1813[ 5.199498] localhost kernel: usb 2-2.1: SerialNumber: 000650268328
1814[ 7.390165] localhost kernel: floppy0: no floppy controllers found
1815[ 7.390444] localhost kernel: work still pending
1816[ 7.397112] localhost kernel: No iBFT detected.
1817[ 7.408338] localhost kernel: async_tx: api initialized (async)
1818[ 7.410214] localhost kernel: xor: measuring software checksum speed
1819[ 7.420014] localhost kernel: prefetch64-sse: 11536.000 MB/sec
1820[ 7.430011] localhost kernel: generic_sse: 10164.000 MB/sec
1821[ 7.430213] localhost kernel: xor: using function: prefetch64-sse (11536.000 MB/sec)
1822[ 7.454026] localhost kernel: raid6: sse2x1 gen() 7371 MB/s
1823[ 7.471021] localhost kernel: raid6: sse2x2 gen() 9640 MB/s
1824[ 7.488023] localhost kernel: raid6: sse2x4 gen() 10992 MB/s
1825[ 7.488166] localhost kernel: raid6: using algorithm sse2x4 gen() (10992 MB/s)
1826[ 7.488309] localhost kernel: raid6: using ssse3x2 recovery algorithm
1827[ 7.515560] localhost kernel: device-mapper: uevent: version 1.0.3
1828[ 7.515804] localhost kernel: device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
1829[ 7.535262] localhost kernel: device-mapper: multipath round-robin: version 1.2.0 loaded
1830[ 7.578991] localhost kernel: RPC: Registered named UNIX socket transport module.
1831[ 7.579022] localhost kernel: RPC: Registered udp transport module.
1832[ 7.579165] localhost kernel: RPC: Registered tcp transport module.
1833[ 7.579308] localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
1834[ 7.581168] localhost rpc.statd[411]: Version 1.3.0 starting
1835[ 7.584194] localhost rpc.statd[411]: Initializing NSM state
1836[ 7.585282] localhost rpc.statd[411]: Running as root. chown /var/lib/nfs/statd to choose different user
1837[ 7.620596] localhost systemd[1]: Started dracut pre-udev hook.
1838[ 7.620863] localhost systemd[1]: Starting udev Kernel Device Manager...
1839[ 7.623653] localhost systemd-udevd[438]: starting version 219
1840[ 7.623916] localhost systemd-udevd[438]: Network interface NamePolicy= disabled on kernel command line, ignoring.
1841[ 7.627525] localhost systemd[1]: Started udev Kernel Device Manager.
1842[ 7.627836] localhost systemd[1]: Starting dracut pre-trigger hook...
1843[ 7.650696] localhost lldpad[450]: config file failed to load,
1844[ 7.650889] localhost lldpad[450]: create a new file.
1845[ 7.650996] localhost lldpad[450]: bound ctrl iface to /com/intel/lldpad
1846[ 7.652977] localhost dracut-pre-trigger[439]: 451
1847[ 7.726846] localhost systemd[1]: Started dracut pre-trigger hook.
1848[ 7.726972] localhost systemd[1]: Starting udev Coldplug all Devices...
1849[ 7.731671] localhost systemd-udevd[438]: Network interface NamePolicy= disabled on kernel command line, ignoring.
1850[ 7.752894] localhost systemd[1]: Mounting Configuration File System...
1851[ 7.762439] localhost systemd[1]: Mounted Configuration File System.
1852[ 7.815311] localhost systemd[1]: Started udev Coldplug all Devices.
1853[ 7.815579] localhost systemd[1]: Starting Device-Mapper Multipath Device Controller...
1854[ 7.815872] localhost systemd[1]: Starting Show Plymouth Boot Screen...
1855[ 7.816446] localhost systemd[1]: Reached target System Initialization.
1856[ 7.816958] localhost systemd[1]: Starting System Initialization.
1857[ 7.817495] localhost systemd[1]: Listening on Open-iSCSI iscsiuio Socket.
1858[ 7.817737] localhost systemd[1]: Starting Open-iSCSI iscsiuio Socket.
1859[ 7.817977] localhost systemd[1]: Reached target Sockets.
1860[ 7.818247] localhost systemd[1]: Starting Sockets.
1861[ 7.876901] localhost systemd[1]: Received SIGRTMIN+20 from PID 535 (plymouthd).
1862[ 7.878360] localhost systemd[1]: Started Show Plymouth Boot Screen.
1863[ 7.878603] localhost systemd[1]: Reached target Paths.
1864[ 7.878847] localhost systemd[1]: Starting Paths.
1865[ 7.878957] localhost systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
1866[ 7.878993] localhost systemd[1]: Starting Forward Password Requests to Plymouth Directory Watch.
1867[ 7.879227] localhost systemd[1]: Reached target Basic System.
1868[ 7.879459] localhost systemd[1]: Starting Basic System.
1869[ 7.906638] localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
1870[ 7.906909] localhost systemd[1]: Starting Open-iSCSI...
1871[ 7.919999] localhost iscsid[546]: iSCSI logger with pid=551 started!
1872[ 7.921634] localhost systemd[1]: Failed to read PID from file /var/run/iscsid.pid: Invalid argument
1873[ 7.929554] localhost systemd[1]: Started Open-iSCSI.
1874[ 7.929829] localhost systemd[1]: Starting dracut initqueue hook...
1875[ 7.931557] localhost iscsid[551]: iSCSI daemon with pid=552 started!
1876[ 7.932544] localhost iscsid[551]: can't open InitiatorName configuration file /etc/iscsi/initiatorname.iscsi
1877[ 7.932793] localhost iscsid[551]: Warning: InitiatorName file /etc/iscsi/initiatorname.iscsi does not exist or does not contain a properly formatted InitiatorName. If using software iscsi (iscsi_tcp or ib_iser) or partial offload (bnx2i or cxgbi iscsi), you may not be able to log into or
1878[ 7.932932] localhost iscsid[551]: can't open InitiatorAlias configuration file /etc/iscsi/initiatorname.iscsi
1879[ 7.932991] localhost iscsid[551]: can't open iscsid.safe_logout configuration file /etc/iscsi/iscsid.conf
1880[ 7.996300] localhost kernel: Fusion MPT base driver 3.04.20
1881[ 7.996442] localhost kernel: Copyright (c) 1999-2008 LSI Corporation
1882[ 8.018568] localhost kernel: libata version 3.00 loaded.
1883[ 8.019480] localhost kernel: ata_piix 0000:00:07.1: version 2.13
1884[ 8.020741] localhost kernel: Fusion MPT SPI Host driver 3.04.20
1885[ 8.032646] localhost kernel: scsi host0: ata_piix
1886[ 8.041635] localhost kernel: scsi host1: ata_piix
1887[ 8.041801] localhost kernel: ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1060 irq 14
1888[ 8.041825] localhost kernel: ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1068 irq 15
1889[ 8.044208] localhost kernel: [drm] Initialized
1890[ 8.050500] localhost kernel: mptbase: ioc0: Initiating bringup
1891[ 8.068283] localhost kernel: ioc0: LSI53C1030 B0: Capabilities={Initiator}
1892[ 8.083078] localhost systemd[1]: Reloading.
1893[ 8.117413] localhost kernel: scsi host2: ioc0: LSI53C1030 B0, FwRev=01032920h, Ports=1, MaxQ=128, IRQ=17
1894[ 8.137211] localhost kernel: e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
1895[ 8.137227] localhost kernel: e1000: Copyright (c) 1999-2006 Intel Corporation.
1896[ 8.145202] localhost kernel: scsi 2:0:0:0: Direct-Access VMware, VMware Virtual S 1.0 PQ: 0 ANSI: 2
1897[ 8.145219] localhost kernel: scsi target2:0:0: Beginning Domain Validation
1898[ 8.145634] localhost kernel: scsi target2:0:0: Domain Validation skipping write tests
1899[ 8.145651] localhost kernel: scsi target2:0:0: Ending Domain Validation
1900[ 8.145677] localhost kernel: scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127)
1901[ 8.146423] localhost kernel: [drm] DMA map mode: Using physical TTM page addresses.
1902[ 8.146440] localhost kernel: [drm] Capabilities:
1903[ 8.146456] localhost kernel: [drm] Rect copy.
1904[ 8.146473] localhost kernel: [drm] Cursor.
1905[ 8.146490] localhost kernel: [drm] Cursor bypass.
1906[ 8.146506] localhost kernel: [drm] Cursor bypass 2.
1907[ 8.146523] localhost kernel: [drm] 8bit emulation.
1908[ 8.146539] localhost kernel: [drm] Alpha cursor.
1909[ 8.146556] localhost kernel: [drm] Extended Fifo.
1910[ 8.146572] localhost kernel: [drm] Multimon.
1911[ 8.146589] localhost kernel: [drm] Pitchlock.
1912[ 8.146606] localhost kernel: [drm] Irq mask.
1913[ 8.146622] localhost kernel: [drm] Display Topology.
1914[ 8.146639] localhost kernel: [drm] GMR.
1915[ 8.146655] localhost kernel: [drm] Traces.
1916[ 8.146672] localhost kernel: [drm] GMR2.
1917[ 8.146688] localhost kernel: [drm] Screen Object 2.
1918[ 8.146705] localhost kernel: [drm] Command Buffers.
1919[ 8.146721] localhost kernel: [drm] Command Buffers 2.
1920[ 8.146738] localhost kernel: [drm] Guest Backed Resources.
1921[ 8.146755] localhost kernel: [drm] DX Features.
1922[ 8.146771] localhost kernel: [drm] Max GMR ids is 64
1923[ 8.146788] localhost kernel: [drm] Max number of GMR pages is 65536
1924[ 8.146804] localhost kernel: [drm] Max dedicated hypervisor surface memory is 0 kiB
1925[ 8.146821] localhost kernel: [drm] Maximum display memory size is 262144 kiB
1926[ 8.146837] localhost kernel: [drm] VRAM at 0xe8000000 size is 4096 kiB
1927[ 8.146854] localhost kernel: [drm] MMIO at 0xfe000000 size is 256 kiB
1928[ 8.146870] localhost kernel: [drm] global init.
1929[ 8.150058] localhost kernel: [TTM] Zone kernel: Available graphics memory: 499848 kiB
1930[ 8.150074] localhost kernel: [TTM] Initializing pool allocator
1931[ 8.150091] localhost kernel: [TTM] Initializing DMA pool allocator
1932[ 8.150107] localhost kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
1933[ 8.150124] localhost kernel: [drm] No driver support for vblank timestamp query.
1934[ 8.150283] localhost kernel: [drm] Screen Target Display device initialized
1935[ 8.150300] localhost kernel: [drm] width 800
1936[ 8.150316] localhost kernel: [drm] height 480
1937[ 8.150333] localhost kernel: [drm] bpp 32
1938[ 8.151053] localhost kernel: [drm] Fifo max 0x00040000 min 0x00001000 cap 0x0000077f
1939[ 8.173019] localhost kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
1940[ 8.194020] localhost kernel: [drm] Using command buffers with DMA pool.
1941[ 8.213105] localhost kernel: ata1.00: ATAPI: VMware Virtual IDE CDROM Drive, 00000001, max UDMA/33
1942[ 8.221108] localhost kernel: ata1.00: configured for UDMA/33
1943[ 8.223065] localhost kernel: scsi 0:0:0:0: CD-ROM NECVMWar VMware IDE CDR00 1.00 PQ: 0 ANSI: 5
1944[ 8.233064] localhost kernel: [drm] DX: no.
1945[ 8.267521] localhost kernel: sd 2:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60.0 GiB)
1946[ 8.267565] localhost kernel: sd 2:0:0:0: [sda] Write Protect is off
1947[ 8.267582] localhost kernel: sd 2:0:0:0: [sda] Mode Sense: 61 00 00 00
1948[ 8.267615] localhost kernel: sd 2:0:0:0: [sda] Cache data unavailable
1949[ 8.267631] localhost kernel: sd 2:0:0:0: [sda] Assuming drive cache: write through
1950[ 8.268333] localhost kernel: sd 2:0:0:0: [sda] Attached SCSI disk
1951[ 8.270079] localhost kernel: alg: No test for crc32 (crc32-pclmul)
1952[ 8.262492] localhost multipathd[544]: path checkers start up
1953[ 8.262589] localhost multipathd[544]: sda: add path (uevent)
1954[ 8.262675] localhost multipathd[544]: sda: failed to get path uid
1955[ 8.264201] localhost multipathd[544]: uevent trigger error
1956[ 8.311149] localhost dracut-initqueue[553]: RTNETLINK answers: File exists
1957[ 8.306152] localhost kernel: fbcon: svgadrmfb (fb0) is primary device
1958[ 8.341028] localhost kernel: Console: switching to colour frame buffer device 100x37
1959[ 8.375507] localhost kernel: [drm] Initialized vmwgfx 2.12.0 20170221 for 0000:00:0f.0 on minor 0
1960[ 8.414088] localhost kernel: sr 0:0:0:0: [sr0] scsi3-mmc drive: 1x/1x writer dvd-ram cd/rw xa/form2 cdda tray
1961[ 8.414105] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
1962[ 8.414409] localhost kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
1963[ 8.430032] localhost kernel: random: fast init done
1964[ 8.631026] localhost kernel: e1000 0000:02:01.0 eth0: (PCI:66MHz:32-bit) 00:0c:29:31:bf:33
1965[ 8.631043] localhost kernel: e1000 0000:02:01.0 eth0: Intel(R) PRO/1000 Network Connection
1966[ 8.640319] localhost kernel: 8021q: 802.1Q VLAN Support v1.8
1967[ 9.377530] localhost kernel: e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
1968[ 9.380046] localhost kernel: 8021q: adding VLAN 0 to HW filter on device eth0
1969[ 9.446251] localhost dracut-initqueue[553]: dhcp: PREINIT eth0 up
1970[ 9.455793] localhost dhclient[710]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x5797dbb7)
1971[ 9.456487] localhost dhclient[710]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x5797dbb7)
1972[ 9.456646] localhost dhclient[710]: DHCPOFFER from 192.168.80.10
1973[ 9.459474] localhost dhclient[710]: DHCPACK from 192.168.80.10 (xid=0x5797dbb7)
1974[ 9.471249] localhost dracut-initqueue[553]: dhcp: BOND setting eth0
1975[ 11.507218] localhost kernel: floppy0: no floppy controllers found
1976[ 11.508150] localhost kernel: work still pending
1977[ 11.526372] localhost dhclient[710]: bound to 192.168.80.107 -- renewal in 262758 seconds.
1978[ 18.648386] localhost multipathd[544]: sda: add path (uevent)
1979[ 18.648660] localhost multipathd[544]: sda: spurious uevent, path already in pathvec
1980[ 18.648916] localhost multipathd[544]: sda: failed to get path uid
1981[ 18.650981] localhost multipathd[544]: uevent trigger error
1982[ 28.670826] localhost multipathd[544]: sda: add path (uevent)
1983[ 28.671086] localhost multipathd[544]: sda: spurious uevent, path already in pathvec
1984[ 28.671317] localhost multipathd[544]: sda: failed to get path uid
1985[ 28.674021] localhost multipathd[544]: uevent trigger error
1986[ 38.692932] localhost multipathd[544]: sda: add path (uevent)
1987[ 38.693199] localhost multipathd[544]: sda: spurious uevent, path already in pathvec
1988[ 38.693429] localhost multipathd[544]: sda: failed to get path uid
1989[ 38.696108] localhost multipathd[544]: uevent trigger error
1990[ 41.606462] localhost kernel: random: crng init done
1991[ 73.769327] localhost dracut-initqueue[553]: % Total % Received % Xferd Average Speed Time Time Time Current
1992[ 73.772153] localhost dracut-initqueue[553]: Dload Upload Total Spent Left Speed
1993 93 351M 93 328M 0 0 91.5M 0 0:00:03 0:00:03 --:--:-- 91.5M 0 0 --:--:-- --:--:-- --:--:-- 0
1994[ 77.357311] localhost dracut-initqueue[553]: curl: (23) Failed writing body (773 != 16384)
1995[ 77.550719] localhost kernel: loop: module loaded
1996[ 77.543806] localhost dracut-initqueue[553]: mount: wrong fs type, bad option, bad superblock on /dev/loop0,
1997[ 77.546049] localhost dracut-initqueue[553]: missing codepage or helper program, or other error
1998[ 77.547363] localhost dracut-initqueue[553]: In some cases useful info is found in syslog - try
1999[ 77.547663] localhost dracut-initqueue[553]: dmesg | tail or so.
2000[ 77.558386] localhost dracut-initqueue[553]: umount: /run/initramfs/squashfs: not mounted
2001[ 77.565184] localhost dracut-initqueue[553]: /sbin/dmsquash-live-root: line 273: printf: write error: No space left on device
2002[ 78.147712] localhost dracut-initqueue[553]: % Total % Received % Xferd Average Speed Time Time Time Current
2003[ 78.150598] localhost dracut-initqueue[553]: Dload Upload Total Spent Left Speed
2004100 3106 100 3106 0 0 242k 0 --:--:-- --:--:-- --:--:-- 252k 0 0 --:--:-- --:--:-- --:--:-- 0
2005[ 78.792706] localhost dracut-initqueue[553]: Traceback (most recent call last):
2006[ 78.794144] localhost dracut-initqueue[553]: File "/sbin/parse-kickstart", line 654, in <module>
2007[ 78.795792] localhost dracut-initqueue[553]: outfile, output = process_kickstart(path)
2008[ 78.797179] localhost dracut-initqueue[553]: File "/sbin/parse-kickstart", line 641, in process_kickstart
2009[ 78.799119] localhost dracut-initqueue[553]: processed_file = preprocessKickstart(ksfile)
2010[ 78.799390] localhost dracut-initqueue[553]: File "/usr/lib/python2.7/site-packages/pykickstart/parser.py", line 136, in preprocessKickstart
2011[ 78.799675] localhost dracut-initqueue[553]: rc = _preprocessStateMachine (iter(fh.readlines()))
2012[ 78.799942] localhost dracut-initqueue[553]: File "/usr/lib/python2.7/site-packages/pykickstart/parser.py", line 81, in _preprocessStateMachine
2013[ 78.800206] localhost dracut-initqueue[553]: os.write(outF, l)
2014[ 78.800502] localhost dracut-initqueue[553]: OSError: [Errno 28] No space left on device
2015[ 78.828846] localhost dracut-initqueue[553]: /lib/anaconda-lib.sh: line 210: /tmp/ks.info: No such file or directory
2016[ 78.832912] localhost systemd[1]: Started dracut initqueue hook.
2017[ 78.833186] localhost systemd[1]: Reached target Remote File Systems (Pre).
2018[ 78.833500] localhost systemd[1]: Starting Remote File Systems (Pre).
2019[ 78.833744] localhost systemd[1]: Reached target Remote File Systems.
2020[ 78.834001] localhost systemd[1]: Starting Remote File Systems.
2021[ 78.834868] localhost systemd[1]: Starting dracut pre-mount hook...
2022[ 78.881018] localhost systemd[1]: Started dracut pre-mount hook.
2023[ 78.881358] localhost systemd[1]: Reached target Initrd Root File System.
2024[ 78.881630] localhost systemd[1]: Starting Initrd Root File System.
2025[ 78.881913] localhost systemd[1]: Starting Reload Configuration from the Real Root...
2026[ 78.890014] localhost systemd[1]: Reloading.
2027[ 78.973325] localhost systemd[1]: Started Reload Configuration from the Real Root.
2028[ 78.974916] localhost systemd[1]: Reached target Initrd File Systems.
2029[ 78.975200] localhost systemd[1]: Starting Initrd File Systems.
2030[ 78.976849] localhost systemd[1]: Starting dracut mount hook...
2031[ 79.148311] localhost dracut-mount[1009]: Warning: Can't mount root filesystem
2032[ 79.197434] localhost systemd[1]: Received SIGRTMIN+20 from PID 535 (plymouthd).
2033[ 79.199727] localhost dracut-mount[1009]: Warning: /dev/root does not exist
2034[ 79.211340] localhost dracut-mount[1009]: /lib/dracut-lib.sh: line 1030: echo: write error: No space left on device
2035[ 79.217702] localhost systemd[1]: Starting Dracut Emergency Shell...
2036[ 79.244183] localhost systemd[1]: Received SIGRTMIN+21 from PID 535 (plymouthd).