[systemd-devel] systemd-215: could not boot, missing /dev/disk/...-part2 symlink

Alexander E. Patrakov patrakov at gmail.com
Mon Sep 1 22:15:28 PDT 2014


Hello.

I have a Gentoo system, with btrfs on /dev/sda2 (also known as 
/dev/disk/by-id/ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8-part2) and with 
dracut 038 with Gentoo patches that you can view here:

http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-kernel/dracut/files/ 
  (see 0038-*)

Today, I powered the computer on (without applying any updates since the 
previous successful boot), but the boot stalled, and I was dropped into 
an emergency shell. I have saved the SOS report, see the attachment.

As you can see, /dev/sda2 exists, but the link doesn't. "udevadm 
trigger" helped it to appear, and the boot continued.

I initially thought that it might be due to locking that systemd-udevd 
applies to block devices for the period of running its IMPORT{program} 
rules. Look: if in worker_new() the lock is not acquired successfully, 
then the event processing is skipped (and this also means symlinks are 
not created). But then there should be an "Unable to flock" debug 
message in "journalctl -b -p debug", and it doesn't exist. So it must be 
something else. Any other ideas?

-- 
Alexander E. Patrakov
-------------- next part --------------
+ cat /lib/dracut/dracut-038-r2
dracut-038-r2
+ cat /proc/cmdline
BOOT_IMAGE=/vmlinuz root=/dev/disk/by-id/ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8-part2 usbcore.autosuspend=0 log_buf_len=524288 intel_iommu=igfx_off rootfstype=btrfs rootflags=subvol=kde,compress rw init=/usr/lib/systemd/systemd rd.info initrd=/initramfs.img
+ '[' -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
14 0 0:14 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
15 0 0:3 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
16 0 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=8135608k,nr_inodes=2033902,mode=755
17 14 0:15 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw
18 16 0:16 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
19 16 0:11 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000
20 0 0:17 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
21 14 0:18 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755
22 21 0:19 / /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
23 14 0:20 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw
24 21 0:21 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,cpuset
25 21 0:22 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,cpu,cpuacct
26 21 0:23 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,memory
27 21 0:24 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,devices
28 21 0:25 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,freezer
29 21 0:26 / /sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,net_cls
30 21 0:27 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,blkio
31 21 0:28 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,hugetlb
51 14 0:29 / /sys/kernel/config rw,relatime shared:20 - configfs configfs rw
+ 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=8135608k,nr_inodes=2033902,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/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
+ blkid
/dev/sda1: UUID="7bba0e95-478b-41fc-ac03-ff5fcb5bb8e8" TYPE="ext4" PARTLABEL="Freedesktop $BOOT" PARTUUID="91ecda19-624c-4c9a-9ec2-54f5f638049c" 
/dev/sda2: UUID="7a13cee2-952b-4a43-b2a2-eb626a3edae3" UUID_SUB="bfcf4241-d30e-4698-a5e0-804530eca94a" TYPE="btrfs" PARTLABEL="Linux filesystem" PARTUUID="b02bd514-007d-476b-a2b9-327ea64b89f1" 
/dev/sda3: UUID="13ae08b7-20c8-49dc-9b79-42415a9fc950" TYPE="swap" PARTLABEL="Linux swap" PARTUUID="33c1365c-cb62-400d-ae2d-c4017d83e2f9" 
+ blkid -o udev
ID_FS_UUID=7bba0e95-478b-41fc-ac03-ff5fcb5bb8e8
ID_FS_UUID_ENC=7bba0e95-478b-41fc-ac03-ff5fcb5bb8e8
ID_FS_TYPE=ext4
ID_FS_PARTLABEL=Freedesktop $BOOT
ID_FS_PARTUUID=91ecda19-624c-4c9a-9ec2-54f5f638049c

ID_FS_UUID=7a13cee2-952b-4a43-b2a2-eb626a3edae3
ID_FS_UUID_ENC=7a13cee2-952b-4a43-b2a2-eb626a3edae3
ID_FS_UUID_SUB=bfcf4241-d30e-4698-a5e0-804530eca94a
ID_FS_UUID_SUB_ENC=bfcf4241-d30e-4698-a5e0-804530eca94a
ID_FS_TYPE=btrfs
ID_FS_PARTLABEL=Linux filesystem
ID_FS_PARTUUID=b02bd514-007d-476b-a2b9-327ea64b89f1

ID_FS_UUID=13ae08b7-20c8-49dc-9b79-42415a9fc950
ID_FS_UUID_ENC=13ae08b7-20c8-49dc-9b79-42415a9fc950
ID_FS_TYPE=swap
ID_FS_PARTLABEL=Linux swap
ID_FS_PARTUUID=33c1365c-cb62-400d-ae2d-c4017d83e2f9
+ ls -l /dev/disk/by-id /dev/disk/by-path
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0 9 Sep  2 04:25 ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8 -> ../../sda
lrwxrwxrwx 1 root 0 9 Sep  2 04:25 ata-Optiarc_BD_RW_BD-5850H -> ../../sr0
lrwxrwxrwx 1 root 0 9 Sep  2 04:25 usb-Generic_Ultra_HS-SD_MMC_000000264001-0:0 -> ../../sdb
lrwxrwxrwx 1 root 0 9 Sep  2 04:25 wwn-0x5e83a9727d603391 -> ../../sda

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root 0 9 Sep  2 04:25 pci-0000:00:14.0-usb-0:10.1.1:1.0-scsi-0:0:0:0 -> ../../sdb
+ 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
+ lvm pvdisplay
+ lvm vgdisplay
  No volume groups found
+ lvm lvdisplay
  No volume groups found
+ 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 
    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: enp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 94:de:80:6f:9a:d6 brd ff:ff:ff:ff:ff:ff
3: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 94:de:80:6f:9a:d4 brd ff:ff:ff:ff:ff:ff
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Tue 2014-09-02 04:25:37 UTC, end at Tue 2014-09-02 04:28:41 UTC. --
[    2.480629] localhost systemd-journal[136]: Runtime journal is using 8.0M (max allowed 798.9M, trying to leave 1.1G free of 7.7G available → current limit 798.9M).
[    2.480812] localhost systemd-journal[136]: Runtime journal is using 8.0M (max allowed 798.9M, trying to leave 1.1G free of 7.7G available → current limit 798.9M).
[    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 3.16.1-gentoo (root at aep-haswell) (gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9) ) #1 SMP PREEMPT Sat Aug 16 13:12:02 YEKT 2014
[    0.000000] localhost kernel: Command line: BOOT_IMAGE=/vmlinuz root=/dev/disk/by-id/ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8-part2 usbcore.autosuspend=0 log_buf_len=524288 intel_iommu=igfx_off rootfstype=btrfs rootflags=subvol=kde,compress rw init=/usr/lib/systemd/systemd rd.info initrd=/initramfs.img
[    0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000c81d0fff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000c81d1000-0x00000000c81d7fff] ACPI NVS
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000c81d8000-0x00000000c8b55fff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000c8b56000-0x00000000c8de8fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000c8de9000-0x00000000da1bbfff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000da1bc000-0x00000000da253fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000da254000-0x00000000da294fff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000da295000-0x00000000da358fff] ACPI NVS
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000da359000-0x00000000daffefff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041e5fffff] usable
[    0.000000] localhost kernel: NX (Execute Disable) protection: active
[    0.000000] localhost kernel: SMBIOS 2.7 present.
[    0.000000] localhost kernel: DMI: Gigabyte Technology Co., Ltd. H87N-WIFI/H87N-WIFI, BIOS F8 07/16/2014
[    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: AGP: No AGP bridge found
[    0.000000] localhost kernel: e820: last_pfn = 0x41e600 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-CFFFF write-protect
[    0.000000] localhost kernel:   D0000-E7FFF uncachable
[    0.000000] localhost kernel:   E8000-FFFFF write-protect
[    0.000000] localhost kernel: MTRR variable ranges enabled:
[    0.000000] localhost kernel:   0 base 0000000000 mask 7C00000000 write-back
[    0.000000] localhost kernel:   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000] localhost kernel:   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000] localhost kernel:   3 base 00DC000000 mask 7FFC000000 uncachable
[    0.000000] localhost kernel:   4 base 00DB800000 mask 7FFF800000 uncachable
[    0.000000] localhost kernel:   5 base 041F000000 mask 7FFF000000 uncachable
[    0.000000] localhost kernel:   6 base 041E800000 mask 7FFF800000 uncachable
[    0.000000] localhost kernel:   7 base 041E600000 mask 7FFFE00000 uncachable
[    0.000000] localhost kernel:   8 disabled
[    0.000000] localhost kernel:   9 disabled
[    0.000000] localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] localhost kernel: e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved
[    0.000000] localhost kernel: e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[    0.000000] localhost kernel: found SMP MP-table at [mem 0x000fd710-0x000fd71f] mapped at [ffff8800000fd710]
[    0.000000] localhost kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] localhost kernel: Using GB pages for direct mapping
[    0.000000] localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] localhost kernel:  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] localhost kernel: BRK [0x02b78000, 0x02b78fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x02b79000, 0x02b79fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x02b7a000, 0x02b7afff] PGTABLE
[    0.000000] localhost kernel: init_memory_mapping: [mem 0x41e400000-0x41e5fffff]
[    0.000000] localhost kernel:  [mem 0x41e400000-0x41e5fffff] page 2M
[    0.000000] localhost kernel: BRK [0x02b7b000, 0x02b7bfff] PGTABLE
[    0.000000] localhost kernel: init_memory_mapping: [mem 0x41c000000-0x41e3fffff]
[    0.000000] localhost kernel:  [mem 0x41c000000-0x41e3fffff] page 2M
[    0.000000] localhost kernel: init_memory_mapping: [mem 0x400000000-0x41bffffff]
[    0.000000] localhost kernel:  [mem 0x400000000-0x41bffffff] page 2M
[    0.000000] localhost kernel: init_memory_mapping: [mem 0x00100000-0xc81d0fff]
[    0.000000] localhost kernel:  [mem 0x00100000-0x001fffff] page 4k
[    0.000000] localhost kernel:  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000] localhost kernel:  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000] localhost kernel:  [mem 0xc0000000-0xc7ffffff] page 2M
[    0.000000] localhost kernel:  [mem 0xc8000000-0xc81d0fff] page 4k
[    0.000000] localhost kernel: init_memory_mapping: [mem 0xc81d8000-0xc8b55fff]
[    0.000000] localhost kernel:  [mem 0xc81d8000-0xc81fffff] page 4k
[    0.000000] localhost kernel:  [mem 0xc8200000-0xc89fffff] page 2M
[    0.000000] localhost kernel:  [mem 0xc8a00000-0xc8b55fff] page 4k
[    0.000000] localhost kernel: BRK [0x02b7c000, 0x02b7cfff] PGTABLE
[    0.000000] localhost kernel: init_memory_mapping: [mem 0xc8de9000-0xda1bbfff]
[    0.000000] localhost kernel:  [mem 0xc8de9000-0xc8dfffff] page 4k
[    0.000000] localhost kernel:  [mem 0xc8e00000-0xd9ffffff] page 2M
[    0.000000] localhost kernel:  [mem 0xda000000-0xda1bbfff] page 4k
[    0.000000] localhost kernel: BRK [0x02b7d000, 0x02b7dfff] PGTABLE
[    0.000000] localhost kernel: init_memory_mapping: [mem 0xda254000-0xda294fff]
[    0.000000] localhost kernel:  [mem 0xda254000-0xda294fff] page 4k
[    0.000000] localhost kernel: init_memory_mapping: [mem 0xdafff000-0xdaffffff]
[    0.000000] localhost kernel:  [mem 0xdafff000-0xdaffffff] page 4k
[    0.000000] localhost kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000] localhost kernel:  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] localhost kernel: log_buf_len: 524288
[    0.000000] localhost kernel: early log buf free: 125020(95%)
[    0.000000] localhost kernel: RAMDISK: [mem 0x7eb2d000-0x7fffffff]
[    0.000000] localhost kernel: ACPI: Early table checksum verification disabled
[    0.000000] localhost kernel: ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[    0.000000] localhost kernel: ACPI: XSDT 0x00000000DA329078 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] localhost kernel: ACPI: FACP 0x00000000DA335B98 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] localhost kernel: ACPI: DSDT 0x00000000DA329188 00CA0E (v02 ALASKA A M I    00000088 INTL 20091112)
[    0.000000] localhost kernel: ACPI: FACS 0x00000000DA357080 000040
[    0.000000] localhost kernel: ACPI: APIC 0x00000000DA335CA8 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] localhost kernel: ACPI: FPDT 0x00000000DA335D40 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] localhost kernel: ACPI: SSDT 0x00000000DA335D88 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.000000] localhost kernel: ACPI: SSDT 0x00000000DA3362C8 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.000000] localhost kernel: ACPI: MCFG 0x00000000DA336DA0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] localhost kernel: ACPI: HPET 0x00000000DA336DE0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] localhost kernel: ACPI: SSDT 0x00000000DA336E18 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] localhost kernel: ACPI: SSDT 0x00000000DA337188 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.000000] localhost kernel: ACPI: DMAR 0x00000000DA33A670 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[    0.000000] localhost kernel: No NUMA configuration found
[    0.000000] localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000041e5fffff]
[    0.000000] localhost kernel: Initmem setup node 0 [mem 0x00000000-0x41e5fffff]
[    0.000000] localhost kernel:   NODE_DATA [mem 0x41e576000-0x41e57afff]
[    0.000000] localhost kernel:  [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040dc00000-ffff88041dbfffff] on node 0
[    0.000000] localhost kernel: Zone ranges:
[    0.000000] localhost kernel:   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000] localhost kernel:   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000] localhost kernel:   Normal   [mem 0x100000000-0x41e5fffff]
[    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 0x00001000-0x0009cfff]
[    0.000000] localhost kernel:   node   0: [mem 0x00100000-0xc81d0fff]
[    0.000000] localhost kernel:   node   0: [mem 0xc81d8000-0xc8b55fff]
[    0.000000] localhost kernel:   node   0: [mem 0xc8de9000-0xda1bbfff]
[    0.000000] localhost kernel:   node   0: [mem 0xda254000-0xda294fff]
[    0.000000] localhost kernel:   node   0: [mem 0xdafff000-0xdaffffff]
[    0.000000] localhost kernel:   node   0: [mem 0x100000000-0x41e5fffff]
[    0.000000] localhost kernel: On node 0 totalpages: 4162816
[    0.000000] localhost kernel:   DMA zone: 64 pages used for memmap
[    0.000000] localhost kernel:   DMA zone: 21 pages reserved
[    0.000000] localhost kernel:   DMA zone: 3996 pages, LIFO batch:0
[    0.000000] localhost kernel:   DMA32 zone: 13886 pages used for memmap
[    0.000000] localhost kernel:   DMA32 zone: 888676 pages, LIFO batch:31
[    0.000000] localhost kernel:   Normal zone: 51096 pages used for memmap
[    0.000000] localhost kernel:   Normal zone: 3270144 pages, LIFO batch:31
[    0.000000] localhost kernel: Reserving Intel graphics stolen memory at 0xdba00000-0xdf9fffff
[    0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0x1808
[    0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] localhost kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] localhost kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    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: IRQ2 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 8 CPUs, 0 hotplug CPUs
[    0.000000] localhost kernel: nr_irqs_gsi: 40
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xc81d1000-0xc81d7fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xc8b56000-0xc8de8fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xda1bc000-0xda253fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xda295000-0xda358fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xda359000-0xdaffefff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xdb000000-0xdb7fffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xdb800000-0xdf9fffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] localhost kernel: e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
[    0.000000] localhost kernel: Booting paravirtualized kernel on bare hardware
[    0.000000] localhost kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88041e200000 s88448 r8192 d22144 u262144
[    0.000000] localhost kernel: pcpu-alloc: s88448 r8192 d22144 u262144 alloc=1*2097152
[    0.000000] localhost kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] localhost kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4097749
[    0.000000] localhost kernel: Policy zone: Normal
[    0.000000] localhost kernel: Kernel command line: BOOT_IMAGE=/vmlinuz root=/dev/disk/by-id/ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8-part2 usbcore.autosuspend=0 log_buf_len=524288 intel_iommu=igfx_off rootfstype=btrfs rootflags=subvol=kde,compress rw init=/usr/lib/systemd/systemd rd.info initrd=/initramfs.img
[    0.000000] localhost kernel: Intel-IOMMU: disable GFX device mapping
[    0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] localhost kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] localhost kernel: AGP: Checking aperture...
[    0.000000] localhost kernel: AGP: No AGP bridge found
[    0.000000] localhost kernel: Memory: 16271196K/16651264K available (7081K kernel code, 902K rwdata, 3188K rodata, 1080K init, 13820K bss, 380068K reserved)
[    0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] localhost kernel: Preemptible hierarchical RCU implementation.
[    0.000000] localhost kernel: 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] localhost kernel: 	Additional per-CPU info printed with stalls.
[    0.000000] localhost kernel: NR_IRQS:4352 nr_irqs:744 16
[    0.000000] localhost kernel: Console: colour VGA+ 80x25
[    0.000000] localhost kernel: console [tty0] enabled
[    0.000000] localhost kernel: Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] localhost kernel: ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] localhost kernel: ... MAX_LOCK_DEPTH:          48
[    0.000000] localhost kernel: ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] localhost kernel: ... CLASSHASH_SIZE:          4096
[    0.000000] localhost kernel: ... MAX_LOCKDEP_ENTRIES:     32768
[    0.000000] localhost kernel: ... MAX_LOCKDEP_CHAINS:      65536
[    0.000000] localhost kernel: ... CHAINHASH_SIZE:          32768
[    0.000000] localhost kernel:  memory used by lock dependency info: 8159 kB
[    0.000000] localhost kernel:  per task-struct memory footprint: 1920 bytes
[    0.000000] localhost kernel: allocated 67108864 bytes of page_cgroup
[    0.000000] localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] localhost kernel: hpet clockevent registered
[    0.000000] localhost kernel: tsc: Fast TSC calibration using PIT
[    0.000000] localhost kernel: tsc: Detected 3092.760 MHz processor
[    0.000035] localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6185.52 BogoMIPS (lpj=3092760)
[    0.000131] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.000213] localhost kernel: ACPI: Core revision 20140424
[    0.012925] localhost kernel: ACPI: All ACPI Tables successfully acquired
[    0.013254] localhost kernel: Security Framework initialized
[    0.014922] localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.017662] localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.018681] localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.018757] localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.019294] localhost kernel: Initializing cgroup subsys memory
[    0.019360] localhost kernel: Initializing cgroup subsys devices
[    0.019419] localhost kernel: Initializing cgroup subsys freezer
[    0.019474] localhost kernel: Initializing cgroup subsys net_cls
[    0.019524] localhost kernel: Initializing cgroup subsys blkio
[    0.019573] localhost kernel: Initializing cgroup subsys hugetlb
[    0.019639] localhost kernel: CPU: Physical Processor ID: 0
[    0.019684] localhost kernel: CPU: Processor Core ID: 0
[    0.020444] localhost kernel: mce: CPU supports 9 MCE banks
[    0.020498] localhost kernel: CPU0: Thermal monitoring enabled (TM1)
[    0.020554] localhost kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
                                 Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
                                 tlb_flushall_shift: 6
[    0.020766] localhost kernel: Freeing SMP alternatives memory: 24K (ffffffff81df1000 - ffffffff81df7000)
[    0.021614] localhost kernel: dmar: Host address width 39
[    0.021660] localhost kernel: dmar: DRHD base: 0x000000fed90000 flags: 0x0
[    0.021720] localhost kernel: dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.021784] localhost kernel: dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.021834] localhost kernel: dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.021898] localhost kernel: dmar: RMRR base: 0x000000daec4000 end: 0x000000daed2fff
[    0.021947] localhost kernel: dmar: RMRR base: 0x000000db800000 end: 0x000000df9fffff
[    0.022061] localhost kernel: IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
[    0.022108] localhost kernel: HPET id 0 under DRHD base 0xfed91000
[    0.022154] localhost kernel: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.022343] localhost kernel: Enabled IRQ remapping in x2apic mode
[    0.022389] localhost kernel: Enabling x2apic
[    0.022432] localhost kernel: Enabled x2apic
[    0.022498] localhost kernel: Switched APIC routing to cluster x2apic.
[    0.022985] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.033031] localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz (fam: 06, model: 3c, stepping: 03)
[    0.033183] localhost kernel: TSC deadline timer enabled
[    0.033201] localhost kernel: Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.033416] localhost kernel: ... version:                3
[    0.033461] localhost kernel: ... bit width:              48
[    0.033505] localhost kernel: ... generic registers:      4
[    0.033550] localhost kernel: ... value mask:             0000ffffffffffff
[    0.033597] localhost kernel: ... max period:             0000ffffffffffff
[    0.033644] localhost kernel: ... fixed-purpose events:   3
[    0.033689] localhost kernel: ... event mask:             000000070000000f
[    0.043501] localhost kernel: x86: Booting SMP configuration:
[    0.043547] localhost kernel: .... node  #0, CPUs:      #1
[    0.057580] localhost kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.059570] localhost kernel:  #2 #3 #4 #5 #6 #7
[    0.153277] localhost kernel: x86: Booted up 1 node, 8 CPUs
[    0.153365] localhost kernel: smpboot: Total of 8 processors activated (49484.16 BogoMIPS)
[    0.160263] localhost kernel: devtmpfs: initialized
[    0.165128] localhost kernel: PM: Registering ACPI NVS region [mem 0xc81d1000-0xc81d7fff] (28672 bytes)
[    0.165194] localhost kernel: PM: Registering ACPI NVS region [mem 0xda295000-0xda358fff] (802816 bytes)
[    0.165591] localhost kernel: xor: automatically using best checksumming function:
[    0.174758] localhost kernel:    avx       : 30320.000 MB/sec
[    0.174809] localhost kernel: pinctrl core: initialized pinctrl subsystem
[    0.175076] localhost kernel: NET: Registered protocol family 16
[    0.175374] localhost kernel: cpuidle: using governor ladder
[    0.175423] localhost kernel: cpuidle: using governor menu
[    0.175506] localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.175577] localhost kernel: ACPI: bus type PCI registered
[    0.175623] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.175770] localhost kernel: dca service started, version 1.12.1
[    0.175844] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.175912] localhost kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.176030] localhost kernel: PCI: Using configuration type 1 for base access
[    0.199856] localhost kernel: raid6: sse2x1   11230 MB/s
[    0.216880] localhost kernel: raid6: sse2x2   13949 MB/s
[    0.233908] localhost kernel: raid6: sse2x4   16296 MB/s
[    0.250935] localhost kernel: raid6: avx2x1   21636 MB/s
[    0.267962] localhost kernel: raid6: avx2x2   24816 MB/s
[    0.284989] localhost kernel: raid6: avx2x4   29156 MB/s
[    0.285035] localhost kernel: raid6: using algorithm avx2x4 (29156 MB/s)
[    0.285084] localhost kernel: raid6: using avx2x2 recovery algorithm
[    0.285201] localhost kernel: ACPI: Added _OSI(Module Device)
[    0.285248] localhost kernel: ACPI: Added _OSI(Processor Device)
[    0.285295] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.285343] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.295515] localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
[    0.300367] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.306170] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.306279] localhost kernel: ACPI: SSDT 0xFFFF8804075C8000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.313414] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.313524] localhost kernel: ACPI: SSDT 0xFFFF8804079C0800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.320317] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.320425] localhost kernel: ACPI: SSDT 0xFFFF880407486C00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.328933] localhost kernel: ACPI: Interpreter enabled
[    0.328984] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.329109] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.329254] localhost kernel: ACPI: (supports S0 S3 S4 S5)
[    0.329300] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[    0.329383] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.342628] localhost kernel: ACPI: Power Resource [FN00] (off)
[    0.342848] localhost kernel: ACPI: Power Resource [FN01] (off)
[    0.343025] localhost kernel: ACPI: Power Resource [FN02] (off)
[    0.343197] localhost kernel: ACPI: Power Resource [FN03] (off)
[    0.343371] localhost kernel: ACPI: Power Resource [FN04] (off)
[    0.345041] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.345095] localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.345477] localhost kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.345721] localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.346617] localhost kernel: PCI host bridge to bus 0000:00
[    0.346665] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.346715] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.346765] localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.346815] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.346866] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.346917] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.346968] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.347020] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.347071] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.347122] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.347173] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[    0.347236] localhost kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.347406] localhost kernel: pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
[    0.347418] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.347424] localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.347432] localhost kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.347588] localhost kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.347597] localhost kernel: pci 0000:00:03.0: reg 0x10: [mem 0xf7e34000-0xf7e37fff 64bit]
[    0.347755] localhost kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.347774] localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
[    0.347838] localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.347921] localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.348038] localhost kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.348058] localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7e40000-0xf7e4000f 64bit]
[    0.348125] localhost kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.348244] localhost kernel: pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002
[    0.348261] localhost kernel: pci 0000:00:16.3: reg 0x10: [io  0xf0e0-0xf0e7]
[    0.348269] localhost kernel: pci 0000:00:16.3: reg 0x14: [mem 0xf7e3e000-0xf7e3efff]
[    0.348451] localhost kernel: pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
[    0.348468] localhost kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
[    0.348476] localhost kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf7e3d000-0xf7e3dfff]
[    0.348484] localhost kernel: pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.348548] localhost kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.348610] localhost kernel: pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.348728] localhost kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.348748] localhost kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7e3c000-0xf7e3c3ff]
[    0.348840] localhost kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.348923] localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.349042] localhost kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.349058] localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7e30000-0xf7e33fff 64bit]
[    0.349132] localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.349194] localhost kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.349308] localhost kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.349380] localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.349410] localhost kernel: pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.349461] localhost kernel: pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.349563] localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.349678] localhost kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.349751] localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.349771] localhost kernel: pci 0000:00:1c.3: Enabling MPC IRBNCE
[    0.349819] localhost kernel: pci 0000:00:1c.3: Intel PCH root port ACS workaround enabled
[    0.349921] localhost kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.350035] localhost kernel: pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.350108] localhost kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.350130] localhost kernel: pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.350178] localhost kernel: pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.350279] localhost kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.350401] localhost kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.350422] localhost kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7e3b000-0xf7e3b3ff]
[    0.350516] localhost kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.350592] localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.350711] localhost kernel: pci 0000:00:1f.0: [8086:8c4a] type 00 class 0x060100
[    0.350922] localhost kernel: pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.350938] localhost kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.350945] localhost kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.350952] localhost kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.350959] localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.350966] localhost kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.350973] localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7e3a000-0xf7e3a7ff]
[    0.351013] localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
[    0.351130] localhost kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.351144] localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7e39000-0xf7e390ff 64bit]
[    0.351165] localhost kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.351460] localhost kernel: acpiphp: Slot [1] registered
[    0.351514] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.351674] localhost kernel: pci 0000:02:00.0: [1969:1091] type 00 class 0x020000
[    0.351701] localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf7d00000-0xf7d3ffff 64bit]
[    0.351714] localhost kernel: pci 0000:02:00.0: reg 0x18: [io  0xe000-0xe07f]
[    0.351836] localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.351875] localhost kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.353532] localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.353582] localhost kernel: pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.353585] localhost kernel: pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.353707] localhost kernel: pci 0000:03:00.0: [8086:088e] type 00 class 0x028000
[    0.353745] localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
[    0.353924] localhost kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.353970] localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.355532] localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.355584] localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.355612] localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.356679] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.357087] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.357567] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.357973] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.358379] localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.358790] localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.359264] localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.359677] localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.360456] localhost kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.360828] localhost kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.360898] localhost kernel: vgaarb: loaded
[    0.360942] localhost kernel: vgaarb: bridge control possible 0000:00:02.0
[    0.361069] localhost kernel: SCSI subsystem initialized
[    0.361174] localhost kernel: libata version 3.00 loaded.
[    0.361188] localhost kernel: ACPI: bus type USB registered
[    0.361259] localhost kernel: usbcore: registered new interface driver usbfs
[    0.362735] localhost kernel: usbcore: registered new interface driver hub
[    0.362807] localhost kernel: usbcore: registered new device driver usb
[    0.362905] localhost kernel: PCI: Using ACPI for IRQ routing
[    0.364353] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[    0.364401] localhost kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.364405] localhost kernel: e820: reserve RAM buffer [mem 0xc81d1000-0xcbffffff]
[    0.364406] localhost kernel: e820: reserve RAM buffer [mem 0xc8b56000-0xcbffffff]
[    0.364408] localhost kernel: e820: reserve RAM buffer [mem 0xda1bc000-0xdbffffff]
[    0.364409] localhost kernel: e820: reserve RAM buffer [mem 0xda295000-0xdbffffff]
[    0.364410] localhost kernel: e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[    0.364412] localhost kernel: e820: reserve RAM buffer [mem 0x41e600000-0x41fffffff]
[    0.364737] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.365034] localhost kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.367125] localhost kernel: Switched to clocksource hpet
[    0.378453] localhost kernel: pnp: PnP ACPI init
[    0.378523] localhost kernel: ACPI: bus type PNP registered
[    0.378685] localhost kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.378765] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.378953] localhost kernel: system 00:01: [io  0x0680-0x069f] has been reserved
[    0.379003] localhost kernel: system 00:01: [io  0xffff] has been reserved
[    0.379052] localhost kernel: system 00:01: [io  0xffff] has been reserved
[    0.379101] localhost kernel: system 00:01: [io  0xffff] has been reserved
[    0.379158] localhost kernel: system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.379208] localhost kernel: system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.379257] localhost kernel: system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.379307] localhost kernel: system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.379357] localhost kernel: system 00:01: [io  0x1800-0x18fe] could not be reserved
[    0.379408] localhost kernel: system 00:01: [io  0x164e-0x164f] has been reserved
[    0.379459] localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.379504] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.379575] localhost kernel: system 00:03: [io  0x1854-0x1857] has been reserved
[    0.379627] localhost kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.379769] localhost kernel: system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.379819] localhost kernel: system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.379869] localhost kernel: system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.379920] localhost kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.380190] localhost kernel: pnp 00:05: [dma 0 disabled]
[    0.380242] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.380311] localhost kernel: system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.380362] localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.380850] localhost kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.380902] localhost kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.380953] localhost kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.381004] localhost kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.381056] localhost kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.381107] localhost kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.381165] localhost kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.381217] localhost kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.381268] localhost kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.381319] localhost kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.381371] localhost kernel: system 00:07: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.381422] localhost kernel: system 00:07: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.381475] localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.381732] localhost kernel: pnp: PnP ACPI: found 8 devices
[    0.381779] localhost kernel: ACPI: bus type PNP unregistered
[    0.386410] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.386466] localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.386516] localhost kernel: pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.386568] localhost kernel: pci 0000:00:1c.3:   bridge window [mem 0xf7d00000-0xf7dfffff]
[    0.386625] localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.386676] localhost kernel: pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.386733] localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.386734] localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.386735] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.386736] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.386737] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.386738] localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.386739] localhost kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.386740] localhost kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    0.386741] localhost kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    0.386742] localhost kernel: pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff]
[    0.386743] localhost kernel: pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.386744] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xf7d00000-0xf7dfffff]
[    0.386746] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.386778] localhost kernel: NET: Registered protocol family 2
[    0.387209] localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.387833] localhost kernel: TCP bind hash table entries: 65536 (order: 10, 4194304 bytes)
[    0.390150] localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
[    0.390226] localhost kernel: TCP: reno registered
[    0.390412] localhost kernel: UDP hash table entries: 8192 (order: 8, 1310720 bytes)
[    0.391188] localhost kernel: UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes)
[    0.391948] localhost kernel: NET: Registered protocol family 1
[    0.392010] localhost kernel: pci 0000:00:02.0: Boot video device
[    0.422242] localhost kernel: pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.422298] localhost kernel: PCI: CLS 64 bytes, default 64
[    0.422418] localhost kernel: Unpacking initramfs...
[    2.036205] localhost kernel: Freeing initrd memory: 21324K (ffff88007eb2d000 - ffff880080000000)
[    2.036315] localhost kernel: DMAR: No ATSR found
[    2.036414] localhost kernel: IOMMU 1 0xfed91000: using Queued invalidation
[    2.036465] localhost kernel: IOMMU: Setting RMRR:
[    2.036533] localhost kernel: IOMMU: Setting identity map for device 0000:00:14.0 [0xdaec4000 - 0xdaed2fff]
[    2.036632] localhost kernel: IOMMU: Setting identity map for device 0000:00:1a.0 [0xdaec4000 - 0xdaed2fff]
[    2.036739] localhost kernel: IOMMU: Setting identity map for device 0000:00:1d.0 [0xdaec4000 - 0xdaed2fff]
[    2.036818] localhost kernel: IOMMU: Prepare 0-16MiB unity mapping for LPC
[    2.036874] localhost kernel: IOMMU: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[    2.037026] localhost kernel: PCI-DMA: Intel(R) Virtualization Technology for Directed I/O
[    2.040200] localhost kernel: RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    2.040855] localhost kernel: futex hash table entries: 2048 (order: 6, 262144 bytes)
[    2.040998] localhost kernel: audit: initializing netlink subsys (disabled)
[    2.041084] localhost kernel: audit: type=2000 audit(1409631936.022:1): initialized
[    2.041616] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.045022] localhost kernel: zbud: loaded
[    2.045305] localhost kernel: VFS: Disk quotas dquot_6.5.2
[    2.045411] localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.046443] localhost kernel: NILFS version 2 loaded
[    2.046496] localhost kernel: msgmni has been set to 31950
[    2.047026] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.047101] localhost kernel: io scheduler noop registered
[    2.047148] localhost kernel: io scheduler deadline registered
[    2.047251] localhost kernel: io scheduler cfq registered (default)
[    2.047894] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.048006] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.048058] localhost kernel: cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[    2.048130] localhost kernel: cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    2.048194] localhost kernel: cpcihp_generic: not configured, disabling.
[    2.048263] localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.051098] localhost kernel: acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    2.051207] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.071860] localhost kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.093681] localhost kernel: 0000:00:16.3: ttyS1 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[    2.094198] localhost kernel: intel_idle: MWAIT substates: 0x42120
[    2.094200] localhost kernel: intel_idle: v0.4 model 0x3C
[    2.094201] localhost kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.095025] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.095110] localhost kernel: ACPI: Power Button [PWRB]
[    2.095221] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    2.095287] localhost kernel: ACPI: Power Button [PWRF]
[    2.095450] localhost kernel: ACPI: Fan [FAN0] (off)
[    2.095541] localhost kernel: ACPI: Fan [FAN1] (off)
[    2.095630] localhost kernel: ACPI: Fan [FAN2] (off)
[    2.095736] localhost kernel: ACPI: Fan [FAN3] (off)
[    2.095826] localhost kernel: ACPI: Fan [FAN4] (off)
[    2.096838] localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0
[    2.096888] localhost kernel: ACPI: Thermal Zone [TZ00] (28 C)
[    2.097292] localhost kernel: thermal LNXTHERM:01: registered as thermal_zone1
[    2.097341] localhost kernel: ACPI: Thermal Zone [TZ01] (30 C)
[    2.097545] localhost kernel: GHES: HEST is not enabled!
[    2.097592] localhost kernel: ioatdma: Intel(R) QuickData Technology Driver 4.00
[    2.097712] localhost kernel: xenfs: not registering filesystem on non-xen platform
[    2.099142] localhost kernel: loop: module loaded
[    2.099306] localhost kernel: Loading iSCSI transport class v2.0-870.
[    2.099469] localhost kernel: iscsi: registered transport (tcp)
[    2.099586] localhost kernel: ahci 0000:00:1f.2: version 3.0
[    2.099752] localhost kernel: ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    2.099798] localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3 impl SATA mode
[    2.099864] localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    2.102949] localhost kernel: scsi0 : ahci
[    2.103280] localhost kernel: scsi1 : ahci
[    2.103530] localhost kernel: scsi2 : ahci
[    2.103805] localhost kernel: scsi3 : ahci
[    2.104045] localhost kernel: scsi4 : ahci
[    2.104276] localhost kernel: scsi5 : ahci
[    2.104405] localhost kernel: ata1: SATA max UDMA/133 abar m2048 at 0xf7e3a000 port 0xf7e3a100 irq 42
[    2.104469] localhost kernel: ata2: SATA max UDMA/133 abar m2048 at 0xf7e3a000 port 0xf7e3a180 irq 42
[    2.104532] localhost kernel: ata3: DUMMY
[    2.104575] localhost kernel: ata4: DUMMY
[    2.104618] localhost kernel: ata5: DUMMY
[    2.104665] localhost kernel: ata6: DUMMY
[    2.104864] localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.105524] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.105600] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.106011] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    2.106385] localhost kernel: rtc_cmos 00:02: RTC can wake from S4
[    2.106654] localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    2.106778] localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.106938] localhost kernel: Intel P-state driver initializing.
[    2.107018] localhost kernel: Intel pstate controlling: cpu 0
[    2.107142] localhost kernel: Intel pstate controlling: cpu 1
[    2.107229] localhost kernel: Intel pstate controlling: cpu 2
[    2.107321] localhost kernel: Intel pstate controlling: cpu 3
[    2.107406] localhost kernel: Intel pstate controlling: cpu 4
[    2.107477] localhost kernel: Intel pstate controlling: cpu 5
[    2.107564] localhost kernel: Intel pstate controlling: cpu 6
[    2.107655] localhost kernel: Intel pstate controlling: cpu 7
[    2.108057] localhost kernel: ledtrig-cpu: registered to indicate activity on CPUs
[    2.108206] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[    2.110811] localhost kernel: TCP: cubic registered
[    2.110896] localhost kernel: Initializing XFRM netlink socket
[    2.111981] localhost kernel: NET: Registered protocol family 10
[    2.113654] localhost kernel: NET: Registered protocol family 17
[    2.113990] localhost kernel: Key type dns_resolver registered
[    2.116904] localhost kernel: registered taskstats version 1
[    2.117804] localhost kernel: Btrfs loaded
[    2.118684] localhost kernel: rtc_cmos 00:02: setting system clock to 2014-09-02 04:25:37 UTC (1409631937)
[    2.118761] localhost kernel: BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[    2.118969] localhost kernel: PM: Hibernation image not present or could not be loaded.
[    2.409655] localhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.409762] localhost kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.410120] localhost kernel: ata1.00: ATA-8: OCZ-VECTOR, 2.0, max UDMA/133
[    2.410169] localhost kernel: ata1.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    2.410340] localhost kernel: ata2.00: ATAPI: Optiarc BD RW BD-5850H, 1.70, max UDMA/100
[    2.411263] localhost kernel: ata2.00: configured for UDMA/100
[    2.415153] localhost kernel: ata1.00: configured for UDMA/133
[    2.415624] localhost kernel: scsi 0:0:0:0: Direct-Access     ATA      OCZ-VECTOR       2.0  PQ: 0 ANSI: 5
[    2.416311] localhost kernel: sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/476 GiB)
[    2.416768] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
[    2.416825] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.416906] localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.417399] localhost kernel: scsi 1:0:0:0: CD-ROM            Optiarc  BD RW BD-5850H   1.70 PQ: 0 ANSI: 5
[    2.420357] localhost kernel:  sda: sda1 sda2 sda3
[    2.421075] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[    2.438925] localhost kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
[    2.438992] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.439395] localhost kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.440293] localhost kernel: Freeing unused kernel memory: 1080K (ffffffff81ce3000 - ffffffff81df1000)
[    2.440357] localhost kernel: Write protecting the kernel read-only data: 12288k
[    2.442165] localhost kernel: Freeing unused kernel memory: 1100K (ffff8800016ed000 - ffff880001800000)
[    2.443430] localhost kernel: Freeing unused kernel memory: 908K (ffff880001b1d000 - ffff880001c00000)
[    2.445856] localhost kernel: random: systemd urandom read with 14 bits of entropy available
[    2.447414] localhost systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT -SELINUX +IMA -SYSVINIT +LIBCRYPTSETUP -GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
[    2.447808] localhost systemd[1]: Detected architecture 'x86-64'.
[    2.447858] localhost systemd[1]: Running in initial RAM disk.
[    2.448385] localhost systemd[1]: No hostname configured.
[    2.448444] localhost systemd[1]: Set hostname to <localhost>.
[    2.448521] localhost systemd[1]: Initializing machine ID from random generator.
[    2.471602] localhost systemd[1]: Expecting device dev-disk-by\x2did-ata\x2dOCZ\x2dVECTOR_OCZ\x2dZ5CB4KC20X0ZG7F8\x2dpart2.device...
[    2.471908] localhost systemd[1]: Starting Timers.
[    2.472190] localhost systemd[1]: Reached target Timers.
[    2.472242] localhost systemd[1]: Starting Encrypted Volumes.
[    2.472525] localhost systemd[1]: Reached target Encrypted Volumes.
[    2.472609] localhost systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    2.472830] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.472899] localhost systemd[1]: Starting Paths.
[    2.473182] localhost systemd[1]: Reached target Paths.
[    2.473234] localhost systemd[1]: Starting -.slice.
[    2.485721] localhost systemd[1]: Created slice -.slice.
[    2.485778] localhost systemd[1]: Starting udev Kernel Socket.
[    2.486083] localhost systemd[1]: Listening on udev Kernel Socket.
[    2.486140] localhost systemd[1]: Starting udev Control Socket.
[    2.486449] localhost systemd[1]: Listening on udev Control Socket.
[    2.486502] localhost systemd[1]: Starting Journal Socket (/dev/log).
[    2.486873] localhost systemd[1]: Listening on Journal Socket (/dev/log).
[    2.486927] localhost systemd[1]: Starting Journal Socket.
[    2.487236] localhost systemd[1]: Listening on Journal Socket.
[    2.487290] localhost systemd[1]: Starting Sockets.
[    2.487588] localhost systemd[1]: Reached target Sockets.
[    2.487650] localhost systemd[1]: Starting System Slice.
[    2.488208] localhost systemd[1]: Created slice System Slice.
[    2.488262] localhost systemd[1]: Starting system-systemd\x2dfsck.slice.
[    2.488818] localhost systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.488898] localhost systemd[1]: Started dracut ask for additional cmdline parameters.
[    2.489033] localhost systemd[1]: Starting dracut cmdline hook...
[    2.489832] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.490839] localhost systemd[1]: Started Load Kernel Modules.
[    2.490920] localhost systemd[1]: Starting Apply Kernel Variables...
[    2.491697] localhost systemd[1]: Starting Journal Service...
[    2.492921] localhost systemd[1]: Started Journal Service.
[    2.497034] localhost kernel: device-mapper: uevent: version 1.0.3
[    2.497259] localhost kernel: device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel at redhat.com
[    2.497663] localhost kernel: device-mapper: multipath: version 1.7.0 loaded
[    2.503532] localhost systemd-journal[136]: Journal started
[    2.503649] localhost systemd-sysctl[135]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib64/sysctl.d/60-gentoo.conf'.
[    2.503818] localhost systemd[1]: Starting Slices.
[    2.503958] localhost systemd[1]: Reached target Slices.
[    2.504139] localhost systemd[1]: Starting Device-Mapper Multipath Device Controller...
[    2.504332] localhost systemd[1]: Starting Swap.
[    2.504484] localhost systemd[1]: Reached target Swap.
[    2.504630] localhost systemd[1]: Starting Local File Systems.
[    2.504778] localhost systemd[1]: Reached target Local File Systems.
[    2.504919] localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.505119] localhost systemd[1]: Started Apply Kernel Variables.
[    2.505270] localhost systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.505397] localhost systemd[1]: Started Device-Mapper Multipath Device Controller.
[    2.505610] localhost dracut-cmdline[133]: dracut-3 dracut-038-r2
[    2.505757] localhost dracut-cmdline[133]: Using kernel command line parameters:
[    2.572270] localhost systemd[1]: Started dracut cmdline hook.
[    2.572832] localhost systemd[1]: Starting dracut pre-udev hook...
[    2.601587] localhost systemd[1]: Started dracut pre-udev hook.
[    2.602122] localhost systemd[1]: Starting udev Kernel Device Manager...
[    2.604803] localhost systemd[1]: Started udev Kernel Device Manager.
[    2.604954] localhost systemd[1]: Starting dracut pre-trigger hook...
[    2.621786] localhost systemd-udevd[302]: starting version 215
[    2.614980] localhost systemd[1]: Started dracut pre-trigger hook.
[    2.615602] localhost systemd[1]: Starting udev Coldplug all Devices...
[    2.632249] localhost systemd[1]: Mounting Configuration File System...
[    2.636861] localhost systemd[1]: Mounted Configuration File System.
[    2.686332] localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.686480] localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.686770] localhost kernel: pps_core: LinuxPPS API ver. 1 registered
[    2.686790] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.686847] localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.686908] localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    2.686937] localhost kernel: xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[    2.688236] localhost kernel: ehci-pci: EHCI PCI platform driver
[    2.688845] localhost kernel: PTP clock support registered
[    2.691233] localhost kernel: hub 1-0:1.0: USB hub found
[    2.691240] localhost kernel: e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    2.691241] localhost kernel: e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
[    2.691502] localhost kernel: hub 1-0:1.0: 14 ports detected
[    2.692445] localhost kernel: alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [94:de:80:6f:9a:d6]
[    2.683227] localhost systemd[1]: Started udev Coldplug all Devices.
[    2.684178] localhost systemd[1]: Starting dracut initqueue hook...
[    2.685127] localhost systemd[1]: Starting System Initialization.
[    2.685618] localhost systemd[1]: Reached target System Initialization.
[    2.685793] localhost systemd[1]: Starting Basic System.
[    2.686065] localhost systemd[1]: Reached target Basic System.
[    2.707657] localhost kernel: device-mapper: table: 252:0: multipath: unknown path selector type
[    2.707724] localhost kernel: device-mapper: ioctl: error adding target to table
[    2.708154] localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.708220] localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.710779] localhost kernel: AVX2 version of gcm_enc/dec engaged.
[    2.711324] localhost kernel: hub 2-0:1.0: USB hub found
[    2.711434] localhost kernel: hub 2-0:1.0: 6 ports detected
[    2.716636] localhost kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.716740] localhost kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.716846] localhost kernel: ehci-pci 0000:00:1a.0: debug port 2
[    2.720848] localhost kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.720875] localhost kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7e3c000
[    2.726537] localhost kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.727808] localhost kernel: hub 3-0:1.0: USB hub found
[    2.727879] localhost kernel: hub 3-0:1.0: 2 ports detected
[    2.729591] localhost kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.729756] localhost kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    2.729983] localhost kernel: ehci-pci 0000:00:1d.0: debug port 2
[    2.734027] localhost kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.734045] localhost kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7e3b000
[    2.739526] localhost kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.739880] localhost kernel: hub 4-0:1.0: USB hub found
[    2.739935] localhost kernel: hub 4-0:1.0: 2 ports detected
[    2.740458] localhost kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.740854] localhost kernel: e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[    2.740944] localhost systemd-udevd[329]: renamed network interface eth0 to enp2s0
[    2.724818] localhost systemd-sysctl[382]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib64/sysctl.d/60-gentoo.conf'.
[    2.908219] localhost kernel: e1000e 0000:00:19.0 eth0: registered PHC clock
[    2.908272] localhost kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 94:de:80:6f:9a:d4
[    2.908336] localhost kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.908421] localhost kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.917669] localhost systemd-udevd[318]: renamed network interface eth0 to eno1
[    2.901546] localhost systemd-sysctl[383]: Overwriting earlier assignment of kernel/sysrq in file '/usr/lib64/sysctl.d/60-gentoo.conf'.
[    3.040590] localhost kernel: tsc: Refined TSC clocksource calibration: 3092.838 MHz
[    3.057523] localhost kernel: usb 1-7: new full-speed USB device number 2 using xhci_hcd
[    3.234334] localhost kernel: usbcore: registered new interface driver usbhid
[    3.234432] localhost kernel: usbhid: USB HID core driver
[    3.237876] localhost kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-7/input2
[    3.291262] localhost kernel: input: Logitech Unifying Device. Wireless PID:4008 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input5
[    3.292080] localhost kernel: logitech-djdevice 0003:046D:C52B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:4008] on usb-0000:00:14.0-7:1
[    3.293425] localhost kernel: input: Logitech Unifying Device. Wireless PID:4003 as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.2/0003:046D:C52B.0003/0003:046D:C52B.0005/input/input6
[    3.293979] localhost kernel: logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4003] on usb-0000:00:14.0-7:2
[    3.379436] localhost kernel: usb 1-9: new high-speed USB device number 3 using xhci_hcd
[    3.976282] localhost kernel: usb 1-10: new high-speed USB device number 4 using xhci_hcd
[    4.040626] localhost kernel: Switched to clocksource tsc
[    4.140912] localhost kernel: hub 1-10:1.0: USB hub found
[    4.141029] localhost kernel: hub 1-10:1.0: 3 ports detected
[    4.295192] localhost kernel: usb 1-11: new full-speed USB device number 5 using xhci_hcd
[    4.565120] localhost kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
[    4.680811] localhost kernel: hub 3-1:1.0: USB hub found
[    4.680967] localhost kernel: hub 3-1:1.0: 6 ports detected
[    4.784054] localhost kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci
[    4.898754] localhost kernel: hub 4-1:1.0: USB hub found
[    4.898909] localhost kernel: hub 4-1:1.0: 8 ports detected
[    4.974002] localhost kernel: usb 1-10.1: new high-speed USB device number 6 using xhci_hcd
[    5.058668] localhost kernel: hub 1-10.1:1.0: USB hub found
[    5.058783] localhost kernel: hub 1-10.1:1.0: 3 ports detected
[    5.331909] localhost kernel: usb 1-10.1.1: new high-speed USB device number 7 using xhci_hcd
[    5.462634] localhost kernel: usb-storage 1-10.1.1:1.0: USB Mass Storage device detected
[    5.463039] localhost kernel: scsi6 : usb-storage 1-10.1.1:1.0
[    5.463250] localhost kernel: usbcore: registered new interface driver usb-storage
[    5.463564] localhost kernel: usbcore: registered new interface driver uas
[    6.474707] localhost kernel: scsi 6:0:0:0: Direct-Access     Generic  Ultra HS-SD/MMC  1.82 PQ: 0 ANSI: 0
[    6.499775] localhost kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
[   34.532466] localhost kernel: random: nonblocking pool is initialized
[  186.366873] localhost dracut-initqueue[348]: Warning: Could not boot.
[  186.367358] localhost dracut-initqueue[348]: Warning: /dev/disk/by-id/ata-OCZ-VECTOR_OCZ-Z5CB4KC20X0ZG7F8-part2 does not exist
[  186.370918] localhost systemd[1]: Starting Setup Virtual Console...
[  186.373589] localhost systemd[1]: Started Setup Virtual Console.
[  186.374168] localhost systemd[1]: Starting Dracut Emergency Shell...


More information about the systemd-devel mailing list