Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 423310 Details for
Bug 572320
sys-kernel/dracut fails to decrypt LUKS partition: broken crypttab file
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rdsosreport.txt
rdsosreport.txt (text/plain), 70.26 KB, created by
Andrius Štikonas
on 2016-01-18 23:45:53 UTC
(
hide
)
Description:
rdsosreport.txt
Filename:
MIME Type:
Creator:
Andrius Štikonas
Created:
2016-01-18 23:45:53 UTC
Size:
70.26 KB
patch
obsolete
>+ cat /lib/dracut/dracut-044 >dracut-044 >+ cat /proc/cmdline >BOOT_IMAGE=/rootfs/boot/vmlinuz-4.1.12-gentoo root=/dev/mapper/lvm-lvroot ro rootflags=subvol=rootfs cryptdevice=/dev/sda2:lvm rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 rd.lvm.lv=lvm/lvroot init=/usr/lib/systemd/systemd rd.timeout=10 >+ '[' -f /etc/cmdline ']' >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/90crypt.conf ']' >+ echo /etc/cmdline.d/90crypt.conf >/etc/cmdline.d/90crypt.conf >+ cat /etc/cmdline.d/90crypt.conf > rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/90lvm.conf ']' >+ echo /etc/cmdline.d/90lvm.conf >/etc/cmdline.d/90lvm.conf >+ cat /etc/cmdline.d/90lvm.conf > rd.lvm.lv=lvm/lvroot >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/95root-dev.conf ']' >+ echo /etc/cmdline.d/95root-dev.conf >/etc/cmdline.d/95root-dev.conf >+ cat /etc/cmdline.d/95root-dev.conf > root=/dev/mapper/lvm-lvroot rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvol=rootfs >+ 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 >18 0 0:18 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw >19 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw >20 0 0:6 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=8152704k,nr_inodes=2038176,mode=755 >21 18 0:12 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw >22 20 0:19 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw >23 20 0:14 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 >24 0 0:20 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755 >25 18 0:21 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755 >26 25 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 >27 18 0:23 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw >28 25 0:24 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,blkio >29 25 0:25 / /sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,net_cls >30 25 0:26 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,devices >31 25 0:27 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,cpu,cpuacct >32 25 0:28 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,cpuset >33 25 0:29 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,freezer >+ 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=8152704k,nr_inodes=2038176,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/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 >cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0 >cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0 >cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 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 >+ blkid >/dev/sda1: SEC_TYPE="msdos" UUID="FEA2-4098" TYPE="vfat" PARTLABEL="EFI System" PARTUUID="ebb211ef-33cb-4d00-9940-8adc157484a4" >/dev/sda2: UUID="ae7636fe-6aae-493d-99fe-d3d30b19cf21" TYPE="crypto_LUKS" PARTLABEL="Linux filesystem" PARTUUID="8d6bac30-a40a-41b0-8d2c-05c528f49189" >+ blkid -o udev >ID_FS_SEC_TYPE=msdos >ID_FS_UUID=FEA2-4098 >ID_FS_UUID_ENC=FEA2-4098 >ID_FS_TYPE=vfat >ID_FS_PARTLABEL=EFI System >ID_FS_PARTUUID=ebb211ef-33cb-4d00-9940-8adc157484a4 > >ID_FS_UUID=ae7636fe-6aae-493d-99fe-d3d30b19cf21 >ID_FS_UUID_ENC=ae7636fe-6aae-493d-99fe-d3d30b19cf21 >ID_FS_TYPE=crypto_LUKS >ID_FS_PARTLABEL=Linux filesystem >ID_FS_PARTUUID=8d6bac30-a40a-41b0-8d2c-05c528f49189 >+ ls -l /dev/disk/by-id /dev/disk/by-partlabel /dev/disk/by-partuuid /dev/disk/by-uuid >/dev/disk/by-id: >total 0 >lrwxrwxrwx 1 root 0 9 Jan 15 22:16 ata-HL-DT-ST_DVDRAM_GTB0N_KLKEB643538 -> ../../sr0 >lrwxrwxrwx 1 root 0 9 Jan 15 22:16 ata-KINGSTON_SHSS37A960G_50026B72530AB87F -> ../../sda >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 ata-KINGSTON_SHSS37A960G_50026B72530AB87F-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 ata-KINGSTON_SHSS37A960G_50026B72530AB87F-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 9 Jan 15 22:16 wwn-0x5001480000000000 -> ../../sr0 > >/dev/disk/by-partlabel: >total 0 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 EFI\x20System -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 Linux\x20filesystem -> ../../sda2 > >/dev/disk/by-partuuid: >total 0 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 8d6bac30-a40a-41b0-8d2c-05c528f49189 -> ../../sda2 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 ebb211ef-33cb-4d00-9940-8adc157484a4 -> ../../sda1 > >/dev/disk/by-uuid: >total 0 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 FEA2-4098 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jan 15 22:16 ae7636fe-6aae-493d-99fe-d3d30b19cf21 -> ../../sda2 >+ 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 >+ lvm lvdisplay >+ command -v dmsetup >+ dmsetup ls --tree >No devices found >+ cat /proc/mdstat >Personalities : >unused devices: <none> >+ command -v ip >+ command -v journalctl >+ journalctl -ab --no-pager -o short-monotonic >-- Logs begin at Fri 2016-01-15 22:16:23 UTC, end at Fri 2016-01-15 22:16:33 UTC. -- >[ 5.182875] localhost systemd-journal[156]: Runtime journal (/run/log/journal/) is currently using 8.0M. > Maximum allowed usage is set to 796.7M. > Leaving at least 1.1G free (of currently available 7.7G of space). > Enforced usage limit is thus 796.7M. >[ 5.182986] localhost systemd-journal[156]: Runtime journal (/run/log/journal/) is currently using 8.0M. > Maximum allowed usage is set to 796.7M. > Leaving at least 1.1G free (of currently available 7.7G of space). > Enforced usage limit is thus 796.7M. >[ 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.1.12-gentoo (root@localhost) (gcc version 4.9.3 (Gentoo 4.9.3 p1.4, pie-0.6.4) ) #11 SMP Fri Jan 15 21:54:31 2016 >[ 0.000000] localhost kernel: Command line: BOOT_IMAGE=/rootfs/boot/vmlinuz-4.1.12-gentoo root=/dev/mapper/lvm-lvroot ro rootflags=subvol=rootfs cryptdevice=/dev/sda2:lvm rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 rd.lvm.lv=lvm/lvroot init=/usr/lib/systemd/systemd rd.timeout=10 >[ 0.000000] localhost kernel: e820: BIOS-provided physical RAM map: >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007481cfff] usable >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007481d000-0x000000007481dfff] ACPI NVS >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007481e000-0x0000000074867fff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000074868000-0x0000000076db8fff] usable >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000076db9000-0x0000000077733fff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000077734000-0x000000007780efff] usable >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x000000007780f000-0x0000000077ba2fff] ACPI NVS >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000077ba3000-0x0000000077fa4fff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000077fa5000-0x0000000077ffefff] type 20 >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x0000000078000000-0x00000000780fffff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved >[ 0.000000] localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] 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-0x0000000481ffffff] usable >[ 0.000000] localhost kernel: NX (Execute Disable) protection: active >[ 0.000000] localhost kernel: efi: EFI v2.40 by American Megatrends >[ 0.000000] localhost kernel: efi: ACPI=0x77917000 ACPI 2.0=0x77917000 SMBIOS=0x77ee2000 SMBIOS 3.0=0x77ee1000 >[ 0.000000] localhost kernel: SMBIOS 3.0.0 present. >[ 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 = 0x482000 max_arch_pfn = 0x400000000 >[ 0.000000] localhost kernel: MTRR default type: write-back >[ 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 0080000000 mask 7F80000000 uncachable >[ 0.000000] localhost kernel: 1 base 007C000000 mask 7FFC000000 uncachable >[ 0.000000] localhost kernel: 2 base 007A000000 mask 7FFE000000 uncachable >[ 0.000000] localhost kernel: 3 base 0079000000 mask 7FFF000000 uncachable >[ 0.000000] localhost kernel: 4 base 0078800000 mask 7FFF800000 uncachable >[ 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: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC >[ 0.000000] localhost kernel: e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000 >[ 0.000000] localhost kernel: Scanning 1 areas for low memory corruption >[ 0.000000] localhost kernel: Base memory trampoline at [ffff880000098000] 98000 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 [0x02f82000, 0x02f82fff] PGTABLE >[ 0.000000] localhost kernel: BRK [0x02f83000, 0x02f83fff] PGTABLE >[ 0.000000] localhost kernel: BRK [0x02f84000, 0x02f84fff] PGTABLE >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x481e00000-0x481ffffff] >[ 0.000000] localhost kernel: [mem 0x481e00000-0x481ffffff] page 2M >[ 0.000000] localhost kernel: BRK [0x02f85000, 0x02f85fff] PGTABLE >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x480000000-0x481dfffff] >[ 0.000000] localhost kernel: [mem 0x480000000-0x481dfffff] page 2M >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x460000000-0x47fffffff] >[ 0.000000] localhost kernel: [mem 0x460000000-0x47fffffff] page 1G >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x00100000-0x7481cfff] >[ 0.000000] localhost kernel: [mem 0x00100000-0x001fffff] page 4k >[ 0.000000] localhost kernel: [mem 0x00200000-0x747fffff] page 2M >[ 0.000000] localhost kernel: [mem 0x74800000-0x7481cfff] page 4k >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x74868000-0x76db8fff] >[ 0.000000] localhost kernel: [mem 0x74868000-0x749fffff] page 4k >[ 0.000000] localhost kernel: [mem 0x74a00000-0x76bfffff] page 2M >[ 0.000000] localhost kernel: [mem 0x76c00000-0x76db8fff] page 4k >[ 0.000000] localhost kernel: BRK [0x02f86000, 0x02f86fff] PGTABLE >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x77734000-0x7780efff] >[ 0.000000] localhost kernel: [mem 0x77734000-0x7780efff] page 4k >[ 0.000000] localhost kernel: BRK [0x02f87000, 0x02f87fff] PGTABLE >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x77fff000-0x77ffffff] >[ 0.000000] localhost kernel: [mem 0x77fff000-0x77ffffff] page 4k >[ 0.000000] localhost kernel: init_memory_mapping: [mem 0x100000000-0x45fffffff] >[ 0.000000] localhost kernel: [mem 0x100000000-0x45fffffff] page 1G >[ 0.000000] localhost kernel: RAMDISK: [mem 0x36d44000-0x37699fff] >[ 0.000000] localhost kernel: ACPI: Early table checksum verification disabled >[ 0.000000] localhost kernel: ACPI: RSDP 0x0000000077917000 000024 (v02 ALASKA) >[ 0.000000] localhost kernel: ACPI: XSDT 0x0000000077917098 0000B4 (v01 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] localhost kernel: ACPI: FACP 0x00000000779314D8 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] localhost kernel: ACPI: DSDT 0x00000000779171E8 01A2F0 (v02 ALASKA A M I 01072009 INTL 20120913) >[ 0.000000] localhost kernel: ACPI: FACS 0x0000000077BA2F80 000040 >[ 0.000000] localhost kernel: ACPI: APIC 0x00000000779315E8 0000BC (v03 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] localhost kernel: ACPI: FPDT 0x00000000779316A8 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] localhost kernel: ACPI: FIDT 0x00000000779316F0 00009C (v01 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] localhost kernel: ACPI: MCFG 0x0000000077931790 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >[ 0.000000] localhost kernel: ACPI: HPET 0x00000000779317D0 000038 (v01 ALASKA A M I 01072009 AMI. 0005000B) >[ 0.000000] localhost kernel: ACPI: SSDT 0x0000000077931808 000315 (v01 SataRe SataTabl 00001000 INTL 20120913) >[ 0.000000] localhost kernel: ACPI: DBGP 0x0000000077931B20 000034 (v01 INTEL 00000000 MSFT 0000005F) >[ 0.000000] localhost kernel: ACPI: DBG2 0x0000000077931B58 000054 (v00 INTEL 00000000 MSFT 0000005F) >[ 0.000000] localhost kernel: ACPI: SSDT 0x0000000077931BB0 005806 (v02 SaSsdt SaSsdt 00003000 INTL 20120913) >[ 0.000000] localhost kernel: ACPI: UEFI 0x00000000779373B8 000042 (v01 00000000 00000000) >[ 0.000000] localhost kernel: ACPI: SSDT 0x0000000077937400 000E58 (v02 CpuRef CpuSsdt 00003000 INTL 20120913) >[ 0.000000] localhost kernel: ACPI: SSDT 0x0000000077938258 00009F (v02 SgRef SgPeg 00001000 INTL 20120913) >[ 0.000000] localhost kernel: ACPI: DMAR 0x00000000779382F8 0000A8 (v01 INTEL SKL 00000001 INTL 00000001) >[ 0.000000] localhost kernel: ACPI: TPM2 0x00000000779383A0 000034 (v03 Tpm2Tabl 00000001 AMI 00000000) >[ 0.000000] localhost kernel: ACPI: SSDT 0x00000000779383D8 001970 (v01 OptRef OptTabl 00001000 INTL 20120913) >[ 0.000000] localhost kernel: ACPI: ASF! 0x0000000077939D48 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) >[ 0.000000] localhost kernel: ACPI: BGRT 0x0000000077939DF0 000038 (v00 ALASKA A M I 01072009 AMI 00010013) >[ 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-0x0000000481ffffff] >[ 0.000000] localhost kernel: NODE_DATA(0) allocated [mem 0x481ff8000-0x481ffbfff] >[ 0.000000] localhost kernel: [ffffea0000000000-ffffea00121fffff] PMD -> [ffff880471600000-ffff8804815fffff] on node 0 >[ 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-0x0000000481ffffff] >[ 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-0x0000000000057fff] >[ 0.000000] localhost kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff] >[ 0.000000] localhost kernel: node 0: [mem 0x0000000000100000-0x000000007481cfff] >[ 0.000000] localhost kernel: node 0: [mem 0x0000000074868000-0x0000000076db8fff] >[ 0.000000] localhost kernel: node 0: [mem 0x0000000077734000-0x000000007780efff] >[ 0.000000] localhost kernel: node 0: [mem 0x0000000077fff000-0x0000000077ffffff] >[ 0.000000] localhost kernel: node 0: [mem 0x0000000100000000-0x0000000481ffffff] >[ 0.000000] localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000481ffffff] >[ 0.000000] localhost kernel: On node 0 totalpages: 4165094 >[ 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: 3996 pages, LIFO batch:0 >[ 0.000000] localhost kernel: DMA32 zone: 7546 pages used for memmap >[ 0.000000] localhost kernel: DMA32 zone: 482890 pages, LIFO batch:31 >[ 0.000000] localhost kernel: Normal zone: 57472 pages used for memmap >[ 0.000000] localhost kernel: Normal zone: 3678208 pages, LIFO batch:31 >[ 0.000000] localhost kernel: Reserving Intel graphics stolen memory at 0x79000000-0x7cffffff >[ 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_NMI (acpi_id[0x01] 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[0x03] 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[0x05] 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[0x07] high edge lint[0x1]) >[ 0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) >[ 0.000000] localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 >[ 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 8 CPUs, 0 hotplug CPUs >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7481d000-0x7481dfff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7481e000-0x74867fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x76db9000-0x77733fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7780f000-0x77ba2fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x77ba3000-0x77fa4fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x77fa5000-0x77ffefff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x78000000-0x780fffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x78100000-0x78ffffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x79000000-0x7cffffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0x7d000000-0xdfffffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >[ 0.000000] localhost kernel: PM: Registered nosave memory: [mem 0xfec01000-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 0x7d000000-0xdfffffff] available for PCI devices >[ 0.000000] localhost kernel: clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns >[ 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 33 pages/cpu @ffff880481c00000 s95064 r8192 d31912 u262144 >[ 0.000000] localhost kernel: pcpu-alloc: s95064 r8192 d31912 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 Node order, mobility grouping on. Total pages: 4099990 >[ 0.000000] localhost kernel: Policy zone: Normal >[ 0.000000] localhost kernel: Kernel command line: BOOT_IMAGE=/rootfs/boot/vmlinuz-4.1.12-gentoo root=/dev/mapper/lvm-lvroot ro rootflags=subvol=rootfs cryptdevice=/dev/sda2:lvm rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 rd.lvm.lv=lvm/lvroot init=/usr/lib/systemd/systemd rd.timeout=10 >[ 0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.000000] localhost kernel: xsave: enabled xstate_bv 0x1f, cntxt size 0x440 using standard form >[ 0.000000] localhost kernel: AGP: Checking aperture... >[ 0.000000] localhost kernel: AGP: No AGP bridge found >[ 0.000000] localhost kernel: Calgary: detecting Calgary via BIOS EBDA area >[ 0.000000] localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing! >[ 0.000000] localhost kernel: Memory: 16266732K/16660376K available (8078K kernel code, 1056K rwdata, 3436K rodata, 1268K init, 1224K bss, 393644K reserved, 0K cma-reserved) >[ 0.000000] localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 >[ 0.000000] localhost kernel: Hierarchical RCU implementation. >[ 0.000000] localhost kernel: RCU dyntick-idle grace-period acceleration is enabled. >[ 0.000000] localhost kernel: NR_IRQS:4352 nr_irqs:2048 16 >[ 0.000000] localhost kernel: spurious 8259A interrupt: IRQ7. >[ 0.000000] localhost kernel: Console: colour dummy device 80x25 >[ 0.000000] localhost kernel: console [tty0] enabled >[ 0.000000] localhost kernel: clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns >[ 0.000000] localhost kernel: hpet clockevent registered >[ 0.000000] localhost kernel: tsc: Fast TSC calibration failed >[ 0.000000] localhost kernel: tsc: PIT calibration matches HPET. 1 loops >[ 0.000000] localhost kernel: tsc: Detected 2591.913 MHz processor >[ 0.000002] localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5183.82 BogoMIPS (lpj=25919130) >[ 0.000007] localhost kernel: pid_max: default: 32768 minimum: 301 >[ 0.000011] localhost kernel: ACPI: Core revision 20150410 >[ 0.022466] localhost kernel: ACPI: All ACPI Tables successfully acquired >[ 0.023807] localhost kernel: Security Framework initialized >[ 0.023813] localhost kernel: AppArmor: AppArmor initialized >[ 0.024508] localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) >[ 0.026832] localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) >[ 0.027838] localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) >[ 0.027851] localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) >[ 0.028019] localhost kernel: Initializing cgroup subsys blkio >[ 0.028023] localhost kernel: Initializing cgroup subsys devices >[ 0.028026] localhost kernel: Initializing cgroup subsys freezer >[ 0.028028] localhost kernel: Initializing cgroup subsys net_cls >[ 0.028047] localhost kernel: CPU: Physical Processor ID: 0 >[ 0.028049] localhost kernel: CPU: Processor Core ID: 0 >[ 0.028053] localhost kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >[ 0.028055] localhost kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >[ 0.028956] localhost kernel: mce: CPU supports 10 MCE banks >[ 0.028971] localhost kernel: CPU0: Thermal monitoring enabled (TM1) >[ 0.028980] localhost kernel: process: using mwait in idle threads >[ 0.028983] localhost kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 >[ 0.028985] localhost kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 >[ 0.029375] localhost kernel: Freeing SMP alternatives memory: 28K (ffffffff81e47000 - ffffffff81e4e000) >[ 0.031366] localhost kernel: ftrace: allocating 29575 entries in 116 pages >[ 0.043364] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 >[ 0.143359] localhost kernel: TSC deadline timer enabled >[ 0.143364] localhost kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (fam: 06, model: 5e, stepping: 03) >[ 0.143382] localhost kernel: Performance Events: no PEBS fmt3+, generic architected perfmon, full-width counters, Intel PMU driver. >[ 0.143389] localhost kernel: ... version: 4 >[ 0.143390] localhost kernel: ... bit width: 48 >[ 0.143392] localhost kernel: ... generic registers: 4 >[ 0.143394] localhost kernel: ... value mask: 0000ffffffffffff >[ 0.143396] localhost kernel: ... max period: 0000ffffffffffff >[ 0.143397] localhost kernel: ... fixed-purpose events: 3 >[ 0.143399] localhost kernel: ... event mask: 000000070000000f >[ 0.143563] localhost kernel: x86: Booting SMP configuration: >[ 0.143565] localhost kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 >[ 0.242970] localhost kernel: x86: Booted up 1 node, 8 CPUs >[ 0.242975] localhost kernel: smpboot: Total of 8 processors activated (41470.60 BogoMIPS) >[ 0.248361] localhost kernel: devtmpfs: initialized >[ 0.248515] localhost kernel: PM: Registering ACPI NVS region [mem 0x7481d000-0x7481dfff] (4096 bytes) >[ 0.248518] localhost kernel: PM: Registering ACPI NVS region [mem 0x7780f000-0x77ba2fff] (3751936 bytes) >[ 0.248597] localhost kernel: clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns >[ 0.248663] localhost kernel: xor: automatically using best checksumming function: >[ 0.348124] localhost kernel: avx : 42686.000 MB/sec >[ 0.348258] localhost kernel: RTC time: 22:16:19, date: 01/15/16 >[ 0.348330] localhost kernel: NET: Registered protocol family 16 >[ 0.378142] localhost kernel: cpuidle: using governor ladder >[ 0.418166] localhost kernel: cpuidle: using governor menu >[ 0.418224] localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >[ 0.418228] localhost kernel: ACPI: bus type PCI registered >[ 0.418292] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >[ 0.418297] localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 >[ 0.418454] localhost kernel: PCI: Using configuration type 1 for base access >[ 0.618117] localhost kernel: raid6: sse2x1 gen() 9058 MB/s >[ 0.788097] localhost kernel: raid6: sse2x1 xor() 5806 MB/s >[ 0.958070] localhost kernel: raid6: sse2x2 gen() 11089 MB/s >[ 1.128059] localhost kernel: raid6: sse2x2 xor() 7697 MB/s >[ 1.298038] localhost kernel: raid6: sse2x4 gen() 12189 MB/s >[ 1.468015] localhost kernel: raid6: sse2x4 xor() 8860 MB/s >[ 1.637991] localhost kernel: raid6: avx2x1 gen() 22331 MB/s >[ 1.807968] localhost kernel: raid6: avx2x2 gen() 25318 MB/s >[ 1.977945] localhost kernel: raid6: avx2x4 gen() 28383 MB/s >[ 1.977947] localhost kernel: raid6: using algorithm avx2x4 gen() 28383 MB/s >[ 1.977949] localhost kernel: raid6: using avx2x2 recovery algorithm >[ 1.977999] localhost kernel: ACPI: Added _OSI(Module Device) >[ 1.978001] localhost kernel: ACPI: Added _OSI(Processor Device) >[ 1.978003] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >[ 1.978005] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device) >[ 1.983220] localhost kernel: ACPI: Executed 23 blocks of module-level executable AML code >[ 1.986999] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >[ 1.989694] localhost kernel: ACPI: Dynamic OEM Table Load: >[ 1.989700] localhost kernel: ACPI: SSDT 0xFFFF88046F0E9800 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913) >[ 1.990329] localhost kernel: ACPI: Dynamic OEM Table Load: >[ 1.990334] localhost kernel: ACPI: SSDT 0xFFFF88046F219000 0005DC (v02 PmRef Cpu0Ist 00003000 INTL 20120913) >[ 1.991772] localhost kernel: ACPI: Dynamic OEM Table Load: >[ 1.991777] localhost kernel: ACPI: SSDT 0xFFFF88046F219800 0005AA (v02 PmRef ApIst 00003000 INTL 20120913) >[ 1.992550] localhost kernel: ACPI: Dynamic OEM Table Load: >[ 1.992554] localhost kernel: ACPI: SSDT 0xFFFF88046F209600 000119 (v02 PmRef ApCst 00003000 INTL 20120913) >[ 1.996328] localhost kernel: ACPI : EC: EC started >[ 1.997108] localhost kernel: ACPI: Interpreter enabled >[ 1.997117] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150410/hwxface-580) >[ 1.997126] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150410/hwxface-580) >[ 1.997144] localhost kernel: ACPI: (supports S0 S3 S4 S5) >[ 1.997146] localhost kernel: ACPI: Using IOAPIC for interrupt routing >[ 1.997171] localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >[ 1.998628] localhost kernel: ACPI: Power Resource [PG00] (on) >[ 1.998646] localhost kernel: ACPI: Power Resource [PG02] (on) >[ 1.998946] localhost kernel: ACPI: Power Resource [PG01] (on) >[ 1.999183] localhost kernel: ACPI: Power Resource [PG02] (on) >[ 2.008161] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) >[ 2.008167] localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >[ 2.008191] localhost kernel: \_SB_.PCI0:_OSC invalid UUID >[ 2.008191] localhost kernel: _OSC request data:1 1f 0 >[ 2.008194] localhost kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM >[ 2.008389] localhost kernel: PCI host bridge to bus 0000:00 >[ 2.008392] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-fe] >[ 2.008394] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >[ 2.008397] localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >[ 2.008399] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >[ 2.008403] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] >[ 2.008406] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] >[ 2.008409] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] >[ 2.008412] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] >[ 2.008415] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] >[ 2.008419] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] >[ 2.008422] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] >[ 2.008425] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] >[ 2.008428] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] >[ 2.008431] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] >[ 2.008434] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] >[ 2.008438] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] >[ 2.008441] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] >[ 2.008444] localhost kernel: pci_bus 0000:00: root bus resource [mem 0x7d000000-0xdfffffff window] >[ 2.008447] localhost kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] >[ 2.008455] localhost kernel: pci 0000:00:00.0: [8086:1910] type 00 class 0x060000 >[ 2.008526] localhost kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 >[ 2.008551] localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >[ 2.008624] localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI >[ 2.008672] localhost kernel: pci 0000:00:02.0: [8086:191b] type 00 class 0x030000 >[ 2.008678] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit] >[ 2.008682] localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref] >[ 2.008686] localhost kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] >[ 2.008816] localhost kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 >[ 2.008831] localhost kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit] >[ 2.008883] localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold >[ 2.008942] localhost kernel: pci 0000:00:14.0: System wakeup disabled by ACPI >[ 2.008970] localhost kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 >[ 2.008985] localhost kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdf32e000-0xdf32efff 64bit] >[ 2.009102] localhost kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 >[ 2.009118] localhost kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf32d000-0xdf32dfff 64bit] >[ 2.009172] localhost kernel: pci 0000:00:16.0: PME# supported from D3hot >[ 2.009268] localhost kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601 >[ 2.009280] localhost kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf328000-0xdf329fff] >[ 2.009286] localhost kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf32c000-0xdf32c0ff] >[ 2.009292] localhost kernel: pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097] >[ 2.009298] localhost kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083] >[ 2.009304] localhost kernel: pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f] >[ 2.009310] localhost kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf32b000-0xdf32b7ff] >[ 2.009338] localhost kernel: pci 0000:00:17.0: PME# supported from D3hot >[ 2.009424] localhost kernel: pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400 >[ 2.009468] localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >[ 2.009536] localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI >[ 2.009576] localhost kernel: pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400 >[ 2.009620] localhost kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold >[ 2.009686] localhost kernel: pci 0000:00:1c.6: System wakeup disabled by ACPI >[ 2.009718] localhost kernel: pci 0000:00:1f.0: [8086:a14e] type 00 class 0x060100 >[ 2.009879] localhost kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 >[ 2.009887] localhost kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf324000-0xdf327fff] >[ 2.009993] localhost kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300 >[ 2.010011] localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf320000-0xdf323fff 64bit] >[ 2.010033] localhost kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit] >[ 2.010069] localhost kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold >[ 2.010163] localhost kernel: pci 0000:00:1f.3: System wakeup disabled by ACPI >[ 2.010196] localhost kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 >[ 2.010242] localhost kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf32a000-0xdf32a0ff 64bit] >[ 2.010311] localhost kernel: pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f] >[ 2.010472] localhost kernel: pci 0000:01:00.0: [10de:1347] type 00 class 0x030200 >[ 2.010480] localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff] >[ 2.010487] localhost kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref] >[ 2.010493] localhost kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref] >[ 2.010498] localhost kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] >[ 2.010503] localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref] >[ 2.010559] localhost kernel: pci 0000:01:00.0: System wakeup disabled by ACPI >[ 2.027973] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >[ 2.027977] localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >[ 2.027979] localhost kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] >[ 2.027982] localhost kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] >[ 2.028027] localhost kernel: pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000 >[ 2.028041] localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff] >[ 2.028081] localhost kernel: pci 0000:02:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref] >[ 2.028145] localhost kernel: pci 0000:02:00.0: supports D1 D2 >[ 2.028147] localhost kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold >[ 2.028178] localhost kernel: pci 0000:02:00.0: System wakeup disabled by ACPI >[ 2.028213] localhost kernel: pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000 >[ 2.028229] localhost kernel: pci 0000:02:00.1: reg 0x10: [io 0xd000-0xd0ff] >[ 2.028254] localhost kernel: pci 0000:02:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit] >[ 2.028269] localhost kernel: pci 0000:02:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit] >[ 2.028337] localhost kernel: pci 0000:02:00.1: supports D1 D2 >[ 2.028338] localhost kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold >[ 2.047982] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >[ 2.047986] localhost kernel: pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] >[ 2.047989] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf2fffff] >[ 2.048052] localhost kernel: pci 0000:03:00.0: [8086:24f3] type 00 class 0x028000 >[ 2.048089] localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit] >[ 2.048242] localhost kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold >[ 2.048287] localhost kernel: pci 0000:03:00.0: System wakeup disabled by ACPI >[ 2.067992] localhost kernel: pci 0000:00:1c.6: PCI bridge to [bus 03] >[ 2.067997] localhost kernel: pci 0000:00:1c.6: bridge window [mem 0xdf100000-0xdf1fffff] >[ 2.068836] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.068882] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) >[ 2.068922] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.068962] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.069002] localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.069041] localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.069080] localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.069119] localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 2.069391] localhost kernel: ACPI: Enabled 5 GPEs in block 00 to 7F >[ 2.069461] localhost kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62 >[ 2.069521] localhost kernel: vgaarb: setting as boot device: PCI:0000:00:02.0 >[ 2.069525] localhost kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >[ 2.069530] localhost kernel: vgaarb: loaded >[ 2.069532] localhost kernel: vgaarb: bridge control possible 0000:00:02.0 >[ 2.069598] localhost kernel: SCSI subsystem initialized >[ 2.069625] localhost kernel: libata version 3.00 loaded. >[ 2.069642] localhost kernel: ACPI: bus type USB registered >[ 2.069656] localhost kernel: usbcore: registered new interface driver usbfs >[ 2.069664] localhost kernel: usbcore: registered new interface driver hub >[ 2.069680] localhost kernel: usbcore: registered new device driver usb >[ 2.069847] localhost kernel: wmi: Mapper loaded >[ 2.069854] localhost kernel: PCI: Using ACPI for IRQ routing >[ 2.097871] localhost kernel: PCI: pci_cache_line_size set to 64 bytes >[ 2.097935] localhost kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] >[ 2.097936] localhost kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] >[ 2.097937] localhost kernel: e820: reserve RAM buffer [mem 0x7481d000-0x77ffffff] >[ 2.097938] localhost kernel: e820: reserve RAM buffer [mem 0x76db9000-0x77ffffff] >[ 2.097939] localhost kernel: e820: reserve RAM buffer [mem 0x7780f000-0x77ffffff] >[ 2.097940] localhost kernel: e820: reserve RAM buffer [mem 0x482000000-0x483ffffff] >[ 2.098008] localhost kernel: NetLabel: Initializing >[ 2.098010] localhost kernel: NetLabel: domain hash size = 128 >[ 2.098012] localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4 >[ 2.098020] localhost kernel: NetLabel: unlabeled traffic allowed by default >[ 2.098105] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >[ 2.098111] localhost kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter >[ 2.100155] localhost kernel: Switched to clocksource hpet >[ 2.103857] localhost kernel: AppArmor: AppArmor Filesystem Enabled >[ 2.106112] localhost kernel: pnp: PnP ACPI init >[ 2.106243] localhost kernel: system 00:00: [io 0x0680-0x069f] has been reserved >[ 2.106246] localhost kernel: system 00:00: [io 0xffff] has been reserved >[ 2.106248] localhost kernel: system 00:00: [io 0xffff] has been reserved >[ 2.106252] localhost kernel: system 00:00: [io 0xffff] has been reserved >[ 2.106254] localhost kernel: system 00:00: [io 0x1800-0x18fe] could not be reserved >[ 2.106256] localhost kernel: system 00:00: [io 0x164e-0x164f] has been reserved >[ 2.106259] localhost kernel: system 00:00: [io 0x3322-0x3323] has been reserved >[ 2.106262] localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 2.106317] localhost kernel: system 00:01: [io 0x0800-0x087f] has been reserved >[ 2.106320] localhost kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 2.106337] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) >[ 2.106357] localhost kernel: system 00:03: [io 0x1854-0x1857] has been reserved >[ 2.106360] localhost kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >[ 2.106378] localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active) >[ 2.106453] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs SYN1218 PNP0f13 (active) >[ 2.106582] localhost kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved >[ 2.106585] localhost kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved >[ 2.106588] localhost kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved >[ 2.106590] localhost kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved >[ 2.106593] localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved >[ 2.106595] localhost kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved >[ 2.106598] localhost kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved >[ 2.106600] localhost kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved >[ 2.106603] localhost kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved >[ 2.106605] localhost kernel: system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved >[ 2.106608] localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 2.106631] localhost kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved >[ 2.106634] localhost kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved >[ 2.106636] localhost kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved >[ 2.106639] localhost kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved >[ 2.106641] localhost kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved >[ 2.106644] localhost kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved >[ 2.106646] localhost kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved >[ 2.106649] localhost kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 2.106830] localhost kernel: system 00:08: [io 0xff00-0xfffe] has been reserved >[ 2.106833] localhost kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 2.107507] localhost kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved >[ 2.107509] localhost kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved >[ 2.107512] localhost kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved >[ 2.107515] localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 2.107882] localhost kernel: pnp: PnP ACPI: found 10 devices >[ 2.112478] localhost kernel: clocksource acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >[ 2.112497] localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >[ 2.112500] localhost kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >[ 2.112504] localhost kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] >[ 2.112507] localhost kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] >[ 2.112512] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >[ 2.112515] localhost kernel: pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] >[ 2.112519] localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf2fffff] >[ 2.112524] localhost kernel: pci 0000:00:1c.6: PCI bridge to [bus 03] >[ 2.112528] localhost kernel: pci 0000:00:1c.6: bridge window [mem 0xdf100000-0xdf1fffff] >[ 2.112535] localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] >[ 2.112536] localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] >[ 2.112537] localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] >[ 2.112538] localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] >[ 2.112539] localhost kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] >[ 2.112540] localhost kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] >[ 2.112541] localhost kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] >[ 2.112542] localhost kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] >[ 2.112543] localhost kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] >[ 2.112544] localhost kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] >[ 2.112545] localhost kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] >[ 2.112545] localhost kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] >[ 2.112546] localhost kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] >[ 2.112547] localhost kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] >[ 2.112548] localhost kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] >[ 2.112549] localhost kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] >[ 2.112550] localhost kernel: pci_bus 0000:00: resource 20 [mem 0x7d000000-0xdfffffff window] >[ 2.112551] localhost kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] >[ 2.112552] localhost kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >[ 2.112553] localhost kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff] >[ 2.112554] localhost kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref] >[ 2.112555] localhost kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] >[ 2.112556] localhost kernel: pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff] >[ 2.112557] localhost kernel: pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff] >[ 2.112576] localhost kernel: NET: Registered protocol family 2 >[ 2.112742] localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes) >[ 2.112900] localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >[ 2.112997] localhost kernel: TCP: Hash tables configured (established 131072 bind 65536) >[ 2.113021] localhost kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes) >[ 2.113054] localhost kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) >[ 2.113104] localhost kernel: NET: Registered protocol family 1 >[ 2.113116] localhost kernel: pci 0000:00:02.0: Video device with shadowed ROM >[ 2.113808] localhost kernel: PCI: CLS 0 bytes, default 64 >[ 2.113837] localhost kernel: Trying to unpack rootfs image as initramfs... >[ 2.894562] localhost kernel: Freeing initrd memory: 9560K (ffff880036d44000 - ffff88003769a000) >[ 2.894575] localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >[ 2.894578] localhost kernel: software IO TLB [mem 0x6fad5000-0x73ad5000] (64MB) mapped at [ffff88006fad5000-ffff880073ad4fff] >[ 2.894873] localhost kernel: Scanning for low memory corruption every 60 seconds >[ 2.895018] localhost kernel: AVX2 version of gcm_enc/dec engaged. >[ 2.895020] localhost kernel: AES CTR mode by8 optimization enabled >[ 2.896691] localhost kernel: futex hash table entries: 2048 (order: 5, 131072 bytes) >[ 2.896724] localhost kernel: audit: initializing netlink subsys (disabled) >[ 2.896735] localhost kernel: audit: type=2000 audit(1452896180.910:1): initialized >[ 2.896954] localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >[ 2.898000] localhost kernel: VFS: Disk quotas dquot_6.6.0 >[ 2.898022] localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 2.898086] localhost kernel: fuse init (API version 7.23) >[ 2.899106] localhost kernel: NET: Registered protocol family 38 >[ 2.899120] localhost kernel: bounce: pool size: 64 pages >[ 2.899154] localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >[ 2.899159] localhost kernel: io scheduler noop registered >[ 2.899163] localhost kernel: io scheduler deadline registered >[ 2.899183] localhost kernel: io scheduler cfq registered (default) >[ 2.899487] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >[ 2.899498] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >[ 2.899544] localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >[ 2.901243] localhost kernel: Linux agpgart interface v0.103 >[ 2.901274] localhost kernel: intel_idle: does not run on family 6 model 94 >[ 2.902235] localhost kernel: ACPI: AC Adapter [AC] (on-line) >[ 2.902275] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >[ 2.902279] localhost kernel: ACPI: Power Button [PWRB] >[ 2.902299] localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 >[ 2.902303] localhost kernel: ACPI: Sleep Button [SLPB] >[ 2.902323] localhost kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 >[ 2.902356] localhost kernel: ACPI: Lid Switch [LID0] >[ 2.902376] localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 >[ 2.902380] localhost kernel: ACPI: Power Button [PWRF] >[ 2.902578] localhost kernel: Monitor-Mwait will be used to enter C-1 state >[ 2.902617] localhost kernel: Monitor-Mwait will be used to enter C-2 state >[ 2.902645] localhost kernel: Monitor-Mwait will be used to enter C-3 state >[ 2.902680] localhost kernel: ACPI: acpi_idle registered with cpuidle >[ 2.905124] localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0 >[ 2.905127] localhost kernel: ACPI: Thermal Zone [TZ0] (44 C) >[ 2.905181] localhost kernel: [drm] Initialized drm 1.1.0 20060810 >[ 2.905259] localhost kernel: ACPI: Battery Slot [BAT0] (battery absent) >[ 2.906167] localhost kernel: [drm] Memory usable by graphics device = 4096M >[ 2.906191] localhost kernel: [drm] Replacing VGA console driver >[ 2.912440] localhost kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >[ 2.912443] localhost kernel: [drm] Driver supports precise vblank timestamp query. >[ 2.922150] localhost kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >[ 2.933591] localhost kernel: fbcon: inteldrmfb (fb0) is primary device >[ 2.934295] localhost kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) >[ 2.934385] localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 >[ 2.934399] localhost kernel: ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20150410/video-1281) >[ 2.934400] localhost kernel: ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no) >[ 2.934415] localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input5 >[ 2.934426] localhost kernel: [drm] Initialized i915 1.6.0 20150327 for 0000:00:02.0 on minor 0 >[ 2.937097] localhost kernel: brd: module loaded >[ 2.938096] localhost kernel: loop: module loaded >[ 2.938206] localhost kernel: ahci 0000:00:17.0: version 3.0 >[ 2.950103] localhost kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode >[ 2.950105] localhost kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst >[ 2.970995] localhost kernel: scsi host0: ahci >[ 2.971518] localhost kernel: scsi host1: ahci >[ 2.971907] localhost kernel: scsi host2: ahci >[ 2.972428] localhost kernel: scsi host3: ahci >[ 2.972462] localhost kernel: ata1: DUMMY >[ 2.972462] localhost kernel: ata2: DUMMY >[ 2.972466] localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xdf32b000 port 0xdf32b200 irq 122 >[ 2.972467] localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xdf32b000 port 0xdf32b280 irq 122 >[ 2.972720] localhost kernel: libphy: Fixed MDIO Bus: probed >[ 2.972741] localhost kernel: tun: Universal TUN/TAP device driver, 1.6 >[ 2.972741] localhost kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> >[ 2.972879] localhost kernel: PPP generic driver version 2.4.2 >[ 2.973202] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 2.973204] localhost kernel: ehci-pci: EHCI PCI platform driver >[ 2.973217] localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 2.973220] localhost kernel: ohci-pci: OHCI PCI platform driver >[ 2.973228] localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver >[ 2.973285] localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12 >[ 2.981006] localhost kernel: i8042: Detected active multiplexing controller, rev 1.1 >[ 2.982898] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 2.982901] localhost kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12 >[ 2.982920] localhost kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12 >[ 2.982935] localhost kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12 >[ 2.982949] localhost kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12 >[ 2.983302] localhost kernel: mousedev: PS/2 mouse device common for all mice >[ 2.984251] localhost kernel: rtc_cmos 00:02: RTC can wake from S4 >[ 2.984735] localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 >[ 2.984823] localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >[ 2.984856] localhost kernel: device-mapper: uevent: version 1.0.3 >[ 2.985021] localhost kernel: device-mapper: ioctl: 4.31.0-ioctl (2015-3-12) initialised: dm-devel@redhat.com >[ 2.985715] localhost kernel: device-mapper: multipath: version 1.9.0 loaded >[ 2.985718] localhost kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >[ 2.985741] localhost kernel: EFI Variables Facility v0.08 2004-May-17 >[ 2.987790] localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6 >[ 2.993138] localhost kernel: pstore: Registered efi as persistent store backend >[ 2.993146] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina >[ 2.993164] localhost kernel: usbcore: registered new interface driver usbhid >[ 2.993165] localhost kernel: usbhid: USB HID core driver >[ 2.993260] localhost kernel: NET: Registered protocol family 10 >[ 2.993666] localhost kernel: NET: Registered protocol family 17 >[ 2.993673] localhost kernel: Key type dns_resolver registered >[ 2.994272] localhost kernel: registered taskstats version 1 >[ 2.995015] localhost kernel: Btrfs loaded >[ 2.995027] localhost kernel: AppArmor: AppArmor sha1 policy hashing enabled >[ 2.996053] localhost kernel: Magic number: 0:151:300 >[ 2.996442] localhost kernel: rtc_cmos 00:02: setting system clock to 2016-01-15 22:16:21 UTC (1452896181) >[ 2.997993] localhost kernel: BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >[ 2.997993] localhost kernel: EDD information not available. >[ 2.998052] localhost kernel: PM: Checking hibernation image partition /dev/sda2 >[ 3.320164] localhost kernel: ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >[ 3.320189] localhost kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >[ 3.320909] localhost kernel: ata3.00: ATA-9: KINGSTON SHSS37A960G, SAFM00.r, max UDMA/133 >[ 3.320911] localhost kernel: ata3.00: 1875385008 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >[ 3.321103] localhost kernel: ata3.00: configured for UDMA/133 >[ 3.322965] localhost kernel: ata4.00: ATAPI: HL-DT-ST DVDRAM GTB0N, 1.00, max UDMA/133 >[ 3.327752] localhost kernel: ata4.00: configured for UDMA/133 >[ 3.890040] localhost kernel: tsc: Refined TSC clocksource calibration: 2592.000 MHz >[ 3.890041] localhost kernel: clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns >[ 4.010282] localhost kernel: [drm] RC6 on >[ 4.890330] localhost kernel: Switched to clocksource tsc >[ 4.991385] localhost kernel: Console: switching to colour frame buffer device 240x67 >[ 5.012651] localhost kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >[ 5.013233] localhost kernel: i915 0000:00:02.0: registered panic notifier >[ 5.070171] localhost kernel: scsi 2:0:0:0: Direct-Access ATA KINGSTON SHSS37A 00.r PQ: 0 ANSI: 5 >[ 5.071406] localhost kernel: sd 2:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB) >[ 5.071425] localhost kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0 >[ 5.073262] localhost kernel: scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GTB0N 1.00 PQ: 0 ANSI: 5 >[ 5.073401] localhost kernel: sd 2:0:0:0: [sda] Write Protect is off >[ 5.073402] localhost kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 >[ 5.073485] localhost kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 5.075574] localhost kernel: sda: sda1 sda2 >[ 5.076117] localhost kernel: sd 2:0:0:0: [sda] Attached SCSI disk >[ 5.093510] localhost kernel: sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray >[ 5.094352] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >[ 5.095412] localhost kernel: sr 3:0:0:0: Attached scsi CD-ROM sr0 >[ 5.095572] localhost kernel: sr 3:0:0:0: Attached scsi generic sg1 type 5 >[ 5.096619] localhost kernel: PM: Hibernation image partition 8:2 present >[ 5.096621] localhost kernel: PM: Looking for hibernation image. >[ 5.096855] localhost kernel: PM: Image not found (code -22) >[ 5.096856] localhost kernel: PM: Hibernation image not present or could not be loaded. >[ 5.097209] localhost kernel: Freeing unused kernel memory: 1268K (ffffffff81d0a000 - ffffffff81e47000) >[ 5.098084] localhost kernel: Write protecting the kernel read-only data: 12288k >[ 5.099133] localhost kernel: Freeing unused kernel memory: 100K (ffff8800027e7000 - ffff880002800000) >[ 5.100226] localhost kernel: Freeing unused kernel memory: 660K (ffff880002b5b000 - ffff880002c00000) >[ 5.102153] localhost systemd[1]: Failed to insert module 'kdbus': Function not implemented >[ 5.106297] localhost kernel: random: systemd urandom read with 21 bits of entropy available >[ 5.107911] localhost systemd[1]: systemd 226 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL -XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN) >[ 5.108997] localhost systemd[1]: Detected architecture x86-64. >[ 5.109931] localhost systemd[1]: Running in initial RAM disk. >[ 5.113316] localhost systemd[1]: No hostname configured. >[ 5.114018] localhost systemd[1]: Set hostname to <localhost>. >[ 5.136024] localhost systemd[1]: Reached target Swap. >[ 5.137545] localhost systemd[1]: Reached target Timers. >[ 5.139156] localhost systemd[1]: Created slice System Slice. >[ 5.140708] localhost systemd[1]: Listening on udev Control Socket. >[ 5.142157] localhost systemd[1]: Listening on udev Kernel Socket. >[ 5.143586] localhost systemd[1]: Listening on Journal Socket (/dev/log). >[ 5.145026] localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. >[ 5.146443] localhost systemd[1]: Reached target Local File Systems. >[ 5.147881] localhost systemd[1]: Reached target Slices. >[ 5.149347] localhost systemd[1]: Listening on Journal Audit Socket. >[ 5.150837] localhost systemd[1]: Listening on Journal Socket. >[ 5.152311] localhost systemd[1]: Reached target Sockets. >[ 5.154029] localhost systemd[1]: Starting dracut cmdline hook... >[ 5.155821] localhost systemd[1]: Starting Create list of required static device nodes for the current kernel... >[ 5.158102] localhost systemd[1]: Starting Apply Kernel Variables... >[ 5.160323] localhost systemd[1]: Starting Journal Service... >[ 5.162049] localhost systemd[1]: Reached target Paths. >[ 5.164415] localhost systemd[1]: Started Create list of required static device nodes for the current kernel. >[ 5.166439] localhost systemd[1]: Started Apply Kernel Variables. >[ 5.170000] localhost systemd[1]: Starting Create Static Device Nodes in /dev... >[ 5.172251] localhost systemd[1]: Started Create Static Device Nodes in /dev. >[ 5.193735] localhost systemd-journal[156]: Journal started >[ 5.193774] localhost systemd-sysctl[152]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory >[ 5.193935] localhost dracut-cmdline[145]: dracut- dracut-044 dracut-044 >[ 5.193995] localhost dracut-cmdline[145]: Using kernel command line parameters: rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 rd.lvm.lv=lvm/lvroot root=/dev/mapper/lvm-lvroot rootfstype=btrfs rootflags=rw,relatime,ssd,space_cache,subvol=rootfs ro BOOT_IMAGE=/rootfs/boot/vmlinuz-4.1.12-gentoo root=/dev/mapper/lvm-lvroot ro rootflags=subvol=rootfs cryptdevice=/dev/sda2:lvm rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 rd.lvm.lv=lvm/lvroot init=/usr/lib/systemd/systemd rd.timeout=10 >[ 5.174370] localhost systemd[1]: Started Journal Service. >[ 5.224151] localhost systemd[1]: Started dracut cmdline hook. >[ 5.225928] localhost systemd[1]: Starting udev Kernel Device Manager... >[ 5.227784] localhost systemd[1]: Started udev Kernel Device Manager. >[ 5.228897] localhost systemd[1]: Starting udev Coldplug all Devices... >[ 5.255935] localhost systemd[1]: Started udev Coldplug all Devices. >[ 5.258199] localhost systemd[1]: Starting dracut initqueue hook... >[ 5.259364] localhost systemd[1]: Reached target System Initialization. >[ 5.260554] localhost systemd[1]: Reached target Basic System. >[ 5.245790] localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller >[ 5.247323] localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 >[ 5.249012] localhost kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810 >[ 5.250793] localhost kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >[ 5.251101] localhost kernel: hub 1-0:1.0: USB hub found >[ 5.252767] localhost kernel: hub 1-0:1.0: 16 ports detected >[ 5.265258] localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller >[ 5.266736] localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 >[ 5.267953] localhost kernel: hub 2-0:1.0: USB hub found >[ 5.268885] localhost kernel: hub 2-0:1.0: 8 ports detected >[ 5.272370] localhost kernel: usb: failed to peer usb2-port5 and usb1-port7 by location (usb2-port5:none) (usb1-port7:usb2-port4) >[ 5.273165] localhost kernel: usb usb2-port5: failed to peer to usb1-port7 (-16) >[ 5.273991] localhost kernel: usb: port power management may be unreliable >[ 5.275406] localhost kernel: usb: failed to peer usb2-port6 and usb1-port1 by location (usb2-port6:none) (usb1-port1:usb2-port1) >[ 5.276276] localhost kernel: usb usb2-port6: failed to peer to usb1-port1 (-16) >[ 5.277618] localhost kernel: usb: failed to peer usb2-port7 and usb1-port7 by location (usb2-port7:none) (usb1-port7:usb2-port4) >[ 5.277619] localhost kernel: usb usb2-port7: failed to peer to usb1-port7 (-16) >[ 5.278093] localhost kernel: usb: failed to peer usb2-port8 and usb1-port1 by location (usb2-port8:none) (usb1-port1:usb2-port1) >[ 5.278093] localhost kernel: usb usb2-port8: failed to peer to usb1-port1 (-16) >[ 5.443242] localhost dracut-initqueue[261]: systemd-escape: invalid option -- 'a' >[ 5.445226] localhost dracut-initqueue[261]: Failed to start systemd-cryptsetup@luks.service: Unit systemd-cryptsetup@luks.service failed to load: No such file or directory. >[ 5.579714] localhost kernel: usb 1-2: new high-speed USB device number 2 using xhci_hcd >[ 5.879730] localhost kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd >[ 6.139697] localhost kernel: usb 1-9: new full-speed USB device number 4 using xhci_hcd >[ 6.284045] localhost kernel: input: MOSART Semi. 2.4G Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/0003:062A:4102.0001/input/input13 >[ 6.285423] localhost kernel: hid-generic 0003:062A:4102.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [MOSART Semi. 2.4G Wireless Mouse] on usb-0000:00:14.0-9/input0 >[ 15.179955] localhost systemd[1]: dev-mapper-lvm\x2dlvroot.device: Job dev-mapper-lvm\x2dlvroot.device/start timed out. >[ 15.180061] localhost systemd[1]: Timed out waiting for device dev-mapper-lvm\x2dlvroot.device. >[ 15.181070] localhost systemd[1]: Dependency failed for /sysroot. >[ 15.182157] localhost systemd[1]: Dependency failed for Initrd Root File System. >[ 15.183210] localhost systemd[1]: Dependency failed for Reload Configuration from the Real Root. >[ 15.184270] localhost systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'. >[ 15.184348] localhost systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies. >[ 15.184412] localhost systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'. >[ 15.184473] localhost systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies. >[ 15.184532] localhost systemd[1]: sysroot.mount: Job sysroot.mount/start failed with result 'dependency'. >[ 15.184590] localhost systemd[1]: Dependency failed for File System Check on /dev/mapper/lvm-lvroot. >[ 15.185413] localhost systemd[1]: systemd-fsck-root.service: Job systemd-fsck-root.service/start failed with result 'dependency'. >[ 15.185469] localhost systemd[1]: dev-mapper-lvm\x2dlvroot.device: Job dev-mapper-lvm\x2dlvroot.device/start failed with result 'timeout'. >[ 15.185532] localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook. >[ 15.186278] localhost systemd[1]: Stopped target Initrd Default Target. >[ 15.187118] localhost systemd[1]: Stopped dracut mount hook. >[ 15.187956] localhost systemd[1]: Reached target Initrd File Systems. >[ 15.188790] localhost systemd[1]: Stopped target Basic System. >[ 15.189609] localhost systemd[1]: Stopped target System Initialization. >[ 15.190783] localhost systemd[1]: Starting Setup Virtual Console... >[ 15.196471] localhost systemd[1]: Started Setup Virtual Console. >[ 15.198033] localhost systemd[1]: Starting Emergency Shell...
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 572320
: 423310 |
423608