Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 423608 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), 72.19 KB, created by
Andrius Štikonas
on 2016-01-22 15:19:35 UTC
(
hide
)
Description:
rdsosreport.txt
Filename:
MIME Type:
Creator:
Andrius Štikonas
Created:
2016-01-22 15:19:35 UTC
Size:
72.19 KB
patch
obsolete
>+ cat /lib/dracut/dracut-044 >dracut-044 >+ cat /proc/cmdline >BOOT_IMAGE=/rootfs/boot/vmlinuz-4.4.0-gentoo-r1 rd.timeout=10 init=/usr/lib/systemd/systemd >+ '[' -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/swap > rd.lvm.lv=lvm/lvroot >+ for _i in '/etc/cmdline.d/*.conf' >+ '[' -f /etc/cmdline.d/95resume.conf ']' >+ echo /etc/cmdline.d/95resume.conf >/etc/cmdline.d/95resume.conf >+ cat /etc/cmdline.d/95resume.conf > resume=/dev/mapper/lvm-swap >+ 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,noatime,compress=lzo,ssd,space_cache,autodefrag,subvolid=258,subvol=/rootfs,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 >1 1 0:2 / / rw shared:1 - rootfs rootfs rw,size=8130932k,nr_inodes=2032733 >18 1 0:18 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw >19 1 0:5 / /proc rw,nosuid,nodev,noexec,relatime shared:8 - proc proc rw >20 1 0:6 / /dev rw,nosuid shared:9 - devtmpfs devtmpfs rw,size=8152612k,nr_inodes=2038153,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:10 - tmpfs tmpfs rw >23 20 0:14 / /dev/pts rw,nosuid,noexec,relatime shared:11 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 >24 1 0:20 / /run rw,nosuid,nodev shared:12 - 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 18 0:24 / /sys/firmware/efi/efivars rw,nosuid,nodev,noexec,relatime shared:7 - efivarfs efivarfs rw >29 25 0:25 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,devices >30 25 0:26 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,freezer >31 25 0:27 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,blkio >32 25 0:28 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,cpu,cpuacct >33 25 0:29 / /sys/fs/cgroup/net_cls rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,net_cls >34 25 0:30 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,cpuset >+ cat /proc/mounts >rootfs / rootfs rw,size=8130932k,nr_inodes=2032733 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=8152612k,nr_inodes=2038153,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 >efivarfs /sys/firmware/efi/efivars efivarfs rw,nosuid,nodev,noexec,relatime 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/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 >cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0 >cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0 >cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 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 22 15:08 ata-HL-DT-ST_DVDRAM_GTB0N_KLKEB643538 -> ../../sr0 >lrwxrwxrwx 1 root 0 9 Jan 22 15:08 ata-KINGSTON_SHSS37A960G_50026B72530AB87F -> ../../sda >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 ata-KINGSTON_SHSS37A960G_50026B72530AB87F-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 ata-KINGSTON_SHSS37A960G_50026B72530AB87F-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 9 Jan 22 15:08 wwn-0x5001480000000000 -> ../../sr0 > >/dev/disk/by-partlabel: >total 0 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 EFI\x20System -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 Linux\x20filesystem -> ../../sda2 > >/dev/disk/by-partuuid: >total 0 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 8d6bac30-a40a-41b0-8d2c-05c528f49189 -> ../../sda2 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 ebb211ef-33cb-4d00-9940-8adc157484a4 -> ../../sda1 > >/dev/disk/by-uuid: >total 0 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 FEA2-4098 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Jan 22 15:08 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-22 15:08:51 UTC, end at Fri 2016-01-22 15:09:01 UTC. -- >[ 5.181285] laptop systemd-journal[184]: 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.181357] laptop systemd-journal[184]: 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] laptop kernel: Initializing cgroup subsys cpuset >[ 0.000000] laptop kernel: Initializing cgroup subsys cpu >[ 0.000000] laptop kernel: Initializing cgroup subsys cpuacct >[ 0.000000] laptop kernel: Linux version 4.4.0-gentoo-r1 (root@laptop) (gcc version 5.3.0 (Gentoo 5.3.0 p1.0, pie-0.6.5) ) #6 SMP Fri Jan 22 13:41:52 GMT 2016 >[ 0.000000] laptop kernel: Command line: BOOT_IMAGE=/rootfs/boot/vmlinuz-4.4.0-gentoo-r1 rd.timeout=10 init=/usr/lib/systemd/systemd >[ 0.000000] laptop kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 >[ 0.000000] laptop kernel: x86/fpu: xstate_offset[3]: 960, xstate_sizes[3]: 64 >[ 0.000000] laptop kernel: x86/fpu: xstate_offset[4]: 1024, xstate_sizes[4]: 64 >[ 0.000000] laptop kernel: x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' >[ 0.000000] laptop kernel: x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' >[ 0.000000] laptop kernel: x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' >[ 0.000000] laptop kernel: x86/fpu: Supporting XSAVE feature 0x08: 'MPX bounds registers' >[ 0.000000] laptop kernel: x86/fpu: Supporting XSAVE feature 0x10: 'MPX CSR' >[ 0.000000] laptop kernel: x86/fpu: Enabled xstate features 0x1f, context size is 1088 bytes, using 'standard' format. >[ 0.000000] laptop kernel: x86/fpu: Using 'eager' FPU context switches. >[ 0.000000] laptop kernel: e820: BIOS-provided physical RAM map: >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007481cfff] usable >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x000000007481d000-0x000000007481dfff] ACPI NVS >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x000000007481e000-0x0000000074867fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000074868000-0x0000000076db8fff] usable >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000076db9000-0x0000000077733fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000077734000-0x000000007780efff] usable >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x000000007780f000-0x0000000077ba2fff] ACPI NVS >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000077ba3000-0x0000000077fa4fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000077fa5000-0x0000000077ffefff] type 20 >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000077fff000-0x0000000077ffffff] usable >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000078000000-0x00000000780fffff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved >[ 0.000000] laptop kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000481ffffff] usable >[ 0.000000] laptop kernel: NX (Execute Disable) protection: active >[ 0.000000] laptop kernel: efi: EFI v2.40 by American Megatrends >[ 0.000000] laptop kernel: efi: ESRT=0x77ee3f98 ACPI=0x77917000 ACPI 2.0=0x77917000 SMBIOS=0x77ee2000 SMBIOS 3.0=0x77ee1000 >[ 0.000000] laptop kernel: esrt: Reserving ESRT space from 0x0000000077ee3f98 to 0x0000000077ee3fd0. >[ 0.000000] laptop kernel: SMBIOS 3.0.0 present. >[ 0.000000] laptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >[ 0.000000] laptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable >[ 0.000000] laptop kernel: e820: last_pfn = 0x482000 max_arch_pfn = 0x400000000 >[ 0.000000] laptop kernel: MTRR default type: write-back >[ 0.000000] laptop kernel: MTRR fixed ranges enabled: >[ 0.000000] laptop kernel: 00000-9FFFF write-back >[ 0.000000] laptop kernel: A0000-BFFFF uncachable >[ 0.000000] laptop kernel: C0000-FFFFF write-protect >[ 0.000000] laptop kernel: MTRR variable ranges enabled: >[ 0.000000] laptop kernel: 0 base 0080000000 mask 7F80000000 uncachable >[ 0.000000] laptop kernel: 1 base 007C000000 mask 7FFC000000 uncachable >[ 0.000000] laptop kernel: 2 base 007A000000 mask 7FFE000000 uncachable >[ 0.000000] laptop kernel: 3 base 0079000000 mask 7FFF000000 uncachable >[ 0.000000] laptop kernel: 4 base 0078800000 mask 7FFF800000 uncachable >[ 0.000000] laptop kernel: 5 disabled >[ 0.000000] laptop kernel: 6 disabled >[ 0.000000] laptop kernel: 7 disabled >[ 0.000000] laptop kernel: 8 disabled >[ 0.000000] laptop kernel: 9 disabled >[ 0.000000] laptop kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT >[ 0.000000] laptop kernel: e820: last_pfn = 0x78000 max_arch_pfn = 0x400000000 >[ 0.000000] laptop kernel: Scanning 1 areas for low memory corruption >[ 0.000000] laptop kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576 >[ 0.000000] laptop kernel: Using GB pages for direct mapping >[ 0.000000] laptop kernel: BRK [0x02f75000, 0x02f75fff] PGTABLE >[ 0.000000] laptop kernel: BRK [0x02f76000, 0x02f76fff] PGTABLE >[ 0.000000] laptop kernel: BRK [0x02f77000, 0x02f77fff] PGTABLE >[ 0.000000] laptop kernel: BRK [0x02f78000, 0x02f78fff] PGTABLE >[ 0.000000] laptop kernel: BRK [0x02f79000, 0x02f79fff] PGTABLE >[ 0.000000] laptop kernel: BRK [0x02f7a000, 0x02f7afff] PGTABLE >[ 0.000000] laptop kernel: RAMDISK: [mem 0x36cbc000-0x37655fff] >[ 0.000000] laptop kernel: ACPI: Early table checksum verification disabled >[ 0.000000] laptop kernel: ACPI: RSDP 0x0000000077917000 000024 (v02 ALASKA) >[ 0.000000] laptop kernel: ACPI: XSDT 0x0000000077917098 0000B4 (v01 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] laptop kernel: ACPI: FACP 0x00000000779314D8 00010C (v05 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] laptop kernel: ACPI: DSDT 0x00000000779171E8 01A2F0 (v02 ALASKA A M I 01072009 INTL 20120913) >[ 0.000000] laptop kernel: ACPI: FACS 0x0000000077BA2F80 000040 >[ 0.000000] laptop kernel: ACPI: APIC 0x00000000779315E8 0000BC (v03 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] laptop kernel: ACPI: FPDT 0x00000000779316A8 000044 (v01 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] laptop kernel: ACPI: FIDT 0x00000000779316F0 00009C (v01 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] laptop kernel: ACPI: MCFG 0x0000000077931790 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) >[ 0.000000] laptop kernel: ACPI: HPET 0x00000000779317D0 000038 (v01 ALASKA A M I 01072009 AMI. 0005000B) >[ 0.000000] laptop kernel: ACPI: SSDT 0x0000000077931808 000315 (v01 SataRe SataTabl 00001000 INTL 20120913) >[ 0.000000] laptop kernel: ACPI: DBGP 0x0000000077931B20 000034 (v01 INTEL 00000000 MSFT 0000005F) >[ 0.000000] laptop kernel: ACPI: DBG2 0x0000000077931B58 000054 (v00 INTEL 00000000 MSFT 0000005F) >[ 0.000000] laptop kernel: ACPI: SSDT 0x0000000077931BB0 005806 (v02 SaSsdt SaSsdt 00003000 INTL 20120913) >[ 0.000000] laptop kernel: ACPI: UEFI 0x00000000779373B8 000042 (v01 00000000 00000000) >[ 0.000000] laptop kernel: ACPI: SSDT 0x0000000077937400 000E58 (v02 CpuRef CpuSsdt 00003000 INTL 20120913) >[ 0.000000] laptop kernel: ACPI: SSDT 0x0000000077938258 00009F (v02 SgRef SgPeg 00001000 INTL 20120913) >[ 0.000000] laptop kernel: ACPI: DMAR 0x00000000779382F8 0000A8 (v01 INTEL SKL 00000001 INTL 00000001) >[ 0.000000] laptop kernel: ACPI: TPM2 0x00000000779383A0 000034 (v03 Tpm2Tabl 00000001 AMI 00000000) >[ 0.000000] laptop kernel: ACPI: SSDT 0x00000000779383D8 001970 (v01 OptRef OptTabl 00001000 INTL 20120913) >[ 0.000000] laptop kernel: ACPI: ASF! 0x0000000077939D48 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240) >[ 0.000000] laptop kernel: ACPI: BGRT 0x0000000077939DF0 000038 (v00 ALASKA A M I 01072009 AMI 00010013) >[ 0.000000] laptop kernel: ACPI: Local APIC address 0xfee00000 >[ 0.000000] laptop kernel: No NUMA configuration found >[ 0.000000] laptop kernel: Faking a node at [mem 0x0000000000000000-0x0000000481ffffff] >[ 0.000000] laptop kernel: NODE_DATA(0) allocated [mem 0x481ff8000-0x481ffbfff] >[ 0.000000] laptop kernel: Zone ranges: >[ 0.000000] laptop kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] >[ 0.000000] laptop kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff] >[ 0.000000] laptop kernel: Normal [mem 0x0000000100000000-0x0000000481ffffff] >[ 0.000000] laptop kernel: Movable zone start for each node >[ 0.000000] laptop kernel: Early memory node ranges >[ 0.000000] laptop kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff] >[ 0.000000] laptop kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff] >[ 0.000000] laptop kernel: node 0: [mem 0x0000000000100000-0x000000007481cfff] >[ 0.000000] laptop kernel: node 0: [mem 0x0000000074868000-0x0000000076db8fff] >[ 0.000000] laptop kernel: node 0: [mem 0x0000000077734000-0x000000007780efff] >[ 0.000000] laptop kernel: node 0: [mem 0x0000000077fff000-0x0000000077ffffff] >[ 0.000000] laptop kernel: node 0: [mem 0x0000000100000000-0x0000000481ffffff] >[ 0.000000] laptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000481ffffff] >[ 0.000000] laptop kernel: On node 0 totalpages: 4165094 >[ 0.000000] laptop kernel: DMA zone: 64 pages used for memmap >[ 0.000000] laptop kernel: DMA zone: 22 pages reserved >[ 0.000000] laptop kernel: DMA zone: 3996 pages, LIFO batch:0 >[ 0.000000] laptop kernel: DMA32 zone: 7546 pages used for memmap >[ 0.000000] laptop kernel: DMA32 zone: 482890 pages, LIFO batch:31 >[ 0.000000] laptop kernel: Normal zone: 57472 pages used for memmap >[ 0.000000] laptop kernel: Normal zone: 3678208 pages, LIFO batch:31 >[ 0.000000] laptop kernel: Reserving Intel graphics stolen memory at 0x79000000-0x7cffffff >[ 0.000000] laptop kernel: ACPI: PM-Timer IO Port: 0x1808 >[ 0.000000] laptop kernel: ACPI: Local APIC address 0xfee00000 >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) >[ 0.000000] laptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) >[ 0.000000] laptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119 >[ 0.000000] laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >[ 0.000000] laptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) >[ 0.000000] laptop kernel: ACPI: IRQ0 used by override. >[ 0.000000] laptop kernel: ACPI: IRQ9 used by override. >[ 0.000000] laptop kernel: Using ACPI (MADT) for SMP configuration information >[ 0.000000] laptop kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000 >[ 0.000000] laptop kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x7481d000-0x7481dfff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x7481e000-0x74867fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x76db9000-0x77733fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x7780f000-0x77ba2fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x77ba3000-0x77fa4fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x77fa5000-0x77ffefff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x78000000-0x780fffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x78100000-0x78ffffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x79000000-0x7cffffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0x7d000000-0xdfffffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] >[ 0.000000] laptop kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff] >[ 0.000000] laptop kernel: e820: [mem 0x7d000000-0xdfffffff] available for PCI devices >[ 0.000000] laptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns >[ 0.000000] laptop kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 >[ 0.000000] laptop kernel: PERCPU: Embedded 32 pages/cpu @ffff880481c00000 s91160 r8192 d31720 u262144 >[ 0.000000] laptop kernel: pcpu-alloc: s91160 r8192 d31720 u262144 alloc=1*2097152 >[ 0.000000] laptop kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 >[ 0.000000] laptop kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 4099990 >[ 0.000000] laptop kernel: Policy zone: Normal >[ 0.000000] laptop kernel: Kernel command line: BOOT_IMAGE=/rootfs/boot/vmlinuz-4.4.0-gentoo-r1 rd.timeout=10 init=/usr/lib/systemd/systemd >[ 0.000000] laptop kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.000000] laptop kernel: Calgary: detecting Calgary via BIOS EBDA area >[ 0.000000] laptop kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing! >[ 0.000000] laptop kernel: Memory: 16261868K/16660376K available (7960K kernel code, 1021K rwdata, 3544K rodata, 1256K init, 1220K bss, 398508K reserved, 0K cma-reserved) >[ 0.000000] laptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 >[ 0.000000] laptop kernel: Hierarchical RCU implementation. >[ 0.000000] laptop kernel: Build-time adjustment of leaf fanout to 64. >[ 0.000000] laptop kernel: NR_IRQS:4352 nr_irqs:2048 16 >[ 0.000000] laptop kernel: Console: colour dummy device 80x25 >[ 0.000000] laptop kernel: console [tty0] enabled >[ 0.000000] laptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns >[ 0.000000] laptop kernel: hpet clockevent registered >[ 0.000000] laptop kernel: tsc: PIT calibration matches HPET. 1 loops >[ 0.000000] laptop kernel: tsc: Detected 2591.969 MHz processor >[ 0.000002] laptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5183.93 BogoMIPS (lpj=25919690) >[ 0.000007] laptop kernel: pid_max: default: 32768 minimum: 301 >[ 0.000012] laptop kernel: ACPI: Core revision 20150930 >[ 0.022196] laptop kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded >[ 0.023721] laptop kernel: Security Framework initialized >[ 0.023726] laptop kernel: AppArmor: AppArmor initialized >[ 0.024434] laptop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) >[ 0.026765] laptop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) >[ 0.027774] laptop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) >[ 0.027788] laptop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) >[ 0.027962] laptop kernel: Initializing cgroup subsys io >[ 0.027966] laptop kernel: Initializing cgroup subsys devices >[ 0.027969] laptop kernel: Initializing cgroup subsys freezer >[ 0.027971] laptop kernel: Initializing cgroup subsys net_cls >[ 0.027990] laptop kernel: CPU: Physical Processor ID: 0 >[ 0.027992] laptop kernel: CPU: Processor Core ID: 0 >[ 0.027996] laptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance' >[ 0.027999] laptop kernel: ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) >[ 0.028898] laptop kernel: mce: CPU supports 10 MCE banks >[ 0.028919] laptop kernel: CPU0: Thermal monitoring enabled (TM1) >[ 0.028928] laptop kernel: process: using mwait in idle threads >[ 0.028931] laptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8 >[ 0.028934] laptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4 >[ 0.029278] laptop kernel: Freeing SMP alternatives memory: 28K (ffffffff81e3b000 - ffffffff81e42000) >[ 0.031355] laptop kernel: ftrace: allocating 30362 entries in 119 pages >[ 0.043719] laptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 >[ 0.143734] laptop kernel: TSC deadline timer enabled >[ 0.143739] laptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz (family: 0x6, model: 0x5e, stepping: 0x3) >[ 0.143759] laptop kernel: Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver. >[ 0.143783] laptop kernel: ... version: 4 >[ 0.143784] laptop kernel: ... bit width: 48 >[ 0.143786] laptop kernel: ... generic registers: 4 >[ 0.143788] laptop kernel: ... value mask: 0000ffffffffffff >[ 0.143790] laptop kernel: ... max period: 0000ffffffffffff >[ 0.143792] laptop kernel: ... fixed-purpose events: 3 >[ 0.143794] laptop kernel: ... event mask: 000000070000000f >[ 0.143965] laptop kernel: x86: Booting SMP configuration: >[ 0.143967] laptop kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 >[ 0.167953] laptop kernel: x86: Booted up 1 node, 8 CPUs >[ 0.167958] laptop kernel: smpboot: Total of 8 processors activated (41471.50 BogoMIPS) >[ 0.173280] laptop kernel: devtmpfs: initialized >[ 0.173416] laptop kernel: PM: Registering ACPI NVS region [mem 0x7481d000-0x7481dfff] (4096 bytes) >[ 0.173420] laptop kernel: PM: Registering ACPI NVS region [mem 0x7780f000-0x77ba2fff] (3751936 bytes) >[ 0.173508] laptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns >[ 0.173584] laptop kernel: xor: automatically using best checksumming function: >[ 0.264497] laptop kernel: avx : 41844.000 MB/sec >[ 0.264652] laptop kernel: RTC time: 15:08:46, date: 01/22/16 >[ 0.264722] laptop kernel: NET: Registered protocol family 16 >[ 0.294531] laptop kernel: cpuidle: using governor ladder >[ 0.317390] laptop kernel: cpuidle: using governor menu >[ 0.317472] laptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >[ 0.317476] laptop kernel: ACPI: bus type PCI registered >[ 0.317540] laptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >[ 0.317545] laptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 >[ 0.317557] laptop kernel: PCI: Using configuration type 1 for base access >[ 0.504546] laptop kernel: raid6: sse2x1 gen() 9044 MB/s >[ 0.674557] laptop kernel: raid6: sse2x1 xor() 5833 MB/s >[ 0.844569] laptop kernel: raid6: sse2x2 gen() 11042 MB/s >[ 1.014580] laptop kernel: raid6: sse2x2 xor() 7687 MB/s >[ 1.184592] laptop kernel: raid6: sse2x4 gen() 12925 MB/s >[ 1.354601] laptop kernel: raid6: sse2x4 xor() 8636 MB/s >[ 1.524613] laptop kernel: raid6: avx2x1 gen() 18952 MB/s >[ 1.694623] laptop kernel: raid6: avx2x2 gen() 25301 MB/s >[ 1.864633] laptop kernel: raid6: avx2x4 gen() 26707 MB/s >[ 1.864635] laptop kernel: raid6: using algorithm avx2x4 gen() 26707 MB/s >[ 1.864637] laptop kernel: raid6: using avx2x2 recovery algorithm >[ 1.864672] laptop kernel: ACPI: Added _OSI(Module Device) >[ 1.864675] laptop kernel: ACPI: Added _OSI(Processor Device) >[ 1.864677] laptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >[ 1.864679] laptop kernel: ACPI: Added _OSI(Processor Aggregator Device) >[ 1.869723] laptop kernel: ACPI: Executed 23 blocks of module-level executable AML code >[ 1.873480] laptop kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored >[ 1.876216] laptop kernel: ACPI: Dynamic OEM Table Load: >[ 1.876222] laptop kernel: ACPI: SSDT 0xFFFF88046F129400 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913) >[ 1.876828] laptop kernel: ACPI: Dynamic OEM Table Load: >[ 1.876833] laptop kernel: ACPI: SSDT 0xFFFF88046F1F9000 0005DC (v02 PmRef Cpu0Ist 00003000 INTL 20120913) >[ 1.878253] laptop kernel: ACPI: Dynamic OEM Table Load: >[ 1.878258] laptop kernel: ACPI: SSDT 0xFFFF88046F1F9800 0005AA (v02 PmRef ApIst 00003000 INTL 20120913) >[ 1.879010] laptop kernel: ACPI: Dynamic OEM Table Load: >[ 1.879014] laptop kernel: ACPI: SSDT 0xFFFF88046F1F1000 000119 (v02 PmRef ApCst 00003000 INTL 20120913) >[ 1.882808] laptop kernel: ACPI : EC: EC started >[ 1.883588] laptop kernel: ACPI: Interpreter enabled >[ 1.883597] laptop kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) >[ 1.883607] laptop kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) >[ 1.883625] laptop kernel: ACPI: (supports S0 S3 S4 S5) >[ 1.883627] laptop kernel: ACPI: Using IOAPIC for interrupt routing >[ 1.883652] laptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >[ 1.885075] laptop kernel: ACPI: Power Resource [PG00] (on) >[ 1.885092] laptop kernel: ACPI: Power Resource [PG02] (on) >[ 1.885396] laptop kernel: ACPI: Power Resource [PG01] (on) >[ 1.885640] laptop kernel: ACPI: Power Resource [PG02] (on) >[ 1.894901] laptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) >[ 1.894907] laptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >[ 1.894931] laptop kernel: \_SB_.PCI0:_OSC invalid UUID >[ 1.894932] laptop kernel: _OSC request data:1 1f 0 >[ 1.894934] laptop kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM >[ 1.895140] laptop kernel: PCI host bridge to bus 0000:00 >[ 1.895144] laptop kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >[ 1.895146] laptop kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >[ 1.895149] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >[ 1.895152] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window] >[ 1.895156] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window] >[ 1.895159] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window] >[ 1.895162] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window] >[ 1.895166] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] >[ 1.895169] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] >[ 1.895172] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] >[ 1.895176] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] >[ 1.895179] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] >[ 1.895182] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] >[ 1.895185] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window] >[ 1.895189] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window] >[ 1.895192] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] >[ 1.895195] laptop kernel: pci_bus 0000:00: root bus resource [mem 0x7d000000-0xdfffffff window] >[ 1.895199] laptop kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window] >[ 1.895202] laptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe] >[ 1.895217] laptop kernel: pci 0000:00:00.0: [8086:1910] type 00 class 0x060000 >[ 1.895299] laptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 >[ 1.895326] laptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold >[ 1.895404] laptop kernel: pci 0000:00:01.0: System wakeup disabled by ACPI >[ 1.895451] laptop kernel: pci 0000:00:02.0: [8086:191b] type 00 class 0x030000 >[ 1.895461] laptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit] >[ 1.895466] laptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref] >[ 1.895469] laptop kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] >[ 1.895601] laptop kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 >[ 1.895625] laptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdf310000-0xdf31ffff 64bit] >[ 1.895672] laptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold >[ 1.895737] laptop kernel: pci 0000:00:14.0: System wakeup disabled by ACPI >[ 1.895765] laptop kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 >[ 1.895788] laptop kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdf32e000-0xdf32efff 64bit] >[ 1.895902] laptop kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 >[ 1.895927] laptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf32d000-0xdf32dfff 64bit] >[ 1.895977] laptop kernel: pci 0000:00:16.0: PME# supported from D3hot >[ 1.896078] laptop kernel: pci 0000:00:17.0: [8086:a103] type 00 class 0x010601 >[ 1.896096] laptop kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdf328000-0xdf329fff] >[ 1.896102] laptop kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdf32c000-0xdf32c0ff] >[ 1.896109] laptop kernel: pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097] >[ 1.896115] laptop kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083] >[ 1.896120] laptop kernel: pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f] >[ 1.896127] laptop kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdf32b000-0xdf32b7ff] >[ 1.896152] laptop kernel: pci 0000:00:17.0: PME# supported from D3hot >[ 1.896241] laptop kernel: pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400 >[ 1.896289] laptop kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold >[ 1.896364] laptop kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI >[ 1.896405] laptop kernel: pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400 >[ 1.896453] laptop kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold >[ 1.896527] laptop kernel: pci 0000:00:1c.6: System wakeup disabled by ACPI >[ 1.896560] laptop kernel: pci 0000:00:1f.0: [8086:a14e] type 00 class 0x060100 >[ 1.896728] laptop kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 >[ 1.896738] laptop kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdf324000-0xdf327fff] >[ 1.896846] laptop kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300 >[ 1.896876] laptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf320000-0xdf323fff 64bit] >[ 1.896898] laptop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdf300000-0xdf30ffff 64bit] >[ 1.896927] laptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold >[ 1.897026] laptop kernel: pci 0000:00:1f.3: System wakeup disabled by ACPI >[ 1.897060] laptop kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 >[ 1.897112] laptop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdf32a000-0xdf32a0ff 64bit] >[ 1.897181] laptop kernel: pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f] >[ 1.897343] laptop kernel: pci 0000:01:00.0: [10de:1347] type 00 class 0x030200 >[ 1.897356] laptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff] >[ 1.897363] laptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref] >[ 1.897369] laptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref] >[ 1.897374] laptop kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] >[ 1.897379] laptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref] >[ 1.897438] laptop kernel: pci 0000:01:00.0: System wakeup disabled by ACPI >[ 1.914682] laptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >[ 1.914686] laptop kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >[ 1.914688] laptop kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] >[ 1.914691] laptop kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] >[ 1.914736] laptop kernel: pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000 >[ 1.914768] laptop kernel: pci 0000:02:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff] >[ 1.914808] laptop kernel: pci 0000:02:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref] >[ 1.914865] laptop kernel: pci 0000:02:00.0: supports D1 D2 >[ 1.914866] laptop kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold >[ 1.914909] laptop kernel: pci 0000:02:00.0: System wakeup disabled by ACPI >[ 1.914946] laptop kernel: pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000 >[ 1.914980] laptop kernel: pci 0000:02:00.1: reg 0x10: [io 0xd000-0xd0ff] >[ 1.915005] laptop kernel: pci 0000:02:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit] >[ 1.915020] laptop kernel: pci 0000:02:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit] >[ 1.915081] laptop kernel: pci 0000:02:00.1: supports D1 D2 >[ 1.915082] laptop kernel: pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold >[ 1.934692] laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >[ 1.934696] laptop kernel: pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] >[ 1.934698] laptop kernel: pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf2fffff] >[ 1.934761] laptop kernel: pci 0000:03:00.0: [8086:24f3] type 00 class 0x028000 >[ 1.934821] laptop kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit] >[ 1.934964] laptop kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold >[ 1.935033] laptop kernel: pci 0000:03:00.0: System wakeup disabled by ACPI >[ 1.954715] laptop kernel: pci 0000:00:1c.6: PCI bridge to [bus 03] >[ 1.954721] laptop kernel: pci 0000:00:1c.6: bridge window [mem 0xdf100000-0xdf1fffff] >[ 1.955584] laptop kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.955630] laptop kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) >[ 1.955672] laptop kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.955714] laptop kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.955754] laptop kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.955795] laptop kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.955836] laptop kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.955877] laptop kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) >[ 1.956154] laptop kernel: ACPI: Enabled 5 GPEs in block 00 to 7F >[ 1.956228] laptop kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62 >[ 1.956286] laptop kernel: vgaarb: setting as boot device: PCI:0000:00:02.0 >[ 1.956289] laptop kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none >[ 1.956294] laptop kernel: vgaarb: loaded >[ 1.956297] laptop kernel: vgaarb: bridge control possible 0000:00:02.0 >[ 1.956361] laptop kernel: SCSI subsystem initialized >[ 1.956390] laptop kernel: libata version 3.00 loaded. >[ 1.956420] laptop kernel: ACPI: bus type USB registered >[ 1.956433] laptop kernel: usbcore: registered new interface driver usbfs >[ 1.956442] laptop kernel: usbcore: registered new interface driver hub >[ 1.956458] laptop kernel: usbcore: registered new device driver usb >[ 1.956596] laptop kernel: wmi: Mapper loaded >[ 1.956603] laptop kernel: PCI: Using ACPI for IRQ routing >[ 1.984642] laptop kernel: PCI: pci_cache_line_size set to 64 bytes >[ 1.984707] laptop kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff] >[ 1.984708] laptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] >[ 1.984709] laptop kernel: e820: reserve RAM buffer [mem 0x7481d000-0x77ffffff] >[ 1.984710] laptop kernel: e820: reserve RAM buffer [mem 0x76db9000-0x77ffffff] >[ 1.984711] laptop kernel: e820: reserve RAM buffer [mem 0x7780f000-0x77ffffff] >[ 1.984712] laptop kernel: e820: reserve RAM buffer [mem 0x482000000-0x483ffffff] >[ 1.984781] laptop kernel: NetLabel: Initializing >[ 1.984783] laptop kernel: NetLabel: domain hash size = 128 >[ 1.984785] laptop kernel: NetLabel: protocols = UNLABELED CIPSOv4 >[ 1.984794] laptop kernel: NetLabel: unlabeled traffic allowed by default >[ 1.984864] laptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 >[ 1.984869] laptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter >[ 1.986915] laptop kernel: clocksource: Switched to clocksource hpet >[ 1.990706] laptop kernel: AppArmor: AppArmor Filesystem Enabled >[ 1.993015] laptop kernel: pnp: PnP ACPI init >[ 1.993149] laptop kernel: system 00:00: [io 0x0680-0x069f] has been reserved >[ 1.993152] laptop kernel: system 00:00: [io 0xffff] has been reserved >[ 1.993155] laptop kernel: system 00:00: [io 0xffff] has been reserved >[ 1.993157] laptop kernel: system 00:00: [io 0xffff] has been reserved >[ 1.993160] laptop kernel: system 00:00: [io 0x1800-0x18fe] could not be reserved >[ 1.993162] laptop kernel: system 00:00: [io 0x164e-0x164f] has been reserved >[ 1.993165] laptop kernel: system 00:00: [io 0x3322-0x3323] has been reserved >[ 1.993168] laptop kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.993224] laptop kernel: system 00:01: [io 0x0800-0x087f] has been reserved >[ 1.993228] laptop kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.993240] laptop kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) >[ 1.993262] laptop kernel: system 00:03: [io 0x1854-0x1857] has been reserved >[ 1.993265] laptop kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) >[ 1.993301] laptop kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active) >[ 1.993375] laptop kernel: pnp 00:05: Plug and Play ACPI device, IDs SYN1218 PNP0f13 (active) >[ 1.993521] laptop kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved >[ 1.993524] laptop kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved >[ 1.993527] laptop kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved >[ 1.993529] laptop kernel: system 00:06: [mem 0xe0000000-0xefffffff] has been reserved >[ 1.993532] laptop kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved >[ 1.993534] laptop kernel: system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved >[ 1.993537] laptop kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved >[ 1.993540] laptop kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved >[ 1.993542] laptop kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved >[ 1.993545] laptop kernel: system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved >[ 1.993548] laptop kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.993572] laptop kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved >[ 1.993575] laptop kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved >[ 1.993578] laptop kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved >[ 1.993580] laptop kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved >[ 1.993583] laptop kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved >[ 1.993586] laptop kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved >[ 1.993588] laptop kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved >[ 1.993591] laptop kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.993773] laptop kernel: system 00:08: [io 0xff00-0xfffe] has been reserved >[ 1.993776] laptop kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.994480] laptop kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved >[ 1.994483] laptop kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved >[ 1.994485] laptop kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved >[ 1.994488] laptop kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.994935] laptop kernel: pnp: PnP ACPI: found 10 devices >[ 1.999467] laptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >[ 1.999486] laptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01] >[ 1.999489] laptop kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff] >[ 1.999493] laptop kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff] >[ 1.999496] laptop kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] >[ 1.999502] laptop kernel: pci 0000:00:1c.0: PCI bridge to [bus 02] >[ 1.999504] laptop kernel: pci 0000:00:1c.0: bridge window [io 0xd000-0xdfff] >[ 1.999509] laptop kernel: pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf2fffff] >[ 1.999515] laptop kernel: pci 0000:00:1c.6: PCI bridge to [bus 03] >[ 1.999519] laptop kernel: pci 0000:00:1c.6: bridge window [mem 0xdf100000-0xdf1fffff] >[ 1.999525] laptop kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] >[ 1.999527] laptop kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] >[ 1.999528] laptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] >[ 1.999529] laptop kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window] >[ 1.999530] laptop kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window] >[ 1.999531] laptop kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window] >[ 1.999532] laptop kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window] >[ 1.999533] laptop kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window] >[ 1.999533] laptop kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window] >[ 1.999534] laptop kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window] >[ 1.999535] laptop kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window] >[ 1.999536] laptop kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window] >[ 1.999537] laptop kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window] >[ 1.999538] laptop kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window] >[ 1.999539] laptop kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window] >[ 1.999540] laptop kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window] >[ 1.999541] laptop kernel: pci_bus 0000:00: resource 20 [mem 0x7d000000-0xdfffffff window] >[ 1.999542] laptop kernel: pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window] >[ 1.999543] laptop kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff] >[ 1.999544] laptop kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff] >[ 1.999545] laptop kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref] >[ 1.999546] laptop kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] >[ 1.999547] laptop kernel: pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff] >[ 1.999548] laptop kernel: pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff] >[ 1.999565] laptop kernel: NET: Registered protocol family 2 >[ 1.999722] laptop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes) >[ 1.999890] laptop kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) >[ 1.999993] laptop kernel: TCP: Hash tables configured (established 131072 bind 65536) >[ 2.000016] laptop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes) >[ 2.000054] laptop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) >[ 2.000107] laptop kernel: NET: Registered protocol family 1 >[ 2.000117] laptop kernel: pci 0000:00:02.0: Video device with shadowed ROM >[ 2.010959] laptop kernel: PCI: CLS 0 bytes, default 64 >[ 2.010987] laptop kernel: Trying to unpack rootfs image as initramfs... >[ 2.813393] laptop kernel: Freeing initrd memory: 9832K (ffff880036cbc000 - ffff880037656000) >[ 2.813405] laptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) >[ 2.813409] laptop kernel: software IO TLB [mem 0x6fad5000-0x73ad5000] (64MB) mapped at [ffff88006fad5000-ffff880073ad4fff] >[ 2.813573] laptop kernel: Scanning for low memory corruption every 60 seconds >[ 2.813977] laptop kernel: futex hash table entries: 2048 (order: 5, 131072 bytes) >[ 2.814005] laptop kernel: audit: initializing netlink subsys (disabled) >[ 2.814015] laptop kernel: audit: type=2000 audit(1453475328.820:1): initialized >[ 2.814478] laptop kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >[ 2.815516] laptop kernel: VFS: Disk quotas dquot_6.6.0 >[ 2.815544] laptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 2.815628] laptop kernel: fuse init (API version 7.23) >[ 2.817250] laptop kernel: NET: Registered protocol family 38 >[ 2.817303] laptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) >[ 2.817309] laptop kernel: io scheduler noop registered >[ 2.817312] laptop kernel: io scheduler deadline registered >[ 2.817338] laptop kernel: io scheduler cfq registered (default) >[ 2.817695] laptop kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >[ 2.817700] laptop kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >[ 2.817762] laptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >[ 2.820011] laptop kernel: Linux agpgart interface v0.103 >[ 2.820052] laptop kernel: intel_idle: MWAIT substates: 0x11142120 >[ 2.820053] laptop kernel: intel_idle: v0.4 model 0x5E >[ 2.820054] laptop kernel: intel_idle: lapic_timer_reliable_states 0xffffffff >[ 2.821361] laptop kernel: ACPI: AC Adapter [AC] (on-line) >[ 2.821400] laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 >[ 2.821405] laptop kernel: ACPI: Power Button [PWRB] >[ 2.821425] laptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 >[ 2.821429] laptop kernel: ACPI: Sleep Button [SLPB] >[ 2.821450] laptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2 >[ 2.821475] laptop kernel: ACPI: Lid Switch [LID0] >[ 2.821496] laptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 >[ 2.821499] laptop kernel: ACPI: Power Button [PWRF] >[ 2.821886] laptop kernel: thermal LNXTHERM:00: registered as thermal_zone0 >[ 2.821888] laptop kernel: ACPI: Thermal Zone [TZ0] (66 C) >[ 2.821933] laptop kernel: [drm] Initialized drm 1.1.0 20060810 >[ 2.822444] laptop kernel: ACPI: Battery Slot [BAT0] (battery present) >[ 2.822647] laptop kernel: [drm:i915_firmware_load_error_print] *ERROR* failed to load firmware i915/skl_dmc_ver1.bin (-22) >[ 2.823071] laptop kernel: [drm] Memory usable by graphics device = 4096M >[ 2.823074] laptop kernel: [drm] Replacing VGA console driver >[ 2.829766] laptop kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). >[ 2.829770] laptop kernel: [drm] Driver supports precise vblank timestamp query. >[ 2.832040] laptop kernel: vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem >[ 2.839157] laptop kernel: [drm:intel_guc_ucode_init] *ERROR* Failed to fetch GuC firmware from i915/skl_guc_ver4.bin (error -22) >[ 2.840814] laptop kernel: [drm:i915_gem_init_hw] *ERROR* Failed to initialize GuC, error -5 (ignored) >[ 2.844049] laptop kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) >[ 2.844229] laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4 >[ 2.844245] laptop kernel: ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20150930/video-1198) >[ 2.844250] laptop kernel: ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no) >[ 2.844268] laptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input5 >[ 2.844282] laptop kernel: [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0 >[ 2.854133] laptop kernel: brd: module loaded >[ 2.855364] laptop kernel: fbcon: inteldrmfb (fb0) is primary device >[ 2.857743] laptop kernel: loop: module loaded >[ 2.857973] laptop kernel: ahci 0000:00:17.0: version 3.0 >[ 2.877239] laptop kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0xc impl SATA mode >[ 2.877240] laptop kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst >[ 2.897978] laptop kernel: scsi host0: ahci >[ 2.898475] laptop kernel: scsi host1: ahci >[ 2.898941] laptop kernel: scsi host2: ahci >[ 2.899284] laptop kernel: scsi host3: ahci >[ 2.899316] laptop kernel: ata1: DUMMY >[ 2.899316] laptop kernel: ata2: DUMMY >[ 2.899318] laptop kernel: ata3: SATA max UDMA/133 abar m2048@0xdf32b000 port 0xdf32b200 irq 122 >[ 2.899319] laptop kernel: ata4: SATA max UDMA/133 abar m2048@0xdf32b000 port 0xdf32b280 irq 122 >[ 2.899558] laptop kernel: libphy: Fixed MDIO Bus: probed >[ 2.899578] laptop kernel: tun: Universal TUN/TAP device driver, 1.6 >[ 2.899579] laptop kernel: tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> >[ 2.899698] laptop kernel: PPP generic driver version 2.4.2 >[ 2.899967] laptop kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 2.899968] laptop kernel: ehci-pci: EHCI PCI platform driver >[ 2.899979] laptop kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 2.899983] laptop kernel: ohci-pci: OHCI PCI platform driver >[ 2.899990] laptop kernel: uhci_hcd: USB Universal Host Controller Interface driver >[ 2.900023] laptop kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12 >[ 3.247137] laptop kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300) >[ 3.247169] laptop kernel: ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) >[ 3.249850] laptop kernel: ata4.00: ATAPI: HL-DT-ST DVDRAM GTB0N, 1.00, max UDMA/133 >[ 3.249855] laptop kernel: ata3.00: ATA-9: KINGSTON SHSS37A960G, SAFM00.r, max UDMA/133 >[ 3.249856] laptop kernel: ata3.00: 1875385008 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >[ 3.250137] laptop kernel: ata3.00: configured for UDMA/133 >[ 3.253290] laptop kernel: ata4.00: configured for UDMA/133 >[ 3.450179] laptop kernel: i8042: Detected active multiplexing controller, rev 1.1 >[ 3.451838] laptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 3.451840] laptop kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12 >[ 3.451858] laptop kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12 >[ 3.451870] laptop kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12 >[ 3.451882] laptop kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12 >[ 3.452208] laptop kernel: mousedev: PS/2 mouse device common for all mice >[ 3.453166] laptop kernel: rtc_cmos 00:02: RTC can wake from S4 >[ 3.453699] laptop kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 >[ 3.453779] laptop kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs >[ 3.453809] laptop kernel: device-mapper: uevent: version 1.0.3 >[ 3.453989] laptop kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com >[ 3.455001] laptop kernel: device-mapper: multipath: version 1.10.0 loaded >[ 3.455005] laptop kernel: device-mapper: multipath round-robin: version 1.0.0 loaded >[ 3.455106] laptop kernel: hidraw: raw HID events driver (C) Jiri Kosina >[ 3.455126] laptop kernel: usbcore: registered new interface driver usbhid >[ 3.455126] laptop kernel: usbhid: USB HID core driver >[ 3.455381] laptop kernel: NET: Registered protocol family 10 >[ 3.455719] laptop kernel: NET: Registered protocol family 17 >[ 3.455727] laptop kernel: Key type dns_resolver registered >[ 3.456043] laptop kernel: AVX2 version of gcm_enc/dec engaged. >[ 3.456043] laptop kernel: AES CTR mode by8 optimization enabled >[ 3.457654] laptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6 >[ 3.460851] laptop kernel: registered taskstats version 1 >[ 3.461453] laptop kernel: Btrfs loaded >[ 3.461463] laptop kernel: AppArmor: AppArmor sha1 policy hashing enabled >[ 3.462104] laptop kernel: Magic number: 0:278:134 >[ 3.462137] laptop kernel: acpi device:09: hash matches >[ 3.462489] laptop kernel: rtc_cmos 00:02: setting system clock to 2016-01-22 15:08:49 UTC (1453475329) >[ 3.464033] laptop kernel: BIOS EDD facility v0.16 2004-Jun-25, 0 devices found >[ 3.464034] laptop kernel: EDD information not available. >[ 3.464089] laptop kernel: PM: Checking hibernation image partition /dev/sda2 >[ 3.807116] laptop kernel: tsc: Refined TSC clocksource calibration: 2592.000 MHz >[ 3.807118] laptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns >[ 4.017348] laptop kernel: [drm] RC6 on >[ 4.807484] laptop kernel: clocksource: Switched to clocksource tsc >[ 4.931306] laptop kernel: ------------[ cut here ]------------ >[ 4.931310] laptop kernel: WARNING: CPU: 3 PID: 72 at drivers/gpu/drm/i915/intel_pm.c:3597 skl_update_other_pipe_wm+0x1c2/0x1d0() >[ 4.931311] laptop kernel: WARN_ON(!wm_changed) >[ 4.931312] laptop kernel: Modules linked in: >[ 4.931313] laptop kernel: CPU: 3 PID: 72 Comm: kworker/3:1 Not tainted 4.4.0-gentoo-r1 #6 >[ 4.931314] laptop kernel: Hardware name: PC Specialist Limited W65_W67RB/W65_W67RB, BIOS 5.11 10/07/2015 >[ 4.931316] laptop kernel: Workqueue: events output_poll_execute >[ 4.931317] laptop kernel: ffffffff81adb870 ffff88046d207798 ffffffff81378e0f ffff88046d2077e0 >[ 4.931319] laptop kernel: ffff88046d2077d0 ffffffff8107a5c2 ffff88046d231000 ffff88046d2078fc >[ 4.931320] laptop kernel: ffff88046d230000 0000000000000000 ffff88046d207868 ffff88046d207830 >[ 4.931320] laptop kernel: Call Trace: >[ 4.931323] laptop kernel: [<ffffffff81378e0f>] dump_stack+0x44/0x55 >[ 4.931325] laptop kernel: [<ffffffff8107a5c2>] warn_slowpath_common+0x82/0xc0 >[ 4.931326] laptop kernel: [<ffffffff8107a64c>] warn_slowpath_fmt+0x4c/0x50 >[ 4.931329] laptop kernel: [<ffffffff810a0000>] ? sched_set_stop_task+0x70/0x90 >[ 4.931330] laptop kernel: [<ffffffff814b5dc2>] skl_update_other_pipe_wm+0x1c2/0x1d0 >[ 4.931331] laptop kernel: [<ffffffff814b5fe9>] skl_update_wm+0x219/0x710 >[ 4.931333] laptop kernel: [<ffffffff817bcd9d>] ? __schedule+0x3cd/0xaa0 >[ 4.931335] laptop kernel: [<ffffffff814ba3de>] intel_update_watermarks+0x1e/0x20 >[ 4.931337] laptop kernel: [<ffffffff81520660>] haswell_crtc_enable+0x370/0x870 >[ 4.931339] laptop kernel: [<ffffffff8151c2e4>] intel_atomic_commit+0x474/0x13c0 >[ 4.931341] laptop kernel: [<ffffffff814a114e>] ? drm_atomic_check_only+0x18e/0x590 >[ 4.931343] laptop kernel: [<ffffffff814a0ef7>] ? drm_atomic_add_affected_connectors+0x27/0xf0 >[ 4.931344] laptop kernel: [<ffffffff814a1587>] drm_atomic_commit+0x37/0x60 >[ 4.931346] laptop kernel: [<ffffffff8147efdf>] restore_fbdev_mode+0x22f/0x260 >[ 4.931348] laptop kernel: [<ffffffff814811a3>] drm_fb_helper_restore_fbdev_mode_unlocked+0x33/0x80 >[ 4.931349] laptop kernel: [<ffffffff8148121d>] drm_fb_helper_set_par+0x2d/0x50 >[ 4.931351] laptop kernel: [<ffffffff81481122>] drm_fb_helper_hotplug_event+0xd2/0x120 >[ 4.931352] laptop kernel: [<ffffffff815335fe>] intel_fbdev_output_poll_changed+0x1e/0x20 >[ 4.931353] laptop kernel: [<ffffffff81475477>] drm_kms_helper_hotplug_event+0x27/0x30 >[ 4.931354] laptop kernel: [<ffffffff81475677>] output_poll_execute+0x197/0x1e0 >[ 4.931355] laptop kernel: [<ffffffff81090f37>] process_one_work+0x147/0x460 >[ 4.931356] laptop kernel: [<ffffffff81091298>] worker_thread+0x48/0x490 >[ 4.931357] laptop kernel: [<ffffffff81091250>] ? process_one_work+0x460/0x460 >[ 4.931358] laptop kernel: [<ffffffff81091250>] ? process_one_work+0x460/0x460 >[ 4.931359] laptop kernel: [<ffffffff81096769>] kthread+0xc9/0xe0 >[ 4.931361] laptop kernel: [<ffffffff810966a0>] ? kthread_worker_fn+0x160/0x160 >[ 4.931362] laptop kernel: [<ffffffff817c151f>] ret_from_fork+0x3f/0x70 >[ 4.931363] laptop kernel: [<ffffffff810966a0>] ? kthread_worker_fn+0x160/0x160 >[ 4.931364] laptop kernel: ---[ end trace a1b944a362d9dc4e ]--- >[ 4.980657] laptop kernel: Console: switching to colour frame buffer device 240x67 >[ 5.021963] laptop kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device >[ 5.047539] laptop kernel: scsi 2:0:0:0: Direct-Access ATA KINGSTON SHSS37A 00.r PQ: 0 ANSI: 5 >[ 5.048617] laptop kernel: sd 2:0:0:0: [sda] 1875385008 512-byte logical blocks: (960 GB/894 GiB) >[ 5.048619] laptop kernel: sd 2:0:0:0: Attached scsi generic sg0 type 0 >[ 5.050526] laptop kernel: sd 2:0:0:0: [sda] Write Protect is off >[ 5.050617] laptop kernel: scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GTB0N 1.00 PQ: 0 ANSI: 5 >[ 5.051901] laptop kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 >[ 5.051998] laptop kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 5.055221] laptop kernel: sda: sda1 sda2 >[ 5.056111] laptop kernel: sd 2:0:0:0: [sda] Attached SCSI disk >[ 5.070962] laptop kernel: sr 3:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray >[ 5.071792] laptop kernel: cdrom: Uniform CD-ROM driver Revision: 3.20 >[ 5.072867] laptop kernel: sr 3:0:0:0: Attached scsi CD-ROM sr0 >[ 5.073018] laptop kernel: sr 3:0:0:0: Attached scsi generic sg1 type 5 >[ 5.074083] laptop kernel: PM: Hibernation image partition 8:2 present >[ 5.074085] laptop kernel: PM: Looking for hibernation image. >[ 5.074377] laptop kernel: PM: Image not found (code -22) >[ 5.074379] laptop kernel: PM: Hibernation image not present or could not be loaded. >[ 5.075271] laptop kernel: Freeing unused kernel memory: 1256K (ffffffff81d01000 - ffffffff81e3b000) >[ 5.076120] laptop kernel: Write protecting the kernel read-only data: 12288k >[ 5.077166] laptop kernel: Freeing unused kernel memory: 220K (ffff8800027c9000 - ffff880002800000) >[ 5.078832] laptop kernel: Freeing unused kernel memory: 552K (ffff880002b76000 - ffff880002c00000) >[ 5.080838] laptop systemd[1]: Failed to insert module 'kdbus': Function not implemented >[ 5.081696] laptop systemd[1]: Failed to insert module 'ip_tables': Function not implemented >[ 5.096482] laptop kernel: random: systemd urandom read with 33 bits of entropy available >[ 5.097716] laptop 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.098518] laptop systemd[1]: Detected architecture x86-64. >[ 5.099181] laptop systemd[1]: Running in initial RAM disk. >[ 5.101889] laptop systemd[1]: Set hostname to <laptop>. >[ 5.151881] laptop systemd[1]: Listening on udev Control Socket. >[ 5.153347] laptop systemd[1]: Created slice System Slice. >[ 5.154666] laptop systemd[1]: Reached target Encrypted Volumes. >[ 5.155989] laptop systemd[1]: Listening on Journal Socket. >[ 5.157357] laptop systemd[1]: Reached target Slices. >[ 5.158664] laptop systemd[1]: Listening on Journal Socket (/dev/log). >[ 5.159977] laptop systemd[1]: Reached target Local File Systems. >[ 5.161526] laptop systemd[1]: Starting Apply Kernel Variables... >[ 5.163168] laptop systemd[1]: Reached target Timers. >[ 5.164561] laptop systemd[1]: Listening on Journal Audit Socket. >[ 5.166114] laptop systemd[1]: Starting Journal Service... >[ 5.167697] laptop systemd[1]: Created slice system-systemd\x2dfsck.slice. >[ 5.169419] laptop systemd[1]: Starting dracut cmdline hook... >[ 5.170981] laptop systemd[1]: Reached target Swap. >[ 5.172673] laptop systemd[1]: Listening on udev Kernel Socket. >[ 5.174421] laptop systemd[1]: Reached target Sockets. >[ 5.176281] laptop systemd[1]: Starting Create list of required static device nodes for the current kernel... >[ 5.191684] laptop systemd-journal[184]: Journal started >[ 5.178612] laptop systemd[1]: Started Apply Kernel Variables. >[ 5.191771] laptop systemd-sysctl[181]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory >[ 5.191949] laptop dracut-cmdline[185]: dracut- dracut-044 dracut-044 >[ 5.192686] laptop dracut-cmdline[185]: Using kernel command line parameters: rd.luks.uuid=luks-ae7636fe-6aae-493d-99fe-d3d30b19cf21 rd.lvm.lv=lvm/swap rd.lvm.lv=lvm/lvroot resume=/dev/mapper/lvm-swap root=/dev/mapper/lvm-lvroot rootfstype=btrfs rootflags=rw,noatime,compress=lzo,ssd,space_cache,autodefrag,subvolid=258,subvol=/rootfs,subvol=rootfs ro BOOT_IMAGE=/rootfs/boot/vmlinuz-4.4.0-gentoo-r1 rd.timeout=10 init=/usr/lib/systemd/systemd >[ 5.199070] laptop systemd[1]: Starting Create Static Device Nodes in /dev... >[ 5.180573] laptop systemd[1]: Started Create list of required static device nodes for the current kernel. >[ 5.182534] laptop systemd[1]: Started Journal Service. >[ 5.200366] laptop systemd[1]: Started Create Static Device Nodes in /dev. >[ 5.234342] laptop systemd[1]: Started dracut cmdline hook. >[ 5.236021] laptop systemd[1]: Starting udev Kernel Device Manager... >[ 5.237922] laptop systemd[1]: Started udev Kernel Device Manager. >[ 5.238962] laptop systemd[1]: Starting udev Coldplug all Devices... >[ 5.268315] laptop systemd[1]: Started udev Coldplug all Devices. >[ 5.270809] laptop systemd[1]: Starting dracut initqueue hook... >[ 5.272043] laptop systemd[1]: Reached target System Initialization. >[ 5.273436] laptop systemd[1]: Starting Show Plymouth Boot Screen... >[ 5.291889] laptop systemd[1]: Found device KINGSTON_SHSS37A960G EFI\x20System. >[ 5.265140] laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller >[ 5.266144] laptop kernel: MXM: GUID detected in BIOS >[ 5.266174] laptop kernel: ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95) >[ 5.266230] laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95) >[ 5.266279] laptop kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95) >[ 5.266399] laptop kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported >[ 5.266400] laptop kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.PEG0.PEGP handle >[ 5.266443] laptop kernel: nouveau 0000:01:00.0: enabling device (0006 -> 0007) >[ 5.266465] laptop kernel: nouveau 0000:01:00.0: unknown chipset (118070a2) >[ 5.266497] laptop kernel: nouveau: probe of 0000:01:00.0 failed with error -12 >[ 5.280222] laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 >[ 5.282679] laptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810 >[ 5.284159] laptop kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported >[ 5.284486] laptop kernel: hub 1-0:1.0: USB hub found >[ 5.285949] laptop kernel: hub 1-0:1.0: 16 ports detected >[ 5.294836] laptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller >[ 5.295638] laptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 >[ 5.296608] laptop kernel: hub 2-0:1.0: USB hub found >[ 5.297541] laptop kernel: hub 2-0:1.0: 8 ports detected >[ 5.301066] laptop kernel: usb: port power management may be unreliable >[ 5.334387] laptop systemd[1]: Received SIGRTMIN+20 from PID 300 (plymouthd). >[ 5.334649] laptop systemd[1]: Started Show Plymouth Boot Screen. >[ 5.334859] laptop systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >[ 5.335671] laptop systemd[1]: Reached target Paths. >[ 5.335741] laptop systemd[1]: Reached target Basic System. >[ 5.416306] laptop dracut-initqueue[297]: Failed to start systemd-cryptsetup@luks\x2dae7636fe\x2d6aae\x2d493d\x2d99fe\x2dd3d30b19cf21.service: Unit systemd-cryptsetup@luks\x2dae7636fe\x2d6aae\x2d493d\x2d99fe\x2dd3d30b19cf21.service failed to load: No such file or directory. >[ 5.607133] laptop kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd >[ 5.617268] laptop kernel: usb 2-6: new SuperSpeed USB device number 2 using xhci_hcd >[ 5.763659] laptop kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2 >[ 5.876987] laptop kernel: usb 1-2: new high-speed USB device number 3 using xhci_hcd >[ 5.880436] laptop kernel: hub 2-6:1.0: USB hub found >[ 5.881809] laptop kernel: hub 2-6:1.0: 4 ports detected >[ 5.885711] laptop kernel: input: Logitech M705 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:101B.0004/input/input11 >[ 5.886844] laptop kernel: logitech-hidpp-device 0003:046D:101B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:14.0-1:1 >[ 6.177128] laptop kernel: usb 1-3: new full-speed USB device number 4 using xhci_hcd >[ 6.437135] laptop kernel: usb 1-6: new high-speed USB device number 5 using xhci_hcd >[ 6.580956] laptop kernel: hub 1-6:1.0: USB hub found >[ 6.582248] laptop kernel: hub 1-6:1.0: 4 ports detected >[ 6.877136] laptop kernel: usb 1-6.1: new full-speed USB device number 6 using xhci_hcd >[ 7.127137] laptop kernel: usb 1-6.2: new low-speed USB device number 7 using xhci_hcd >[ 7.292954] laptop kernel: usb 1-6.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes >[ 7.302594] laptop kernel: input: CHICONY HP Basic USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.0/0003:03F0:0024.0005/input/input12 >[ 7.357403] laptop kernel: hid-generic 0003:03F0:0024.0005: input,hidraw2: USB HID v1.11 Keyboard [CHICONY HP Basic USB Keyboard] on usb-0000:00:14.0-6.2/input0 >[ 15.413640] laptop systemd[1]: dev-mapper-lvm\x2dlvroot.device: Job dev-mapper-lvm\x2dlvroot.device/start timed out. >[ 15.413767] laptop systemd[1]: Timed out waiting for device dev-mapper-lvm\x2dlvroot.device. >[ 15.413864] laptop systemd[1]: Dependency failed for File System Check on /dev/mapper/lvm-lvroot. >[ 15.413953] laptop systemd[1]: Dependency failed for /sysroot. >[ 15.414041] laptop systemd[1]: Dependency failed for Initrd Root File System. >[ 15.415104] laptop systemd[1]: Dependency failed for Reload Configuration from the Real Root. >[ 15.415207] laptop systemd[1]: initrd-parse-etc.service: Job initrd-parse-etc.service/start failed with result 'dependency'. >[ 15.415300] laptop systemd[1]: initrd-parse-etc.service: Triggering OnFailure= dependencies. >[ 15.415389] laptop systemd[1]: initrd-root-fs.target: Job initrd-root-fs.target/start failed with result 'dependency'. >[ 15.415477] laptop systemd[1]: initrd-root-fs.target: Triggering OnFailure= dependencies. >[ 15.415569] laptop systemd[1]: sysroot.mount: Job sysroot.mount/start failed with result 'dependency'. >[ 15.415656] laptop systemd[1]: systemd-fsck@dev-mapper-lvm\x2dlvroot.service: Job systemd-fsck@dev-mapper-lvm\x2dlvroot.service/start failed with result 'dependency'. >[ 15.415741] laptop systemd[1]: dev-mapper-lvm\x2dlvroot.device: Job dev-mapper-lvm\x2dlvroot.device/start failed with result 'timeout'. >[ 15.415825] laptop systemd[1]: Stopped dracut pre-pivot and cleanup hook. >[ 15.416705] laptop systemd[1]: Stopped target Initrd Default Target. >[ 15.417978] laptop systemd[1]: Stopped dracut mount hook. >[ 15.418077] laptop systemd[1]: Stopped target Basic System. >[ 15.419329] laptop systemd[1]: Stopped target System Initialization. >[ 15.450425] laptop systemd[1]: Starting Setup Virtual Console... >[ 15.450555] laptop systemd[1]: Reached target Initrd File Systems. >[ 15.451276] laptop systemd[1]: Started Setup Virtual Console. >[ 15.451859] laptop systemd[1]: Starting Emergency Shell... >[ 15.469018] laptop systemd[1]: Received SIGRTMIN+21 from PID 300 (plymouthd).
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