Skip to content

Instantly share code, notes, and snippets.

@tsuna
Created April 1, 2016 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsuna/53e183a5560ee7dcaf3f42b73fe4da3f to your computer and use it in GitHub Desktop.
Save tsuna/53e183a5560ee7dcaf3f42b73fe4da3f to your computer and use it in GitHub Desktop.
CoreOS 1000.0.0 boot problem with a broken drive
+ cat /lib/dracut/dracut-041-r2
dracut-041-r2
+ cat /proc/cmdline
rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.first_boot=1 coreos.randomize_disk_guid=00000000-0000-0000-0000-000000000001 verity.usrhash=c95407ad3c5567b16fb249f74e9662d9f4b5af55c4f1e3fe5c958c6d6845bc60
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/base.conf ']'
+ echo /etc/cmdline.d/base.conf
/etc/cmdline.d/base.conf
+ cat /etc/cmdline.d/base.conf
ro
+ cat /proc/self/mountinfo
0 0 0:1 / / rw shared:1 - rootfs rootfs rw
17 0 0:17 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
18 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
19 0 0:6 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=32958416k,nr_inodes=8239604,mode=755
20 17 0:18 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
21 19 0:19 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
22 19 0:13 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
23 0 0:20 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
24 17 0:21 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
25 24 0:22 / /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
26 17 0:23 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
27 24 0:24 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,net_cls,net_prio
28 24 0:25 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,perf_event
29 24 0:26 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,cpuset
30 24 0:27 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,freezer
31 24 0:28 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,cpu,cpuacct
32 24 0:29 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,devices
33 24 0:30 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,blkio
34 24 0:31 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,memory
+ cat /proc/mounts
rootfs / rootfs rw 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=32958416k,nr_inodes=8239604,mode=755 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
+ blkid
/dev/sdb: LABEL="DISK8" UUID="8492adb1-eb75-4e2b-824f-bedbe5346e0a" TYPE="ext4"
/dev/sdc1: SEC_TYPE="msdos" LABEL="EFI-SYSTEM" UUID="9227-B418" TYPE="vfat" PARTLABEL="EFI-SYSTEM" PARTUUID="ebfc06e3-3aa3-4435-a109-7a97b0285b52"
/dev/sdc2: PARTLABEL="BIOS-BOOT" PARTUUID="56781178-bc6e-458a-a1da-bd2e7ec256a1"
/dev/sdc3: LABEL="USR-A" UUID="3783d5ac-9363-4e97-93bb-dc2036b8e86f" SEC_TYPE="ext2" TYPE="ext4" PARTLABEL="USR-A" PARTUUID="7130c94a-213a-4e5a-8e26-6cce9662f132"
/dev/sdc4: LABEL="USR-A" UUID="5e16545b-a00c-49a3-ace4-9bb288e550ba" SEC_TYPE="ext2" TYPE="ext4" PARTLABEL="USR-B" PARTUUID="e03dd35c-7c2d-4a47-b3fe-27f15780a57c"
/dev/sdc6: LABEL="OEM" UUID="388f7e6c-ce16-4dea-920c-d95b7d2d4b8d" TYPE="ext4" PARTLABEL="OEM" PARTUUID="a00223e5-cff7-4ded-8a39-624fda9a441a"
/dev/sdc7: PARTLABEL="OEM-CONFIG" PARTUUID="b2824e10-949a-44b8-8dbf-9b781585f981"
/dev/sdc9: LABEL="ROOT" UUID="eb86dbc7-4312-452e-87c2-ff5207a19ad4" TYPE="ext4" PARTLABEL="ROOT" PARTUUID="7c3a97db-162b-4a46-81e8-7285fe3ce892"
/dev/sdd1: SEC_TYPE="msdos" LABEL="EFI-SYSTEM" UUID="52DE-F30E" TYPE="vfat" PARTLABEL="EFI-SYSTEM" PARTUUID="e4d9b058-1c65-4ea0-8bf4-c9ca227e0c37"
/dev/sdd2: PARTLABEL="BIOS-BOOT" PARTUUID="7b8933ed-103d-4027-82dc-97f243317b37"
/dev/sdd3: LABEL="USR-A" UUID="cd16f2c8-8fe7-4b27-9161-353014c735cd" SEC_TYPE="ext2" TYPE="ext4" PARTLABEL="USR-A" PARTUUID="7130c94a-213a-4e5a-8e26-6cce9662f132"
/dev/sdd4: PARTLABEL="USR-B" PARTUUID="e03dd35c-7c2d-4a47-b3fe-27f15780a57c"
/dev/sdd6: LABEL="OEM" UUID="8c905a1c-f64c-4eab-b994-f20ca2b1582d" TYPE="ext4" PARTLABEL="OEM" PARTUUID="8df3ca89-4cd1-42a0-add3-7c7ea58023ad"
/dev/sdd7: PARTLABEL="OEM-CONFIG" PARTUUID="e258f1d7-f95c-4fae-b4aa-399c0ee2cec3"
/dev/sdd9: LABEL="ROOT" UUID="cf0b180e-ab7a-40ce-8941-6a9b3693d141" TYPE="ext4" PARTLABEL="ROOT" PARTUUID="f1d56b8b-7716-47ee-906e-2443d9f14c40"
/dev/sde: LABEL="DISK4" UUID="17575f87-a072-4859-a4f9-5c9d3e0ab050" TYPE="ext4"
/dev/sdf: LABEL="DISK5" UUID="134cf9ec-7c93-494a-9696-58816bdb82f1" TYPE="ext4"
/dev/sdg: LABEL="DISK6" UUID="e684e018-fac0-444b-9dbe-8ba2bd36ca88" TYPE="ext4"
/dev/sda: LABEL="DISK7" UUID="2af2222f-b9ca-4231-8837-38f2125dd8d5" TYPE="ext4"
+ blkid -o udev
ID_FS_LABEL=DISK8
ID_FS_LABEL_ENC=DISK8
ID_FS_UUID=8492adb1-eb75-4e2b-824f-bedbe5346e0a
ID_FS_UUID_ENC=8492adb1-eb75-4e2b-824f-bedbe5346e0a
ID_FS_TYPE=ext4
ID_FS_SEC_TYPE=msdos
ID_FS_LABEL=EFI-SYSTEM
ID_FS_LABEL_ENC=EFI-SYSTEM
ID_FS_UUID=9227-B418
ID_FS_UUID_ENC=9227-B418
ID_FS_TYPE=vfat
ID_FS_PARTLABEL=EFI-SYSTEM
ID_FS_PARTUUID=ebfc06e3-3aa3-4435-a109-7a97b0285b52
ID_FS_LABEL=USR-A
ID_FS_LABEL_ENC=USR-A
ID_FS_UUID=3783d5ac-9363-4e97-93bb-dc2036b8e86f
ID_FS_UUID_ENC=3783d5ac-9363-4e97-93bb-dc2036b8e86f
ID_FS_SEC_TYPE=ext2
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=USR-A
ID_FS_PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132
ID_FS_LABEL=USR-A
ID_FS_LABEL_ENC=USR-A
ID_FS_UUID=5e16545b-a00c-49a3-ace4-9bb288e550ba
ID_FS_UUID_ENC=5e16545b-a00c-49a3-ace4-9bb288e550ba
ID_FS_SEC_TYPE=ext2
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=USR-B
ID_FS_PARTUUID=e03dd35c-7c2d-4a47-b3fe-27f15780a57c
ID_FS_LABEL=OEM
ID_FS_LABEL_ENC=OEM
ID_FS_UUID=388f7e6c-ce16-4dea-920c-d95b7d2d4b8d
ID_FS_UUID_ENC=388f7e6c-ce16-4dea-920c-d95b7d2d4b8d
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=OEM
ID_FS_PARTUUID=a00223e5-cff7-4ded-8a39-624fda9a441a
ID_FS_LABEL=ROOT
ID_FS_LABEL_ENC=ROOT
ID_FS_UUID=eb86dbc7-4312-452e-87c2-ff5207a19ad4
ID_FS_UUID_ENC=eb86dbc7-4312-452e-87c2-ff5207a19ad4
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=ROOT
ID_FS_PARTUUID=7c3a97db-162b-4a46-81e8-7285fe3ce892
ID_FS_SEC_TYPE=msdos
ID_FS_LABEL=EFI-SYSTEM
ID_FS_LABEL_ENC=EFI-SYSTEM
ID_FS_UUID=52DE-F30E
ID_FS_UUID_ENC=52DE-F30E
ID_FS_TYPE=vfat
ID_FS_PARTLABEL=EFI-SYSTEM
ID_FS_PARTUUID=e4d9b058-1c65-4ea0-8bf4-c9ca227e0c37
ID_FS_LABEL=USR-A
ID_FS_LABEL_ENC=USR-A
ID_FS_UUID=cd16f2c8-8fe7-4b27-9161-353014c735cd
ID_FS_UUID_ENC=cd16f2c8-8fe7-4b27-9161-353014c735cd
ID_FS_SEC_TYPE=ext2
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=USR-A
ID_FS_PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132
ID_FS_LABEL=OEM
ID_FS_LABEL_ENC=OEM
ID_FS_UUID=8c905a1c-f64c-4eab-b994-f20ca2b1582d
ID_FS_UUID_ENC=8c905a1c-f64c-4eab-b994-f20ca2b1582d
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=OEM
ID_FS_PARTUUID=8df3ca89-4cd1-42a0-add3-7c7ea58023ad
ID_FS_LABEL=ROOT
ID_FS_LABEL_ENC=ROOT
ID_FS_UUID=cf0b180e-ab7a-40ce-8941-6a9b3693d141
ID_FS_UUID_ENC=cf0b180e-ab7a-40ce-8941-6a9b3693d141
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=ROOT
ID_FS_PARTUUID=f1d56b8b-7716-47ee-906e-2443d9f14c40
ID_FS_LABEL=DISK4
ID_FS_LABEL_ENC=DISK4
ID_FS_UUID=17575f87-a072-4859-a4f9-5c9d3e0ab050
ID_FS_UUID_ENC=17575f87-a072-4859-a4f9-5c9d3e0ab050
ID_FS_TYPE=ext4
ID_FS_LABEL=DISK5
ID_FS_LABEL_ENC=DISK5
ID_FS_UUID=134cf9ec-7c93-494a-9696-58816bdb82f1
ID_FS_UUID_ENC=134cf9ec-7c93-494a-9696-58816bdb82f1
ID_FS_TYPE=ext4
ID_FS_LABEL=DISK6
ID_FS_LABEL_ENC=DISK6
ID_FS_UUID=e684e018-fac0-444b-9dbe-8ba2bd36ca88
ID_FS_UUID_ENC=e684e018-fac0-444b-9dbe-8ba2bd36ca88
ID_FS_TYPE=ext4
ID_FS_LABEL=DISK7
ID_FS_LABEL_ENC=DISK7
ID_FS_UUID=2af2222f-b9ca-4231-8837-38f2125dd8d5
ID_FS_UUID_ENC=2af2222f-b9ca-4231-8837-38f2125dd8d5
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=BIOS-BOOT
ID_FS_PARTUUID=56781178-bc6e-458a-a1da-bd2e7ec256a1
ID_FS_PARTLABEL=OEM-CONFIG
ID_FS_PARTUUID=b2824e10-949a-44b8-8dbf-9b781585f981
ID_FS_PARTLABEL=BIOS-BOOT
ID_FS_PARTUUID=7b8933ed-103d-4027-82dc-97f243317b37
ID_FS_PARTLABEL=USR-B
ID_FS_PARTUUID=e03dd35c-7c2d-4a47-b3fe-27f15780a57c
ID_FS_PARTLABEL=OEM-CONFIG
ID_FS_PARTUUID=e258f1d7-f95c-4fae-b4aa-399c0ee2cec3
+ ls -l /dev/disk/by-diskuuid /dev/disk/by-id /dev/disk/by-label /dev/disk/by-partlabel /dev/disk/by-partuuid /dev/disk/by-path /dev/disk/by-uuid
/dev/disk/by-diskuuid:
total 0
lrwxrwxrwx 1 root root 9 Apr 1 01:53 00000000-0000-0000-0000-000000000001 -> ../../sdd
lrwxrwxrwx 1 root root 9 Apr 1 01:53 a4cb7820-fcb4-4d39-8c00-99eb50c98e79 -> ../../sdc
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2BRS3 -> ../../sdf
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part7 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2CRBH-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2GD3E -> ../../sdg
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2GDA4 -> ../../sde
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2GDLB -> ../../sdb
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z1E2GFYE -> ../../sda
lrwxrwxrwx 1 root root 9 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659 -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part7 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ata-ST2000DM001-9YN164_Z240K659-part9 -> ../../sdc9
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f308455 -> ../../sdf
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f3b262a -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part7 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f3b262a-part9 -> ../../sdc9
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f4aacb3 -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part4 -> ../../sdd4
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part7 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 wwn-0x5000c5004f4aacb3-part9 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f4b05cc -> ../../sda
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f4bf60f -> ../../sde
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f4c0e84 -> ../../sdg
lrwxrwxrwx 1 root root 9 Apr 1 01:53 wwn-0x5000c5004f4c6fd4 -> ../../sdb
/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 9 Apr 1 01:53 DISK4 -> ../../sde
lrwxrwxrwx 1 root root 9 Apr 1 01:53 DISK5 -> ../../sdf
lrwxrwxrwx 1 root root 9 Apr 1 01:53 DISK6 -> ../../sdg
lrwxrwxrwx 1 root root 9 Apr 1 01:53 DISK7 -> ../../sda
lrwxrwxrwx 1 root root 9 Apr 1 01:53 DISK8 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 1 01:53 EFI-SYSTEM -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 OEM -> ../../sdd6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ROOT -> ../../sdd9
lrwxrwxrwx 1 root root 10 Apr 1 01:53 USR-A -> ../../sdd3
/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 10 Apr 1 01:53 BIOS-BOOT -> ../../sdc2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 EFI-SYSTEM -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 OEM -> ../../sdd6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 OEM-CONFIG -> ../../sdd7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ROOT -> ../../sdd9
lrwxrwxrwx 1 root root 10 Apr 1 01:53 USR-A -> ../../sdd3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 USR-B -> ../../sdc4
/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Apr 1 01:53 56781178-bc6e-458a-a1da-bd2e7ec256a1 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 7130c94a-213a-4e5a-8e26-6cce9662f132 -> ../../sdd3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 7b8933ed-103d-4027-82dc-97f243317b37 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Apr 1 01:53 7c3a97db-162b-4a46-81e8-7285fe3ce892 -> ../../sdc9
lrwxrwxrwx 1 root root 10 Apr 1 01:53 8df3ca89-4cd1-42a0-add3-7c7ea58023ad -> ../../sdd6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 a00223e5-cff7-4ded-8a39-624fda9a441a -> ../../sdc6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 b2824e10-949a-44b8-8dbf-9b781585f981 -> ../../sdc7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 e03dd35c-7c2d-4a47-b3fe-27f15780a57c -> ../../sdc4
lrwxrwxrwx 1 root root 10 Apr 1 01:53 e258f1d7-f95c-4fae-b4aa-399c0ee2cec3 -> ../../sdd7
lrwxrwxrwx 1 root root 10 Apr 1 01:53 e4d9b058-1c65-4ea0-8bf4-c9ca227e0c37 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 ebfc06e3-3aa3-4435-a109-7a97b0285b52 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 f1d56b8b-7716-47ee-906e-2443d9f14c40 -> ../../sdd9
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Apr 1 01:53 pci-0000:06:00.0-sas-phy0-lun-0 -> ../../sda
lrwxrwxrwx 1 root root 9 Apr 1 01:53 pci-0000:06:00.0-sas-phy1-lun-0 -> ../../sdb
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Apr 1 01:53 134cf9ec-7c93-494a-9696-58816bdb82f1 -> ../../sdf
lrwxrwxrwx 1 root root 9 Apr 1 01:53 17575f87-a072-4859-a4f9-5c9d3e0ab050 -> ../../sde
lrwxrwxrwx 1 root root 9 Apr 1 01:53 2af2222f-b9ca-4231-8837-38f2125dd8d5 -> ../../sda
lrwxrwxrwx 1 root root 10 Apr 1 01:53 3783d5ac-9363-4e97-93bb-dc2036b8e86f -> ../../sdc3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 388f7e6c-ce16-4dea-920c-d95b7d2d4b8d -> ../../sdc6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 52DE-F30E -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 5e16545b-a00c-49a3-ace4-9bb288e550ba -> ../../sdc4
lrwxrwxrwx 1 root root 9 Apr 1 01:53 8492adb1-eb75-4e2b-824f-bedbe5346e0a -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 1 01:53 8c905a1c-f64c-4eab-b994-f20ca2b1582d -> ../../sdd6
lrwxrwxrwx 1 root root 10 Apr 1 01:53 9227-B418 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Apr 1 01:53 cd16f2c8-8fe7-4b27-9161-353014c735cd -> ../../sdd3
lrwxrwxrwx 1 root root 10 Apr 1 01:53 cf0b180e-ab7a-40ce-8941-6a9b3693d141 -> ../../sdd9
lrwxrwxrwx 1 root root 9 Apr 1 01:53 e684e018-fac0-444b-9dbe-8ba2bd36ca88 -> ../../sdg
lrwxrwxrwx 1 root root 10 Apr 1 01:53 eb86dbc7-4312-452e-87c2-ff5207a19ad4 -> ../../sdc9
+ for _i in '/etc/conf.d/*.conf'
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
cat: /proc/mdstat: No such file or directory
+ command -v ip
+ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 00:25:90:4f:d1:9c brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 00:25:90:c4:33:52 brd ff:ff:ff:ff:ff:ff
inet6 fe80::225:90ff:fec4:3352/64 scope link tentative
valid_lft forever preferred_lft forever
4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 00:25:90:4f:d1:9d brd ff:ff:ff:ff:ff:ff
5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000
link/ether 00:25:90:c4:33:53 brd ff:ff:ff:ff:ff:ff
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Fri 2016-04-01 01:53:18 UTC, end at Fri 2016-04-01 01:53:22 UTC. --
[ 4.765848] localhost systemd-journal[282]: Runtime journal (/run/log/journal/) is currently using 8.0M.
Maximum allowed usage is set to 3.1G.
Leaving at least 4.0G free (of currently available 31.4G of space).
Enforced usage limit is thus 3.1G.
[ 4.766131] localhost systemd-journal[282]: Runtime journal (/run/log/journal/) is currently using 8.0M.
Maximum allowed usage is set to 3.1G.
Leaving at least 4.0G free (of currently available 31.4G of space).
Enforced usage limit is thus 3.1G.
[ 0.000000] localhost kernel: Initializing cgroup subsys cpuset
[ 0.000000] localhost kernel: Initializing cgroup subsys cpu
[ 0.000000] localhost kernel: Initializing cgroup subsys cpuacct
[ 0.000000] localhost kernel: Linux version 4.4.6-coreos (buildbot@ip-10-204-3-57) (gcc version 4.9.3 (Gentoo Hardened 4.9.3 p1.3, pie-0.6.3) ) #2 SMP Sun Mar 27 06:48:55 UTC 2016
[ 0.000000] localhost kernel: Command line: BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.first_boot=1 coreos.randomize_disk_guid=00000000-0000-0000-0000-000000000001 verity.usrhash=c95407ad3c5567b16fb249f74e9662d9f4b5af55c4f1e3fe5c958c6d6845bc60
[ 0.000000] localhost kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] localhost kernel: x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] localhost kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] localhost kernel: x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008e3ff] usable
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000000008e400-0x000000000009ffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007dfb8fff] usable
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007dfb9000-0x000000007dff5fff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007dff6000-0x000000007e2a3fff] ACPI NVS
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007e2a4000-0x000000007f36cfff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007f36d000-0x000000007f7fffff] ACPI NVS
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000107fffffff] usable
[ 0.000000] localhost kernel: NX (Execute Disable) protection: active
[ 0.000000] localhost kernel: SMBIOS 2.7 present.
[ 0.000000] localhost kernel: DMI: Supermicro X9DRFR/X9DRFR, BIOS 1.0b 11/28/2012
[ 0.000000] localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] localhost kernel: e820: last_pfn = 0x1080000 max_arch_pfn = 0x400000000
[ 0.000000] localhost kernel: MTRR default type: uncachable
[ 0.000000] localhost kernel: MTRR fixed ranges enabled:
[ 0.000000] localhost kernel: 00000-9FFFF write-back
[ 0.000000] localhost kernel: A0000-BFFFF uncachable
[ 0.000000] localhost kernel: C0000-FFFFF write-protect
[ 0.000000] localhost kernel: MTRR variable ranges enabled:
[ 0.000000] localhost kernel: 0 base 000000000000 mask 3FF000000000 write-back
[ 0.000000] localhost kernel: 1 base 001000000000 mask 3FFF80000000 write-back
[ 0.000000] localhost kernel: 2 base 000080000000 mask 3FFF80000000 uncachable
[ 0.000000] localhost kernel: 3 disabled
[ 0.000000] localhost kernel: 4 disabled
[ 0.000000] localhost kernel: 5 disabled
[ 0.000000] localhost kernel: 6 disabled
[ 0.000000] localhost kernel: 7 disabled
[ 0.000000] localhost kernel: 8 disabled
[ 0.000000] localhost kernel: 9 disabled
[ 0.000000] localhost kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] localhost kernel: original variable MTRRs
[ 0.000000] localhost kernel: reg 0, base: 0GB, range: 64GB, type WB
[ 0.000000] localhost kernel: reg 1, base: 64GB, range: 2GB, type WB
[ 0.000000] localhost kernel: reg 2, base: 2GB, range: 2GB, type UC
[ 0.000000] localhost kernel: total RAM covered: 65536M
[ 0.000000] localhost kernel: Found optimal setting for mtrr clean up
[ 0.000000] localhost kernel: gran_size: 64K chunk_size: 64K num_reg: 6 lose cover RAM: 0G
[ 0.000000] localhost kernel: New variable MTRRs
[ 0.000000] localhost kernel: reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] localhost kernel: reg 1, base: 4GB, range: 4GB, type WB
[ 0.000000] localhost kernel: reg 2, base: 8GB, range: 8GB, type WB
[ 0.000000] localhost kernel: reg 3, base: 16GB, range: 16GB, type WB
[ 0.000000] localhost kernel: reg 4, base: 32GB, range: 32GB, type WB
[ 0.000000] localhost kernel: reg 5, base: 64GB, range: 2GB, type WB
[ 0.000000] localhost kernel: e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[ 0.000000] localhost kernel: e820: last_pfn = 0x7dfb9 max_arch_pfn = 0x400000000
[ 0.000000] localhost kernel: Base memory trampoline at [ffff880000087000] 87000 size 28672
[ 0.000000] localhost kernel: Using GB pages for direct mapping
[ 0.000000] localhost kernel: BRK [0x1b75b000, 0x1b75bfff] PGTABLE
[ 0.000000] localhost kernel: BRK [0x1b75c000, 0x1b75cfff] PGTABLE
[ 0.000000] localhost kernel: BRK [0x1b75d000, 0x1b75dfff] PGTABLE
[ 0.000000] localhost kernel: ACPI: Early table checksum verification disabled
[ 0.000000] localhost kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 SUPERM)
[ 0.000000] localhost kernel: ACPI: XSDT 0x000000007E226090 00009C (v01 SUPERM SMCI--MB 00000001 AMI 00010013)
[ 0.000000] localhost kernel: ACPI: FACP 0x000000007E22F730 0000F4 (v04 SUPERM SMCI--MB 00000001 AMI 00010013)
[ 0.000000] localhost kernel: ACPI: DSDT 0x000000007E2261C0 00956A (v02 SUPERM SMCI--MB 00000000 INTL 20091112)
[ 0.000000] localhost kernel: ACPI: FACS 0x000000007E2A1F80 000040
[ 0.000000] localhost kernel: ACPI: APIC 0x000000007E22F828 0001B4 (v03 00000001 AMI 00010013)
[ 0.000000] localhost kernel: ACPI: FPDT 0x000000007E22F9E0 000044 (v01 00000001 AMI 00010013)
[ 0.000000] localhost kernel: ACPI: SRAT 0x000000007E22FA28 000430 (v01 A M I AMI SRAT 00000001 AMI. 00000000)
[ 0.000000] localhost kernel: ACPI: SLIT 0x000000007E22FE58 000030 (v01 A M I AMI SLIT 00000000 AMI. 00000000)
[ 0.000000] localhost kernel: ACPI: HPET 0x000000007E22FE88 000038 (v01 SUPERM SMCI--MB 00000001 AMI. 00000005)
[ 0.000000] localhost kernel: ACPI: PRAD 0x000000007E22FEC0 0000BE (v02 PRADID PRADTID 00000001 MSFT 04000000)
[ 0.000000] localhost kernel: ACPI: SPMI 0x000000007E22FF80 000040 (v05 A M I OEMSPMI 00000000 AMI. 00000000)
[ 0.000000] localhost kernel: ACPI: SSDT 0x000000007E22FFC0 06B344 (v02 INTEL CpuPm 00004000 INTL 20091112)
[ 0.000000] localhost kernel: ACPI: EINJ 0x000000007E29B308 000130 (v01 AMI AMI EINJ 00000000 00000000)
[ 0.000000] localhost kernel: ACPI: ERST 0x000000007E29B438 000230 (v01 AMIER AMI ERST 00000000 00000000)
[ 0.000000] localhost kernel: ACPI: HEST 0x000000007E29B668 0000A8 (v01 AMI AMI HEST 00000000 00000000)
[ 0.000000] localhost kernel: ACPI: BERT 0x000000007E29B710 000030 (v01 AMI AMI BERT 00000000 00000000)
[ 0.000000] localhost kernel: ACPI: DMAR 0x000000007E29B740 000148 (v01 A M I OEMDMAR 00000001 INTL 00000001)
[ 0.000000] localhost kernel: ACPI: MCFG 0x000000007E29B888 00003C (v01 SUPERM SMCI--MB 00000001 MSFT 00000097)
[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x01 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x03 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x05 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x07 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x08 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x09 -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x0a -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 0 -> APIC 0x0b -> Node 0
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x20 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x21 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x22 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x23 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x24 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x25 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x26 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x27 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x28 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x29 -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x2a -> Node 1
[ 0.000000] localhost kernel: SRAT: PXM 1 -> APIC 0x2b -> Node 1
[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[ 0.000000] localhost kernel: SRAT: Node 0 PXM 0 [mem 0x100000000-0x87fffffff]
[ 0.000000] localhost kernel: SRAT: Node 1 PXM 1 [mem 0x880000000-0x107fffffff]
[ 0.000000] localhost kernel: NUMA: Initialized distance table, cnt=2
[ 0.000000] localhost kernel: NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x87fffffff] -> [mem 0x00000000-0x87fffffff]
[ 0.000000] localhost kernel: NODE_DATA(0) allocated [mem 0x87fffa000-0x87fffffff]
[ 0.000000] localhost kernel: NODE_DATA(1) allocated [mem 0x107fff7000-0x107fffcfff]
[ 0.000000] localhost kernel: Zone ranges:
[ 0.000000] localhost kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] localhost kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] localhost kernel: Normal [mem 0x0000000100000000-0x000000107fffffff]
[ 0.000000] localhost kernel: Movable zone start for each node
[ 0.000000] localhost kernel: Early memory node ranges
[ 0.000000] localhost kernel: node 0: [mem 0x0000000000001000-0x000000000008dfff]
[ 0.000000] localhost kernel: node 0: [mem 0x0000000000100000-0x000000007dfb8fff]
[ 0.000000] localhost kernel: node 0: [mem 0x0000000100000000-0x000000087fffffff]
[ 0.000000] localhost kernel: node 1: [mem 0x0000000880000000-0x000000107fffffff]
[ 0.000000] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
[ 0.000000] localhost kernel: On node 0 totalpages: 8380230
[ 0.000000] localhost kernel: DMA zone: 64 pages used for memmap
[ 0.000000] localhost kernel: DMA zone: 22 pages reserved
[ 0.000000] localhost kernel: DMA zone: 3981 pages, LIFO batch:0
[ 0.000000] localhost kernel: DMA32 zone: 7999 pages used for memmap
[ 0.000000] localhost kernel: DMA32 zone: 511929 pages, LIFO batch:31
[ 0.000000] localhost kernel: Normal zone: 122880 pages used for memmap
[ 0.000000] localhost kernel: Normal zone: 7864320 pages, LIFO batch:31
[ 0.000000] localhost kernel: Initmem setup node 1 [mem 0x0000000880000000-0x000000107fffffff]
[ 0.000000] localhost kernel: On node 1 totalpages: 8388608
[ 0.000000] localhost kernel: Normal zone: 131072 pages used for memmap
[ 0.000000] localhost kernel: Normal zone: 8388608 pages, LIFO batch:31
[ 0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0x408
[ 0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[ 0.000000] localhost kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] localhost kernel: IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[ 0.000000] localhost kernel: IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[ 0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] localhost kernel: ACPI: IRQ0 used by override.
[ 0.000000] localhost kernel: ACPI: IRQ9 used by override.
[ 0.000000] localhost kernel: Using ACPI (MADT) for SMP configuration information
[ 0.000000] localhost kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] localhost kernel: smpboot: Allowing 24 CPUs, 0 hotplug CPUs
[ 0.000000] localhost kernel: e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
[ 0.000000] localhost kernel: Booting paravirtualized kernel on bare hardware
[ 0.000000] localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:24 nr_node_ids:2
[ 0.000000] localhost kernel: PERCPU: Embedded 32 pages/cpu @ffff88085fc00000 s92888 r8192 d29992 u131072
[ 0.000000] localhost kernel: pcpu-alloc: s92888 r8192 d29992 u131072 alloc=1*2097152
[ 0.000000] localhost kernel: pcpu-alloc: [0] 00 01 02 03 04 05 12 13 14 15 16 17 -- -- -- --
[ 0.000000] localhost kernel: pcpu-alloc: [1] 06 07 08 09 10 11 18 19 20 21 22 23 -- -- -- --
[ 0.000000] localhost kernel: Built 2 zonelists in Node order, mobility grouping on. Total pages: 16506801
[ 0.000000] localhost kernel: Policy zone: Normal
[ 0.000000] localhost kernel: Kernel command line: rootflags=rw mount.usrflags=ro BOOT_IMAGE=/coreos/vmlinuz-a mount.usr=PARTUUID=7130c94a-213a-4e5a-8e26-6cce9662f132 rootflags=rw mount.usrflags=ro consoleblank=0 root=LABEL=ROOT console=ttyS0,115200n8 console=tty0 coreos.first_boot=1 coreos.randomize_disk_guid=00000000-0000-0000-0000-000000000001 verity.usrhash=c95407ad3c5567b16fb249f74e9662d9f4b5af55c4f1e3fe5c958c6d6845bc60
[ 0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] localhost kernel: Memory: 65916816K/67075352K available (5493K kernel code, 1081K rwdata, 2452K rodata, 27996K init, 952K bss, 1158536K reserved, 0K cma-reserved)
[ 0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=2
[ 0.000000] localhost kernel: Hierarchical RCU implementation.
[ 0.000000] localhost kernel: Build-time adjustment of leaf fanout to 64.
[ 0.000000] localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=24.
[ 0.000000] localhost kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=24
[ 0.000000] localhost kernel: NR_IRQS:8448 nr_irqs:1432 16
[ 0.000000] localhost kernel: Console: colour VGA+ 80x25
[ 0.000000] localhost kernel: console [tty0] enabled
[ 0.000000] localhost kernel: console [ttyS0] enabled
[ 0.000000] localhost kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.000000] localhost kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] localhost kernel: hpet clockevent registered
[ 0.000000] localhost kernel: tsc: Fast TSC calibration using PIT
[ 0.000000] localhost kernel: tsc: Detected 1999.924 MHz processor
[ 0.000047] localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.84 BogoMIPS (lpj=1999924)
[ 0.011016] localhost kernel: pid_max: default: 32768 minimum: 301
[ 0.018721] localhost kernel: ACPI: Core revision 20150930
[ 0.057196] localhost kernel: ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.063901] localhost kernel: Security Framework initialized
[ 0.068177] localhost kernel: SELinux: Initializing.
[ 0.071855] localhost kernel: SELinux: Starting in permissive mode
[ 0.076782] localhost kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[ 0.100945] localhost kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.115325] localhost kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.122630] localhost kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.130967] localhost kernel: Initializing cgroup subsys io
[ 0.135154] localhost kernel: Initializing cgroup subsys memory
[ 0.139709] localhost kernel: Initializing cgroup subsys devices
[ 0.144329] localhost kernel: Initializing cgroup subsys freezer
[ 0.148948] localhost kernel: Initializing cgroup subsys net_cls
[ 0.153567] localhost kernel: Initializing cgroup subsys perf_event
[ 0.158456] localhost kernel: Initializing cgroup subsys net_prio
[ 0.163194] localhost kernel: CPU: Physical Processor ID: 0
[ 0.167381] localhost kernel: CPU: Processor Core ID: 0
[ 0.171218] localhost kernel: mce: CPU supports 18 MCE banks
[ 0.175522] localhost kernel: CPU0: Thermal monitoring enabled (TM1)
[ 0.180505] localhost kernel: process: using mwait in idle threads
[ 0.185300] localhost kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.190956] localhost kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.197897] localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff9b667000 - ffffffff9b66c000)
[ 0.208540] localhost kernel: ftrace: allocating 21743 entries in 85 pages
[ 0.227247] localhost kernel: DMAR: Host address width 46
[ 0.231264] localhost kernel: DMAR: DRHD base: 0x000000fbffe000 flags: 0x0
[ 0.236761] localhost kernel: DMAR: dmar0: reg_base_addr fbffe000 ver 1:0 cap d2078c106f0462 ecap f020fe
[ 0.244962] localhost kernel: DMAR: DRHD base: 0x000000dfffc000 flags: 0x1
[ 0.250460] localhost kernel: DMAR: dmar1: reg_base_addr dfffc000 ver 1:0 cap d2078c106f0462 ecap f020fe
[ 0.258657] localhost kernel: DMAR: RMRR base: 0x0000007dfcc000 end: 0x0000007dfd8fff
[ 0.265095] localhost kernel: DMAR: ATSR flags: 0x0
[ 0.268579] localhost kernel: DMAR: RHSA base: 0x000000fbffe000 proximity domain: 0x1
[ 0.275019] localhost kernel: DMAR: RHSA base: 0x000000dfffc000 proximity domain: 0x0
[ 0.281462] localhost kernel: DMAR-IR: IOAPIC id 3 under DRHD base 0xfbffe000 IOMMU 0
[ 0.287985] localhost kernel: DMAR-IR: IOAPIC id 0 under DRHD base 0xdfffc000 IOMMU 1
[ 0.294512] localhost kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xdfffc000 IOMMU 1
[ 0.301047] localhost kernel: DMAR-IR: HPET id 0 under DRHD base 0xdfffc000
[ 0.306621] localhost kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.316448] localhost kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.322014] localhost kernel: x2apic enabled
[ 0.324895] localhost kernel: Switched APIC routing to cluster x2apic.
[ 0.330721] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.346901] localhost kernel: TSC deadline timer enabled
[ 0.346908] localhost kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (family: 0x6, model: 0x2d, stepping: 0x7)
[ 0.357343] localhost kernel: Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.368414] localhost kernel: ... version: 3
[ 0.372590] localhost kernel: ... bit width: 48
[ 0.376852] localhost kernel: ... generic registers: 4
[ 0.381030] localhost kernel: ... value mask: 0000ffffffffffff
[ 0.386508] localhost kernel: ... max period: 0000ffffffffffff
[ 0.391985] localhost kernel: ... fixed-purpose events: 3
[ 0.396163] localhost kernel: ... event mask: 000000070000000f
[ 0.402518] localhost kernel: x86: Booting SMP configuration:
[ 0.406870] localhost kernel: .... node #0, CPUs: #1
[ 0.416327] localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.425119] localhost kernel: #2 #3 #4 #5
[ 0.440748] localhost kernel: .... node #1, CPUs: #6 #7 #8 #9 #10 #11
[ 0.544381] localhost kernel: .... node #0, CPUs: #12 #13 #14 #15 #16 #17
[ 0.568510] localhost kernel: .... node #1, CPUs: #18 #19 #20 #21 #22 #23
[ 0.594108] localhost kernel: x86: Booted up 2 nodes, 24 CPUs
[ 0.598815] localhost kernel: smpboot: Total of 24 processors activated (96062.61 BogoMIPS)
[ 0.651638] localhost kernel: devtmpfs: initialized
[ 0.655241] localhost kernel: memory block size : 2048MB
[ 0.657999] localhost kernel: PM: Registering ACPI NVS region [mem 0x7dff6000-0x7e2a3fff] (2809856 bytes)
[ 0.666361] localhost kernel: PM: Registering ACPI NVS region [mem 0x7f36d000-0x7f7fffff] (4796416 bytes)
[ 0.674906] localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.685250] localhost kernel: pinctrl core: initialized pinctrl subsystem
[ 0.691877] localhost kernel: NET: Registered protocol family 16
[ 0.701522] localhost kernel: cpuidle: using governor ladder
[ 0.709824] localhost kernel: cpuidle: using governor menu
[ 0.714064] localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.721931] localhost kernel: ACPI: bus type PCI registered
[ 0.726118] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.732815] localhost kernel: dca service started, version 1.12.1
[ 0.737560] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[ 0.747156] localhost kernel: PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[ 0.754148] localhost kernel: PCI: Using configuration type 1 for base access
[ 0.760704] localhost kernel: perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.774767] localhost kernel: ACPI: Added _OSI(Module Device)
[ 0.779136] localhost kernel: ACPI: Added _OSI(Processor Device)
[ 0.783754] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.788641] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[ 0.804044] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
[ 1.039687] localhost kernel: ACPI: Interpreter enabled
[ 1.043537] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[ 1.053191] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580)
[ 1.062862] localhost kernel: ACPI: (supports S0 S1 S5)
[ 1.066696] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[ 1.071921] localhost kernel: HEST: Table parsing has been initialized.
[ 1.077149] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.088053] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 1.105949] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[ 1.112317] localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 1.120956] localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PME AER]
[ 1.127812] localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PCIeCapability]
[ 1.135417] localhost kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 1.144211] localhost kernel: PCI host bridge to bus 0000:00
[ 1.148480] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 1.155448] localhost kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 1.162409] localhost kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 1.169375] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0x9fff window]
[ 1.176337] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.184118] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 1.191917] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed08fff window]
[ 1.199694] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfed0e000-0xfed0ffff window]
[ 1.207468] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[ 1.215236] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
[ 1.220907] localhost kernel: pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
[ 1.220990] localhost kernel: pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.221100] localhost kernel: pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400
[ 1.221185] localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 1.221251] localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
[ 1.227145] localhost kernel: pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
[ 1.227228] localhost kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 1.227291] localhost kernel: pci 0000:00:02.0: System wakeup disabled by ACPI
[ 1.233194] localhost kernel: pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
[ 1.233277] localhost kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 1.233339] localhost kernel: pci 0000:00:03.0: System wakeup disabled by ACPI
[ 1.239231] localhost kernel: pci 0000:00:03.2: [8086:3c0a] type 01 class 0x060400
[ 1.239314] localhost kernel: pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[ 1.239375] localhost kernel: pci 0000:00:03.2: System wakeup disabled by ACPI
[ 1.245270] localhost kernel: pci 0000:00:04.0: [8086:3c20] type 00 class 0x088000
[ 1.245298] localhost kernel: pci 0000:00:04.0: reg 0x10: [mem 0xdfb1c000-0xdfb1ffff 64bit]
[ 1.245433] localhost kernel: pci 0000:00:04.1: [8086:3c21] type 00 class 0x088000
[ 1.245459] localhost kernel: pci 0000:00:04.1: reg 0x10: [mem 0xdfb18000-0xdfb1bfff 64bit]
[ 1.245597] localhost kernel: pci 0000:00:04.2: [8086:3c22] type 00 class 0x088000
[ 1.245623] localhost kernel: pci 0000:00:04.2: reg 0x10: [mem 0xdfb14000-0xdfb17fff 64bit]
[ 1.245755] localhost kernel: pci 0000:00:04.3: [8086:3c23] type 00 class 0x088000
[ 1.245782] localhost kernel: pci 0000:00:04.3: reg 0x10: [mem 0xdfb10000-0xdfb13fff 64bit]
[ 1.245913] localhost kernel: pci 0000:00:04.4: [8086:3c24] type 00 class 0x088000
[ 1.245940] localhost kernel: pci 0000:00:04.4: reg 0x10: [mem 0xdfb0c000-0xdfb0ffff 64bit]
[ 1.246070] localhost kernel: pci 0000:00:04.5: [8086:3c25] type 00 class 0x088000
[ 1.246097] localhost kernel: pci 0000:00:04.5: reg 0x10: [mem 0xdfb08000-0xdfb0bfff 64bit]
[ 1.246232] localhost kernel: pci 0000:00:04.6: [8086:3c26] type 00 class 0x088000
[ 1.246258] localhost kernel: pci 0000:00:04.6: reg 0x10: [mem 0xdfb04000-0xdfb07fff 64bit]
[ 1.246388] localhost kernel: pci 0000:00:04.7: [8086:3c27] type 00 class 0x088000
[ 1.246415] localhost kernel: pci 0000:00:04.7: reg 0x10: [mem 0xdfb00000-0xdfb03fff 64bit]
[ 1.246546] localhost kernel: pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
[ 1.246681] localhost kernel: pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
[ 1.246811] localhost kernel: pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
[ 1.246830] localhost kernel: pci 0000:00:05.4: reg 0x10: [mem 0xdfb25000-0xdfb25fff]
[ 1.246968] localhost kernel: pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
[ 1.247070] localhost kernel: pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[ 1.247186] localhost kernel: pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[ 1.247216] localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfed0e000-0xfed0e00f 64bit]
[ 1.247281] localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 1.247364] localhost kernel: pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[ 1.247395] localhost kernel: pci 0000:00:16.1: reg 0x10: [mem 0xfed0f000-0xfed0f00f 64bit]
[ 1.247456] localhost kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[ 1.247551] localhost kernel: pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[ 1.247583] localhost kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xdfb23000-0xdfb233ff]
[ 1.247664] localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 1.247709] localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
[ 1.253589] localhost kernel: pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
[ 1.253675] localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.253696] localhost kernel: pci 0000:00:1c.0: Disabling UPDCR peer decodes
[ 1.259363] localhost kernel: pci 0000:00:1c.0: Enabling MPC IRBNCE
[ 1.264239] localhost kernel: pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[ 1.271156] localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 1.277044] localhost kernel: pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[ 1.277076] localhost kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xdfb22000-0xdfb223ff]
[ 1.277157] localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 1.277210] localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
[ 1.283087] localhost kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 1.283187] localhost kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
[ 1.289083] localhost kernel: pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[ 1.289270] localhost kernel: pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[ 1.289297] localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0x9050-0x9057]
[ 1.289306] localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0x9040-0x9043]
[ 1.289315] localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0x9030-0x9037]
[ 1.289323] localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x9020-0x9023]
[ 1.289332] localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0x9000-0x901f]
[ 1.289341] localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xdfb21000-0xdfb217ff]
[ 1.289376] localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
[ 1.289457] localhost kernel: pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[ 1.289476] localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdfb20000-0xdfb200ff 64bit]
[ 1.289500] localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0x1180-0x119f]
[ 1.289594] localhost kernel: pci 0000:00:1f.6: [8086:1d24] type 00 class 0x118000
[ 1.289623] localhost kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xfed08000-0xfed08fff 64bit]
[ 1.289809] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.295006] localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 02]
[ 1.300222] localhost kernel: pci 0000:03:00.0: [8086:10fb] type 00 class 0x020000
[ 1.300247] localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xde680000-0xde6fffff 64bit pref]
[ 1.300254] localhost kernel: pci 0000:03:00.0: reg 0x18: [io 0x8020-0x803f]
[ 1.300270] localhost kernel: pci 0000:03:00.0: reg 0x20: [mem 0xdeb04000-0xdeb07fff 64bit pref]
[ 1.300277] localhost kernel: pci 0000:03:00.0: reg 0x30: [mem 0xdfa80000-0xdfafffff pref]
[ 1.300312] localhost kernel: pci 0000:03:00.0: PME# supported from D0 D3hot
[ 1.300338] localhost kernel: pci 0000:03:00.0: reg 0x184: [mem 0xdea00000-0xdea03fff 64bit pref]
[ 1.300341] localhost kernel: pci 0000:03:00.0: VF(n) BAR0 space: [mem 0xdea00000-0xdeafffff 64bit pref] (contains BAR0 for 64 VFs)
[ 1.310904] localhost kernel: pci 0000:03:00.0: reg 0x190: [mem 0xde900000-0xde903fff 64bit pref]
[ 1.310907] localhost kernel: pci 0000:03:00.0: VF(n) BAR3 space: [mem 0xde900000-0xde9fffff 64bit pref] (contains BAR3 for 64 VFs)
[ 1.321615] localhost kernel: pci 0000:03:00.1: [8086:10fb] type 00 class 0x020000
[ 1.321638] localhost kernel: pci 0000:03:00.1: reg 0x10: [mem 0xde600000-0xde67ffff 64bit pref]
[ 1.321646] localhost kernel: pci 0000:03:00.1: reg 0x18: [io 0x8000-0x801f]
[ 1.321661] localhost kernel: pci 0000:03:00.1: reg 0x20: [mem 0xdeb00000-0xdeb03fff 64bit pref]
[ 1.321669] localhost kernel: pci 0000:03:00.1: reg 0x30: [mem 0xdfa00000-0xdfa7ffff pref]
[ 1.321704] localhost kernel: pci 0000:03:00.1: PME# supported from D0 D3hot
[ 1.321723] localhost kernel: pci 0000:03:00.1: reg 0x184: [mem 0xde800000-0xde803fff 64bit pref]
[ 1.321726] localhost kernel: pci 0000:03:00.1: VF(n) BAR0 space: [mem 0xde800000-0xde8fffff 64bit pref] (contains BAR0 for 64 VFs)
[ 1.332288] localhost kernel: pci 0000:03:00.1: reg 0x190: [mem 0xde700000-0xde703fff 64bit pref]
[ 1.332290] localhost kernel: pci 0000:03:00.1: VF(n) BAR3 space: [mem 0xde700000-0xde7fffff 64bit pref] (contains BAR3 for 64 VFs)
[ 1.344896] localhost kernel: pci 0000:00:03.0: PCI bridge to [bus 03-04]
[ 1.350317] localhost kernel: pci 0000:00:03.0: bridge window [io 0x8000-0x8fff]
[ 1.350321] localhost kernel: pci 0000:00:03.0: bridge window [mem 0xdfa00000-0xdfafffff]
[ 1.350327] localhost kernel: pci 0000:00:03.0: bridge window [mem 0xde600000-0xdebfffff 64bit pref]
[ 1.350381] localhost kernel: pci 0000:00:03.2: PCI bridge to [bus 05]
[ 1.355600] localhost kernel: pci 0000:06:00.0: [8086:1d6b] type 00 class 0x010700
[ 1.355639] localhost kernel: pci 0000:06:00.0: reg 0x10: [mem 0xde47c000-0xde47ffff 64bit pref]
[ 1.355655] localhost kernel: pci 0000:06:00.0: reg 0x18: [mem 0xde000000-0xde3fffff 64bit pref]
[ 1.355667] localhost kernel: pci 0000:06:00.0: reg 0x20: [io 0x7000-0x70ff]
[ 1.355772] localhost kernel: pci 0000:06:00.0: reg 0x164: [mem 0xde400000-0xde403fff 64bit pref]
[ 1.355774] localhost kernel: pci 0000:06:00.0: VF(n) BAR0 space: [mem 0xde400000-0xde47bfff 64bit pref] (contains BAR0 for 31 VFs)
[ 1.366533] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 06]
[ 1.371671] localhost kernel: pci 0000:00:11.0: bridge window [io 0x7000-0x7fff]
[ 1.371681] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xde000000-0xde4fffff 64bit pref]
[ 1.371767] localhost kernel: pci 0000:07:00.0: [8086:1521] type 00 class 0x020000
[ 1.371815] localhost kernel: pci 0000:07:00.0: reg 0x10: [mem 0xdf920000-0xdf93ffff]
[ 1.371842] localhost kernel: pci 0000:07:00.0: reg 0x18: [io 0x6020-0x603f]
[ 1.371856] localhost kernel: pci 0000:07:00.0: reg 0x1c: [mem 0xdf944000-0xdf947fff]
[ 1.371981] localhost kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 1.372031] localhost kernel: pci 0000:07:00.0: reg 0x184: [mem 0xdec60000-0xdec63fff 64bit pref]
[ 1.372034] localhost kernel: pci 0000:07:00.0: VF(n) BAR0 space: [mem 0xdec60000-0xdec7ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 1.382535] localhost kernel: pci 0000:07:00.0: reg 0x190: [mem 0xdec40000-0xdec43fff 64bit pref]
[ 1.382537] localhost kernel: pci 0000:07:00.0: VF(n) BAR3 space: [mem 0xdec40000-0xdec5ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 1.393115] localhost kernel: pci 0000:07:00.0: System wakeup disabled by ACPI
[ 1.399004] localhost kernel: pci 0000:07:00.1: [8086:1521] type 00 class 0x020000
[ 1.399051] localhost kernel: pci 0000:07:00.1: reg 0x10: [mem 0xdf900000-0xdf91ffff]
[ 1.399078] localhost kernel: pci 0000:07:00.1: reg 0x18: [io 0x6000-0x601f]
[ 1.399093] localhost kernel: pci 0000:07:00.1: reg 0x1c: [mem 0xdf940000-0xdf943fff]
[ 1.399211] localhost kernel: pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
[ 1.399259] localhost kernel: pci 0000:07:00.1: reg 0x184: [mem 0xdec20000-0xdec23fff 64bit pref]
[ 1.399262] localhost kernel: pci 0000:07:00.1: VF(n) BAR0 space: [mem 0xdec20000-0xdec3ffff 64bit pref] (contains BAR0 for 8 VFs)
[ 1.409757] localhost kernel: pci 0000:07:00.1: reg 0x190: [mem 0xdec00000-0xdec03fff 64bit pref]
[ 1.409759] localhost kernel: pci 0000:07:00.1: VF(n) BAR3 space: [mem 0xdec00000-0xdec1ffff 64bit pref] (contains BAR3 for 8 VFs)
[ 1.422286] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 07-08]
[ 1.427706] localhost kernel: pci 0000:00:1c.0: bridge window [io 0x6000-0x6fff]
[ 1.427710] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdf900000-0xdf9fffff]
[ 1.427717] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdec00000-0xdecfffff 64bit pref]
[ 1.427775] localhost kernel: pci 0000:09:01.0: [102b:0532] type 00 class 0x030000
[ 1.427800] localhost kernel: pci 0000:09:01.0: reg 0x10: [mem 0xdd000000-0xddffffff pref]
[ 1.427810] localhost kernel: pci 0000:09:01.0: reg 0x14: [mem 0xdf800000-0xdf803fff]
[ 1.427821] localhost kernel: pci 0000:09:01.0: reg 0x18: [mem 0xdf000000-0xdf7fffff]
[ 1.427956] localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 09] (subtractive decode)
[ 1.434935] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xdf000000-0xdf8fffff]
[ 1.434941] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xdd000000-0xddffffff 64bit pref]
[ 1.434944] localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x03af window] (subtractive decode)
[ 1.434947] localhost kernel: pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
[ 1.434949] localhost kernel: pci 0000:00:1e.0: bridge window [io 0x03b0-0x03df window] (subtractive decode)
[ 1.434951] localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0x9fff window] (subtractive decode)
[ 1.434953] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 1.434955] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[ 1.434958] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfed08000-0xfed08fff window] (subtractive decode)
[ 1.434960] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xfed0e000-0xfed0ffff window] (subtractive decode)
[ 1.434962] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[ 1.435009] localhost kernel: pci_bus 0000:00: on NUMA node 0
[ 1.435678] localhost kernel: ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[ 1.441791] localhost kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 1.450274] localhost kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 1.457123] localhost kernel: PCI host bridge to bus 0000:7f
[ 1.461392] localhost kernel: pci_bus 0000:7f: root bus resource [bus 7f]
[ 1.466802] localhost kernel: pci 0000:7f:08.0: [8086:3c80] type 00 class 0x088000
[ 1.466877] localhost kernel: pci 0000:7f:08.3: [8086:3c83] type 00 class 0x088000
[ 1.466958] localhost kernel: pci 0000:7f:08.4: [8086:3c84] type 00 class 0x088000
[ 1.467043] localhost kernel: pci 0000:7f:09.0: [8086:3c90] type 00 class 0x088000
[ 1.467112] localhost kernel: pci 0000:7f:09.3: [8086:3c93] type 00 class 0x088000
[ 1.467190] localhost kernel: pci 0000:7f:09.4: [8086:3c94] type 00 class 0x088000
[ 1.467275] localhost kernel: pci 0000:7f:0a.0: [8086:3cc0] type 00 class 0x088000
[ 1.467335] localhost kernel: pci 0000:7f:0a.1: [8086:3cc1] type 00 class 0x088000
[ 1.467394] localhost kernel: pci 0000:7f:0a.2: [8086:3cc2] type 00 class 0x088000
[ 1.467451] localhost kernel: pci 0000:7f:0a.3: [8086:3cd0] type 00 class 0x088000
[ 1.467512] localhost kernel: pci 0000:7f:0b.0: [8086:3ce0] type 00 class 0x088000
[ 1.467571] localhost kernel: pci 0000:7f:0b.3: [8086:3ce3] type 00 class 0x088000
[ 1.467631] localhost kernel: pci 0000:7f:0c.0: [8086:3ce8] type 00 class 0x088000
[ 1.467689] localhost kernel: pci 0000:7f:0c.1: [8086:3ce8] type 00 class 0x088000
[ 1.467748] localhost kernel: pci 0000:7f:0c.2: [8086:3ce8] type 00 class 0x088000
[ 1.467813] localhost kernel: pci 0000:7f:0c.6: [8086:3cf4] type 00 class 0x088000
[ 1.467872] localhost kernel: pci 0000:7f:0c.7: [8086:3cf6] type 00 class 0x088000
[ 1.467928] localhost kernel: pci 0000:7f:0d.0: [8086:3ce8] type 00 class 0x088000
[ 1.467989] localhost kernel: pci 0000:7f:0d.1: [8086:3ce8] type 00 class 0x088000
[ 1.468048] localhost kernel: pci 0000:7f:0d.2: [8086:3ce8] type 00 class 0x088000
[ 1.468109] localhost kernel: pci 0000:7f:0d.6: [8086:3cf5] type 00 class 0x088000
[ 1.468169] localhost kernel: pci 0000:7f:0e.0: [8086:3ca0] type 00 class 0x088000
[ 1.468233] localhost kernel: pci 0000:7f:0e.1: [8086:3c46] type 00 class 0x110100
[ 1.468305] localhost kernel: pci 0000:7f:0f.0: [8086:3ca8] type 00 class 0x088000
[ 1.468382] localhost kernel: pci 0000:7f:0f.1: [8086:3c71] type 00 class 0x088000
[ 1.468458] localhost kernel: pci 0000:7f:0f.2: [8086:3caa] type 00 class 0x088000
[ 1.468532] localhost kernel: pci 0000:7f:0f.3: [8086:3cab] type 00 class 0x088000
[ 1.468609] localhost kernel: pci 0000:7f:0f.4: [8086:3cac] type 00 class 0x088000
[ 1.468688] localhost kernel: pci 0000:7f:0f.5: [8086:3cad] type 00 class 0x088000
[ 1.468765] localhost kernel: pci 0000:7f:0f.6: [8086:3cae] type 00 class 0x088000
[ 1.468835] localhost kernel: pci 0000:7f:10.0: [8086:3cb0] type 00 class 0x088000
[ 1.468912] localhost kernel: pci 0000:7f:10.1: [8086:3cb1] type 00 class 0x088000
[ 1.468992] localhost kernel: pci 0000:7f:10.2: [8086:3cb2] type 00 class 0x088000
[ 1.469068] localhost kernel: pci 0000:7f:10.3: [8086:3cb3] type 00 class 0x088000
[ 1.469143] localhost kernel: pci 0000:7f:10.4: [8086:3cb4] type 00 class 0x088000
[ 1.469220] localhost kernel: pci 0000:7f:10.5: [8086:3cb5] type 00 class 0x088000
[ 1.469298] localhost kernel: pci 0000:7f:10.6: [8086:3cb6] type 00 class 0x088000
[ 1.469375] localhost kernel: pci 0000:7f:10.7: [8086:3cb7] type 00 class 0x088000
[ 1.469449] localhost kernel: pci 0000:7f:11.0: [8086:3cb8] type 00 class 0x088000
[ 1.469519] localhost kernel: pci 0000:7f:13.0: [8086:3ce4] type 00 class 0x088000
[ 1.469578] localhost kernel: pci 0000:7f:13.1: [8086:3c43] type 00 class 0x110100
[ 1.469638] localhost kernel: pci 0000:7f:13.4: [8086:3ce6] type 00 class 0x110100
[ 1.469697] localhost kernel: pci 0000:7f:13.5: [8086:3c44] type 00 class 0x110100
[ 1.469754] localhost kernel: pci 0000:7f:13.6: [8086:3c45] type 00 class 0x088000
[ 1.469974] localhost kernel: ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[ 1.476337] localhost kernel: acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 1.484982] localhost kernel: acpi PNP0A08:01: _OSC: platform does not support [PME AER]
[ 1.491825] localhost kernel: acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PCIeCapability]
[ 1.502422] localhost kernel: acpi PNP0A08:01: FADT indicates ASPM is unsupported, using BIOS configuration
[ 1.511098] localhost kernel: PCI host bridge to bus 0000:80
[ 1.515373] localhost kernel: pci_bus 0000:80: root bus resource [io 0xa000-0xffff window]
[ 1.522338] localhost kernel: pci_bus 0000:80: root bus resource [mem 0xe0000000-0xfbffffff window]
[ 1.530106] localhost kernel: pci_bus 0000:80: root bus resource [bus 80-fe]
[ 1.535778] localhost kernel: pci 0000:80:02.0: [8086:3c04] type 01 class 0x060400
[ 1.535856] localhost kernel: pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[ 1.535912] localhost kernel: pci 0000:80:02.0: System wakeup disabled by ACPI
[ 1.541800] localhost kernel: pci 0000:80:02.2: [8086:3c06] type 01 class 0x060400
[ 1.541875] localhost kernel: pci 0000:80:02.2: PME# supported from D0 D3hot D3cold
[ 1.541933] localhost kernel: pci 0000:80:02.2: System wakeup disabled by ACPI
[ 1.547816] localhost kernel: pci 0000:80:04.0: [8086:3c20] type 00 class 0x088000
[ 1.547841] localhost kernel: pci 0000:80:04.0: reg 0x10: [mem 0xfbf1c000-0xfbf1ffff 64bit]
[ 1.547965] localhost kernel: pci 0000:80:04.1: [8086:3c21] type 00 class 0x088000
[ 1.547989] localhost kernel: pci 0000:80:04.1: reg 0x10: [mem 0xfbf18000-0xfbf1bfff 64bit]
[ 1.548102] localhost kernel: pci 0000:80:04.2: [8086:3c22] type 00 class 0x088000
[ 1.548128] localhost kernel: pci 0000:80:04.2: reg 0x10: [mem 0xfbf14000-0xfbf17fff 64bit]
[ 1.548241] localhost kernel: pci 0000:80:04.3: [8086:3c23] type 00 class 0x088000
[ 1.548267] localhost kernel: pci 0000:80:04.3: reg 0x10: [mem 0xfbf10000-0xfbf13fff 64bit]
[ 1.548383] localhost kernel: pci 0000:80:04.4: [8086:3c24] type 00 class 0x088000
[ 1.548407] localhost kernel: pci 0000:80:04.4: reg 0x10: [mem 0xfbf0c000-0xfbf0ffff 64bit]
[ 1.548519] localhost kernel: pci 0000:80:04.5: [8086:3c25] type 00 class 0x088000
[ 1.548544] localhost kernel: pci 0000:80:04.5: reg 0x10: [mem 0xfbf08000-0xfbf0bfff 64bit]
[ 1.548657] localhost kernel: pci 0000:80:04.6: [8086:3c26] type 00 class 0x088000
[ 1.548681] localhost kernel: pci 0000:80:04.6: reg 0x10: [mem 0xfbf04000-0xfbf07fff 64bit]
[ 1.548797] localhost kernel: pci 0000:80:04.7: [8086:3c27] type 00 class 0x088000
[ 1.548822] localhost kernel: pci 0000:80:04.7: reg 0x10: [mem 0xfbf00000-0xfbf03fff 64bit]
[ 1.548933] localhost kernel: pci 0000:80:05.0: [8086:3c28] type 00 class 0x088000
[ 1.549044] localhost kernel: pci 0000:80:05.2: [8086:3c2a] type 00 class 0x088000
[ 1.549157] localhost kernel: pci 0000:80:05.4: [8086:3c2c] type 00 class 0x080020
[ 1.549174] localhost kernel: pci 0000:80:05.4: reg 0x10: [mem 0xfbf20000-0xfbf20fff]
[ 1.549332] localhost kernel: pci 0000:80:02.0: PCI bridge to [bus 81]
[ 1.554526] localhost kernel: pci 0000:80:02.2: PCI bridge to [bus 82]
[ 1.559689] localhost kernel: pci_bus 0000:80: on NUMA node 1
[ 1.559774] localhost kernel: ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[ 1.565878] localhost kernel: acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 1.574355] localhost kernel: acpi PNP0A03:01: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 1.581235] localhost kernel: PCI host bridge to bus 0000:ff
[ 1.585506] localhost kernel: pci_bus 0000:ff: root bus resource [bus ff]
[ 1.590915] localhost kernel: pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
[ 1.590993] localhost kernel: pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
[ 1.591065] localhost kernel: pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
[ 1.591141] localhost kernel: pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
[ 1.591205] localhost kernel: pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
[ 1.591276] localhost kernel: pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
[ 1.591352] localhost kernel: pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
[ 1.591406] localhost kernel: pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
[ 1.591461] localhost kernel: pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
[ 1.591515] localhost kernel: pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
[ 1.591571] localhost kernel: pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
[ 1.591625] localhost kernel: pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
[ 1.591678] localhost kernel: pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
[ 1.591731] localhost kernel: pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
[ 1.591784] localhost kernel: pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000
[ 1.591839] localhost kernel: pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
[ 1.591892] localhost kernel: pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
[ 1.591949] localhost kernel: pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
[ 1.592002] localhost kernel: pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
[ 1.592056] localhost kernel: pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000
[ 1.592109] localhost kernel: pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
[ 1.592163] localhost kernel: pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
[ 1.592223] localhost kernel: pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
[ 1.592287] localhost kernel: pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
[ 1.592355] localhost kernel: pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
[ 1.592426] localhost kernel: pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
[ 1.592494] localhost kernel: pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
[ 1.592566] localhost kernel: pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
[ 1.592632] localhost kernel: pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
[ 1.592699] localhost kernel: pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
[ 1.592759] localhost kernel: pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
[ 1.592828] localhost kernel: pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
[ 1.592897] localhost kernel: pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
[ 1.592971] localhost kernel: pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
[ 1.593040] localhost kernel: pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
[ 1.593110] localhost kernel: pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
[ 1.593179] localhost kernel: pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
[ 1.593248] localhost kernel: pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
[ 1.593315] localhost kernel: pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
[ 1.593379] localhost kernel: pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
[ 1.593432] localhost kernel: pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
[ 1.593488] localhost kernel: pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
[ 1.593541] localhost kernel: pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
[ 1.593596] localhost kernel: pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
[ 1.593745] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 1.601852] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 1.609942] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 1.617811] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.625706] localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 1.634169] localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 1.642636] localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[ 1.651088] localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[ 1.660794] localhost kernel: ACPI: Enabled 2 GPEs in block 00 to 3F
[ 1.666029] localhost kernel: vgaarb: setting as boot device: PCI:0000:09:01.0
[ 1.671874] localhost kernel: vgaarb: device added: PCI:0000:09:01.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.680280] localhost kernel: vgaarb: loaded
[ 1.683159] localhost kernel: vgaarb: bridge control possible 0000:09:01.0
[ 1.688703] localhost kernel: PCI: Using ACPI for IRQ routing
[ 1.697997] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[ 1.698218] localhost kernel: e820: reserve RAM buffer [mem 0x0008e400-0x0008ffff]
[ 1.698220] localhost kernel: e820: reserve RAM buffer [mem 0x7dfb9000-0x7fffffff]
[ 1.698447] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 1.705424] localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 1.713533] localhost kernel: clocksource: Switched to clocksource hpet
[ 1.727345] localhost kernel: pnp: PnP ACPI init
[ 1.730709] localhost kernel: system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[ 1.737512] localhost kernel: system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[ 1.744307] localhost kernel: system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
[ 1.751097] localhost kernel: system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[ 1.757888] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.758007] localhost kernel: system 00:01: [mem 0xdfffc000-0xdfffdfff] could not be reserved
[ 1.765150] localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.765200] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.765300] localhost kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 1.771403] localhost kernel: system 00:03: [mem 0x00000400-0x000004ff] could not be reserved
[ 1.778546] localhost kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.778655] localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.778805] localhost kernel: system 00:05: [io 0x0b00-0x0b7f] has been reserved
[ 1.784902] localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.785094] localhost kernel: pnp 00:06: [dma 0 disabled]
[ 1.785148] localhost kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.785315] localhost kernel: pnp 00:07: [dma 0 disabled]
[ 1.785367] localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.785617] localhost kernel: system 00:08: [io 0x0400-0x0453] could not be reserved
[ 1.792087] localhost kernel: system 00:08: [io 0x0458-0x047f] has been reserved
[ 1.798191] localhost kernel: system 00:08: [io 0x1180-0x119f] has been reserved
[ 1.804296] localhost kernel: system 00:08: [io 0x0500-0x057f] has been reserved
[ 1.810398] localhost kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 1.817212] localhost kernel: system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
[ 1.824357] localhost kernel: system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[ 1.831148] localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.831249] localhost kernel: system 00:09: [io 0x0454-0x0457] has been reserved
[ 1.837346] localhost kernel: system 00:09: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 1.837539] localhost kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.837643] localhost kernel: system 00:0b: [mem 0xfbffe000-0xfbffffff] could not be reserved
[ 1.844791] localhost kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.844985] localhost kernel: system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[ 1.852125] localhost kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.852321] localhost kernel: pnp: PnP ACPI: found 13 devices
[ 1.863217] localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.872453] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
[ 1.877615] localhost kernel: pci 0000:00:02.0: PCI bridge to [bus 02]
[ 1.882769] localhost kernel: pci 0000:00:03.0: PCI bridge to [bus 03-04]
[ 1.888170] localhost kernel: pci 0000:00:03.0: bridge window [io 0x8000-0x8fff]
[ 1.894446] localhost kernel: pci 0000:00:03.0: bridge window [mem 0xdfa00000-0xdfafffff]
[ 1.901414] localhost kernel: pci 0000:00:03.0: bridge window [mem 0xde600000-0xdebfffff 64bit pref]
[ 1.909458] localhost kernel: pci 0000:00:03.2: PCI bridge to [bus 05]
[ 1.914612] localhost kernel: pci 0000:00:11.0: PCI bridge to [bus 06]
[ 1.919761] localhost kernel: pci 0000:00:11.0: bridge window [io 0x7000-0x7fff]
[ 1.926043] localhost kernel: pci 0000:00:11.0: bridge window [mem 0xde000000-0xde4fffff 64bit pref]
[ 1.934093] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 07-08]
[ 1.939496] localhost kernel: pci 0000:00:1c.0: bridge window [io 0x6000-0x6fff]
[ 1.945774] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdf900000-0xdf9fffff]
[ 1.952741] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdec00000-0xdecfffff 64bit pref]
[ 1.960787] localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 09]
[ 1.965933] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xdf000000-0xdf8fffff]
[ 1.972900] localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xdd000000-0xddffffff 64bit pref]
[ 1.980956] localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 1.980958] localhost kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 1.980960] localhost kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 1.980962] localhost kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0x9fff window]
[ 1.980964] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 1.980966] localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 1.980969] localhost kernel: pci_bus 0000:00: resource 10 [mem 0xfed08000-0xfed08fff window]
[ 1.980970] localhost kernel: pci_bus 0000:00: resource 11 [mem 0xfed0e000-0xfed0ffff window]
[ 1.980972] localhost kernel: pci_bus 0000:00: resource 12 [mem 0x80000000-0xdfffffff window]
[ 1.980975] localhost kernel: pci_bus 0000:03: resource 0 [io 0x8000-0x8fff]
[ 1.980977] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xdfa00000-0xdfafffff]
[ 1.980979] localhost kernel: pci_bus 0000:03: resource 2 [mem 0xde600000-0xdebfffff 64bit pref]
[ 1.980981] localhost kernel: pci_bus 0000:06: resource 0 [io 0x7000-0x7fff]
[ 1.980983] localhost kernel: pci_bus 0000:06: resource 2 [mem 0xde000000-0xde4fffff 64bit pref]
[ 1.980985] localhost kernel: pci_bus 0000:07: resource 0 [io 0x6000-0x6fff]
[ 1.980987] localhost kernel: pci_bus 0000:07: resource 1 [mem 0xdf900000-0xdf9fffff]
[ 1.980989] localhost kernel: pci_bus 0000:07: resource 2 [mem 0xdec00000-0xdecfffff 64bit pref]
[ 1.980991] localhost kernel: pci_bus 0000:09: resource 1 [mem 0xdf000000-0xdf8fffff]
[ 1.980993] localhost kernel: pci_bus 0000:09: resource 2 [mem 0xdd000000-0xddffffff 64bit pref]
[ 1.980995] localhost kernel: pci_bus 0000:09: resource 4 [io 0x0000-0x03af window]
[ 1.980996] localhost kernel: pci_bus 0000:09: resource 5 [io 0x03e0-0x0cf7 window]
[ 1.980999] localhost kernel: pci_bus 0000:09: resource 6 [io 0x03b0-0x03df window]
[ 1.981000] localhost kernel: pci_bus 0000:09: resource 7 [io 0x0d00-0x9fff window]
[ 1.981002] localhost kernel: pci_bus 0000:09: resource 8 [mem 0x000a0000-0x000bffff window]
[ 1.981004] localhost kernel: pci_bus 0000:09: resource 9 [mem 0x000c0000-0x000dffff window]
[ 1.981006] localhost kernel: pci_bus 0000:09: resource 10 [mem 0xfed08000-0xfed08fff window]
[ 1.981008] localhost kernel: pci_bus 0000:09: resource 11 [mem 0xfed0e000-0xfed0ffff window]
[ 1.981010] localhost kernel: pci_bus 0000:09: resource 12 [mem 0x80000000-0xdfffffff window]
[ 1.981032] localhost kernel: pci 0000:80:02.0: PCI bridge to [bus 81]
[ 1.986186] localhost kernel: pci 0000:80:02.2: PCI bridge to [bus 82]
[ 1.991332] localhost kernel: pci_bus 0000:80: resource 4 [io 0xa000-0xffff window]
[ 1.991334] localhost kernel: pci_bus 0000:80: resource 5 [mem 0xe0000000-0xfbffffff window]
[ 1.991418] localhost kernel: NET: Registered protocol family 2
[ 1.996650] localhost kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[ 2.005438] localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 2.012529] localhost kernel: TCP: Hash tables configured (established 524288 bind 65536)
[ 2.019506] localhost kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[ 2.026257] localhost kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[ 2.033484] localhost kernel: NET: Registered protocol family 1
[ 2.069609] localhost kernel: pci 0000:09:01.0: Video device with shadowed ROM
[ 2.069758] localhost kernel: PCI: CLS 64 bytes, default 64
[ 2.639951] localhost kernel: DMAR: dmar0: Using Queued invalidation
[ 2.644957] localhost kernel: DMAR: dmar1: Using Queued invalidation
[ 2.649961] localhost kernel: DMAR: Setting RMRR:
[ 2.653337] localhost kernel: DMAR: Setting identity map for device 0000:00:1a.0 [0x7dfcc000 - 0x7dfd8fff]
[ 2.661824] localhost kernel: DMAR: Setting identity map for device 0000:00:1d.0 [0x7dfcc000 - 0x7dfd8fff]
[ 2.670266] localhost kernel: DMAR: Prepare 0-16MiB unity mapping for LPC
[ 2.675716] localhost kernel: DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 2.683362] localhost kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 2.690087] localhost kernel: iommu: Adding device 0000:00:00.0 to group 0
[ 2.695652] localhost kernel: iommu: Adding device 0000:00:01.0 to group 1
[ 2.701184] localhost kernel: iommu: Adding device 0000:00:02.0 to group 2
[ 2.706717] localhost kernel: iommu: Adding device 0000:00:03.0 to group 3
[ 2.712251] localhost kernel: iommu: Adding device 0000:00:03.2 to group 4
[ 2.717939] localhost kernel: iommu: Adding device 0000:00:04.0 to group 5
[ 2.723468] localhost kernel: iommu: Adding device 0000:00:04.1 to group 5
[ 2.728996] localhost kernel: iommu: Adding device 0000:00:04.2 to group 5
[ 2.734543] localhost kernel: iommu: Adding device 0000:00:04.3 to group 5
[ 2.740101] localhost kernel: iommu: Adding device 0000:00:04.4 to group 5
[ 2.745629] localhost kernel: iommu: Adding device 0000:00:04.5 to group 5
[ 2.751162] localhost kernel: iommu: Adding device 0000:00:04.6 to group 5
[ 2.756690] localhost kernel: iommu: Adding device 0000:00:04.7 to group 5
[ 2.762291] localhost kernel: iommu: Adding device 0000:00:05.0 to group 6
[ 2.767809] localhost kernel: iommu: Adding device 0000:00:05.2 to group 6
[ 2.773345] localhost kernel: iommu: Adding device 0000:00:05.4 to group 6
[ 2.778873] localhost kernel: iommu: Adding device 0000:00:11.0 to group 7
[ 2.784438] localhost kernel: iommu: Adding device 0000:00:16.0 to group 8
[ 2.789979] localhost kernel: iommu: Adding device 0000:00:16.1 to group 8
[ 2.795519] localhost kernel: iommu: Adding device 0000:00:1a.0 to group 9
[ 2.801055] localhost kernel: iommu: Adding device 0000:00:1c.0 to group 10
[ 2.806688] localhost kernel: iommu: Adding device 0000:00:1d.0 to group 11
[ 2.812307] localhost kernel: iommu: Adding device 0000:00:1e.0 to group 12
[ 2.817993] localhost kernel: iommu: Adding device 0000:00:1f.0 to group 13
[ 2.823626] localhost kernel: iommu: Adding device 0000:00:1f.2 to group 13
[ 2.829251] localhost kernel: iommu: Adding device 0000:00:1f.3 to group 13
[ 2.834884] localhost kernel: iommu: Adding device 0000:00:1f.6 to group 13
[ 2.840499] localhost kernel: iommu: Adding device 0000:03:00.0 to group 14
[ 2.846130] localhost kernel: iommu: Adding device 0000:03:00.1 to group 15
[ 2.851745] localhost kernel: iommu: Adding device 0000:06:00.0 to group 16
[ 2.857365] localhost kernel: iommu: Adding device 0000:07:00.0 to group 17
[ 2.862989] localhost kernel: iommu: Adding device 0000:07:00.1 to group 18
[ 2.868591] localhost kernel: iommu: Adding device 0000:09:01.0 to group 12
[ 2.874268] localhost kernel: iommu: Adding device 0000:7f:08.0 to group 19
[ 2.879891] localhost kernel: iommu: Adding device 0000:7f:08.3 to group 19
[ 2.885527] localhost kernel: iommu: Adding device 0000:7f:08.4 to group 19
[ 2.891198] localhost kernel: iommu: Adding device 0000:7f:09.0 to group 20
[ 2.896822] localhost kernel: iommu: Adding device 0000:7f:09.3 to group 20
[ 2.902438] localhost kernel: iommu: Adding device 0000:7f:09.4 to group 20
[ 2.908142] localhost kernel: iommu: Adding device 0000:7f:0a.0 to group 21
[ 2.913763] localhost kernel: iommu: Adding device 0000:7f:0a.1 to group 21
[ 2.919390] localhost kernel: iommu: Adding device 0000:7f:0a.2 to group 21
[ 2.925033] localhost kernel: iommu: Adding device 0000:7f:0a.3 to group 21
[ 2.930683] localhost kernel: iommu: Adding device 0000:7f:0b.0 to group 22
[ 2.936310] localhost kernel: iommu: Adding device 0000:7f:0b.3 to group 22
[ 2.942020] localhost kernel: iommu: Adding device 0000:7f:0c.0 to group 23
[ 2.947647] localhost kernel: iommu: Adding device 0000:7f:0c.1 to group 23
[ 2.953272] localhost kernel: iommu: Adding device 0000:7f:0c.2 to group 23
[ 2.958898] localhost kernel: iommu: Adding device 0000:7f:0c.6 to group 23
[ 2.964524] localhost kernel: iommu: Adding device 0000:7f:0c.7 to group 23
[ 2.970210] localhost kernel: iommu: Adding device 0000:7f:0d.0 to group 24
[ 2.975842] localhost kernel: iommu: Adding device 0000:7f:0d.1 to group 24
[ 2.981474] localhost kernel: iommu: Adding device 0000:7f:0d.2 to group 24
[ 2.987101] localhost kernel: iommu: Adding device 0000:7f:0d.6 to group 24
[ 2.992765] localhost kernel: iommu: Adding device 0000:7f:0e.0 to group 25
[ 2.998389] localhost kernel: iommu: Adding device 0000:7f:0e.1 to group 25
[ 3.004143] localhost kernel: iommu: Adding device 0000:7f:0f.0 to group 26
[ 3.009759] localhost kernel: iommu: Adding device 0000:7f:0f.1 to group 26
[ 3.015385] localhost kernel: iommu: Adding device 0000:7f:0f.2 to group 26
[ 3.021016] localhost kernel: iommu: Adding device 0000:7f:0f.3 to group 26
[ 3.026641] localhost kernel: iommu: Adding device 0000:7f:0f.4 to group 26
[ 3.032268] localhost kernel: iommu: Adding device 0000:7f:0f.5 to group 26
[ 3.037902] localhost kernel: iommu: Adding device 0000:7f:0f.6 to group 26
[ 3.043673] localhost kernel: iommu: Adding device 0000:7f:10.0 to group 27
[ 3.049310] localhost kernel: iommu: Adding device 0000:7f:10.1 to group 27
[ 3.054933] localhost kernel: iommu: Adding device 0000:7f:10.2 to group 27
[ 3.060557] localhost kernel: iommu: Adding device 0000:7f:10.3 to group 27
[ 3.066183] localhost kernel: iommu: Adding device 0000:7f:10.4 to group 27
[ 3.071800] localhost kernel: iommu: Adding device 0000:7f:10.5 to group 27
[ 3.077434] localhost kernel: iommu: Adding device 0000:7f:10.6 to group 27
[ 3.083075] localhost kernel: iommu: Adding device 0000:7f:10.7 to group 27
[ 3.088722] localhost kernel: iommu: Adding device 0000:7f:11.0 to group 28
[ 3.094436] localhost kernel: iommu: Adding device 0000:7f:13.0 to group 29
[ 3.100058] localhost kernel: iommu: Adding device 0000:7f:13.1 to group 29
[ 3.105680] localhost kernel: iommu: Adding device 0000:7f:13.4 to group 29
[ 3.111315] localhost kernel: iommu: Adding device 0000:7f:13.5 to group 29
[ 3.116955] localhost kernel: iommu: Adding device 0000:7f:13.6 to group 29
[ 3.125596] localhost kernel: iommu: Adding device 0000:80:02.0 to group 30
[ 3.131210] localhost kernel: iommu: Adding device 0000:80:02.2 to group 31
[ 3.136995] localhost kernel: iommu: Adding device 0000:80:04.0 to group 32
[ 3.142617] localhost kernel: iommu: Adding device 0000:80:04.1 to group 32
[ 3.148253] localhost kernel: iommu: Adding device 0000:80:04.2 to group 32
[ 3.153880] localhost kernel: iommu: Adding device 0000:80:04.3 to group 32
[ 3.159520] localhost kernel: iommu: Adding device 0000:80:04.4 to group 32
[ 3.165147] localhost kernel: iommu: Adding device 0000:80:04.5 to group 32
[ 3.170772] localhost kernel: iommu: Adding device 0000:80:04.6 to group 32
[ 3.176405] localhost kernel: iommu: Adding device 0000:80:04.7 to group 32
[ 3.182084] localhost kernel: iommu: Adding device 0000:80:05.0 to group 33
[ 3.187710] localhost kernel: iommu: Adding device 0000:80:05.2 to group 33
[ 3.193343] localhost kernel: iommu: Adding device 0000:80:05.4 to group 33
[ 3.199013] localhost kernel: iommu: Adding device 0000:ff:08.0 to group 34
[ 3.204645] localhost kernel: iommu: Adding device 0000:ff:08.3 to group 34
[ 3.210273] localhost kernel: iommu: Adding device 0000:ff:08.4 to group 34
[ 3.215940] localhost kernel: iommu: Adding device 0000:ff:09.0 to group 35
[ 3.221570] localhost kernel: iommu: Adding device 0000:ff:09.3 to group 35
[ 3.227204] localhost kernel: iommu: Adding device 0000:ff:09.4 to group 35
[ 3.232900] localhost kernel: iommu: Adding device 0000:ff:0a.0 to group 36
[ 3.238526] localhost kernel: iommu: Adding device 0000:ff:0a.1 to group 36
[ 3.244150] localhost kernel: iommu: Adding device 0000:ff:0a.2 to group 36
[ 3.249786] localhost kernel: iommu: Adding device 0000:ff:0a.3 to group 36
[ 3.255436] localhost kernel: iommu: Adding device 0000:ff:0b.0 to group 37
[ 3.261070] localhost kernel: iommu: Adding device 0000:ff:0b.3 to group 37
[ 3.266782] localhost kernel: iommu: Adding device 0000:ff:0c.0 to group 38
[ 3.272415] localhost kernel: iommu: Adding device 0000:ff:0c.1 to group 38
[ 3.278047] localhost kernel: iommu: Adding device 0000:ff:0c.2 to group 38
[ 3.283682] localhost kernel: iommu: Adding device 0000:ff:0c.6 to group 38
[ 3.289307] localhost kernel: iommu: Adding device 0000:ff:0c.7 to group 38
[ 3.295005] localhost kernel: iommu: Adding device 0000:ff:0d.0 to group 39
[ 3.300641] localhost kernel: iommu: Adding device 0000:ff:0d.1 to group 39
[ 3.306271] localhost kernel: iommu: Adding device 0000:ff:0d.2 to group 39
[ 3.311911] localhost kernel: iommu: Adding device 0000:ff:0d.6 to group 39
[ 3.317569] localhost kernel: iommu: Adding device 0000:ff:0e.0 to group 40
[ 3.323206] localhost kernel: iommu: Adding device 0000:ff:0e.1 to group 40
[ 3.328947] localhost kernel: iommu: Adding device 0000:ff:0f.0 to group 41
[ 3.334602] localhost kernel: iommu: Adding device 0000:ff:0f.1 to group 41
[ 3.340240] localhost kernel: iommu: Adding device 0000:ff:0f.2 to group 41
[ 3.345872] localhost kernel: iommu: Adding device 0000:ff:0f.3 to group 41
[ 3.351498] localhost kernel: iommu: Adding device 0000:ff:0f.4 to group 41
[ 3.357131] localhost kernel: iommu: Adding device 0000:ff:0f.5 to group 41
[ 3.362762] localhost kernel: iommu: Adding device 0000:ff:0f.6 to group 41
[ 3.368523] localhost kernel: iommu: Adding device 0000:ff:10.0 to group 42
[ 3.374160] localhost kernel: iommu: Adding device 0000:ff:10.1 to group 42
[ 3.379789] localhost kernel: iommu: Adding device 0000:ff:10.2 to group 42
[ 3.385414] localhost kernel: iommu: Adding device 0000:ff:10.3 to group 42
[ 3.391047] localhost kernel: iommu: Adding device 0000:ff:10.4 to group 42
[ 3.396681] localhost kernel: iommu: Adding device 0000:ff:10.5 to group 42
[ 3.402313] localhost kernel: iommu: Adding device 0000:ff:10.6 to group 42
[ 3.407954] localhost kernel: iommu: Adding device 0000:ff:10.7 to group 42
[ 3.413584] localhost kernel: iommu: Adding device 0000:ff:11.0 to group 43
[ 3.419294] localhost kernel: iommu: Adding device 0000:ff:13.0 to group 44
[ 3.424927] localhost kernel: iommu: Adding device 0000:ff:13.1 to group 44
[ 3.430576] localhost kernel: iommu: Adding device 0000:ff:13.4 to group 44
[ 3.436212] localhost kernel: iommu: Adding device 0000:ff:13.5 to group 44
[ 3.441853] localhost kernel: iommu: Adding device 0000:ff:13.6 to group 44
[ 3.449848] localhost kernel: RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[ 3.458776] localhost kernel: hw unit of domain pp0-core 2^-16 Joules
[ 3.463838] localhost kernel: hw unit of domain package 2^-16 Joules
[ 3.468809] localhost kernel: hw unit of domain dram 2^-16 Joules
[ 3.474626] localhost kernel: futex hash table entries: 8192 (order: 7, 524288 bytes)
[ 3.481205] localhost kernel: audit: initializing netlink subsys (disabled)
[ 3.486831] localhost kernel: audit: type=2000 audit(1459475594.939:1): initialized
[ 3.493635] localhost kernel: Initialise system trusted keyring
[ 3.498533] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 3.507187] localhost kernel: VFS: Disk quotas dquot_6.6.0
[ 3.511372] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 3.518655] localhost kernel: SELinux: Registering netfilter hooks
[ 3.520294] localhost kernel: Key type asymmetric registered
[ 3.524579] localhost kernel: Asymmetric key parser 'x509' registered
[ 3.529688] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 3.537525] localhost kernel: io scheduler noop registered
[ 3.541676] localhost kernel: io scheduler deadline registered
[ 3.546227] localhost kernel: io scheduler cfq registered (default)
[ 3.552705] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 3.558491] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 3.565345] localhost kernel: intel_idle: MWAIT substates: 0x21120
[ 3.565347] localhost kernel: intel_idle: v0.4 model 0x2D
[ 3.565348] localhost kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
[ 3.595998] localhost kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
[ 3.603809] localhost kernel: pstore: Registered erst as persistent store backend
[ 3.610028] localhost kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 3.617728] localhost kernel: ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 3.630158] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 3.657277] localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 3.685571] localhost kernel: 00:07: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 3.695579] localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 4.451658] localhost kernel: tsc: Refined TSC clocksource calibration: 1999.999 MHz
[ 4.458032] localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x39a85afc727, max_idle_ns: 881590685098 ns
[ 4.741217] localhost kernel: i8042: No controller found
[ 4.745208] localhost kernel: rtc_cmos 00:02: RTC can wake from S4
[ 4.750221] localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 4.756546] localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 4.764544] localhost kernel: Intel P-state driver initializing.
[ 4.770944] localhost kernel: NET: Registered protocol family 10
[ 4.776300] localhost kernel: NET: Registered protocol family 17
[ 4.782046] localhost kernel: microcode: CPU0 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.788193] localhost kernel: microcode: CPU1 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.794339] localhost kernel: microcode: CPU2 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.800476] localhost kernel: microcode: CPU3 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.806621] localhost kernel: microcode: CPU4 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.812761] localhost kernel: microcode: CPU5 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.818920] localhost kernel: microcode: CPU6 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.825027] localhost kernel: microcode: CPU7 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.831134] localhost kernel: microcode: CPU8 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.837297] localhost kernel: microcode: CPU9 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.843424] localhost kernel: microcode: CPU10 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.849644] localhost kernel: microcode: CPU11 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.855897] localhost kernel: microcode: CPU12 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.862128] localhost kernel: microcode: CPU13 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.868358] localhost kernel: microcode: CPU14 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.874588] localhost kernel: microcode: CPU15 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.880829] localhost kernel: microcode: CPU16 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.887058] localhost kernel: microcode: CPU17 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.893278] localhost kernel: microcode: CPU18 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.899463] localhost kernel: microcode: CPU19 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.905685] localhost kernel: microcode: CPU20 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.911909] localhost kernel: microcode: CPU21 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.918140] localhost kernel: microcode: CPU22 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.924370] localhost kernel: microcode: CPU23 sig=0x206d7, pf=0x1, revision=0x70d
[ 4.930646] localhost kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 4.939940] localhost kernel: registered taskstats version 1
[ 4.944235] localhost kernel: Loading compiled-in X.509 certificates
[ 4.950418] localhost kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4d93f8208eaaf912b1d84e3ce1341e5618ec1856'
[ 4.961921] localhost kernel: rtc_cmos 00:02: setting system clock to 2016-04-01 01:53:18 UTC (1459475598)
[ 4.980444] localhost kernel: Freeing unused kernel memory: 27996K (ffffffff99b10000 - ffffffff9b667000)
[ 4.988685] localhost kernel: Write protecting the kernel read-only data: 10240k
[ 4.995639] localhost kernel: Freeing unused kernel memory: 640K (ffff880019560000 - ffff880019600000)
[ 5.008964] localhost kernel: Freeing unused kernel memory: 1644K (ffff880019865000 - ffff880019a00000)
[ 5.026853] localhost kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5.033388] localhost kernel: random: systemd urandom read with 7 bits of entropy available
[ 5.044782] localhost systemd[1]: systemd 225 running in system mode. (-PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS -ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 5.063749] localhost systemd[1]: Detected architecture x86-64.
[ 5.069017] localhost systemd[1]: Running in initial RAM disk.
[ 5.074972] localhost systemd[1]: No hostname configured.
[ 5.079719] localhost systemd[1]: Set hostname to <localhost>.
[ 5.084915] localhost systemd[1]: Initializing machine ID from random generator.
[ 5.142144] localhost systemd[1]: org.freedesktop.network1.busname: Cannot add dependency job, ignoring: Unit org.freedesktop.network1.busname failed to load: No such file or directory.
[ 5.158210] localhost systemd[1]: org.freedesktop.resolve1.busname: Cannot add dependency job, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
[ 5.174998] localhost systemd[1]: Created slice -.slice.
[ 5.180186] localhost systemd[1]: Listening on udev Control Socket.
[ 5.186324] localhost systemd[1]: Created slice System Slice.
[ 5.191868] localhost systemd[1]: Reached target Slices.
[ 5.197005] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 5.205779] localhost systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 5.212757] localhost systemd[1]: Listening on Journal Socket.
[ 5.224884] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 5.235559] localhost systemd[1]: Starting dracut cmdline hook...
[ 5.241371] localhost systemd[1]: Listening on udev Kernel Socket.
[ 5.250360] localhost systemd[1]: Reached target Paths.
[ 5.255355] localhost systemd[1]: Reached target Encrypted Volumes.
[ 5.261400] localhost systemd[1]: Reached target Swap.
[ 5.266382] localhost systemd[1]: Listening on Journal Audit Socket.
[ 5.272598] localhost systemd[1]: Created slice system-disk\x2duuid.slice.
[ 5.279278] localhost systemd[1]: Reached target Timers.
[ 5.284379] localhost systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.290975] localhost systemd[1]: Reached target Sockets.
[ 5.306856] localhost systemd[1]: Starting Journal Service...
[ 5.312824] localhost systemd[1]: Starting Apply Kernel Variables...
[ 5.319708] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 5.329604] localhost kernel: audit: type=1130 audit(1459475598.865:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.350392] localhost systemd[1]: Started dracut cmdline hook.
[ 5.356082] localhost kernel: audit: type=1130 audit(1459475598.892:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.816080] localhost systemd-journal[282]: Journal started
[ 4.816176] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.816288] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.816702] localhost dracut-cmdline[224]: dracut-dracut-041-r2
[ 4.816877] localhost dracut-cmdline[224]: Using kernel command line parameters:
[ 5.376592] localhost systemd[1]: Started Apply Kernel Variables.
[ 4.835908] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.382512] localhost kernel: audit: type=1130 audit(1459475598.918:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.402943] localhost systemd[1]: Started Journal Service.
[ 4.861714] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.408295] localhost kernel: audit: type=1130 audit(1459475598.944:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.896413] localhost systemd[1]: Starting dracut pre-udev hook...
[ 4.897373] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
[ 4.899806] localhost systemd[1]: Started Create Static Device Nodes in /dev.
[ 4.900180] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.446772] localhost kernel: audit: type=1130 audit(1459475598.983:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.468059] localhost kernel: clocksource: Switched to clocksource tsc
[ 4.947012] localhost systemd[1]: Started dracut pre-udev hook.
[ 4.947363] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.493969] localhost kernel: audit: type=1130 audit(1459475599.031:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.975496] localhost systemd[1]: Starting udev Kernel Device Manager...
[ 4.979618] localhost systemd-udevd[335]: RUN{builtin}: 'uaccess' unknown /usr/lib64/udev/rules.d/73-seat-late.rules:15
[ 4.980144] localhost systemd[1]: Started udev Kernel Device Manager.
[ 4.980474] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.527083] localhost kernel: audit: type=1130 audit(1459475599.064:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.001517] localhost systemd[1]: Starting Network Service...
[ 5.002506] localhost systemd[1]: Starting dracut pre-trigger hook...
[ 5.006023] localhost systemd-networkd[337]: Enumeration completed
[ 5.006217] localhost systemd[1]: Started Network Service.
[ 5.006538] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-systemd-networkd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.023924] localhost dracut-pre-trigger[338]: rd.md=0: removing MD RAID activation
[ 5.027771] localhost systemd[1]: Reached target Network.
[ 5.553148] localhost kernel: audit: type=1130 audit(1459475599.090:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-systemd-networkd comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.028850] localhost systemd[1]: Starting Network Name Resolution...
[ 5.032712] localhost systemd-resolved[353]: Defaulting to hostname 'linux'.
[ 5.033323] localhost systemd[1]: Started Network Name Resolution.
[ 5.033656] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-systemd-resolved comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.580266] localhost kernel: audit: type=1130 audit(1459475599.117:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-systemd-resolved comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.055578] localhost systemd[1]: Starting Ignition (disks)...
[ 5.058885] localhost ignition[369]: Ignition v0.3.3
[ 5.059216] localhost ignition[369]: parsed url from cmdline: ""
[ 5.059402] localhost ignition[369]: no config URL provided
[ 5.059569] localhost ignition[369]: fetched config: {Version:0 Storage:{Disks:[] Arrays:[] Filesystems:[]} Systemd:{Units:[]} Networkd:{Units:[]} Passwd:{Users:[] Groups:[]}}
[ 5.060790] localhost systemd[1]: Started Ignition (disks).
[ 5.061115] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-disks comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.061165] localhost audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=ignition-disks comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.067555] localhost systemd[1]: Started dracut pre-trigger hook.
[ 5.067862] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.069764] localhost systemd[1]: Starting udev Coldplug all Devices...
[ 5.076701] localhost systemd-udevd[335]: RUN{builtin}: 'uaccess' unknown /usr/lib64/udev/rules.d/73-seat-late.rules:15
[ 5.129414] localhost systemd[1]: Started udev Coldplug all Devices.
[ 5.671634] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 5.134278] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.682138] localhost kernel: ACPI: Power Button [PWRB]
[ 5.686117] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 5.693827] localhost kernel: ACPI: Power Button [PWRF]
[ 5.160279] localhost systemd[1]: Starting dracut initqueue hook...
[ 5.716600] localhost kernel: ipmi message handler version 39.2
[ 5.737181] localhost kernel: pps_core: LinuxPPS API ver. 1 registered
[ 5.742342] localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 5.210723] localhost systemd-networkd[337]: lo: Configured
[ 5.770692] localhost kernel: EDAC MC: Ver: 3.0.0
[ 5.774410] localhost kernel: ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[ 5.780067] localhost kernel: ipmi_si IPI0001:00: [io 0x0ca2] regsize 1 spacing 1 irq 0
[ 5.786769] localhost kernel: ipmi_si: Adding ACPI-specified kcs state machine
[ 5.792719] localhost kernel: IPMI System Interface driver.
[ 5.793016] localhost kernel: SCSI subsystem initialized
[ 5.800904] localhost kernel: ipmi_si: probing via SMBIOS
[ 5.804926] localhost kernel: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 5.811021] localhost kernel: ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface
[ 5.818958] localhost kernel: ipmi_si: probing via SPMI
[ 5.822800] localhost kernel: ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[ 5.828717] localhost kernel: ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[ 5.834332] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 5.834341] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 5.834351] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[ 5.834354] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 5.834358] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 5.834362] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[ 5.834364] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 5.834368] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 5.834372] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3c71
[ 5.834374] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 5.834378] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 5.834382] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3caa
[ 5.834383] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 5.834387] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 5.834392] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cab
[ 5.834393] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 5.834397] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 5.834401] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cac
[ 5.834403] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 5.834407] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 5.834411] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cad
[ 5.834412] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 5.834417] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 5.834421] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[ 5.834422] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 5.834426] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 5.834430] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[ 5.834431] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 5.834435] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 5.834439] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[ 5.834441] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 5.834444] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 5.834449] localhost kernel: EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[ 5.834598] localhost kernel: EDAC MC0: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#0: DEV 0000:7f:0e.0 (POLLED)
[ 5.834752] localhost kernel: EDAC MC1: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#1: DEV 0000:ff:0e.0 (POLLED)
[ 5.834752] localhost kernel: EDAC sbridge: Ver: 1.1.1
[ 5.863507] localhost kernel: ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[ 5.875478] localhost kernel: PTP clock support registered
[ 5.879780] localhost kernel: libata version 3.00 loaded.
[ 5.881159] localhost kernel: ACPI: bus type USB registered
[ 5.885403] localhost kernel: usbcore: registered new interface driver usbfs
[ 5.891080] localhost kernel: usbcore: registered new interface driver hub
[ 5.896779] localhost kernel: usbcore: registered new device driver usb
[ 5.904837] localhost kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 5.911791] localhost kernel: isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[ 5.911804] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 5.911967] localhost kernel: mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[ 5.913700] localhost kernel: ipmi_si IPI0001:00: The BMC does not support clearing the recv irq bit, compensating, but the BMC needs to be fixed.
[ 5.940306] localhost kernel: ipmi_si IPI0001:00: Found new BMC (man_id: 0x002a7c, prod_id: 0x070a, dev_id: 0x20)
[ 5.940315] localhost kernel: ipmi_si IPI0001:00: IPMI kcs interface initialized
[ 5.959227] localhost kernel: isci 0000:06:00.0: driver configured for rev: 6 silicon
[ 5.965854] localhost kernel: isci 0000:06:00.0: OEM parameter table found in OROM
[ 5.972046] localhost kernel: isci 0000:06:00.0: [0]: invalid oem parameters detected, falling back to firmware
[ 5.980913] localhost kernel: isci 0000:06:00.0: Direct firmware load for isci/isci_firmware.bin failed with error -2
[ 5.980948] localhost kernel: ehci-pci: EHCI PCI platform driver
[ 5.994884] localhost kernel: isci 0000:06:00.0: Loading user firmware failed, using default values
[ 6.002640] localhost kernel: isci 0000:06:00.0: Default OEM configuration being used: 4 narrow ports, and default SAS Addresses
[ 6.013094] localhost kernel: AVX version of gcm_enc/dec engaged.
[ 6.013213] localhost kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 6.013223] localhost kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 6.013241] localhost kernel: ehci-pci 0000:00:1a.0: debug port 2
[ 6.017161] localhost kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 6.017176] localhost kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xdfb23000
[ 6.017191] localhost kernel: isci 0000:06:00.0: SCU controller 0: phy 3-0 cables: {short, short, short, short}
[ 6.019772] localhost kernel: scsi host0: isci
[ 6.022709] localhost kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 6.022905] localhost kernel: hub 1-0:1.0: USB hub found
[ 6.022912] localhost kernel: hub 1-0:1.0: 2 ports detected
[ 6.023198] localhost kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 6.023204] localhost kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 6.023217] localhost kernel: ehci-pci 0000:00:1d.0: debug port 2
[ 6.027142] localhost kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 6.027159] localhost kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xdfb22000
[ 6.032706] localhost kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 6.032915] localhost kernel: hub 2-0:1.0: USB hub found
[ 6.032921] localhost kernel: hub 2-0:1.0: 2 ports detected
[ 6.091266] localhost kernel: ahci 0000:00:1f.2: version 3.0
[ 6.102757] localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 6.102760] localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[ 6.115234] localhost kernel: scsi host1: ahci
[ 6.115384] localhost kernel: scsi host2: ahci
[ 6.115485] localhost kernel: scsi host3: ahci
[ 6.115585] localhost kernel: scsi host4: ahci
[ 6.115686] localhost kernel: scsi host5: ahci
[ 6.115795] localhost kernel: scsi host6: ahci
[ 6.115840] localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xdfb21000 port 0xdfb21100 irq 46
[ 6.115842] localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xdfb21000 port 0xdfb21180 irq 46
[ 6.115844] localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xdfb21000 port 0xdfb21200 irq 46
[ 6.115846] localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xdfb21000 port 0xdfb21280 irq 46
[ 6.115849] localhost kernel: ata5: SATA max UDMA/133 abar m2048@0xdfb21000 port 0xdfb21300 irq 46
[ 6.115851] localhost kernel: ata6: SATA max UDMA/133 abar m2048@0xdfb21000 port 0xdfb21380 irq 46
[ 6.178634] localhost kernel: IPMI SSIF Interface driver
[ 6.178653] localhost kernel: ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 4.2.1-k
[ 6.178654] localhost kernel: ixgbe: Copyright (c) 1999-2015 Intel Corporation.
[ 6.204041] localhost kernel: AES CTR mode by8 optimization enabled
[ 6.209105] localhost kernel: igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k
[ 6.219044] localhost kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
[ 6.286428] localhost kernel: igb 0000:07:00.0: DCA enabled
[ 6.290908] localhost kernel: igb 0000:07:00.0: added PHC on eth0
[ 6.295630] localhost kernel: igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 6.302733] localhost kernel: igb 0000:07:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:25:90:4f:d1:9c
[ 6.310173] localhost kernel: igb 0000:07:00.0: eth0: PBA No: 106100-000
[ 6.315493] localhost kernel: igb 0000:07:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 6.332868] localhost kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 6.339576] localhost kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 6.346646] localhost kernel: ixgbe 0000:03:00.0: Multiqueue Enabled: Rx Queue count = 24, Tx Queue count = 24
[ 6.355528] localhost kernel: ixgbe 0000:03:00.0: PCI Express bandwidth of 32GT/s available
[ 6.362510] localhost kernel: ixgbe 0000:03:00.0: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
[ 6.369891] localhost kernel: ixgbe 0000:03:00.0: MAC: 2, PHY: 12, SFP+: 3, PBA No: 400900-000
[ 6.377108] localhost kernel: ixgbe 0000:03:00.0: 00:25:90:c4:33:52
[ 6.383569] localhost kernel: ixgbe 0000:03:00.0: Intel(R) 10 Gigabit Network Connection
[ 6.421735] localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
[ 6.427348] localhost kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.433738] localhost kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.440132] localhost kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.446554] localhost kernel: ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.450143] localhost kernel: igb 0000:07:00.1: DCA enabled
[ 6.450249] localhost kernel: igb 0000:07:00.1: added PHC on eth2
[ 6.450251] localhost kernel: igb 0000:07:00.1: Intel(R) Gigabit Ethernet Network Connection
[ 6.450253] localhost kernel: igb 0000:07:00.1: eth2: (PCIe:5.0Gb/s:Width x4) 00:25:90:4f:d1:9d
[ 6.450338] localhost kernel: igb 0000:07:00.1: eth2: PBA No: 106100-000
[ 6.450341] localhost kernel: igb 0000:07:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[ 6.468540] localhost kernel: hub 1-1:1.0: USB hub found
[ 6.468616] localhost kernel: hub 2-1:1.0: USB hub found
[ 6.468622] localhost kernel: hub 1-1:1.0: 6 ports detected
[ 6.468741] localhost kernel: hub 2-1:1.0: 8 ports detected
[ 6.505823] localhost kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 6.512430] localhost kernel: ata6.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 6.518798] localhost kernel: ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 6.526328] localhost kernel: ata3.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 6.532703] localhost kernel: ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 6.540383] localhost kernel: ata4.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 6.546762] localhost kernel: ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 6.554330] localhost kernel: ata2.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 6.560710] localhost kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 6.568369] localhost kernel: ata6.00: configured for UDMA/133
[ 6.572823] localhost kernel: ata3.00: configured for UDMA/133
[ 6.576818] localhost kernel: IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 6.583553] localhost kernel: ata4.00: configured for UDMA/133
[ 6.588062] localhost kernel: ata2.00: configured for UDMA/133
[ 6.689672] localhost kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 6.743789] localhost kernel: usb 1-1.3: new full-speed USB device number 3 using ehci-pci
[ 6.764739] localhost kernel: ata5.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 6.771114] localhost kernel: ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 6.779582] localhost kernel: ata5.00: configured for UDMA/133
[ 6.842852] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[ 6.852238] localhost kernel: usbcore: registered new interface driver usbhid
[ 6.857984] localhost kernel: usbhid: USB HID core driver
[ 6.864088] localhost kernel: input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:0557:2221.0001/input/input2
[ 6.879324] localhost kernel: hid-generic 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.3/input0
[ 6.894607] localhost kernel: input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:0557:2221.0002/input/input3
[ 6.960809] localhost kernel: hid-generic 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.3/input1
[ 6.979640] localhost kernel: mousedev: PS/2 mouse device common for all mice
[ 7.490178] localhost kernel: ixgbe 0000:03:00.1: Multiqueue Enabled: Rx Queue count = 24, Tx Queue count = 24
[ 7.499055] localhost kernel: ixgbe 0000:03:00.1: PCI Express bandwidth of 32GT/s available
[ 7.506028] localhost kernel: ixgbe 0000:03:00.1: (Speed:5.0GT/s, Width: x8, Encoding Loss:20%)
[ 7.513428] localhost kernel: ixgbe 0000:03:00.1: MAC: 2, PHY: 1, PBA No: 400900-000
[ 7.519782] localhost kernel: ixgbe 0000:03:00.1: 00:25:90:c4:33:53
[ 7.526150] localhost kernel: ixgbe 0000:03:00.1: Intel(R) 10 Gigabit Network Connection
[ 7.532936] localhost kernel: sas: phy-0:0 added to port-0:0, phy_mask:0x1 (5fcfffff00000001)
[ 7.532966] localhost kernel: sas: phy-0:1 added to port-0:1, phy_mask:0x2 (5fcfffff00000002)
[ 7.533004] localhost kernel: sas: DOING DISCOVERY on port 0, pid:160
[ 7.533030] localhost kernel: sas: DONE DISCOVERY on port 0, pid:160, result:0
[ 7.533039] localhost kernel: sas: DOING DISCOVERY on port 1, pid:160
[ 7.533069] localhost kernel: sas: DONE DISCOVERY on port 1, pid:160, result:0
[ 7.533104] localhost kernel: sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[ 7.533370] localhost kernel: sas: ata7: end_device-0:0: dev error handler
[ 7.647306] localhost kernel: ixgbe 0000:03:00.1: registered PHC device on eth3
[ 7.693300] localhost kernel: ata7.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 7.699664] localhost kernel: ata7.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 7.713655] localhost kernel: ata7.00: configured for UDMA/133
[ 7.718163] localhost kernel: sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[ 7.729654] localhost kernel: scsi 0:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 7.738146] localhost kernel: sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[ 7.738193] localhost kernel: sas: ata7: end_device-0:0: dev error handler
[ 7.738209] localhost kernel: sas: ata8: end_device-0:1: dev error handler
[ 7.755964] localhost kernel: IPv6: ADDRCONF(NETDEV_UP): eth3: link is not ready
[ 7.870751] localhost kernel: ixgbe 0000:03:00.0: registered PHC device on eth1
[ 7.979722] localhost kernel: IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 8.038358] localhost kernel: ixgbe 0000:03:00.0 eth1: detected SFP+: 3
[ 8.177865] localhost kernel: ixgbe 0000:03:00.0 eth1: NIC Link is Up 10 Gbps, Flow Control: RX/TX
[ 8.185695] localhost kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 7.645949] localhost systemd-networkd[337]: eth1: Gained carrier
[ 8.194486] localhost kernel: ata8.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
[ 8.200840] localhost kernel: ata8.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 8.219489] localhost kernel: ata8.00: configured for UDMA/133
[ 8.223989] localhost kernel: sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[ 8.235707] localhost kernel: scsi 0:0:1:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 8.244881] localhost kernel: scsi 2:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 7.815461] localhost systemd[1]: Found device ST2000DM001-9YN164.
[ 8.253730] localhost kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.253755] localhost kernel: sd 0:0:1:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.253757] localhost kernel: sd 0:0:1:0: [sdb] 4096-byte physical blocks
[ 8.253809] localhost kernel: sd 2:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.253811] localhost kernel: sd 2:0:0:0: [sdc] 4096-byte physical blocks
[ 8.253886] localhost kernel: sd 0:0:1:0: [sdb] Write Protect is off
[ 8.253889] localhost kernel: scsi 3:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 8.253890] localhost kernel: sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 8.253915] localhost kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.253969] localhost kernel: sd 2:0:0:0: [sdc] Write Protect is off
[ 8.253970] localhost kernel: sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 8.254028] localhost kernel: sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.254210] localhost kernel: sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.254212] localhost kernel: sd 3:0:0:0: [sdd] 4096-byte physical blocks
[ 8.254254] localhost kernel: sd 3:0:0:0: [sdd] Write Protect is off
[ 8.254255] localhost kernel: sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[ 8.254269] localhost kernel: sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.254636] localhost kernel: scsi 4:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 8.255015] localhost kernel: sd 4:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.255016] localhost kernel: sd 4:0:0:0: [sde] 4096-byte physical blocks
[ 8.255139] localhost kernel: sd 4:0:0:0: [sde] Write Protect is off
[ 8.255141] localhost kernel: sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[ 8.255303] localhost kernel: sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.255459] localhost kernel: scsi 5:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 8.255860] localhost kernel: sd 5:0:0:0: [sdf] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.255862] localhost kernel: sd 5:0:0:0: [sdf] 4096-byte physical blocks
[ 8.255931] localhost kernel: sd 5:0:0:0: [sdf] Write Protect is off
[ 8.255933] localhost kernel: sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[ 8.255991] localhost kernel: sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.256168] localhost kernel: scsi 6:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
[ 8.256374] localhost kernel: sd 6:0:0:0: [sdg] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 8.256376] localhost kernel: sd 6:0:0:0: [sdg] 4096-byte physical blocks
[ 8.256436] localhost kernel: sd 6:0:0:0: [sdg] Write Protect is off
[ 8.256439] localhost kernel: sd 6:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[ 8.256471] localhost kernel: sd 6:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.261236] localhost kernel: sd 5:0:0:0: [sdf] Attached SCSI disk
[ 8.266995] localhost kernel: Alternate GPT is invalid, using primary GPT.
[ 8.267009] localhost kernel: sdd: sdd1 sdd2 sdd3 sdd4 sdd6 sdd7 sdd9
[ 8.267851] localhost kernel: sd 3:0:0:0: [sdd] Attached SCSI disk
[ 8.275626] localhost kernel: sd 0:0:1:0: [sdb] Attached SCSI disk
[ 8.277241] localhost kernel: sd 4:0:0:0: [sde] Attached SCSI disk
[ 8.281532] localhost kernel: sd 6:0:0:0: [sdg] Attached SCSI disk
[ 8.300257] localhost kernel: sdc: sdc1 sdc2 sdc3 sdc4 sdc6 sdc7 sdc9
[ 8.300722] localhost kernel: sd 2:0:0:0: [sdc] Attached SCSI disk
[ 8.305963] localhost kernel: random: nonblocking pool is initialized
[ 8.512100] localhost kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 8.512144] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
[ 8.512147] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 8.512160] localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 8.532471] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[ 7.990567] localhost systemd[1]: Found device ST2000DM001-9YN164 ROOT.
[ 8.007345] localhost systemd[1]: Starting Generate new UUID for disk GPT dev/disk/by-diskuuid/00000000-0000-0000-0000-000000000001...
[ 8.038244] localhost systemd[1]: Started dracut initqueue hook.
[ 8.038652] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.585358] localhost kernel: audit_printk_skb: 12 callbacks suppressed
[ 8.590615] localhost kernel: audit: type=1130 audit(1459475602.122:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.077460] localhost systemd[1]: Starting dracut pre-mount hook...
[ 8.077844] localhost systemd[1]: Reached target Remote File Systems (Pre).
[ 8.078340] localhost systemd[1]: Reached target Remote File Systems.
[ 8.091120] localhost systemd[1]: Found device ST2000DM001-9YN164 USR-A.
[ 8.091781] localhost systemd[1]: Started dracut pre-mount hook.
[ 8.092123] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.112172] localhost sgdisk[608]: Caution: invalid backup GPT header, but valid main header; regenerating
[ 8.112332] localhost sgdisk[608]: backup header from main header.
[ 8.112472] localhost sgdisk[608]: Invalid partition data!
[ 8.112891] localhost systemd[1]: disk-uuid@dev-disk-by\x2ddiskuuid-00000000\x2d0000\x2d0000\x2d0000\x2d000000000001.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
[ 8.113101] localhost systemd[1]: Failed to start Generate new UUID for disk GPT dev/disk/by-diskuuid/00000000-0000-0000-0000-000000000001.
[ 8.638866] localhost kernel: audit: type=1130 audit(1459475602.176:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.113924] localhost systemd[1]: Dependency failed for Initrd Default Target.
[ 8.117336] localhost systemd[1]: initrd.target: Job initrd.target/start failed with result 'dependency'.
[ 8.117388] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=disk-uuid@dev-disk-by\x2ddiskuuid-00000000\x2d0000\x2d0000\x2d0000\x2d000000000001 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 8.117537] localhost systemd[1]: initrd.target: Triggering OnFailure= dependencies.
[ 8.117679] localhost systemd[1]: disk-uuid@dev-disk-by\x2ddiskuuid-00000000\x2d0000\x2d0000\x2d0000\x2d000000000001.service: Unit entered failed state.
[ 8.143712] localhost systemd[1]: disk-uuid@dev-disk-by\x2ddiskuuid-00000000\x2d0000\x2d0000\x2d0000\x2d000000000001.service: Failed with result 'exit-code'.
[ 8.664072] localhost kernel: audit: type=1130 audit(1459475602.201:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=disk-uuid@dev-disk-by\x2ddiskuuid-00000000\x2d0000\x2d0000\x2d0000\x2d000000000001 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 8.149851] localhost systemd[1]: Reached target Local File Systems (Pre).
[ 8.156411] localhost systemd[1]: Starting File System Check on /dev/disk/by-label/ROOT...
[ 8.156753] localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.
[ 8.157210] localhost systemd[1]: Stopped dracut mount hook.
[ 8.157687] localhost systemd[1]: Stopped target Basic System.
[ 8.158146] localhost systemd[1]: Stopped target System Initialization.
[ 8.158580] localhost systemd[1]: Reached target Local File Systems.
[ 8.159574] localhost systemd[1]: Starting Setup Virtual Console...
[ 8.161383] localhost systemd[1]: Started Setup Virtual Console.
[ 8.161728] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.708497] localhost kernel: audit: type=1130 audit(1459475602.245:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.184328] localhost systemd[1]: Starting Emergency Shell...
[ 8.209060] localhost systemd-fsck[623]: ROOT: clean, 574/553792 files, 36669/553472 blocks
[ 8.228853] localhost systemd[1]: Started File System Check on /dev/disk/by-label/ROOT.
[ 8.229200] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.775968] localhost kernel: audit: type=1130 audit(1459475602.313:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.257356] localhost systemd[1]: Mounting /sysroot...
[ 8.258162] localhost systemd[1]: Starting File System Check on /dev/disk/by-partuuid/7130c94a-213a-4e5a-8e26-6cce9662f132...
[ 8.298577] localhost systemd-fsck[644]: /dev/sdd3 has unsupported feature(s): FEATURE_R24 FEATURE_R25 FEATURE_R26 FEATURE_R27 FEATURE_R28 FEATURE_R29 FEATURE_R30 FEATURE_R31
[ 8.298729] localhost systemd-fsck[644]: e2fsck: Get a newer version of e2fsck!
[ 8.298885] localhost systemd-fsck[644]: fsck failed with error code 8.
[ 8.299086] localhost systemd-fsck[644]: Ignoring error.
[ 8.299246] localhost systemd[1]: Started File System Check on /dev/disk/by-partuuid/7130c94a-213a-4e5a-8e26-6cce9662f132.
[ 8.299560] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.846301] localhost kernel: audit: type=1130 audit(1459475602.383:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck@dev-disk-by\x2dpartuuid-7130c94a\x2d213a\x2d4e5a\x2d8e26\x2d6cce9662f132 comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 8.419941] localhost systemd[1]: Mounted /sysroot.
[ 8.957973] localhost kernel: EXT4-fs (sdd9): mounted filesystem with ordered data mode. Opts: (null)
[ 8.432838] localhost systemd[1]: sysroot-usr.mount: Directory /sysroot/usr to mount over is not empty, mounting anyway.
[ 8.439342] localhost systemd[1]: Mounting /sysroot/usr...
[ 9.015908] localhost kernel: EXT4-fs (sdd3): mounted filesystem without journal. Opts: (null)
[ 8.477307] localhost systemd[1]: Mounted /sysroot/usr.
[ 8.478817] localhost systemd[1]: Reached target Initrd Root File System.
[ 8.486320] localhost systemd[1]: Starting Root filesystem setup...
[ 9.183768] localhost kernel: device-mapper: uevent: version 1.0.3
[ 9.188684] localhost kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 8.658847] localhost systemd[1]: Started Root filesystem setup.
[ 8.659205] localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-setup-root comm="systemd" exe="/usr/lib64/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment