Bugzilla – Attachment 693643 Details for
Bug 1000454
hardcoded devices in /etc/crypttab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
dracut log
rdsosreport.txt (text/plain), 98.46 KB, created by
Michal Suchanek
on 2016-09-22 14:23:48 UTC
(
hide
)
Description:
dracut log
Filename:
MIME Type:
Creator:
Michal Suchanek
Created:
2016-09-22 14:23:48 UTC
Size:
98.46 KB
patch
obsolete
>+ cat /lib/dracut/dracut-044-12.1 >dracut-044-12.1 >+ cat /proc/cmdline >BOOT_IMAGE=/vmlinuz-4.7.4-1-default root=/dev/mapper/system-root resume=/dev/system/swap splash=silent quiet showopts >+ '[' -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-fac90e20-4a9e-4abd-8151-2e5721835160 >+ 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=system/swap > rd.lvm.lv=system/root >+ 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/system-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/system-root rootfstype=btrfs rootflags=rw,relatime,space_cache,subvolid=259,subvol=/@/.snapshots/1/snapshot,subvol=@/.snapshots/1/snapshot >+ cat /proc/self/mountinfo >0 0 0:1 / / rw shared:1 - rootfs rootfs rw >17 0 0:17 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw >18 0 0:4 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw >19 0 0:6 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs rw,size=808924k,nr_inodes=202231,mode=755 >20 17 0:14 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - securityfs securityfs rw >21 19 0:18 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw >22 19 0:19 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts rw,gid=5,mode=620,ptmxmode=000 >23 0 0:20 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755 >24 17 0:21 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs ro,mode=755 >25 24 0:22 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 - cgroup cgroup rw,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd >26 17 0:23 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore pstore rw >27 24 0:24 / /sys/fs/cgroup/memory rw,nosuid,nodev,noexec,relatime shared:12 - cgroup cgroup rw,memory >28 24 0:25 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime shared:13 - cgroup cgroup rw,cpu,cpuacct >29 24 0:26 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:14 - cgroup cgroup rw,devices >30 24 0:27 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime shared:15 - cgroup cgroup rw,net_cls,net_prio >31 24 0:28 / /sys/fs/cgroup/hugetlb rw,nosuid,nodev,noexec,relatime shared:16 - cgroup cgroup rw,hugetlb >32 24 0:29 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:17 - cgroup cgroup rw,blkio >33 24 0:30 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:18 - cgroup cgroup rw,freezer >34 24 0:31 / /sys/fs/cgroup/pids rw,nosuid,nodev,noexec,relatime shared:19 - cgroup cgroup rw,pids >35 24 0:32 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime shared:20 - cgroup cgroup rw,perf_event >36 24 0:33 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:21 - cgroup cgroup rw,cpuset >+ 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=808924k,nr_inodes=202231,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/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0 >cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0 >cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0 >cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0 >cgroup /sys/fs/cgroup/hugetlb cgroup rw,nosuid,nodev,noexec,relatime,hugetlb 0 0 >cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0 >cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0 >cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0 >cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0 >cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0 >+ blkid >/dev/sda1: UUID="68f46746-e5f1-415d-9873-c97a746ab4b1" TYPE="ext4" PTTYPE="dos" PARTUUID="a3bc9d4b-01" >/dev/sda2: UUID="fac90e20-4a9e-4abd-8151-2e5721835160" TYPE="crypto_LUKS" PARTUUID="a3bc9d4b-02" >+ blkid -o udev >ID_FS_UUID=68f46746-e5f1-415d-9873-c97a746ab4b1 >ID_FS_UUID_ENC=68f46746-e5f1-415d-9873-c97a746ab4b1 >ID_FS_TYPE=ext4 >ID_PART_TABLE_TYPE=dos >ID_FS_PARTUUID=a3bc9d4b-01 > >ID_FS_UUID=fac90e20-4a9e-4abd-8151-2e5721835160 >ID_FS_UUID_ENC=fac90e20-4a9e-4abd-8151-2e5721835160 >ID_FS_TYPE=crypto_LUKS >ID_FS_PARTUUID=a3bc9d4b-02 >+ ls -l /dev/disk/by-id /dev/disk/by-path /dev/disk/by-uuid >/dev/disk/by-id: >total 0 >lrwxrwxrwx 1 root 0 9 Sep 20 16:09 ata-Patriot_Torqx_2_32GB_SSD_AD5207181F4C00000402 -> ../../sda >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 ata-Patriot_Torqx_2_32GB_SSD_AD5207181F4C00000402-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 ata-Patriot_Torqx_2_32GB_SSD_AD5207181F4C00000402-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 9 Sep 20 16:09 scsi-0ATA_Patriot_Torqx_2_AD5207181F4C00000402 -> ../../sda >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-0ATA_Patriot_Torqx_2_AD5207181F4C00000402-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-0ATA_Patriot_Torqx_2_AD5207181F4C00000402-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 9 Sep 20 16:09 scsi-1ATA_Patriot_Torqx_2_32GB_SSD_AD5207181F4C00000402 -> ../../sda >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-1ATA_Patriot_Torqx_2_32GB_SSD_AD5207181F4C00000402-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-1ATA_Patriot_Torqx_2_32GB_SSD_AD5207181F4C00000402-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 9 Sep 20 16:09 scsi-SATA_Patriot_Torqx_2AD5207181F4C00000402 -> ../../sda >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-SATA_Patriot_Torqx_2AD5207181F4C00000402-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-SATA_Patriot_Torqx_2AD5207181F4C00000402-part2 -> ../../sda2 >lrwxrwxrwx 1 root 0 9 Sep 20 16:09 scsi-SATA_Patriot_Torqx_2_AD5207181F4C00000402 -> ../../sda >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-SATA_Patriot_Torqx_2_AD5207181F4C00000402-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 scsi-SATA_Patriot_Torqx_2_AD5207181F4C00000402-part2 -> ../../sda2 > >/dev/disk/by-path: >total 0 >lrwxrwxrwx 1 root 0 9 Sep 20 16:09 pci-0000:00:11.0-ata-1 -> ../../sda >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 pci-0000:00:11.0-ata-1-part1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 pci-0000:00:11.0-ata-1-part2 -> ../../sda2 > >/dev/disk/by-uuid: >total 0 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 68f46746-e5f1-415d-9873-c97a746ab4b1 -> ../../sda1 >lrwxrwxrwx 1 root 0 10 Sep 20 16:09 fac90e20-4a9e-4abd-8151-2e5721835160 -> ../../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 >cat: /proc/mdstat: No such file or directory >+ command -v ip >+ command -v journalctl >+ journalctl -ab --no-pager -o short-monotonic >-- Logs begin at Tue 2016-09-20 16:09:09 CEST, end at Tue 2016-09-20 16:12:19 CEST. -- >[ 4.912640] linux-bn6l systemd-journald[145]: Runtime journal (/run/log/journal/) is currently using 8.0M. > Maximum allowed usage is set to 79.7M. > Leaving at least 119.6M free (of currently available 789.7M of space). > Enforced usage limit is thus 79.7M, of which 71.7M are still available. >[ 0.000000] linux-bn6l kernel: Linux version 4.7.4-1-default (geeko@buildhost) (gcc version 6.2.1 20160830 [gcc-6-branch revision 239856] (SUSE Linux) ) #1 SMP PREEMPT Thu Sep 15 09:03:59 UTC 2016 (6a5bbb1) >[ 0.000000] linux-bn6l kernel: Command line: BOOT_IMAGE=/vmlinuz-4.7.4-1-default root=/dev/mapper/system-root resume=/dev/system/swap splash=silent quiet showopts >[ 0.000000] linux-bn6l kernel: x86/fpu: Legacy x87 FPU detected. >[ 0.000000] linux-bn6l kernel: x86/fpu: Using 'eager' FPU context switches. >[ 0.000000] linux-bn6l kernel: e820: BIOS-provided physical RAM map: >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062cdefff] usable >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x0000000062cdf000-0x00000000640dffff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000640e0000-0x0000000066ee5fff] usable >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x0000000066ee6000-0x00000000672f5fff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000672f6000-0x0000000067375fff] ACPI NVS >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x0000000067376000-0x00000000673d5fff] ACPI data >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000673d6000-0x0000000067dfffff] usable >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x0000000067e00000-0x0000000067ffffff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fecfffff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved >[ 0.000000] linux-bn6l kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved >[ 0.000000] linux-bn6l kernel: NX (Execute Disable) protection: active >[ 0.000000] linux-bn6l kernel: SMBIOS 2.6 present. >[ 0.000000] linux-bn6l kernel: DMI: WYSE XM CLASS/XM CLASS, BIOS 1.0E 05/19/2011 >[ 0.000000] linux-bn6l kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved >[ 0.000000] linux-bn6l kernel: e820: remove [mem 0x000a0000-0x000fffff] usable >[ 0.000000] linux-bn6l kernel: e820: last_pfn = 0x67e00 max_arch_pfn = 0x400000000 >[ 0.000000] linux-bn6l kernel: MTRR default type: uncachable >[ 0.000000] linux-bn6l kernel: MTRR fixed ranges enabled: >[ 0.000000] linux-bn6l kernel: 00000-9FFFF write-back >[ 0.000000] linux-bn6l kernel: A0000-BFFFF uncachable >[ 0.000000] linux-bn6l kernel: C0000-FFFFF write-protect >[ 0.000000] linux-bn6l kernel: MTRR variable ranges enabled: >[ 0.000000] linux-bn6l kernel: 0 base 000000000 mask FC0000000 write-back >[ 0.000000] linux-bn6l kernel: 1 base 040000000 mask FE0000000 write-back >[ 0.000000] linux-bn6l kernel: 2 base 060000000 mask FF8000000 write-back >[ 0.000000] linux-bn6l kernel: 3 base 0FFE00000 mask FFFE00000 write-protect >[ 0.000000] linux-bn6l kernel: 4 base 0FFF90000 mask FFFFF0000 uncachable >[ 0.000000] linux-bn6l kernel: 5 base 0FED80000 mask FFFFFF000 uncachable >[ 0.000000] linux-bn6l kernel: 6 disabled >[ 0.000000] linux-bn6l kernel: 7 disabled >[ 0.000000] linux-bn6l kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT >[ 0.000000] linux-bn6l kernel: found SMP MP-table at [mem 0x000fb1c0-0x000fb1cf] mapped at [ffff8800000fb1c0] >[ 0.000000] linux-bn6l kernel: Scanning 1 areas for low memory corruption >[ 0.000000] linux-bn6l kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576 >[ 0.000000] linux-bn6l kernel: Using GB pages for direct mapping >[ 0.000000] linux-bn6l kernel: BRK [0x0226a000, 0x0226afff] PGTABLE >[ 0.000000] linux-bn6l kernel: BRK [0x0226b000, 0x0226bfff] PGTABLE >[ 0.000000] linux-bn6l kernel: BRK [0x0226c000, 0x0226cfff] PGTABLE >[ 0.000000] linux-bn6l kernel: BRK [0x0226d000, 0x0226dfff] PGTABLE >[ 0.000000] linux-bn6l kernel: BRK [0x0226e000, 0x0226efff] PGTABLE >[ 0.000000] linux-bn6l kernel: BRK [0x0226f000, 0x0226ffff] PGTABLE >[ 0.000000] linux-bn6l kernel: RAMDISK: [mem 0x368af000-0x3744efff] >[ 0.000000] linux-bn6l kernel: ACPI: Early table checksum verification disabled >[ 0.000000] linux-bn6l kernel: ACPI: RSDP 0x00000000000F00E0 000024 (v02 WYSE ) >[ 0.000000] linux-bn6l kernel: ACPI: XSDT 0x00000000673D5120 000074 (v01 WYSE WYSEACPI 00000003 PTEC 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: FACP 0x00000000673CA000 0000F4 (v04 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: DSDT 0x00000000673CC000 00898D (v01 WYSE WYSEACPI 00001000 PTEC 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: FACS 0x0000000067363000 000040 >[ 0.000000] linux-bn6l kernel: ACPI: FACS 0x0000000067363000 000040 >[ 0.000000] linux-bn6l kernel: ACPI: HPET 0x00000000673C9000 000038 (v01 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: APIC 0x00000000673C8000 00005E (v02 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: MCFG 0x00000000673C7000 00003C (v01 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: SBST 0x00000000673C6000 000030 (v01 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: UEFI 0x00000000673C5000 00003E (v01 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: UEFI 0x00000000673C4000 000042 (v01 PTL COMBUF 00000001 PTL 00000001) >[ 0.000000] linux-bn6l kernel: ACPI: SSDT 0x00000000673C2000 001630 (v02 AMD ALIB 00000001 MSFT 04000000) >[ 0.000000] linux-bn6l kernel: ACPI: SSDT 0x00000000673C1000 000F15 (v01 AMD SB800 00000001 INTL 20061109) >[ 0.000000] linux-bn6l kernel: ACPI: UEFI 0x00000000673C0000 000116 (v01 WYSE WYSEACPI 00000002 PTL 00000002) >[ 0.000000] linux-bn6l kernel: ACPI: Local APIC address 0xfee00000 >[ 0.000000] linux-bn6l kernel: No NUMA configuration found >[ 0.000000] linux-bn6l kernel: Faking a node at [mem 0x0000000000000000-0x0000000067dfffff] >[ 0.000000] linux-bn6l kernel: NODE_DATA(0) allocated [mem 0x67de7000-0x67dfdfff] >[ 0.000000] linux-bn6l kernel: Zone ranges: >[ 0.000000] linux-bn6l kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff] >[ 0.000000] linux-bn6l kernel: DMA32 [mem 0x0000000001000000-0x0000000067dfffff] >[ 0.000000] linux-bn6l kernel: Normal empty >[ 0.000000] linux-bn6l kernel: Device empty >[ 0.000000] linux-bn6l kernel: Movable zone start for each node >[ 0.000000] linux-bn6l kernel: Early memory node ranges >[ 0.000000] linux-bn6l kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff] >[ 0.000000] linux-bn6l kernel: node 0: [mem 0x0000000000100000-0x0000000062cdefff] >[ 0.000000] linux-bn6l kernel: node 0: [mem 0x00000000640e0000-0x0000000066ee5fff] >[ 0.000000] linux-bn6l kernel: node 0: [mem 0x00000000673d6000-0x0000000067dfffff] >[ 0.000000] linux-bn6l kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000067dfffff] >[ 0.000000] linux-bn6l kernel: On node 0 totalpages: 418987 >[ 0.000000] linux-bn6l kernel: DMA zone: 64 pages used for memmap >[ 0.000000] linux-bn6l kernel: DMA zone: 21 pages reserved >[ 0.000000] linux-bn6l kernel: DMA zone: 3996 pages, LIFO batch:0 >[ 0.000000] linux-bn6l kernel: DMA32 zone: 6584 pages used for memmap >[ 0.000000] linux-bn6l kernel: DMA32 zone: 414991 pages, LIFO batch:31 >[ 0.000000] linux-bn6l kernel: ACPI: PM-Timer IO Port: 0x808 >[ 0.000000] linux-bn6l kernel: ACPI: Local APIC address 0xfee00000 >[ 0.000000] linux-bn6l kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) >[ 0.000000] linux-bn6l kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) >[ 0.000000] linux-bn6l kernel: IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23 >[ 0.000000] linux-bn6l kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) >[ 0.000000] linux-bn6l kernel: ACPI: IRQ0 used by override. >[ 0.000000] linux-bn6l kernel: ACPI: IRQ9 used by override. >[ 0.000000] linux-bn6l kernel: Using ACPI (MADT) for SMP configuration information >[ 0.000000] linux-bn6l kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000 >[ 0.000000] linux-bn6l kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x62cdf000-0x640dffff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x66ee6000-0x672f5fff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x672f6000-0x67375fff] >[ 0.000000] linux-bn6l kernel: PM: Registered nosave memory: [mem 0x67376000-0x673d5fff] >[ 0.000000] linux-bn6l kernel: e820: [mem 0x68000000-0xfebfffff] available for PCI devices >[ 0.000000] linux-bn6l kernel: Booting paravirtualized kernel on bare hardware >[ 0.000000] linux-bn6l kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns >[ 0.000000] linux-bn6l kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1 >[ 0.000000] linux-bn6l kernel: percpu: Embedded 35 pages/cpu @ffff880067a00000 s103960 r8192 d31208 u1048576 >[ 0.000000] linux-bn6l kernel: pcpu-alloc: s103960 r8192 d31208 u1048576 alloc=1*2097152 >[ 0.000000] linux-bn6l kernel: pcpu-alloc: [0] 0 1 >[ 0.000000] linux-bn6l kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 412318 >[ 0.000000] linux-bn6l kernel: Policy zone: DMA32 >[ 0.000000] linux-bn6l kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-4.7.4-1-default root=/dev/mapper/system-root resume=/dev/system/swap splash=silent quiet showopts >[ 0.000000] linux-bn6l kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.000000] linux-bn6l kernel: Memory: 1617820K/1675948K available (6916K kernel code, 1177K rwdata, 5020K rodata, 1656K init, 1644K bss, 58128K reserved, 0K cma-reserved) >[ 0.000000] linux-bn6l kernel: Preemptible hierarchical RCU implementation. >[ 0.000000] linux-bn6l kernel: Build-time adjustment of leaf fanout to 64. >[ 0.000000] linux-bn6l kernel: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2. >[ 0.000000] linux-bn6l kernel: RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 >[ 0.000000] linux-bn6l kernel: NR_IRQS:33024 nr_irqs:440 16 >[ 0.000000] linux-bn6l kernel: spurious 8259A interrupt: IRQ7. >[ 0.000000] linux-bn6l kernel: Console: colour dummy device 80x25 >[ 0.000000] linux-bn6l kernel: console [tty0] enabled >[ 0.000000] linux-bn6l kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns >[ 0.000000] linux-bn6l kernel: hpet clockevent registered >[ 0.000000] linux-bn6l kernel: tsc: Fast TSC calibration using PIT >[ 0.000000] linux-bn6l kernel: tsc: Detected 1596.444 MHz processor >[ 0.000046] linux-bn6l kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.88 BogoMIPS (lpj=6385776) >[ 0.000053] linux-bn6l kernel: pid_max: default: 32768 minimum: 301 >[ 0.000110] linux-bn6l kernel: ACPI: Core revision 20160422 >[ 0.030491] linux-bn6l kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded >[ 0.030500] linux-bn6l kernel: >[ 0.030660] linux-bn6l kernel: Security Framework initialized >[ 0.030681] linux-bn6l kernel: AppArmor: AppArmor initialized >[ 0.031026] linux-bn6l kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) >[ 0.032563] linux-bn6l kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) >[ 0.033331] linux-bn6l kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.033351] linux-bn6l kernel: Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) >[ 0.034093] linux-bn6l kernel: CPU: Physical Processor ID: 0 >[ 0.034102] linux-bn6l kernel: CPU: Processor Core ID: 0 >[ 0.034107] linux-bn6l kernel: mce: CPU supports 6 MCE banks >[ 0.034127] linux-bn6l kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4 >[ 0.034130] linux-bn6l kernel: Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0 >[ 0.034931] linux-bn6l kernel: Freeing SMP alternatives memory: 28K (ffffffff820c6000 - ffffffff820cd000) >[ 0.039051] linux-bn6l kernel: ftrace: allocating 27370 entries in 107 pages >[ 0.856003] linux-bn6l kernel: smpboot: Max logical packages: 1 >[ 0.856014] linux-bn6l kernel: smpboot: APIC(0) Converting physical 0 to logical package 0 >[ 0.856435] linux-bn6l kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 >[ 1.003453] linux-bn6l kernel: smpboot: CPU0: AMD G-T56N Processor (family: 0x14, model: 0x1, stepping: 0x0) >[ 1.003464] linux-bn6l kernel: Performance Events: AMD PMU driver. >[ 1.003473] linux-bn6l kernel: ... version: 0 >[ 1.003476] linux-bn6l kernel: ... bit width: 48 >[ 1.003478] linux-bn6l kernel: ... generic registers: 4 >[ 1.003481] linux-bn6l kernel: ... value mask: 0000ffffffffffff >[ 1.003483] linux-bn6l kernel: ... max period: 00007fffffffffff >[ 1.003486] linux-bn6l kernel: ... fixed-purpose events: 0 >[ 1.003488] linux-bn6l kernel: ... event mask: 000000000000000f >[ 1.031571] linux-bn6l kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. >[ 1.051542] linux-bn6l kernel: x86: Booting SMP configuration: >[ 1.051549] linux-bn6l kernel: .... node #0, CPUs: #1 >[ 1.133690] linux-bn6l kernel: x86: Booted up 1 node, 2 CPUs >[ 1.133695] linux-bn6l kernel: smpboot: Total of 2 processors activated (6386.06 BogoMIPS) >[ 1.143737] linux-bn6l kernel: devtmpfs: initialized >[ 1.143918] linux-bn6l kernel: x86/mm: Memory block size: 128MB >[ 1.159637] linux-bn6l kernel: PM: Registering ACPI NVS region [mem 0x672f6000-0x67375fff] (524288 bytes) >[ 1.159859] linux-bn6l kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns >[ 1.169546] linux-bn6l kernel: pinctrl core: initialized pinctrl subsystem >[ 1.169634] linux-bn6l kernel: RTC time: 14:09:04, date: 09/20/16 >[ 1.177771] linux-bn6l kernel: NET: Registered protocol family 16 >[ 1.189543] linux-bn6l kernel: cpuidle: using governor ladder >[ 1.199474] linux-bn6l kernel: cpuidle: using governor menu >[ 1.199683] linux-bn6l kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it >[ 1.199687] linux-bn6l kernel: ACPI: bus type PCI registered >[ 1.199692] linux-bn6l kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 >[ 1.217672] linux-bn6l kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >[ 1.217680] linux-bn6l kernel: PCI: not using MMCONFIG >[ 1.217683] linux-bn6l kernel: PCI: Using configuration type 1 for base access >[ 1.217686] linux-bn6l kernel: PCI: Using configuration type 1 for extended access >[ 1.217988] linux-bn6l kernel: mtrr: your CPUs had inconsistent variable MTRR settings >[ 1.217991] linux-bn6l kernel: mtrr: probably your BIOS does not setup all CPUs. >[ 1.217993] linux-bn6l kernel: mtrr: corrected configuration. >[ 1.239782] linux-bn6l kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages >[ 1.239787] linux-bn6l kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages >[ 1.253650] linux-bn6l kernel: ACPI: Added _OSI(Module Device) >[ 1.253654] linux-bn6l kernel: ACPI: Added _OSI(Processor Device) >[ 1.253657] linux-bn6l kernel: ACPI: Added _OSI(3.0 _SCP Extensions) >[ 1.253660] linux-bn6l kernel: ACPI: Added _OSI(Processor Aggregator Device) >[ 1.261311] linux-bn6l kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored >[ 1.263220] linux-bn6l kernel: ACPI : EC: EC started >[ 1.337654] linux-bn6l kernel: ACPI: Interpreter enabled >[ 1.337695] linux-bn6l kernel: ACPI: (supports S0 S3 S4 S5) >[ 1.337699] linux-bn6l kernel: ACPI: Using IOAPIC for interrupt routing >[ 1.338180] linux-bn6l kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) >[ 1.339082] linux-bn6l kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources >[ 1.339115] linux-bn6l kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug >[ 1.350046] linux-bn6l kernel: [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness >[ 1.351137] linux-bn6l kernel: ACPI: Power Resource [P0L0] (off) >[ 1.351285] linux-bn6l kernel: ACPI: Power Resource [P0L1] (off) >[ 1.351421] linux-bn6l kernel: ACPI: Power Resource [P0L2] (off) >[ 1.351566] linux-bn6l kernel: ACPI: Power Resource [P0L3] (off) >[ 1.354818] linux-bn6l kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) >[ 1.354835] linux-bn6l kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] >[ 1.355850] linux-bn6l kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] >[ 1.355855] linux-bn6l kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration >[ 1.358372] linux-bn6l kernel: PCI host bridge to bus 0000:00 >[ 1.358380] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] >[ 1.358385] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c1fff window] >[ 1.358389] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000c2000-0x000c3fff window] >[ 1.358393] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c5fff window] >[ 1.358397] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000c6000-0x000c7fff window] >[ 1.358402] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000c9fff window] >[ 1.358406] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000ca000-0x000cbfff window] >[ 1.358410] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cdfff window] >[ 1.358413] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000ce000-0x000cffff window] >[ 1.358417] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d1fff window] >[ 1.358421] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000d2000-0x000d3fff window] >[ 1.358425] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d5fff window] >[ 1.358429] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000d6000-0x000d7fff window] >[ 1.358433] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000d9fff window] >[ 1.358437] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000da000-0x000dbfff window] >[ 1.358441] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000ddfff window] >[ 1.358445] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000de000-0x000dffff window] >[ 1.358449] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e1fff window] >[ 1.358452] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000e2000-0x000e3fff window] >[ 1.358456] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e5fff window] >[ 1.358460] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000e6000-0x000e7fff window] >[ 1.358464] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000e9fff window] >[ 1.358468] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000ea000-0x000ebfff window] >[ 1.358472] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000edfff window] >[ 1.358475] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x000ee000-0x000effff window] >[ 1.358479] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window] >[ 1.358483] linux-bn6l kernel: pci_bus 0000:00: root bus resource [mem 0xe1000000-0xffffffff window] >[ 1.358487] linux-bn6l kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] >[ 1.358491] linux-bn6l kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] >[ 1.358496] linux-bn6l kernel: pci_bus 0000:00: root bus resource [bus 00-ff] >[ 1.358513] linux-bn6l kernel: pci 0000:00:00.0: [1022:1510] type 00 class 0x060000 >[ 1.358753] linux-bn6l kernel: pci 0000:00:01.0: [1002:9802] type 00 class 0x030000 >[ 1.358772] linux-bn6l kernel: pci 0000:00:01.0: reg 0x10: [mem 0x80000000-0x8fffffff pref] >[ 1.358782] linux-bn6l kernel: pci 0000:00:01.0: reg 0x14: [io 0x3000-0x30ff] >[ 1.358793] linux-bn6l kernel: pci 0000:00:01.0: reg 0x18: [mem 0x91300000-0x9133ffff] >[ 1.358863] linux-bn6l kernel: pci 0000:00:01.0: supports D1 D2 >[ 1.359070] linux-bn6l kernel: pci 0000:00:01.1: [1002:1314] type 00 class 0x040300 >[ 1.359087] linux-bn6l kernel: pci 0000:00:01.1: reg 0x10: [mem 0x91344000-0x91347fff] >[ 1.359168] linux-bn6l kernel: pci 0000:00:01.1: supports D1 D2 >[ 1.359376] linux-bn6l kernel: pci 0000:00:11.0: [1002:4390] type 00 class 0x01018a >[ 1.359401] linux-bn6l kernel: pci 0000:00:11.0: reg 0x10: [io 0x0000-0x0007] >[ 1.359416] linux-bn6l kernel: pci 0000:00:11.0: reg 0x14: [io 0x0000-0x0003] >[ 1.359431] linux-bn6l kernel: pci 0000:00:11.0: reg 0x18: [io 0x0000-0x0007] >[ 1.359445] linux-bn6l kernel: pci 0000:00:11.0: reg 0x1c: [io 0x0000-0x0003] >[ 1.359459] linux-bn6l kernel: pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f] >[ 1.359473] linux-bn6l kernel: pci 0000:00:11.0: reg 0x24: [mem 0x9134c000-0x9134c3ff] >[ 1.359492] linux-bn6l kernel: pci 0000:00:11.0: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] >[ 1.359496] linux-bn6l kernel: pci 0000:00:11.0: legacy IDE quirk: reg 0x14: [io 0x03f6] >[ 1.359500] linux-bn6l kernel: pci 0000:00:11.0: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] >[ 1.359503] linux-bn6l kernel: pci 0000:00:11.0: legacy IDE quirk: reg 0x1c: [io 0x0376] >[ 1.359526] linux-bn6l kernel: pci 0000:00:11.0: set SATA to AHCI mode >[ 1.359754] linux-bn6l kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 >[ 1.359775] linux-bn6l kernel: pci 0000:00:12.0: reg 0x10: [mem 0x9134b000-0x9134bfff] >[ 1.359974] linux-bn6l kernel: pci 0000:00:12.0: System wakeup disabled by ACPI >[ 1.360079] linux-bn6l kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 >[ 1.360104] linux-bn6l kernel: pci 0000:00:12.2: reg 0x10: [mem 0x9134c600-0x9134c6ff] >[ 1.360219] linux-bn6l kernel: pci 0000:00:12.2: supports D1 D2 >[ 1.360223] linux-bn6l kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot >[ 1.360343] linux-bn6l kernel: pci 0000:00:12.2: System wakeup disabled by ACPI >[ 1.360446] linux-bn6l kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 >[ 1.360467] linux-bn6l kernel: pci 0000:00:13.0: reg 0x10: [mem 0x9134a000-0x9134afff] >[ 1.360668] linux-bn6l kernel: pci 0000:00:13.0: System wakeup disabled by ACPI >[ 1.360769] linux-bn6l kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 >[ 1.360794] linux-bn6l kernel: pci 0000:00:13.2: reg 0x10: [mem 0x9134c500-0x9134c5ff] >[ 1.360907] linux-bn6l kernel: pci 0000:00:13.2: supports D1 D2 >[ 1.360911] linux-bn6l kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot >[ 1.361031] linux-bn6l kernel: pci 0000:00:13.2: System wakeup disabled by ACPI >[ 1.361135] linux-bn6l kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 >[ 1.361405] linux-bn6l kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 >[ 1.361436] linux-bn6l kernel: pci 0000:00:14.2: reg 0x10: [mem 0x91340000-0x91343fff 64bit] >[ 1.361532] linux-bn6l kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold >[ 1.361668] linux-bn6l kernel: pci 0000:00:14.2: System wakeup disabled by ACPI >[ 1.361765] linux-bn6l kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 >[ 1.362047] linux-bn6l kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 >[ 1.362215] linux-bn6l kernel: pci 0000:00:14.4: System wakeup disabled by ACPI >[ 1.362314] linux-bn6l kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 >[ 1.362336] linux-bn6l kernel: pci 0000:00:14.5: reg 0x10: [mem 0x91349000-0x91349fff] >[ 1.362531] linux-bn6l kernel: pci 0000:00:14.5: System wakeup disabled by ACPI >[ 1.362636] linux-bn6l kernel: pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400 >[ 1.362745] linux-bn6l kernel: pci 0000:00:15.0: supports D1 D2 >[ 1.362869] linux-bn6l kernel: pci 0000:00:15.0: System wakeup disabled by ACPI >[ 1.362973] linux-bn6l kernel: pci 0000:00:15.1: [1002:43a1] type 01 class 0x060400 >[ 1.363083] linux-bn6l kernel: pci 0000:00:15.1: supports D1 D2 >[ 1.363205] linux-bn6l kernel: pci 0000:00:15.1: System wakeup disabled by ACPI >[ 1.363305] linux-bn6l kernel: pci 0000:00:15.2: [1002:43a2] type 01 class 0x060400 >[ 1.363413] linux-bn6l kernel: pci 0000:00:15.2: supports D1 D2 >[ 1.363542] linux-bn6l kernel: pci 0000:00:15.2: System wakeup disabled by ACPI >[ 1.363641] linux-bn6l kernel: pci 0000:00:15.3: [1002:43a3] type 01 class 0x060400 >[ 1.363750] linux-bn6l kernel: pci 0000:00:15.3: supports D1 D2 >[ 1.363871] linux-bn6l kernel: pci 0000:00:15.3: System wakeup disabled by ACPI >[ 1.363980] linux-bn6l kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310 >[ 1.364001] linux-bn6l kernel: pci 0000:00:16.0: reg 0x10: [mem 0x91348000-0x91348fff] >[ 1.364196] linux-bn6l kernel: pci 0000:00:16.0: System wakeup disabled by ACPI >[ 1.364298] linux-bn6l kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320 >[ 1.364323] linux-bn6l kernel: pci 0000:00:16.2: reg 0x10: [mem 0x9134c400-0x9134c4ff] >[ 1.364437] linux-bn6l kernel: pci 0000:00:16.2: supports D1 D2 >[ 1.364441] linux-bn6l kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot >[ 1.364560] linux-bn6l kernel: pci 0000:00:16.2: System wakeup disabled by ACPI >[ 1.364665] linux-bn6l kernel: pci 0000:00:18.0: [1022:1700] type 00 class 0x060000 >[ 1.364887] linux-bn6l kernel: pci 0000:00:18.1: [1022:1701] type 00 class 0x060000 >[ 1.365096] linux-bn6l kernel: pci 0000:00:18.2: [1022:1702] type 00 class 0x060000 >[ 1.365307] linux-bn6l kernel: pci 0000:00:18.3: [1022:1703] type 00 class 0x060000 >[ 1.365528] linux-bn6l kernel: pci 0000:00:18.4: [1022:1704] type 00 class 0x060000 >[ 1.365751] linux-bn6l kernel: pci 0000:00:18.5: [1022:1718] type 00 class 0x060000 >[ 1.365964] linux-bn6l kernel: pci 0000:00:18.6: [1022:1716] type 00 class 0x060000 >[ 1.366175] linux-bn6l kernel: pci 0000:00:18.7: [1022:1719] type 00 class 0x060000 >[ 1.366521] linux-bn6l kernel: pci 0000:00:14.4: PCI bridge to [bus 01] (subtractive decode) >[ 1.366538] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) >[ 1.366542] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c1fff window] (subtractive decode) >[ 1.366546] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000c2000-0x000c3fff window] (subtractive decode) >[ 1.366550] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c5fff window] (subtractive decode) >[ 1.366554] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000c6000-0x000c7fff window] (subtractive decode) >[ 1.366559] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000c9fff window] (subtractive decode) >[ 1.366563] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000ca000-0x000cbfff window] (subtractive decode) >[ 1.366567] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000cc000-0x000cdfff window] (subtractive decode) >[ 1.366571] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000ce000-0x000cffff window] (subtractive decode) >[ 1.366576] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d1fff window] (subtractive decode) >[ 1.366580] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000d2000-0x000d3fff window] (subtractive decode) >[ 1.366584] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d5fff window] (subtractive decode) >[ 1.366588] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000d6000-0x000d7fff window] (subtractive decode) >[ 1.366602] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000d9fff window] (subtractive decode) >[ 1.366606] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000da000-0x000dbfff window] (subtractive decode) >[ 1.366610] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000ddfff window] (subtractive decode) >[ 1.366614] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000de000-0x000dffff window] (subtractive decode) >[ 1.366619] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e1fff window] (subtractive decode) >[ 1.366623] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000e2000-0x000e3fff window] (subtractive decode) >[ 1.366627] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e5fff window] (subtractive decode) >[ 1.366631] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000e6000-0x000e7fff window] (subtractive decode) >[ 1.366635] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000e9fff window] (subtractive decode) >[ 1.366639] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000ea000-0x000ebfff window] (subtractive decode) >[ 1.366643] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000edfff window] (subtractive decode) >[ 1.366648] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x000ee000-0x000effff window] (subtractive decode) >[ 1.366652] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode) >[ 1.366656] linux-bn6l kernel: pci 0000:00:14.4: bridge window [mem 0xe1000000-0xffffffff window] (subtractive decode) >[ 1.366660] linux-bn6l kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) >[ 1.366664] linux-bn6l kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode) >[ 1.366819] linux-bn6l kernel: pci 0000:02:00.0: [168c:0030] type 00 class 0x028000 >[ 1.366856] linux-bn6l kernel: pci 0000:02:00.0: reg 0x10: [mem 0x91200000-0x9121ffff 64bit] >[ 1.366928] linux-bn6l kernel: pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref] >[ 1.367030] linux-bn6l kernel: pci 0000:02:00.0: supports D1 >[ 1.367034] linux-bn6l kernel: pci 0000:02:00.0: PME# supported from D0 D1 D3hot >[ 1.373576] linux-bn6l kernel: pci 0000:00:15.0: PCI bridge to [bus 02] >[ 1.373589] linux-bn6l kernel: pci 0000:00:15.0: bridge window [mem 0x91200000-0x912fffff] >[ 1.373737] linux-bn6l kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 >[ 1.373768] linux-bn6l kernel: pci 0000:03:00.0: reg 0x10: [io 0x2000-0x20ff] >[ 1.373808] linux-bn6l kernel: pci 0000:03:00.0: reg 0x18: [mem 0x90004000-0x90004fff 64bit pref] >[ 1.373834] linux-bn6l kernel: pci 0000:03:00.0: reg 0x20: [mem 0x90000000-0x90003fff 64bit pref] >[ 1.373964] linux-bn6l kernel: pci 0000:03:00.0: supports D1 D2 >[ 1.373968] linux-bn6l kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold >[ 1.381564] linux-bn6l kernel: pci 0000:00:15.1: PCI bridge to [bus 03] >[ 1.381575] linux-bn6l kernel: pci 0000:00:15.1: bridge window [io 0x2000-0x2fff] >[ 1.381587] linux-bn6l kernel: pci 0000:00:15.1: bridge window [mem 0x90000000-0x900fffff 64bit pref] >[ 1.381731] linux-bn6l kernel: pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330 >[ 1.381767] linux-bn6l kernel: pci 0000:04:00.0: reg 0x10: [mem 0x91100000-0x91101fff 64bit] >[ 1.381936] linux-bn6l kernel: pci 0000:04:00.0: PME# supported from D0 D3hot >[ 1.389563] linux-bn6l kernel: pci 0000:00:15.2: PCI bridge to [bus 04] >[ 1.389577] linux-bn6l kernel: pci 0000:00:15.2: bridge window [mem 0x91100000-0x911fffff] >[ 1.389701] linux-bn6l kernel: pci 0000:00:15.3: PCI bridge to [bus 05-06] >[ 1.389712] linux-bn6l kernel: pci 0000:00:15.3: bridge window [io 0x1000-0x1fff] >[ 1.389719] linux-bn6l kernel: pci 0000:00:15.3: bridge window [mem 0x90900000-0x910fffff] >[ 1.389728] linux-bn6l kernel: pci 0000:00:15.3: bridge window [mem 0x90100000-0x908fffff 64bit pref] >[ 1.390725] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0 >[ 1.390960] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0 >[ 1.391216] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0 >[ 1.391471] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0 >[ 1.391685] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0 >[ 1.391858] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0 >[ 1.392028] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0 >[ 1.392199] linux-bn6l kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0 >[ 1.393655] linux-bn6l kernel: ACPI: Enabled 1 GPEs in block 00 to 1F >[ 1.393827] linux-bn6l kernel: ACPI : EC: EC stopped >[ 1.393883] linux-bn6l kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62 >[ 1.393887] linux-bn6l kernel: ACPI : EC: EC started >[ 1.461919] linux-bn6l kernel: vgaarb: setting as boot device: PCI:0000:00:01.0 >[ 1.461925] linux-bn6l kernel: vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none >[ 1.461939] linux-bn6l kernel: vgaarb: loaded >[ 1.461943] linux-bn6l kernel: vgaarb: bridge control possible 0000:00:01.0 >[ 1.469698] linux-bn6l kernel: SCSI subsystem initialized >[ 1.469792] linux-bn6l kernel: libata version 3.00 loaded. >[ 1.469969] linux-bn6l kernel: PCI: Using ACPI for IRQ routing >[ 1.480796] linux-bn6l kernel: PCI: pci_cache_line_size set to 64 bytes >[ 1.480969] linux-bn6l kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] >[ 1.480974] linux-bn6l kernel: e820: reserve RAM buffer [mem 0x62cdf000-0x63ffffff] >[ 1.480978] linux-bn6l kernel: e820: reserve RAM buffer [mem 0x66ee6000-0x67ffffff] >[ 1.480981] linux-bn6l kernel: e820: reserve RAM buffer [mem 0x67e00000-0x67ffffff] >[ 1.481272] linux-bn6l kernel: NetLabel: Initializing >[ 1.481275] linux-bn6l kernel: NetLabel: domain hash size = 128 >[ 1.481277] linux-bn6l kernel: NetLabel: protocols = UNLABELED CIPSOv4 >[ 1.481311] linux-bn6l kernel: NetLabel: unlabeled traffic allowed by default >[ 1.481486] linux-bn6l kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 >[ 1.481495] linux-bn6l kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter >[ 1.483544] linux-bn6l kernel: amd_nb: Cannot enumerate AMD northbridges >[ 1.483572] linux-bn6l kernel: clocksource: Switched to clocksource hpet >[ 1.505817] linux-bn6l kernel: VFS: Disk quotas dquot_6.6.0 >[ 1.515611] linux-bn6l kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) >[ 1.527729] linux-bn6l kernel: AppArmor: AppArmor Filesystem Enabled >[ 1.527817] linux-bn6l kernel: pnp: PnP ACPI init >[ 1.528237] linux-bn6l kernel: system 00:00: [io 0x0f50-0x0f51] has been reserved >[ 1.528246] linux-bn6l kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved >[ 1.528251] linux-bn6l kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved >[ 1.528256] linux-bn6l kernel: system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved >[ 1.528267] linux-bn6l kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.529288] linux-bn6l kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) >[ 1.529362] linux-bn6l kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active) >[ 1.529461] linux-bn6l kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) >[ 1.529623] linux-bn6l kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved >[ 1.529629] linux-bn6l kernel: system 00:04: [io 0x0530-0x0537] has been reserved >[ 1.529634] linux-bn6l kernel: system 00:04: [io 0x0800-0x0827] has been reserved >[ 1.529638] linux-bn6l kernel: system 00:04: [io 0x0830] has been reserved >[ 1.529643] linux-bn6l kernel: system 00:04: [io 0x0840-0x0847] has been reserved >[ 1.529647] linux-bn6l kernel: system 00:04: [io 0x0b00-0x0b1f] has been reserved >[ 1.529652] linux-bn6l kernel: system 00:04: [io 0x0b20-0x0b3f] has been reserved >[ 1.529656] linux-bn6l kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved >[ 1.529661] linux-bn6l kernel: system 00:04: [io 0x0c14] has been reserved >[ 1.529665] linux-bn6l kernel: system 00:04: [io 0x0c50-0x0c52] has been reserved >[ 1.529669] linux-bn6l kernel: system 00:04: [io 0x0cd0-0x0cd1] has been reserved >[ 1.529674] linux-bn6l kernel: system 00:04: [io 0x0cd2-0x0cd3] has been reserved >[ 1.529678] linux-bn6l kernel: system 00:04: [io 0x0cd4-0x0cd5] has been reserved >[ 1.529682] linux-bn6l kernel: system 00:04: [io 0x0cd6-0x0cd7] has been reserved >[ 1.529687] linux-bn6l kernel: system 00:04: [io 0x0cd8-0x0cdf] has been reserved >[ 1.529691] linux-bn6l kernel: system 00:04: [io 0x0cf9] could not be reserved >[ 1.529696] linux-bn6l kernel: system 00:04: [io 0x8100-0x81ff window] has been reserved >[ 1.529701] linux-bn6l kernel: system 00:04: [io 0x8200-0x82ff window] has been reserved >[ 1.529708] linux-bn6l kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) >[ 1.529994] linux-bn6l kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved >[ 1.530000] linux-bn6l kernel: system 00:05: [mem 0xffe00000-0xffffffff] has been reserved >[ 1.530006] linux-bn6l kernel: system 00:05: [mem 0xfec10000-0xfec1001f] has been reserved >[ 1.530011] linux-bn6l kernel: system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved >[ 1.530015] linux-bn6l kernel: system 00:05: [mem 0xfed61000-0xfed613ff] has been reserved >[ 1.530020] linux-bn6l kernel: system 00:05: [mem 0xfed80000-0xfed80fff] has been reserved >[ 1.530027] linux-bn6l kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active) >[ 1.530259] linux-bn6l kernel: pnp: PnP ACPI: found 6 devices >[ 1.540021] linux-bn6l kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns >[ 1.540041] linux-bn6l kernel: pci 0000:02:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window >[ 1.540113] linux-bn6l kernel: pci 0000:00:14.4: PCI bridge to [bus 01] >[ 1.540144] linux-bn6l kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0x91220000-0x9122ffff pref] >[ 1.540149] linux-bn6l kernel: pci 0000:00:15.0: PCI bridge to [bus 02] >[ 1.540158] linux-bn6l kernel: pci 0000:00:15.0: bridge window [mem 0x91200000-0x912fffff] >[ 1.540171] linux-bn6l kernel: pci 0000:00:15.1: PCI bridge to [bus 03] >[ 1.540177] linux-bn6l kernel: pci 0000:00:15.1: bridge window [io 0x2000-0x2fff] >[ 1.540188] linux-bn6l kernel: pci 0000:00:15.1: bridge window [mem 0x90000000-0x900fffff 64bit pref] >[ 1.540198] linux-bn6l kernel: pci 0000:00:15.2: PCI bridge to [bus 04] >[ 1.540207] linux-bn6l kernel: pci 0000:00:15.2: bridge window [mem 0x91100000-0x911fffff] >[ 1.540219] linux-bn6l kernel: pci 0000:00:15.3: PCI bridge to [bus 05-06] >[ 1.540224] linux-bn6l kernel: pci 0000:00:15.3: bridge window [io 0x1000-0x1fff] >[ 1.540233] linux-bn6l kernel: pci 0000:00:15.3: bridge window [mem 0x90900000-0x910fffff] >[ 1.540239] linux-bn6l kernel: pci 0000:00:15.3: bridge window [mem 0x90100000-0x908fffff 64bit pref] >[ 1.540254] linux-bn6l kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000bffff window] >[ 1.540258] linux-bn6l kernel: pci_bus 0000:00: resource 5 [mem 0x000c0000-0x000c1fff window] >[ 1.540262] linux-bn6l kernel: pci_bus 0000:00: resource 6 [mem 0x000c2000-0x000c3fff window] >[ 1.540266] linux-bn6l kernel: pci_bus 0000:00: resource 7 [mem 0x000c4000-0x000c5fff window] >[ 1.540270] linux-bn6l kernel: pci_bus 0000:00: resource 8 [mem 0x000c6000-0x000c7fff window] >[ 1.540274] linux-bn6l kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000c9fff window] >[ 1.540278] linux-bn6l kernel: pci_bus 0000:00: resource 10 [mem 0x000ca000-0x000cbfff window] >[ 1.540282] linux-bn6l kernel: pci_bus 0000:00: resource 11 [mem 0x000cc000-0x000cdfff window] >[ 1.540286] linux-bn6l kernel: pci_bus 0000:00: resource 12 [mem 0x000ce000-0x000cffff window] >[ 1.540290] linux-bn6l kernel: pci_bus 0000:00: resource 13 [mem 0x000d0000-0x000d1fff window] >[ 1.540294] linux-bn6l kernel: pci_bus 0000:00: resource 14 [mem 0x000d2000-0x000d3fff window] >[ 1.540297] linux-bn6l kernel: pci_bus 0000:00: resource 15 [mem 0x000d4000-0x000d5fff window] >[ 1.540301] linux-bn6l kernel: pci_bus 0000:00: resource 16 [mem 0x000d6000-0x000d7fff window] >[ 1.540305] linux-bn6l kernel: pci_bus 0000:00: resource 17 [mem 0x000d8000-0x000d9fff window] >[ 1.540309] linux-bn6l kernel: pci_bus 0000:00: resource 18 [mem 0x000da000-0x000dbfff window] >[ 1.540313] linux-bn6l kernel: pci_bus 0000:00: resource 19 [mem 0x000dc000-0x000ddfff window] >[ 1.540317] linux-bn6l kernel: pci_bus 0000:00: resource 20 [mem 0x000de000-0x000dffff window] >[ 1.540321] linux-bn6l kernel: pci_bus 0000:00: resource 21 [mem 0x000e0000-0x000e1fff window] >[ 1.540325] linux-bn6l kernel: pci_bus 0000:00: resource 22 [mem 0x000e2000-0x000e3fff window] >[ 1.540329] linux-bn6l kernel: pci_bus 0000:00: resource 23 [mem 0x000e4000-0x000e5fff window] >[ 1.540332] linux-bn6l kernel: pci_bus 0000:00: resource 24 [mem 0x000e6000-0x000e7fff window] >[ 1.540336] linux-bn6l kernel: pci_bus 0000:00: resource 25 [mem 0x000e8000-0x000e9fff window] >[ 1.540340] linux-bn6l kernel: pci_bus 0000:00: resource 26 [mem 0x000ea000-0x000ebfff window] >[ 1.540344] linux-bn6l kernel: pci_bus 0000:00: resource 27 [mem 0x000ec000-0x000edfff window] >[ 1.540348] linux-bn6l kernel: pci_bus 0000:00: resource 28 [mem 0x000ee000-0x000effff window] >[ 1.540352] linux-bn6l kernel: pci_bus 0000:00: resource 29 [mem 0x80000000-0xdfffffff window] >[ 1.540356] linux-bn6l kernel: pci_bus 0000:00: resource 30 [mem 0xe1000000-0xffffffff window] >[ 1.540360] linux-bn6l kernel: pci_bus 0000:00: resource 31 [io 0x0000-0x0cf7 window] >[ 1.540364] linux-bn6l kernel: pci_bus 0000:00: resource 32 [io 0x0d00-0xffff window] >[ 1.540369] linux-bn6l kernel: pci_bus 0000:01: resource 4 [mem 0x000a0000-0x000bffff window] >[ 1.540373] linux-bn6l kernel: pci_bus 0000:01: resource 5 [mem 0x000c0000-0x000c1fff window] >[ 1.540376] linux-bn6l kernel: pci_bus 0000:01: resource 6 [mem 0x000c2000-0x000c3fff window] >[ 1.540380] linux-bn6l kernel: pci_bus 0000:01: resource 7 [mem 0x000c4000-0x000c5fff window] >[ 1.540384] linux-bn6l kernel: pci_bus 0000:01: resource 8 [mem 0x000c6000-0x000c7fff window] >[ 1.540388] linux-bn6l kernel: pci_bus 0000:01: resource 9 [mem 0x000c8000-0x000c9fff window] >[ 1.540392] linux-bn6l kernel: pci_bus 0000:01: resource 10 [mem 0x000ca000-0x000cbfff window] >[ 1.540396] linux-bn6l kernel: pci_bus 0000:01: resource 11 [mem 0x000cc000-0x000cdfff window] >[ 1.540399] linux-bn6l kernel: pci_bus 0000:01: resource 12 [mem 0x000ce000-0x000cffff window] >[ 1.540403] linux-bn6l kernel: pci_bus 0000:01: resource 13 [mem 0x000d0000-0x000d1fff window] >[ 1.540407] linux-bn6l kernel: pci_bus 0000:01: resource 14 [mem 0x000d2000-0x000d3fff window] >[ 1.540411] linux-bn6l kernel: pci_bus 0000:01: resource 15 [mem 0x000d4000-0x000d5fff window] >[ 1.540415] linux-bn6l kernel: pci_bus 0000:01: resource 16 [mem 0x000d6000-0x000d7fff window] >[ 1.540419] linux-bn6l kernel: pci_bus 0000:01: resource 17 [mem 0x000d8000-0x000d9fff window] >[ 1.540423] linux-bn6l kernel: pci_bus 0000:01: resource 18 [mem 0x000da000-0x000dbfff window] >[ 1.540427] linux-bn6l kernel: pci_bus 0000:01: resource 19 [mem 0x000dc000-0x000ddfff window] >[ 1.540430] linux-bn6l kernel: pci_bus 0000:01: resource 20 [mem 0x000de000-0x000dffff window] >[ 1.540434] linux-bn6l kernel: pci_bus 0000:01: resource 21 [mem 0x000e0000-0x000e1fff window] >[ 1.540438] linux-bn6l kernel: pci_bus 0000:01: resource 22 [mem 0x000e2000-0x000e3fff window] >[ 1.540442] linux-bn6l kernel: pci_bus 0000:01: resource 23 [mem 0x000e4000-0x000e5fff window] >[ 1.540446] linux-bn6l kernel: pci_bus 0000:01: resource 24 [mem 0x000e6000-0x000e7fff window] >[ 1.540450] linux-bn6l kernel: pci_bus 0000:01: resource 25 [mem 0x000e8000-0x000e9fff window] >[ 1.540454] linux-bn6l kernel: pci_bus 0000:01: resource 26 [mem 0x000ea000-0x000ebfff window] >[ 1.540458] linux-bn6l kernel: pci_bus 0000:01: resource 27 [mem 0x000ec000-0x000edfff window] >[ 1.540462] linux-bn6l kernel: pci_bus 0000:01: resource 28 [mem 0x000ee000-0x000effff window] >[ 1.540466] linux-bn6l kernel: pci_bus 0000:01: resource 29 [mem 0x80000000-0xdfffffff window] >[ 1.540470] linux-bn6l kernel: pci_bus 0000:01: resource 30 [mem 0xe1000000-0xffffffff window] >[ 1.540474] linux-bn6l kernel: pci_bus 0000:01: resource 31 [io 0x0000-0x0cf7 window] >[ 1.540478] linux-bn6l kernel: pci_bus 0000:01: resource 32 [io 0x0d00-0xffff window] >[ 1.540482] linux-bn6l kernel: pci_bus 0000:02: resource 1 [mem 0x91200000-0x912fffff] >[ 1.540486] linux-bn6l kernel: pci_bus 0000:03: resource 0 [io 0x2000-0x2fff] >[ 1.540490] linux-bn6l kernel: pci_bus 0000:03: resource 2 [mem 0x90000000-0x900fffff 64bit pref] >[ 1.540495] linux-bn6l kernel: pci_bus 0000:04: resource 1 [mem 0x91100000-0x911fffff] >[ 1.540499] linux-bn6l kernel: pci_bus 0000:05: resource 0 [io 0x1000-0x1fff] >[ 1.540502] linux-bn6l kernel: pci_bus 0000:05: resource 1 [mem 0x90900000-0x910fffff] >[ 1.540506] linux-bn6l kernel: pci_bus 0000:05: resource 2 [mem 0x90100000-0x908fffff 64bit pref] >[ 1.599601] linux-bn6l kernel: NET: Registered protocol family 2 >[ 1.611695] linux-bn6l kernel: TCP established hash table entries: 16384 (order: 5, 131072 bytes) >[ 1.611806] linux-bn6l kernel: TCP bind hash table entries: 16384 (order: 6, 262144 bytes) >[ 1.611943] linux-bn6l kernel: TCP: Hash tables configured (established 16384 bind 16384) >[ 1.612054] linux-bn6l kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes) >[ 1.612090] linux-bn6l kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) >[ 1.635607] linux-bn6l kernel: NET: Registered protocol family 1 >[ 1.635650] linux-bn6l kernel: pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] >[ 1.935521] linux-bn6l kernel: PCI: CLS 32 bytes, default 64 >[ 1.935676] linux-bn6l kernel: Unpacking initramfs... >[ 4.287455] linux-bn6l kernel: Freeing initrd memory: 11904K (ffff8800368af000 - ffff88003744f000) >[ 4.287542] linux-bn6l kernel: LVT offset 0 assigned for vector 0x400 >[ 4.287578] linux-bn6l kernel: perf: AMD IBS detected (0x000000ff) >[ 4.287756] linux-bn6l kernel: Scanning for low memory corruption every 60 seconds >[ 4.304186] linux-bn6l kernel: futex hash table entries: 512 (order: 3, 32768 bytes) >[ 4.315872] linux-bn6l kernel: audit: initializing netlink subsys (disabled) >[ 4.315925] linux-bn6l kernel: audit: type=2000 audit(1474380546.408:1): initialized >[ 4.316921] linux-bn6l kernel: workingset: timestamp_bits=34 max_order=19 bucket_order=0 >[ 4.316968] linux-bn6l kernel: zbud: loaded >[ 4.447924] linux-bn6l kernel: Key type big_key registered >[ 4.448714] linux-bn6l kernel: Key type asymmetric registered >[ 4.448719] linux-bn6l kernel: Asymmetric key parser 'x509' registered >[ 4.463901] linux-bn6l kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) >[ 4.463989] linux-bn6l kernel: io scheduler noop registered >[ 4.463995] linux-bn6l kernel: io scheduler deadline registered >[ 4.479888] linux-bn6l kernel: io scheduler cfq registered (default) >[ 4.481835] linux-bn6l kernel: pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt >[ 4.481842] linux-bn6l kernel: pci 0000:02:00.0: Signaling PME through PCIe PME interrupt >[ 4.481850] linux-bn6l kernel: pcie_pme 0000:00:15.0:pcie001: service driver pcie_pme loaded >[ 4.481893] linux-bn6l kernel: pcieport 0000:00:15.1: Signaling PME through PCIe PME interrupt >[ 4.481898] linux-bn6l kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt >[ 4.481905] linux-bn6l kernel: pcie_pme 0000:00:15.1:pcie001: service driver pcie_pme loaded >[ 4.481953] linux-bn6l kernel: pcieport 0000:00:15.2: Signaling PME through PCIe PME interrupt >[ 4.481957] linux-bn6l kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt >[ 4.481964] linux-bn6l kernel: pcie_pme 0000:00:15.2:pcie001: service driver pcie_pme loaded >[ 4.482010] linux-bn6l kernel: pcieport 0000:00:15.3: Signaling PME through PCIe PME interrupt >[ 4.482017] linux-bn6l kernel: pcie_pme 0000:00:15.3:pcie001: service driver pcie_pme loaded >[ 4.482031] linux-bn6l kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 >[ 4.482052] linux-bn6l kernel: pciehp 0000:00:15.3:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+ >[ 4.482121] linux-bn6l kernel: pciehp 0000:00:15.3:pcie004: service driver pciehp loaded >[ 4.482133] linux-bn6l kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 >[ 4.482188] linux-bn6l kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0 >[ 4.482191] linux-bn6l kernel: vesafb: scrolling: redraw >[ 4.482195] linux-bn6l kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 >[ 4.482226] linux-bn6l kernel: vesafb: framebuffer at 0x80000000, mapped to 0xffffc90000400000, using 3072k, total 3072k >[ 4.540927] linux-bn6l kernel: Console: switching to colour frame buffer device 128x48 >[ 4.599299] linux-bn6l kernel: fb0: VESA VGA frame buffer device >[ 4.599546] linux-bn6l kernel: GHES: HEST is not enabled! >[ 4.599683] linux-bn6l kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled >[ 4.603627] linux-bn6l kernel: Non-volatile memory driver v1.3 >[ 4.603705] linux-bn6l kernel: Linux agpgart interface v0.103 >[ 4.604370] linux-bn6l kernel: ahci 0000:00:11.0: version 3.0 >[ 4.604937] linux-bn6l kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 2 ports 3 Gbps 0x5 impl SATA mode >[ 4.604944] linux-bn6l kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio ccc sxs >[ 4.606072] linux-bn6l kernel: scsi host0: ahci >[ 4.606404] linux-bn6l kernel: scsi host1: ahci >[ 4.606673] linux-bn6l kernel: scsi host2: ahci >[ 4.606789] linux-bn6l kernel: ata1: SATA max UDMA/133 abar m1024@0x9134c000 port 0x9134c100 irq 19 >[ 4.606793] linux-bn6l kernel: ata2: DUMMY >[ 4.606797] linux-bn6l kernel: ata3: SATA max UDMA/133 abar m1024@0x9134c000 port 0x9134c200 irq 19 >[ 4.606981] linux-bn6l kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12 >[ 4.611753] linux-bn6l kernel: i8042: Detected active multiplexing controller, rev 1.1 >[ 4.614655] linux-bn6l kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 >[ 4.614751] linux-bn6l kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12 >[ 4.614830] linux-bn6l kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12 >[ 4.614907] linux-bn6l kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12 >[ 4.615006] linux-bn6l kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12 >[ 4.615294] linux-bn6l kernel: mousedev: PS/2 mouse device common for all mice >[ 4.615540] linux-bn6l kernel: rtc_cmos 00:01: RTC can wake from S4 >[ 4.615792] linux-bn6l kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0 >[ 4.615842] linux-bn6l kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs >[ 4.615899] linux-bn6l kernel: ledtrig-cpu: registered to indicate activity on CPUs >[ 4.615933] linux-bn6l kernel: hidraw: raw HID events driver (C) Jiri Kosina >[ 4.653626] linux-bn6l kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 >[ 4.703904] linux-bn6l kernel: NET: Registered protocol family 10 >[ 4.704702] linux-bn6l kernel: microcode: CPU0: patch_level=0x05000028 >[ 4.704719] linux-bn6l kernel: microcode: CPU1: patch_level=0x05000028 >[ 4.704814] linux-bn6l kernel: microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba >[ 4.705161] linux-bn6l kernel: registered taskstats version 1 >[ 4.705209] linux-bn6l kernel: zswap: loaded using pool lzo/zbud >[ 4.721672] linux-bn6l kernel: DRBG: Continuing without Jitter RNG >[ 4.731569] linux-bn6l kernel: Key type encrypted registered >[ 4.731583] linux-bn6l kernel: AppArmor: AppArmor sha1 policy hashing enabled >[ 4.732335] linux-bn6l kernel: Magic number: 0:622:182 >[ 4.732536] linux-bn6l kernel: rtc_cmos 00:01: setting system clock to 2016-09-20 14:09:08 UTC (1474380548) >[ 4.732687] linux-bn6l kernel: PM: Checking hibernation image partition /dev/system/swap >[ 4.930658] linux-bn6l kernel: ata3: SATA link down (SStatus 0 SControl 300) >[ 5.079952] linux-bn6l kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) >[ 5.080333] linux-bn6l kernel: ata1.00: ATA-8: Patriot Torqx 2 32GB SSD, S5FAM007, max UDMA/100 >[ 5.080338] linux-bn6l kernel: ata1.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 31/32), AA >[ 5.080932] linux-bn6l kernel: ata1.00: configured for UDMA/100 >[ 5.081342] linux-bn6l kernel: scsi 0:0:0:0: Direct-Access ATA Patriot Torqx 2 M007 PQ: 0 ANSI: 5 >[ 5.104312] linux-bn6l kernel: sd 0:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB) >[ 5.104560] linux-bn6l kernel: sd 0:0:0:0: [sda] Write Protect is off >[ 5.104566] linux-bn6l kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 >[ 5.104638] linux-bn6l kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA >[ 5.105544] linux-bn6l kernel: sda: sda1 sda2 >[ 5.106295] linux-bn6l kernel: sd 0:0:0:0: [sda] Attached SCSI disk >[ 5.283962] linux-bn6l kernel: tsc: Refined TSC clocksource calibration: 1596.600 MHz >[ 5.283969] linux-bn6l kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1703991e530, max_idle_ns: 440795278557 ns >[ 5.538963] linux-bn6l kernel: psmouse serio4: synaptics: queried max coordinates: x [..5692], y [..4680] >[ 5.592762] linux-bn6l kernel: psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000/0x0, board id: 0, fw id: 582762 >[ 5.626967] linux-bn6l kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input8 >[ 5.629558] linux-bn6l kernel: PM: Hibernation image not present or could not be loaded. >[ 5.633598] linux-bn6l kernel: Freeing unused kernel memory: 1656K (ffffffff81f28000 - ffffffff820c6000) >[ 5.633608] linux-bn6l kernel: Write protecting the kernel read-only data: 14336k >[ 5.634941] linux-bn6l kernel: Freeing unused kernel memory: 1260K (ffff8800016c5000 - ffff880001800000) >[ 5.641271] linux-bn6l kernel: Freeing unused kernel memory: 1124K (ffff880001ce7000 - ffff880001e00000) >[ 5.648402] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.648953] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.648991] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.666634] linux-bn6l systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN) >[ 5.667006] linux-bn6l systemd[1]: Detected architecture x86-64. >[ 5.667014] linux-bn6l systemd[1]: Running in initial RAM disk. >[ 5.667059] linux-bn6l systemd[1]: Set hostname to <linux-bn6l>. >[ 5.675021] linux-bn6l kernel: random: systemd-cryptse: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.753214] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.753346] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.753426] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.753579] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.754982] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.755333] linux-bn6l kernel: random: systemd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) >[ 5.769187] linux-bn6l systemd[1]: Reached target Swap. >[ 5.769427] linux-bn6l systemd[1]: Listening on udev Control Socket. >[ 5.769518] linux-bn6l systemd[1]: Listening on Journal Socket (/dev/log). >[ 5.769602] linux-bn6l systemd[1]: Listening on udev Kernel Socket. >[ 5.769636] linux-bn6l systemd[1]: Reached target Timers. >[ 5.770520] linux-bn6l systemd[1]: Created slice System Slice. >[ 5.770810] linux-bn6l systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice. >[ 5.771047] linux-bn6l systemd[1]: Created slice system-systemd\x2dcryptsetup.slice. >[ 5.771080] linux-bn6l systemd[1]: Reached target Slices. >[ 5.771281] linux-bn6l systemd[1]: Listening on Journal Audit Socket. >[ 5.771396] linux-bn6l systemd[1]: Listening on Journal Socket. >[ 5.784363] linux-bn6l systemd[1]: Starting Load Kernel Modules... >[ 5.784414] linux-bn6l systemd[1]: Reached target Sockets. >[ 5.786059] linux-bn6l systemd[1]: Starting Create list of required static device nodes for the current kernel... >[ 5.787840] linux-bn6l systemd[1]: Starting dracut cmdline hook... >[ 5.788969] linux-bn6l kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 >[ 5.789620] linux-bn6l systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm. >[ 5.797464] linux-bn6l systemd[1]: Starting Journal Service... >[ 5.799118] linux-bn6l systemd[1]: Starting Setup Virtual Console... >[ 5.802023] linux-bn6l systemd[1]: Started Load Kernel Modules. >[ 5.802717] linux-bn6l systemd[1]: Started Create list of required static device nodes for the current kernel. >[ 5.832374] linux-bn6l systemd[1]: Starting Create Static Device Nodes in /dev... >[ 5.833908] linux-bn6l systemd[1]: Starting Apply Kernel Variables... >[ 5.844712] linux-bn6l systemd[1]: Started Create Static Device Nodes in /dev. >[ 5.844858] linux-bn6l kernel: audit: type=1130 audit(1474380549.608:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.868829] linux-bn6l systemd[1]: Started Apply Kernel Variables. >[ 5.868929] linux-bn6l kernel: audit: type=1130 audit(1474380549.632:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.069621] linux-bn6l systemd-journald[145]: Journal started >[ 5.069828] linux-bn6l systemd-modules-load[138]: Inserted module 'sg' >[ 5.069959] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.070174] linux-bn6l systemd-sysctl[152]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory >[ 5.070272] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.070444] linux-bn6l systemd-sysctl[152]: Couldn't write '0' to 'dev/cdrom/autoclose', ignoring: No such file or directory >[ 5.070566] linux-bn6l systemd-sysctl[152]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory >[ 5.070644] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.071749] linux-bn6l dracut-cmdline[140]: dracut- dracut-044-12.1 dracut-044-12.1 >[ 5.076178] linux-bn6l dracut-cmdline[140]: Using kernel command line parameters: rd.luks.uuid=luks-fac90e20-4a9e-4abd-8151-2e5721835160 rd.lvm.lv=system/swap rd.lvm.lv=system/root resume=/dev/mapper/system-swap root=/dev/mapper/system-root rootfstype=btrfs rootflags=rw,relatime,space_cache,subvolid=259,subvol=/@/.snapshots/1/snapshot,subvol=@/.snapshots/1/snapshot BOOT_IMAGE=/vmlinuz-4.7.4-1-default root=/dev/mapper/system-root resume=/dev/system/swap splash=silent quiet showopts >[ 5.974406] linux-bn6l systemd[1]: Started Journal Service. >[ 5.974595] linux-bn6l kernel: audit: type=1130 audit(1474380549.736:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.260996] linux-bn6l systemd[1]: Started Setup Virtual Console. >[ 5.261200] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 6.164341] linux-bn6l kernel: audit: type=1130 audit(1474380549.928:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 6.296681] linux-bn6l kernel: clocksource: Switched to clocksource tsc >[ 6.387348] linux-bn6l kernel: audit: type=1130 audit(1474380550.148:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.485162] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.496433] linux-bn6l systemd[1]: Started dracut cmdline hook. >[ 5.496790] linux-bn6l systemd[1]: Starting dracut pre-udev hook... >[ 6.452092] linux-bn6l kernel: device-mapper: uevent: version 1.0.3 >[ 6.468182] linux-bn6l kernel: device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com >[ 5.621424] linux-bn6l systemd[1]: Started dracut pre-udev hook. >[ 6.509062] linux-bn6l kernel: audit: type=1130 audit(1474380550.272:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.621644] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.621960] linux-bn6l systemd[1]: Starting udev Kernel Device Manager... >[ 6.542927] linux-bn6l kernel: audit: type=1130 audit(1474380550.304:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.640990] linux-bn6l systemd[1]: Started udev Kernel Device Manager. >[ 5.641102] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.641386] linux-bn6l systemd[1]: Starting dracut pre-trigger hook... >[ 5.701319] linux-bn6l systemd[1]: Started dracut pre-trigger hook. >[ 6.589062] linux-bn6l kernel: audit: type=1130 audit(1474380550.352:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.701538] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.701821] linux-bn6l systemd[1]: Starting udev Coldplug all Devices... >[ 5.891705] linux-bn6l systemd[1]: Started udev Coldplug all Devices. >[ 6.781770] linux-bn6l kernel: audit: type=1130 audit(1474380550.544:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.891945] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.892289] linux-bn6l systemd[1]: Starting dracut initqueue hook... >[ 5.892586] linux-bn6l systemd[1]: Starting Show Plymouth Boot Screen... >[ 5.955477] linux-bn6l systemd[1]: Started Show Plymouth Boot Screen. >[ 5.955628] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 5.955905] linux-bn6l systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. >[ 5.956241] linux-bn6l systemd[1]: Reached target Paths. >[ 6.891298] linux-bn6l kernel: ACPI: bus type USB registered >[ 6.891366] linux-bn6l kernel: usbcore: registered new interface driver usbfs >[ 6.891400] linux-bn6l kernel: usbcore: registered new interface driver hub >[ 6.902018] linux-bn6l kernel: usbcore: registered new device driver usb >[ 6.903258] linux-bn6l kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver >[ 6.903761] linux-bn6l kernel: ehci-pci: EHCI PCI platform driver >[ 6.905397] linux-bn6l kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver >[ 6.905913] linux-bn6l kernel: QUIRK: Enable AMD PLL fix >[ 6.905965] linux-bn6l kernel: ehci-pci 0000:00:12.2: EHCI Host Controller >[ 6.905985] linux-bn6l kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1 >[ 6.905998] linux-bn6l kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround >[ 6.906013] linux-bn6l kernel: ehci-pci 0000:00:12.2: debug port 1 >[ 6.906094] linux-bn6l kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0x9134c600 >[ 6.916156] linux-bn6l kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00 >[ 6.916336] linux-bn6l kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 >[ 6.916342] linux-bn6l kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 6.916346] linux-bn6l kernel: usb usb1: Product: EHCI Host Controller >[ 6.916350] linux-bn6l kernel: usb usb1: Manufacturer: Linux 4.7.4-1-default ehci_hcd >[ 6.916354] linux-bn6l kernel: usb usb1: SerialNumber: 0000:00:12.2 >[ 6.916693] linux-bn6l kernel: hub 1-0:1.0: USB hub found >[ 6.916715] linux-bn6l kernel: hub 1-0:1.0: 5 ports detected >[ 6.917520] linux-bn6l kernel: ehci-pci 0000:00:13.2: EHCI Host Controller >[ 6.917539] linux-bn6l kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2 >[ 6.917550] linux-bn6l kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround >[ 6.917565] linux-bn6l kernel: ehci-pci 0000:00:13.2: debug port 1 >[ 6.917623] linux-bn6l kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0x9134c500 >[ 6.928169] linux-bn6l kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00 >[ 6.928398] linux-bn6l kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 >[ 6.928403] linux-bn6l kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 6.928407] linux-bn6l kernel: usb usb2: Product: EHCI Host Controller >[ 6.928412] linux-bn6l kernel: usb usb2: Manufacturer: Linux 4.7.4-1-default ehci_hcd >[ 6.928416] linux-bn6l kernel: usb usb2: SerialNumber: 0000:00:13.2 >[ 6.928744] linux-bn6l kernel: hub 2-0:1.0: USB hub found >[ 6.928766] linux-bn6l kernel: hub 2-0:1.0: 5 ports detected >[ 6.929563] linux-bn6l kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller >[ 6.929581] linux-bn6l kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3 >[ 6.929768] linux-bn6l kernel: xhci_hcd 0000:04:00.0: hcc params 0x014042cb hci version 0x96 quirks 0x00000004 >[ 6.930043] linux-bn6l kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 >[ 6.930048] linux-bn6l kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 6.930052] linux-bn6l kernel: usb usb3: Product: xHCI Host Controller >[ 6.930056] linux-bn6l kernel: usb usb3: Manufacturer: Linux 4.7.4-1-default xhci-hcd >[ 6.930059] linux-bn6l kernel: usb usb3: SerialNumber: 0000:04:00.0 >[ 6.930358] linux-bn6l kernel: hub 3-0:1.0: USB hub found >[ 6.930380] linux-bn6l kernel: hub 3-0:1.0: 2 ports detected >[ 6.930654] linux-bn6l kernel: ehci-pci 0000:00:16.2: EHCI Host Controller >[ 6.930666] linux-bn6l kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 4 >[ 6.930674] linux-bn6l kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround >[ 6.930690] linux-bn6l kernel: ehci-pci 0000:00:16.2: debug port 1 >[ 6.930739] linux-bn6l kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0x9134c400 >[ 6.930766] linux-bn6l kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller >[ 6.930773] linux-bn6l kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 5 >[ 6.937344] linux-bn6l kernel: usb usb5: We don't know the algorithms for LPM for this host, disabling LPM. >[ 6.937422] linux-bn6l kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0003 >[ 6.937427] linux-bn6l kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 6.937431] linux-bn6l kernel: usb usb5: Product: xHCI Host Controller >[ 6.937435] linux-bn6l kernel: usb usb5: Manufacturer: Linux 4.7.4-1-default xhci-hcd >[ 6.937439] linux-bn6l kernel: usb usb5: SerialNumber: 0000:04:00.0 >[ 6.938691] linux-bn6l kernel: hub 5-0:1.0: USB hub found >[ 6.938722] linux-bn6l kernel: hub 5-0:1.0: 2 ports detected >[ 6.940179] linux-bn6l kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00 >[ 6.940384] linux-bn6l kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 >[ 6.940389] linux-bn6l kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 6.940393] linux-bn6l kernel: usb usb4: Product: EHCI Host Controller >[ 6.940397] linux-bn6l kernel: usb usb4: Manufacturer: Linux 4.7.4-1-default ehci_hcd >[ 6.940401] linux-bn6l kernel: usb usb4: SerialNumber: 0000:00:16.2 >[ 6.940709] linux-bn6l kernel: hub 4-0:1.0: USB hub found >[ 6.940730] linux-bn6l kernel: hub 4-0:1.0: 4 ports detected >[ 6.941788] linux-bn6l kernel: ohci-pci: OHCI PCI platform driver >[ 6.942279] linux-bn6l kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller >[ 6.942296] linux-bn6l kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6 >[ 6.942376] linux-bn6l kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0x9134b000 >[ 6.095806] linux-bn6l systemd[1]: Found device Patriot_Torqx_2 1. >[ 7.000882] linux-bn6l kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 >[ 7.000892] linux-bn6l kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 7.000896] linux-bn6l kernel: usb usb6: Product: OHCI PCI host controller >[ 7.000901] linux-bn6l kernel: usb usb6: Manufacturer: Linux 4.7.4-1-default ohci_hcd >[ 7.000905] linux-bn6l kernel: usb usb6: SerialNumber: 0000:00:12.0 >[ 7.001222] linux-bn6l kernel: hub 6-0:1.0: USB hub found >[ 7.001243] linux-bn6l kernel: hub 6-0:1.0: 5 ports detected >[ 7.002061] linux-bn6l kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller >[ 7.002077] linux-bn6l kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7 >[ 7.002125] linux-bn6l kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0x9134a000 >[ 7.060341] linux-bn6l kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 >[ 7.060352] linux-bn6l kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 7.060356] linux-bn6l kernel: usb usb7: Product: OHCI PCI host controller >[ 7.060361] linux-bn6l kernel: usb usb7: Manufacturer: Linux 4.7.4-1-default ohci_hcd >[ 7.060365] linux-bn6l kernel: usb usb7: SerialNumber: 0000:00:13.0 >[ 7.060697] linux-bn6l kernel: hub 7-0:1.0: USB hub found >[ 7.060719] linux-bn6l kernel: hub 7-0:1.0: 5 ports detected >[ 7.061550] linux-bn6l kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller >[ 7.061567] linux-bn6l kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8 >[ 7.061625] linux-bn6l kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0x91349000 >[ 6.228048] linux-bn6l systemd[1]: Reloading. >[ 7.120413] linux-bn6l kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 >[ 7.120417] linux-bn6l kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 7.120420] linux-bn6l kernel: usb usb8: Product: OHCI PCI host controller >[ 7.120422] linux-bn6l kernel: usb usb8: Manufacturer: Linux 4.7.4-1-default ohci_hcd >[ 7.120425] linux-bn6l kernel: usb usb8: SerialNumber: 0000:00:14.5 >[ 7.121393] linux-bn6l kernel: hub 8-0:1.0: USB hub found >[ 7.121414] linux-bn6l kernel: hub 8-0:1.0: 2 ports detected >[ 7.122160] linux-bn6l kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller >[ 7.122174] linux-bn6l kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9 >[ 7.122259] linux-bn6l kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0x91348000 >[ 7.184337] linux-bn6l kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0001 >[ 7.184342] linux-bn6l kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1 >[ 7.184344] linux-bn6l kernel: usb usb9: Product: OHCI PCI host controller >[ 7.184347] linux-bn6l kernel: usb usb9: Manufacturer: Linux 4.7.4-1-default ohci_hcd >[ 7.184349] linux-bn6l kernel: usb usb9: SerialNumber: 0000:00:16.0 >[ 7.185302] linux-bn6l kernel: hub 9-0:1.0: USB hub found >[ 7.185322] linux-bn6l kernel: hub 9-0:1.0: 4 ports detected >[ 7.240238] linux-bn6l kernel: usb 1-2: new high-speed USB device number 2 using ehci-pci >[ 7.252200] linux-bn6l kernel: usb 4-1: new high-speed USB device number 2 using ehci-pci >[ 7.505880] linux-bn6l kernel: usb 4-1: New USB device found, idVendor=5986, idProduct=0241 >[ 7.505891] linux-bn6l kernel: usb 4-1: New USB device strings: Mfr=3, Product=1, SerialNumber=0 >[ 7.505895] linux-bn6l kernel: usb 4-1: Product: BisonCam, NB Pro >[ 7.505900] linux-bn6l kernel: usb 4-1: Manufacturer: BISON Corporation >[ 7.631477] linux-bn6l kernel: usb 1-2: New USB device found, idVendor=0bda, idProduct=0138 >[ 7.631486] linux-bn6l kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 >[ 7.631491] linux-bn6l kernel: usb 1-2: Product: USB2.0-CRW >[ 7.631495] linux-bn6l kernel: usb 1-2: Manufacturer: Generic >[ 7.631499] linux-bn6l kernel: usb 1-2: SerialNumber: 20090516388200000 >[ 7.643275] linux-bn6l kernel: usbcore: registered new interface driver usb-storage >[ 10.917723] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 31.538158] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 35.245880] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 50.582192] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 51.208541] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 61.138260] linux-bn6l kernel: random: nonblocking pool is initialized >[ 87.159302] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 87.953756] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 112.274741] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 112.922192] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 132.691931] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 133.228670] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 133.750748] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 134.272392] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 134.794210] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 135.316165] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 135.838109] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 136.360041] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 136.881922] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 137.403895] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 137.926033] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 138.448052] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 138.969901] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 139.491569] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 140.013710] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 140.535569] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 141.057465] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 141.579628] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 142.102073] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 142.623787] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 143.145916] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 143.668124] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 144.189809] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 144.711619] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 145.233722] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 145.755629] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 146.277834] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 146.799923] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 147.321965] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 147.843970] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 148.366178] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 148.888160] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 149.410011] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 149.931761] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 150.453915] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 150.975582] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 151.497596] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 152.019610] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 152.541829] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 153.063947] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 153.586089] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 154.107961] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 154.630170] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 155.151976] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 155.673899] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 156.195932] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 156.718109] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 157.239998] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 157.761997] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 158.283838] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 158.805996] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 159.328101] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 159.850083] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 160.371967] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 160.893922] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 161.415771] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 161.937878] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 162.459981] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 162.982308] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 163.504187] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 164.026179] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 164.548094] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 165.070064] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 165.592240] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 166.114181] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 166.636033] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 167.158148] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 167.679992] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 168.202305] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 168.724171] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 169.246188] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 169.768327] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 170.290332] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 170.812680] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 171.335061] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 171.856719] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 172.378847] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 172.901021] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 173.423077] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 173.945174] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 174.467185] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 174.989127] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 175.511049] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 176.033287] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 176.555596] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 177.077508] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 177.599563] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 178.121571] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 178.643720] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 179.166031] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 179.687985] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 180.210089] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 180.732203] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 181.254271] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 181.776236] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 182.298340] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 182.820291] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 183.342450] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 183.864456] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 184.386569] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 184.908477] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 185.430948] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 185.952429] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 186.474683] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 186.996633] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 187.518911] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 188.041243] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 188.563110] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 189.085222] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 189.607289] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 190.129311] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 190.651401] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 191.173481] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 191.695582] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 192.217964] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 192.740192] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 193.262344] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 193.784378] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 194.306524] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 194.828471] linux-bn6l dracut-initqueue[332]: Warning: dracut-initqueue timeout - starting timeout scripts >[ 194.828923] linux-bn6l dracut-initqueue[332]: Warning: Could not boot. >[ 194.948612] linux-bn6l systemd[1]: Received SIGRTMIN+20 from PID 343 (plymouthd). >[ 195.008200] linux-bn6l dracut-initqueue[332]: Warning: /dev/mapper/system-root does not exist >[ 195.008805] linux-bn6l dracut-initqueue[332]: Warning: /dev/system/root does not exist >[ 195.009201] linux-bn6l dracut-initqueue[332]: Warning: /dev/system/swap does not exist >[ 195.036721] linux-bn6l systemd[1]: Starting Dracut Emergency Shell... >[ 195.068274] linux-bn6l systemd[1]: Received SIGRTMIN+21 from PID 343 (plymouthd). >[ 195.068694] linux-bn6l audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 195.068785] linux-bn6l audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 195.991177] linux-bn6l kernel: audit_printk_skb: 3 callbacks suppressed >[ 195.991187] linux-bn6l kernel: audit: type=1130 audit(1474380739.736:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' >[ 195.991235] linux-bn6l kernel: audit: type=1131 audit(1474380739.736:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 1000454
: 693643