Your message dated Wed, 03 Feb 2016 10:28:36 +0000
with message-id <[email protected]>
and subject line Bug#810748: fixed in systemd 228-5
has caused the Debian Bug report #810748,
regarding systemd does not mount /usr in initramfs, breaking split /usr with 
dracut
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
810748: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810748
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dracut
Version: 040+1-1
Severity: important

In split-/usr configurations, when dracut switches root from the initrd
to /sysroot, it must already have mounted sysroot/usr before. Otherwise
systemd will be unable to read /etc/os-release (which is a symlink to
.../usr/lib/os-release) and refuse to boot.

If I read the documentation correctly, dracut is supposed to
automatically mount sysroot/usr before switching root. However, this
does not happen on my system. To be able to boot, I had to drop a copy
of /usr/lib/os-release into /etc. Do I need to tell dracut explicitly
that it should mount /usr? If so, how?

Thanks!

-- System Information:
Debian Release: 8.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=da_DK.utf8, LC_CTYPE=da_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages dracut depends on:
ii  console-setup  1.123
ii  cpio           2.11+dfsg-4.1
ii  kmod           18-3
ii  kpartx         0.5.0-6+deb8u1
ii  libc6          2.19-18+deb8u1
ii  pkg-config     0.28-1
ii  udev           215-17+deb8u2
ii  util-linux     2.25.2-6

Versions of packages dracut recommends:
ii  cryptsetup  2:1.6.6-5
pn  dmraid      <none>
ii  dmsetup     2:1.02.90-2.2
pn  lvm2        <none>
pn  mdadm       <none>

Versions of packages dracut suggests:
pn  dracut-network  <none>

-- no debconf information
+ cat /lib/dracut/dracut-040-207-g7252cde
dracut-040-207-g7252cde
+ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=a1d788f9-e4ed-4fa5-9512-cf820455e9be ro quiet
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f '/etc/cmdline.d/*.conf' ']'
+ break
+ cat /proc/self/mountinfo
0 0 0:1 / / rw shared:1 - rootfs rootfs rw
14 0 0:14 / /sys rw,nosuid,nodev,noexec,relatime shared:2 - sysfs sysfs rw
15 0 0:3 / /proc rw,nosuid,nodev,noexec,relatime shared:7 - proc proc rw
16 0 0:5 / /dev rw,nosuid shared:8 - devtmpfs devtmpfs 
rw,size=1012840k,nr_inodes=253210,mode=755
17 14 0:15 / /sys/kernel/security rw,nosuid,nodev,noexec,relatime shared:3 - 
securityfs securityfs rw
18 16 0:16 / /dev/shm rw,nosuid,nodev shared:9 - tmpfs tmpfs rw
19 16 0:11 / /dev/pts rw,nosuid,noexec,relatime shared:10 - devpts devpts 
rw,gid=5,mode=620,ptmxmode=000
20 0 0:17 / /run rw,nosuid,nodev shared:11 - tmpfs tmpfs rw,mode=755
21 20 0:18 / /run/lock rw,nosuid,nodev,noexec,relatime shared:12 - tmpfs tmpfs 
rw,size=5120k
22 14 0:19 / /sys/fs/cgroup ro,nosuid,nodev,noexec shared:4 - tmpfs tmpfs 
ro,mode=755
23 22 0:20 / /sys/fs/cgroup/systemd rw,nosuid,nodev,noexec,relatime shared:5 - 
cgroup cgroup 
rw,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd
24 14 0:21 / /sys/fs/pstore rw,nosuid,nodev,noexec,relatime shared:6 - pstore 
pstore rw
25 22 0:22 / /sys/fs/cgroup/cpuset rw,nosuid,nodev,noexec,relatime shared:13 - 
cgroup cgroup rw,cpuset
26 22 0:23 / /sys/fs/cgroup/cpu,cpuacct rw,nosuid,nodev,noexec,relatime 
shared:14 - cgroup cgroup rw,cpu,cpuacct
27 22 0:24 / /sys/fs/cgroup/devices rw,nosuid,nodev,noexec,relatime shared:15 - 
cgroup cgroup rw,devices
28 22 0:25 / /sys/fs/cgroup/freezer rw,nosuid,nodev,noexec,relatime shared:16 - 
cgroup cgroup rw,freezer
29 22 0:26 / /sys/fs/cgroup/net_cls,net_prio rw,nosuid,nodev,noexec,relatime 
shared:17 - cgroup cgroup rw,net_cls,net_prio
30 22 0:27 / /sys/fs/cgroup/blkio rw,nosuid,nodev,noexec,relatime shared:18 - 
cgroup cgroup rw,blkio
31 22 0:28 / /sys/fs/cgroup/perf_event rw,nosuid,nodev,noexec,relatime 
shared:19 - cgroup cgroup rw,perf_event
32 0 8:3 / /sysroot ro,relatime shared:20 - ext3 /dev/sda3 ro,data=ordered
+ 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=1012840k,nr_inodes=253210,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 /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 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=/lib/systemd/systemd-cgroups-agent,name=systemd
 0 0
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup 
rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup 
rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/perf_event cgroup 
rw,nosuid,nodev,noexec,relatime,perf_event 0 0
/dev/sda3 /sysroot ext3 ro,relatime,data=ordered 0 0
+ blkid
/dev/sda1: UUID="6f0827eb-278f-49c5-b2c2-c6aba92e401b" TYPE="xfs" 
PARTUUID="1669c708-01"
/dev/sda2: LABEL="SERVICEV001" UUID="5042-CC10" TYPE="vfat" 
PARTUUID="1669c708-02"
/dev/sda3: LABEL="wurzel" UUID="a1d788f9-e4ed-4fa5-9512-cf820455e9be" 
SEC_TYPE="ext2" TYPE="ext3" PARTUUID="1669c708-03"
/dev/sda5: PARTUUID="1669c708-05"
/dev/sda6: UUID="71359e8f-371b-4582-8782-9e8a12323bf5" TYPE="crypto_LUKS" 
PARTUUID="1669c708-06"
+ blkid -o udev
ID_FS_UUID=6f0827eb-278f-49c5-b2c2-c6aba92e401b
ID_FS_UUID_ENC=6f0827eb-278f-49c5-b2c2-c6aba92e401b
ID_FS_TYPE=xfs
ID_FS_PARTUUID=1669c708-01

ID_FS_LABEL=SERVICEV001
ID_FS_LABEL_ENC=SERVICEV001
ID_FS_UUID=5042-CC10
ID_FS_UUID_ENC=5042-CC10
ID_FS_TYPE=vfat
ID_FS_PARTUUID=1669c708-02

ID_FS_LABEL=wurzel
ID_FS_LABEL_ENC=wurzel
ID_FS_UUID=a1d788f9-e4ed-4fa5-9512-cf820455e9be
ID_FS_UUID_ENC=a1d788f9-e4ed-4fa5-9512-cf820455e9be
ID_FS_SEC_TYPE=ext2
ID_FS_TYPE=ext3
ID_FS_PARTUUID=1669c708-03

ID_FS_UUID=71359e8f-371b-4582-8782-9e8a12323bf5
ID_FS_UUID_ENC=71359e8f-371b-4582-8782-9e8a12323bf5
ID_FS_TYPE=crypto_LUKS
ID_FS_PARTUUID=1669c708-06

ID_FS_PARTUUID=1669c708-05
+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0  9 Jan 11 21:06 ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE 
-> ../../sda
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 
ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE-part1 -> ../../sda1
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 
ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE-part2 -> ../../sda2
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 
ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE-part3 -> ../../sda3
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 
ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE-part4 -> ../../sda4
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 
ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE-part5 -> ../../sda5
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 
ata-HITACHI_HTS541616J9SA00_SB3441GRJH3TXE-part6 -> ../../sda6
lrwxrwxrwx 1 root 0  9 Jan 11 21:06 ata-MATSHITADVD-RAM_UJ-860_HC72_072512 -> 
../../sr0
lrwxrwxrwx 1 root 0  9 Jan 11 21:06 wwn-0x5000cca553e30eda -> ../../sda
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wwn-0x5000cca553e30eda-part1 -> ../../sda1
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wwn-0x5000cca553e30eda-part2 -> ../../sda2
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wwn-0x5000cca553e30eda-part3 -> ../../sda3
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wwn-0x5000cca553e30eda-part4 -> ../../sda4
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wwn-0x5000cca553e30eda-part5 -> ../../sda5
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wwn-0x5000cca553e30eda-part6 -> ../../sda6

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 SERVICEV001 -> ../../sda2
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 wurzel -> ../../sda3

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 5042-CC10 -> ../../sda2
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 6f0827eb-278f-49c5-b2c2-c6aba92e401b -> 
../../sda1
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 71359e8f-371b-4582-8782-9e8a12323bf5 -> 
../../sda6
lrwxrwxrwx 1 root 0 10 Jan 11 21:06 a1d788f9-e4ed-4fa5-9512-cf820455e9be -> 
../../sda3
+ 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="/lib/systemd"
systemdsystemunitdir="/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ command -v dmsetup
+ dmsetup ls --tree
No devices found
+ cat /proc/mdstat
cat: /proc/mdstat: No such file or directory
+ command -v ip
+ command -v journalctl
+ journalctl -ab --no-pager -o short-monotonic
-- Logs begin at Mon 2016-01-11 21:06:35 UTC, end at Mon 2016-01-11 21:06:39 
UTC. --
[    0.773759] localhost systemd-journal[66]: Runtime journal is using 8.0M 
(max allowed 100.0M, trying to leave 150.0M free of 992.5M available → current 
limit 100.0M).
[    0.773948] localhost systemd-journal[66]: Runtime journal is using 8.0M 
(max allowed 100.0M, trying to leave 150.0M free of 992.5M available → current 
limit 100.0M).
[    0.000000] localhost kernel: Initializing cgroup subsys cpuset
[    0.000000] localhost kernel: Initializing cgroup subsys cpu
[    0.000000] localhost kernel: Initializing cgroup subsys cpuacct
[    0.000000] localhost kernel: Linux version 3.16.0-4-amd64 
([email protected]) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP 
Debian 3.16.7-ckt20-1+deb8u2 (2016-01-02)
[    0.000000] localhost kernel: Command line: 
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=a1d788f9-e4ed-4fa5-9512-cf820455e9be ro quiet
[    0.000000] localhost kernel: e820: BIOS-provided physical RAM map:
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000000d2000-0x00000000000d3fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x0000000000100000-0x000000007f6affff] usable
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x000000007f6b0000-0x000000007f6cbfff] ACPI data
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x000000007f6cc000-0x000000007f6fffff] ACPI NVS
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x000000007f700000-0x000000007fffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000f0000000-0x00000000f3ffffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000fec00000-0x00000000fec0ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000fed00000-0x00000000fed003ff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000fed14000-0x00000000fed19fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000fed1c000-0x00000000fed8ffff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] localhost kernel: BIOS-e820: [mem 
0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] localhost kernel: NX (Execute Disable) protection: active
[    0.000000] localhost kernel: SMBIOS 2.4 present.
[    0.000000] localhost kernel: DMI: LENOVO 8943DMG/8943DMG, BIOS 7QET27WW 
(1.09 ) 10/22/2007
[    0.000000] localhost kernel: e820: update [mem 0x00000000-0x00000fff] 
usable ==> reserved
[    0.000000] localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] localhost kernel: AGP: No AGP bridge found
[    0.000000] localhost kernel: e820: last_pfn = 0x7f6b0 max_arch_pfn = 
0x400000000
[    0.000000] localhost kernel: MTRR default type: uncachable
[    0.000000] localhost kernel: MTRR fixed ranges enabled:
[    0.000000] localhost kernel:   00000-9FFFF write-back
[    0.000000] localhost kernel:   A0000-BFFFF uncachable
[    0.000000] localhost kernel:   C0000-CFFFF write-protect
[    0.000000] localhost kernel:   D0000-DFFFF uncachable
[    0.000000] localhost kernel:   E0000-FFFFF write-protect
[    0.000000] localhost kernel: MTRR variable ranges enabled:
[    0.000000] localhost kernel:   0 base 000000000 mask F80000000 write-back
[    0.000000] localhost kernel:   1 base 07F700000 mask FFFF00000 uncachable
[    0.000000] localhost kernel:   2 base 07F800000 mask FFF800000 uncachable
[    0.000000] localhost kernel:   3 disabled
[    0.000000] localhost kernel:   4 disabled
[    0.000000] localhost kernel:   5 disabled
[    0.000000] localhost kernel:   6 disabled
[    0.000000] localhost kernel:   7 disabled
[    0.000000] localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, 
new 0x7010600070106
[    0.000000] localhost kernel: found SMP MP-table at [mem 
0x000f69e0-0x000f69ef] mapped at [ffff8800000f69e0]
[    0.000000] localhost kernel: Base memory trampoline at [ffff880000097000] 
97000 size 24576
[    0.000000] localhost kernel: init_memory_mapping: [mem 
0x00000000-0x000fffff]
[    0.000000] localhost kernel:  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] localhost kernel: BRK [0x01af4000, 0x01af4fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01af5000, 0x01af5fff] PGTABLE
[    0.000000] localhost kernel: BRK [0x01af6000, 0x01af6fff] PGTABLE
[    0.000000] localhost kernel: init_memory_mapping: [mem 
0x7f400000-0x7f5fffff]
[    0.000000] localhost kernel:  [mem 0x7f400000-0x7f5fffff] page 2M
[    0.000000] localhost kernel: BRK [0x01af7000, 0x01af7fff] PGTABLE
[    0.000000] localhost kernel: init_memory_mapping: [mem 
0x7c000000-0x7f3fffff]
[    0.000000] localhost kernel:  [mem 0x7c000000-0x7f3fffff] page 2M
[    0.000000] localhost kernel: init_memory_mapping: [mem 
0x00100000-0x7bffffff]
[    0.000000] localhost kernel:  [mem 0x00100000-0x001fffff] page 4k
[    0.000000] localhost kernel:  [mem 0x00200000-0x7bffffff] page 2M
[    0.000000] localhost kernel: init_memory_mapping: [mem 
0x7f600000-0x7f6affff]
[    0.000000] localhost kernel:  [mem 0x7f600000-0x7f6affff] page 4k
[    0.000000] localhost kernel: BRK [0x01af8000, 0x01af8fff] PGTABLE
[    0.000000] localhost kernel: RAMDISK: [mem 0x356ca000-0x36b5cfff]
[    0.000000] localhost kernel: ACPI: Early table checksum verification 
disabled
[    0.000000] localhost kernel: ACPI: RSDP 0x00000000000F69B0 000024 (v02 
LENOVO)
[    0.000000] localhost kernel: ACPI: XSDT 0x000000007F6BC9A1 00008C (v01 
LENOVO TP-7Q    00001090  LTP 00000000)
[    0.000000] localhost kernel: ACPI: FACP 0x000000007F6BCB00 0000F4 (v03 
LENOVO TP-7Q    00001090 LNVO 00000001)
[    0.000000] localhost kernel: ACPI BIOS Warning (bug): 32/64X length 
mismatch in FADT/Gpe0Block: 64/32 (20140424/tbfadt-623)
[    0.000000] localhost kernel: ACPI BIOS Warning (bug): 32/64X length 
mismatch in FADT/Gpe1Block: 0/32 (20140424/tbfadt-623)
[    0.000000] localhost kernel: ACPI BIOS Warning (bug): Optional FADT field 
Gpe1Block has zero address or length: 0x000000000000102C/0x0 
(20140424/tbfadt-654)
[    0.000000] localhost kernel: ACPI: DSDT 0x000000007F6BCF0C 00ED3A (v01 
LENOVO TP-7Q    00001090 MSFT 03000000)
[    0.000000] localhost kernel: ACPI: FACS 0x000000007F6E4000 000040
[    0.000000] localhost kernel: ACPI: FACS 0x000000007F6E4000 000040
[    0.000000] localhost kernel: ACPI: SSDT 0x000000007F6BCCB4 000258 (v01 
LENOVO TP-7Q    00001090 MSFT 03000000)
[    0.000000] localhost kernel: ACPI: ECDT 0x000000007F6CBC46 000052 (v01 
LENOVO TP-7Q    00001090 LNVO 00000001)
[    0.000000] localhost kernel: ACPI: TCPA 0x000000007F6CBC98 000032 (v02 
LENOVO TP-7Q    00001090 LNVO 00000001)
[    0.000000] localhost kernel: ACPI: APIC 0x000000007F6CBCCA 000068 (v01 
LENOVO TP-7Q    00001090 LNVO 00000001)
[    0.000000] localhost kernel: ACPI: MCFG 0x000000007F6CBD32 00003C (v01 
LENOVO TP-7Q    00001090 LNVO 00000001)
[    0.000000] localhost kernel: ACPI: HPET 0x000000007F6CBD6E 000038 (v01 
LENOVO TP-7Q    00001090 LNVO 00000001)
[    0.000000] localhost kernel: ACPI: SLIC 0x000000007F6CBE62 000176 (v01 
LENOVO TP-7Q    00001090  LTP 00000000)
[    0.000000] localhost kernel: ACPI: BOOT 0x000000007F6CBFD8 000028 (v01 
LENOVO TP-7Q    00001090  LTP 00000001)
[    0.000000] localhost kernel: ACPI: SSDT 0x000000007F6E26D9 00025F (v01 
LENOVO TP-7Q    00001090 INTL 20050513)
[    0.000000] localhost kernel: ACPI: SSDT 0x000000007F6E2938 0000A6 (v01 
LENOVO TP-7Q    00001090 INTL 20050513)
[    0.000000] localhost kernel: ACPI: SSDT 0x000000007F6E29DE 0004F7 (v01 
LENOVO TP-7Q    00001090 INTL 20050513)
[    0.000000] localhost kernel: ACPI: SSDT 0x000000007F6E2ED5 0001D8 (v01 
LENOVO TP-7Q    00001090 INTL 20050513)
[    0.000000] localhost kernel: ACPI: DMI detected: Lenovo ThinkPad R61
[    0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[    0.000000] localhost kernel: No NUMA configuration found
[    0.000000] localhost kernel: Faking a node at [mem 
0x0000000000000000-0x000000007f6affff]
[    0.000000] localhost kernel: Initmem setup node 0 [mem 
0x00000000-0x7f6affff]
[    0.000000] localhost kernel:   NODE_DATA [mem 0x7f6ab000-0x7f6affff]
[    0.000000] localhost kernel:  [ffffea0000000000-ffffea0001bfffff] PMD -> 
[ffff88007ce00000-ffff88007e9fffff] on node 0
[    0.000000] localhost kernel: Zone ranges:
[    0.000000] localhost kernel:   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000] localhost kernel:   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000] localhost kernel:   Normal   empty
[    0.000000] localhost kernel: Movable zone start for each node
[    0.000000] localhost kernel: Early memory node ranges
[    0.000000] localhost kernel:   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000] localhost kernel:   node   0: [mem 0x00100000-0x7f6affff]
[    0.000000] localhost kernel: On node 0 totalpages: 521804
[    0.000000] localhost kernel:   DMA zone: 56 pages used for memmap
[    0.000000] localhost kernel:   DMA zone: 21 pages reserved
[    0.000000] localhost kernel:   DMA zone: 3996 pages, LIFO batch:0
[    0.000000] localhost kernel:   DMA32 zone: 7080 pages used for memmap
[    0.000000] localhost kernel:   DMA32 zone: 517808 pages, LIFO batch:31
[    0.000000] localhost kernel: Reserving Intel graphics stolen memory at 
0x7f800000-0x7fffffff
[    0.000000] localhost kernel: ACPI: PM-Timer IO Port: 0x1008
[    0.000000] localhost kernel: ACPI: Local APIC address 0xfee00000
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] 
enabled)
[    0.000000] localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] 
enabled)
[    0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge 
lint[0x1])
[    0.000000] localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge 
lint[0x1])
[    0.000000] localhost kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] 
gsi_base[0])
[    0.000000] localhost kernel: IOAPIC[0]: apic_id 1, version 32, address 
0xfec00000, GSI 0-23
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 
2 dfl dfl)
[    0.000000] localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 
9 high level)
[    0.000000] localhost kernel: ACPI: IRQ0 used by override.
[    0.000000] localhost kernel: ACPI: IRQ2 used by override.
[    0.000000] localhost kernel: ACPI: IRQ9 used by override.
[    0.000000] localhost kernel: Using ACPI (MADT) for SMP configuration 
information
[    0.000000] localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] localhost kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] localhost kernel: nr_irqs_gsi: 40
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 
0x0009d000-0x0009dfff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 
0x0009e000-0x0009ffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 
0x000a0000-0x000d1fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 
0x000d2000-0x000d3fff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 
0x000d4000-0x000dffff]
[    0.000000] localhost kernel: PM: Registered nosave memory: [mem 
0x000e0000-0x000fffff]
[    0.000000] localhost kernel: e820: [mem 0x80000000-0xefffffff] available 
for PCI devices
[    0.000000] localhost kernel: Booting paravirtualized kernel on bare hardware
[    0.000000] localhost kernel: setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 
nr_cpu_ids:2 nr_node_ids:1
[    0.000000] localhost kernel: PERCPU: Embedded 27 pages/cpu 
@ffff88007f400000 s80896 r8192 d21504 u1048576
[    0.000000] localhost kernel: pcpu-alloc: s80896 r8192 d21504 u1048576 
alloc=1*2097152
[    0.000000] localhost kernel: pcpu-alloc: [0] 0 1 
[    0.000000] localhost kernel: Built 1 zonelists in Node order, mobility 
grouping on.  Total pages: 514647
[    0.000000] localhost kernel: Policy zone: DMA32
[    0.000000] localhost kernel: Kernel command line: 
BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=UUID=a1d788f9-e4ed-4fa5-9512-cf820455e9be ro quiet
[    0.000000] localhost kernel: PID hash table entries: 4096 (order: 3, 32768 
bytes)
[    0.000000] localhost kernel: AGP: Checking aperture...
[    0.000000] localhost kernel: AGP: No AGP bridge found
[    0.000000] localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] localhost kernel: Calgary: Unable to locate Rio Grande table in 
EBDA - bailing!
[    0.000000] localhost kernel: Memory: 2025660K/2087216K available (5219K 
kernel code, 947K rwdata, 1836K rodata, 1204K init, 840K bss, 61556K reserved)
[    0.000000] localhost kernel: Hierarchical RCU implementation.
[    0.000000] localhost kernel:        RCU dyntick-idle grace-period 
acceleration is enabled.
[    0.000000] localhost kernel:        RCU restricting CPUs from NR_CPUS=512 
to nr_cpu_ids=2.
[    0.000000] localhost kernel: RCU: Adjusting geometry for 
rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] localhost kernel: NR_IRQS:33024 nr_irqs:512 16
[    0.000000] localhost kernel: Console: colour VGA+ 80x25
[    0.000000] localhost kernel: console [tty0] enabled
[    0.000000] localhost kernel: hpet clockevent registered
[    0.000000] localhost kernel: tsc: Fast TSC calibration using PIT
[    0.000000] localhost kernel: tsc: Detected 2194.633 MHz processor
[    0.004012] localhost kernel: Calibrating delay loop (skipped), value 
calculated using timer frequency.. 4389.26 BogoMIPS (lpj=8778532)
[    0.004016] localhost kernel: pid_max: default: 32768 minimum: 301
[    0.004027] localhost kernel: ACPI: Core revision 20140424
[    0.022160] localhost kernel: ACPI: All ACPI Tables successfully acquired
[    0.022199] localhost kernel: Security Framework initialized
[    0.022215] localhost kernel: AppArmor: AppArmor disabled by boot time 
parameter
[    0.022216] localhost kernel: Yama: disabled by default; enable with sysctl 
kernel.yama.*
[    0.022386] localhost kernel: Dentry cache hash table entries: 262144 
(order: 9, 2097152 bytes)
[    0.023489] localhost kernel: Inode-cache hash table entries: 131072 (order: 
8, 1048576 bytes)
[    0.024075] localhost kernel: Mount-cache hash table entries: 4096 (order: 
3, 32768 bytes)
[    0.024080] localhost kernel: Mountpoint-cache hash table entries: 4096 
(order: 3, 32768 bytes)
[    0.024417] localhost kernel: Initializing cgroup subsys memory
[    0.024424] localhost kernel: Initializing cgroup subsys devices
[    0.024435] localhost kernel: Initializing cgroup subsys freezer
[    0.024438] localhost kernel: Initializing cgroup subsys net_cls
[    0.024445] localhost kernel: Initializing cgroup subsys blkio
[    0.024451] localhost kernel: Initializing cgroup subsys perf_event
[    0.024453] localhost kernel: Initializing cgroup subsys net_prio
[    0.024484] localhost kernel: CPU: Physical Processor ID: 0
[    0.024485] localhost kernel: CPU: Processor Core ID: 0
[    0.024488] localhost kernel: mce: CPU supports 6 MCE banks
[    0.024497] localhost kernel: CPU0: Thermal monitoring enabled (TM2)
[    0.024501] localhost kernel: process: using mwait in idle threads
[    0.024507] localhost kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
                                 Last level dTLB entries: 4KB 256, 2MB 0, 4MB 
32, 1GB 0
                                 tlb_flushall_shift: -1
[    0.024597] localhost kernel: Freeing SMP alternatives memory: 20K 
(ffffffff81a1b000 - ffffffff81a20000)
[    0.028012] localhost kernel: ftrace: allocating 21679 entries in 85 pages
[    0.040481] localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 
pin2=-1
[    0.080179] localhost kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     
T7500  @ 2.20GHz (fam: 06, model: 0f, stepping: 0b)
[    0.084000] localhost kernel: Performance Events: PEBS fmt0+, 4-deep LBR, 
Core2 events, Intel PMU driver.
[    0.084000] localhost kernel: perf_event_intel: PEBS disabled due to CPU 
errata
[    0.084000] localhost kernel: ... version:                2
[    0.084000] localhost kernel: ... bit width:              40
[    0.084000] localhost kernel: ... generic registers:      2
[    0.084000] localhost kernel: ... value mask:             000000ffffffffff
[    0.084000] localhost kernel: ... max period:             000000007fffffff
[    0.084000] localhost kernel: ... fixed-purpose events:   3
[    0.084000] localhost kernel: ... event mask:             0000000700000003
[    0.084000] localhost kernel: x86: Booting SMP configuration:
[    0.084000] localhost kernel: .... node  #0, CPUs:      #1
[    0.095037] localhost kernel: TSC synchronization [CPU#0 -> CPU#1]:
[    0.095041] localhost kernel: Measured 540716 cycles TSC warp between CPUs, 
turning off TSC clock.
[    0.095048] localhost kernel: tsc: Marking TSC unstable due to 
check_tsc_sync_source failed
[    0.095111] localhost kernel: x86: Booted up 1 node, 2 CPUs
[    0.095114] localhost kernel: smpboot: Total of 2 processors activated 
(8778.53 BogoMIPS)
[    0.095206] localhost kernel: NMI watchdog: enabled on all CPUs, permanently 
consumes one hw-PMU counter.
[    0.096163] localhost kernel: devtmpfs: initialized
[    0.100020] localhost kernel: PM: Registering ACPI NVS region [mem 
0x7f6cc000-0x7f6fffff] (212992 bytes)
[    0.101251] localhost kernel: pinctrl core: initialized pinctrl subsystem
[    0.101343] localhost kernel: NET: Registered protocol family 16
[    0.101489] localhost kernel: cpuidle: using governor ladder
[    0.101492] localhost kernel: cpuidle: using governor menu
[    0.101533] localhost kernel: ACPI FADT declares the system doesn't support 
PCIe ASPM, so disable it
[    0.101536] localhost kernel: ACPI: bus type PCI registered
[    0.101538] localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver 
version: 0.5
[    0.101642] localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at 
[mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.101645] localhost kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] 
reserved in E820
[    0.101760] localhost kernel: PCI: Using configuration type 1 for base access
[    0.101904] localhost kernel: mtrr: your CPUs had inconsistent variable MTRR 
settings
[    0.101906] localhost kernel: mtrr: probably your BIOS does not setup all 
CPUs.
[    0.101907] localhost kernel: mtrr: corrected configuration.
[    0.112082] localhost kernel: ACPI: Added _OSI(Module Device)
[    0.112082] localhost kernel: ACPI: Added _OSI(Processor Device)
[    0.112082] localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.112082] localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
[    0.112082] localhost kernel: ACPI: Added _OSI(Linux)
[    0.117310] localhost kernel: ACPI : EC: EC description table is found, 
configuring boot EC
[    0.122795] localhost kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query 
honored via DMI
[    0.140006] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.140014] localhost kernel: ACPI: SSDT 0xFFFF88007C20C800 0002C4 (v01 
PmRef  Cpu0Ist  00000100 INTL 20050513)
[    0.140612] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.140619] localhost kernel: ACPI: SSDT 0xFFFF88007C213800 00061E (v01 
PmRef  Cpu0Cst  00000100 INTL 20050513)
[    0.141392] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.141398] localhost kernel: ACPI: SSDT 0xFFFF88007C1C4600 0000C8 (v01 
PmRef  Cpu1Ist  00000100 INTL 20050513)
[    0.141915] localhost kernel: ACPI: Dynamic OEM Table Load:
[    0.141921] localhost kernel: ACPI: SSDT 0xFFFF88007C1FC640 000085 (v01 
PmRef  Cpu1Cst  00000100 INTL 20050513)
[    0.148196] localhost kernel: ACPI: Interpreter enabled
[    0.148202] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating 
Sleep State [\_S1_] (20140424/hwxface-580)
[    0.148207] localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating 
Sleep State [\_S2_] (20140424/hwxface-580)
[    0.148223] localhost kernel: ACPI: (supports S0 S3 S4 S5)
[    0.148225] localhost kernel: ACPI: Using IOAPIC for interrupt routing
[    0.148255] localhost kernel: PCI: Using host bridge windows from ACPI; if 
necessary, use "pci=nocrs" and report a bug
[    0.156039] localhost kernel: ACPI: Power Resource [PUBS] (on)
[    0.156121] localhost kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays 
count: 1)
[    0.157650] localhost kernel: acpi LNXIOBAY:00: ACPI dock station 
(docks/bays count: 2)
[    0.160518] localhost kernel: acpi IBM0079:00: ACPI dock station (docks/bays 
count: 3)
[    0.161046] localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 
7 9 *10 11)
[    0.161166] localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161284] localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161401] localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161518] localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161634] localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161751] localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161867] localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 
7 9 10 *11)
[    0.161991] localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 
00-ff])
[    0.161997] localhost kernel: acpi PNP0A08:00: _OSC: OS supports 
[ExtendedConfig ASPM ClockPM Segments MSI]
[    0.161997] localhost kernel: acpi PNP0A08:00: _OSC: OS now controls 
[PCIeHotplug PME AER PCIeCapability]
[    0.161997] localhost kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for 
domain 0000 [bus 00-3f] only partially covers this bridge
[    0.161997] localhost kernel: PCI host bridge to bus 0000:00
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [io  
0x0000-0x0cf7]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [io  
0x0d00-0xffff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [mem 
0x000a0000-0x000bffff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [mem 
0x000d4000-0x000d7fff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [mem 
0x000d8000-0x000dbfff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [mem 
0x000dc000-0x000dffff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [mem 
0x80000000-0xfebfffff]
[    0.161997] localhost kernel: pci_bus 0000:00: root bus resource [mem 
0xfed40000-0xfed4bfff]
[    0.161997] localhost kernel: pci 0000:00:00.0: [8086:2a00] type 00 class 
0x060000
[    0.161997] localhost kernel: pci 0000:00:02.0: [8086:2a02] type 00 class 
0x030000
[    0.161997] localhost kernel: pci 0000:00:02.0: reg 0x10: [mem 
0xf8100000-0xf81fffff 64bit]
[    0.161997] localhost kernel: pci 0000:00:02.0: reg 0x18: [mem 
0xe0000000-0xefffffff 64bit pref]
[    0.161997] localhost kernel: pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
[    0.161997] localhost kernel: pci 0000:00:02.1: [8086:2a03] type 00 class 
0x038000
[    0.161997] localhost kernel: pci 0000:00:02.1: reg 0x10: [mem 
0xf8200000-0xf82fffff 64bit]
[    0.161997] localhost kernel: pci 0000:00:1a.0: [8086:2834] type 00 class 
0x0c0300
[    0.161997] localhost kernel: pci 0000:00:1a.0: reg 0x20: [io  0x1820-0x183f]
[    0.161997] localhost kernel: pci 0000:00:1a.0: System wakeup disabled by 
ACPI
[    0.161997] localhost kernel: pci 0000:00:1a.1: [8086:2835] type 00 class 
0x0c0300
[    0.161997] localhost kernel: pci 0000:00:1a.1: reg 0x20: [io  0x1840-0x185f]
[    0.161997] localhost kernel: pci 0000:00:1a.1: System wakeup disabled by 
ACPI
[    0.161997] localhost kernel: pci 0000:00:1a.7: [8086:283a] type 00 class 
0x0c0320
[    0.161997] localhost kernel: pci 0000:00:1a.7: reg 0x10: [mem 
0xfe304800-0xfe304bff]
[    0.162143] localhost kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot 
D3cold
[    0.162193] localhost kernel: pci 0000:00:1a.7: System wakeup disabled by 
ACPI
[    0.162272] localhost kernel: pci 0000:00:1b.0: [8086:284b] type 00 class 
0x040300
[    0.162313] localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 
0xfe100000-0xfe103fff 64bit]
[    0.162443] localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot 
D3cold
[    0.162511] localhost kernel: pci 0000:00:1b.0: System wakeup disabled by 
ACPI
[    0.162584] localhost kernel: pci 0000:00:1c.0: [8086:283f] type 01 class 
0x060400
[    0.162719] localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot 
D3cold
[    0.162780] localhost kernel: pci 0000:00:1c.0: System wakeup disabled by 
ACPI
[    0.162850] localhost kernel: pci 0000:00:1c.1: [8086:2841] type 01 class 
0x060400
[    0.162997] localhost kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot 
D3cold
[    0.163059] localhost kernel: pci 0000:00:1c.1: System wakeup disabled by 
ACPI
[    0.163127] localhost kernel: pci 0000:00:1c.2: [8086:2843] type 01 class 
0x060400
[    0.163266] localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot 
D3cold
[    0.163326] localhost kernel: pci 0000:00:1c.2: System wakeup disabled by 
ACPI
[    0.163400] localhost kernel: pci 0000:00:1c.3: [8086:2845] type 01 class 
0x060400
[    0.163539] localhost kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot 
D3cold
[    0.163601] localhost kernel: pci 0000:00:1c.3: System wakeup disabled by 
ACPI
[    0.163676] localhost kernel: pci 0000:00:1c.4: [8086:2847] type 01 class 
0x060400
[    0.163802] localhost kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot 
D3cold
[    0.163862] localhost kernel: pci 0000:00:1c.4: System wakeup disabled by 
ACPI
[    0.163936] localhost kernel: pci 0000:00:1d.0: [8086:2830] type 00 class 
0x0c0300
[    0.164047] localhost kernel: pci 0000:00:1d.0: reg 0x20: [io  0x1860-0x187f]
[    0.164241] localhost kernel: pci 0000:00:1d.0: System wakeup disabled by 
ACPI
[    0.164241] localhost kernel: pci 0000:00:1d.1: [8086:2831] type 00 class 
0x0c0300
[    0.164241] localhost kernel: pci 0000:00:1d.1: reg 0x20: [io  0x1880-0x189f]
[    0.164273] localhost kernel: pci 0000:00:1d.1: System wakeup disabled by 
ACPI
[    0.164337] localhost kernel: pci 0000:00:1d.2: [8086:2832] type 00 class 
0x0c0300
[    0.164462] localhost kernel: pci 0000:00:1d.2: reg 0x20: [io  0x18a0-0x18bf]
[    0.164587] localhost kernel: pci 0000:00:1d.2: System wakeup disabled by 
ACPI
[    0.164677] localhost kernel: pci 0000:00:1d.7: [8086:2836] type 00 class 
0x0c0320
[    0.164722] localhost kernel: pci 0000:00:1d.7: reg 0x10: [mem 
0xfe304c00-0xfe304fff]
[    0.164928] localhost kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot 
D3cold
[    0.164986] localhost kernel: pci 0000:00:1d.7: System wakeup disabled by 
ACPI
[    0.165054] localhost kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 
0x060401
[    0.165196] localhost kernel: pci 0000:00:1e.0: System wakeup disabled by 
ACPI
[    0.165268] localhost kernel: pci 0000:00:1f.0: [8086:2815] type 00 class 
0x060100
[    0.165419] localhost kernel: pci 0000:00:1f.0: can't claim BAR 13 [io  
0x1000-0x107f]: address conflict with ACPI CPU throttle [io  0x1010-0x1015]
[    0.165428] localhost kernel: pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] 
claimed by ICH6 GPIO
[    0.165434] localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 
PIO at 1600 (mask 007f)
[    0.165441] localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 
PIO at 15e0 (mask 000f)
[    0.165447] localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 
PIO at 1680 (mask 001f)
[    0.165605] localhost kernel: pci 0000:00:1f.1: [8086:2850] type 00 class 
0x01018a
[    0.165634] localhost kernel: pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.165658] localhost kernel: pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.165681] localhost kernel: pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.165704] localhost kernel: pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.165728] localhost kernel: pci 0000:00:1f.1: reg 0x20: [io  0x1810-0x181f]
[    0.165784] localhost kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: 
[io  0x01f0-0x01f7]
[    0.165786] localhost kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: 
[io  0x03f6]
[    0.165788] localhost kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: 
[io  0x0170-0x0177]
[    0.165790] localhost kernel: pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: 
[io  0x0376]
[    0.165904] localhost kernel: pci 0000:00:1f.2: [8086:2829] type 00 class 
0x010601
[    0.165943] localhost kernel: pci 0000:00:1f.2: reg 0x10: [io  0x1c00-0x1c07]
[    0.165956] localhost kernel: pci 0000:00:1f.2: reg 0x14: [io  0x18d4-0x18d7]
[    0.165977] localhost kernel: pci 0000:00:1f.2: reg 0x18: [io  0x18d8-0x18df]
[    0.165997] localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x18d0-0x18d3]
[    0.166012] localhost kernel: pci 0000:00:1f.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.166035] localhost kernel: pci 0000:00:1f.2: reg 0x24: [mem 
0xfe304000-0xfe3047ff]
[    0.166114] localhost kernel: pci 0000:00:1f.2: PME# supported from D3hot
[    0.166225] localhost kernel: pci 0000:00:1f.3: [8086:283e] type 00 class 
0x0c0500
[    0.166250] localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 
0xfe305000-0xfe3050ff]
[    0.166301] localhost kernel: pci 0000:00:1f.3: reg 0x20: [io  0x1c20-0x1c3f]
[    0.166518] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.166526] localhost kernel: pci 0000:00:1c.0:   bridge window [io  
0x2000-0x2fff]
[    0.166533] localhost kernel: pci 0000:00:1c.0:   bridge window [mem 
0xfc000000-0xfdffffff]
[    0.166545] localhost kernel: pci 0000:00:1c.0:   bridge window [mem 
0xf8000000-0xf80fffff 64bit pref]
[    0.166745] localhost kernel: pci 0000:03:00.0: [8086:4227] type 00 class 
0x028000
[    0.166813] localhost kernel: pci 0000:03:00.0: reg 0x10: [mem 
0xdf6ff000-0xdf6fffff]
[    0.167266] localhost kernel: pci 0000:03:00.0: PME# supported from D0 D3hot 
D3cold
[    0.176082] localhost kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.176088] localhost kernel: pci 0000:00:1c.1:   bridge window [io  
0x3000-0x3fff]
[    0.176094] localhost kernel: pci 0000:00:1c.1:   bridge window [mem 
0xdc100000-0xdf6fffff]
[    0.176102] localhost kernel: pci 0000:00:1c.1:   bridge window [mem 
0xdfe00000-0xdfefffff 64bit pref]
[    0.176316] localhost kernel: pci 0000:04:00.0: [14e4:1693] type 00 class 
0x020000
[    0.176410] localhost kernel: pci 0000:04:00.0: reg 0x10: [mem 
0xfe000000-0xfe00ffff 64bit]
[    0.176982] localhost kernel: pci 0000:04:00.0: PME# supported from D3hot 
D3cold
[    0.177191] localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.177201] localhost kernel: pci 0000:00:1c.2:   bridge window [mem 
0xfe000000-0xfe0fffff]
[    0.177334] localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.177339] localhost kernel: pci 0000:00:1c.3:   bridge window [io  
0x4000-0x4fff]
[    0.177345] localhost kernel: pci 0000:00:1c.3:   bridge window [mem 
0xd8000000-0xd9ffffff]
[    0.177354] localhost kernel: pci 0000:00:1c.3:   bridge window [mem 
0xdfb00000-0xdfbfffff 64bit pref]
[    0.177462] localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[    0.177469] localhost kernel: pci 0000:00:1c.4:   bridge window [io  
0x5000-0x5fff]
[    0.177476] localhost kernel: pci 0000:00:1c.4:   bridge window [mem 
0xd4000000-0xd5ffffff]
[    0.177485] localhost kernel: pci 0000:00:1c.4:   bridge window [mem 
0xdf800000-0xdf8fffff 64bit pref]
[    0.177591] localhost kernel: pci 0000:15:00.0: [1180:0476] type 02 class 
0x060700
[    0.177634] localhost kernel: pci 0000:15:00.0: reg 0x10: [mem 
0xf8300000-0xf8300fff]
[    0.177702] localhost kernel: pci 0000:15:00.0: supports D1 D2
[    0.177705] localhost kernel: pci 0000:15:00.0: PME# supported from D0 D1 D2 
D3hot D3cold
[    0.177802] localhost kernel: pci 0000:15:00.1: [1180:0832] type 00 class 
0x0c0010
[    0.177847] localhost kernel: pci 0000:15:00.1: reg 0x10: [mem 
0xf8301000-0xf83017ff]
[    0.178023] localhost kernel: pci 0000:15:00.1: supports D1 D2
[    0.178025] localhost kernel: pci 0000:15:00.1: PME# supported from D0 D1 D2 
D3hot D3cold
[    0.178207] localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 15-18] 
(subtractive decode)
[    0.178216] localhost kernel: pci 0000:00:1e.0:   bridge window [io  
0x6000-0x9fff]
[    0.178223] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0xf8300000-0xfbffffff]
[    0.178233] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0xf4000000-0xf7ffffff 64bit pref]
[    0.178235] localhost kernel: pci 0000:00:1e.0:   bridge window [io  
0x0000-0x0cf7] (subtractive decode)
[    0.178237] localhost kernel: pci 0000:00:1e.0:   bridge window [io  
0x0d00-0xffff] (subtractive decode)
[    0.178240] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0x000a0000-0x000bffff] (subtractive decode)
[    0.178242] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0x000d4000-0x000d7fff] (subtractive decode)
[    0.178244] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0x000d8000-0x000dbfff] (subtractive decode)
[    0.178247] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0x000dc000-0x000dffff] (subtractive decode)
[    0.178249] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0x80000000-0xfebfffff] (subtractive decode)
[    0.178251] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0xfed40000-0xfed4bfff] (subtractive decode)
[    0.178343] localhost kernel: pci_bus 0000:16: busn_res: can not insert [bus 
16-ff] under [bus 15-18] (conflicts with (null) [bus 15-18])
[    0.178350] localhost kernel: pci_bus 0000:16: busn_res: [bus 16-ff] end is 
updated to 17
[    0.178489] localhost kernel: acpi PNP0A08:00: Disabling ASPM (FADT 
indicates it is unsupported)
[    0.180393] localhost kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.180510] localhost kernel: ACPI : EC: GPE = 0x12, I/O: command/status = 
0x66, data = 0x62
[    0.180510] localhost kernel: vgaarb: setting as boot device: 
PCI:0000:00:02.0
[    0.180510] localhost kernel: vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.180510] localhost kernel: vgaarb: loaded
[    0.180510] localhost kernel: vgaarb: bridge control possible 0000:00:02.0
[    0.180510] localhost kernel: PCI: Using ACPI for IRQ routing
[    0.182675] localhost kernel: PCI: pci_cache_line_size set to 64 bytes
[    0.182774] localhost kernel: e820: reserve RAM buffer [mem 
0x0009d800-0x0009ffff]
[    0.182776] localhost kernel: e820: reserve RAM buffer [mem 
0x7f6b0000-0x7fffffff]
[    0.182940] localhost kernel: HPET: 3 timers in total, 0 timers will be used 
for per-cpu timer
[    0.182946] localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.182950] localhost kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz 
counter
[    0.188024] localhost kernel: Switched to clocksource hpet
[    0.195787] localhost kernel: pnp: PnP ACPI init
[    0.195806] localhost kernel: ACPI: bus type PNP registered
[    0.196377] localhost kernel: system 00:00: [mem 0x00000000-0x0009ffff] 
could not be reserved
[    0.196381] localhost kernel: system 00:00: [mem 0x000c0000-0x000c3fff] 
could not be reserved
[    0.196384] localhost kernel: system 00:00: [mem 0x000c4000-0x000c7fff] 
could not be reserved
[    0.196386] localhost kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has 
been reserved
[    0.196389] localhost kernel: system 00:00: [mem 0x000cc000-0x000cffff] has 
been reserved
[    0.196392] localhost kernel: system 00:00: [mem 0x000d0000-0x000d3fff] 
could not be reserved
[    0.196395] localhost kernel: system 00:00: [mem 0x000e0000-0x000e3fff] 
could not be reserved
[    0.196397] localhost kernel: system 00:00: [mem 0x000e4000-0x000e7fff] 
could not be reserved
[    0.196400] localhost kernel: system 00:00: [mem 0x000e8000-0x000ebfff] 
could not be reserved
[    0.196403] localhost kernel: system 00:00: [mem 0x000ec000-0x000effff] 
could not be reserved
[    0.196405] localhost kernel: system 00:00: [mem 0x000f0000-0x000fffff] 
could not be reserved
[    0.196408] localhost kernel: system 00:00: [mem 0x00100000-0x7fffffff] 
could not be reserved
[    0.196411] localhost kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] 
could not be reserved
[    0.196414] localhost kernel: system 00:00: [mem 0xfed4c000-0xffffffff] 
could not be reserved
[    0.196418] localhost kernel: system 00:00: Plug and Play ACPI device, IDs 
PNP0c01 (active)
[    0.196559] localhost kernel: system 00:01: [io  0x164e-0x164f] has been 
reserved
[    0.196562] localhost kernel: system 00:01: [io  0x1000-0x107f] could not be 
reserved
[    0.196565] localhost kernel: system 00:01: [io  0x1180-0x11bf] has been 
reserved
[    0.196568] localhost kernel: system 00:01: [io  0x0800-0x080f] has been 
reserved
[    0.196571] localhost kernel: system 00:01: [io  0x15e0-0x15ef] has been 
reserved
[    0.196574] localhost kernel: system 00:01: [io  0x1600-0x165f] could not be 
reserved
[    0.196577] localhost kernel: system 00:01: [mem 0xf0000000-0xf3ffffff] has 
been reserved
[    0.196580] localhost kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has 
been reserved
[    0.196582] localhost kernel: system 00:01: [mem 0xfed14000-0xfed17fff] has 
been reserved
[    0.196585] localhost kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has 
been reserved
[    0.196588] localhost kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has 
been reserved
[    0.196590] localhost kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has 
been reserved
[    0.196594] localhost kernel: system 00:01: Plug and Play ACPI device, IDs 
PNP0c02 (active)
[    0.196680] localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs 
PNP0b00 (active)
[    0.196721] localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs 
PNP0303 (active)
[    0.196764] localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs 
IBM0057 PNP0f13 (active)
[    0.197164] localhost kernel: pnp 00:05: Plug and Play ACPI device, IDs 
ATM1200 PNP0c31 (active)
[    0.197695] localhost kernel: pnp: PnP ACPI: found 6 devices
[    0.197697] localhost kernel: ACPI: bus type PNP unregistered
[    0.205114] localhost kernel: pci 0000:00:1c.2: bridge window [io  
0x1000-0x0fff] to [bus 04] add_size 1000
[    0.205118] localhost kernel: pci 0000:00:1c.2: bridge window [mem 
0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[    0.205162] localhost kernel: pci 0000:00:1f.0: BAR 13: [io  0x1000-0x107f] 
has bogus alignment
[    0.205166] localhost kernel: pci 0000:00:1c.2: res[15]=[mem 
0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.205168] localhost kernel: pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] 
get_res_add_size add_size 1000
[    0.205179] localhost kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 
0x80000000-0x801fffff 64bit pref]
[    0.205183] localhost kernel: pci 0000:00:1c.2: BAR 13: assigned [io  
0xa000-0xafff]
[    0.205186] localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.205190] localhost kernel: pci 0000:00:1c.0:   bridge window [io  
0x2000-0x2fff]
[    0.205197] localhost kernel: pci 0000:00:1c.0:   bridge window [mem 
0xfc000000-0xfdffffff]
[    0.205202] localhost kernel: pci 0000:00:1c.0:   bridge window [mem 
0xf8000000-0xf80fffff 64bit pref]
[    0.205211] localhost kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.205214] localhost kernel: pci 0000:00:1c.1:   bridge window [io  
0x3000-0x3fff]
[    0.205221] localhost kernel: pci 0000:00:1c.1:   bridge window [mem 
0xdc100000-0xdf6fffff]
[    0.205226] localhost kernel: pci 0000:00:1c.1:   bridge window [mem 
0xdfe00000-0xdfefffff 64bit pref]
[    0.205234] localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.205238] localhost kernel: pci 0000:00:1c.2:   bridge window [io  
0xa000-0xafff]
[    0.205244] localhost kernel: pci 0000:00:1c.2:   bridge window [mem 
0xfe000000-0xfe0fffff]
[    0.205250] localhost kernel: pci 0000:00:1c.2:   bridge window [mem 
0x80000000-0x801fffff 64bit pref]
[    0.205258] localhost kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
[    0.205261] localhost kernel: pci 0000:00:1c.3:   bridge window [io  
0x4000-0x4fff]
[    0.205268] localhost kernel: pci 0000:00:1c.3:   bridge window [mem 
0xd8000000-0xd9ffffff]
[    0.205273] localhost kernel: pci 0000:00:1c.3:   bridge window [mem 
0xdfb00000-0xdfbfffff 64bit pref]
[    0.205282] localhost kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d-14]
[    0.205285] localhost kernel: pci 0000:00:1c.4:   bridge window [io  
0x5000-0x5fff]
[    0.205292] localhost kernel: pci 0000:00:1c.4:   bridge window [mem 
0xd4000000-0xd5ffffff]
[    0.205297] localhost kernel: pci 0000:00:1c.4:   bridge window [mem 
0xdf800000-0xdf8fffff 64bit pref]
[    0.205307] localhost kernel: pci 0000:15:00.0: res[15]=[mem 
0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.205310] localhost kernel: pci 0000:15:00.0: res[16]=[mem 
0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.205313] localhost kernel: pci 0000:15:00.0: res[13]=[io  0x0100-0x00ff] 
get_res_add_size add_size 100
[    0.205315] localhost kernel: pci 0000:15:00.0: res[14]=[io  0x0100-0x00ff] 
get_res_add_size add_size 100
[    0.205319] localhost kernel: pci 0000:15:00.0: BAR 15: assigned [mem 
0xf4000000-0xf7ffffff pref]
[    0.205323] localhost kernel: pci 0000:15:00.0: BAR 16: assigned [mem 
0x84000000-0x87ffffff]
[    0.205325] localhost kernel: pci 0000:15:00.0: BAR 13: assigned [io  
0x6000-0x60ff]
[    0.205328] localhost kernel: pci 0000:15:00.0: BAR 14: assigned [io  
0x6400-0x64ff]
[    0.205331] localhost kernel: pci 0000:15:00.0: CardBus bridge to [bus 16-17]
[    0.205333] localhost kernel: pci 0000:15:00.0:   bridge window [io  
0x6000-0x60ff]
[    0.205339] localhost kernel: pci 0000:15:00.0:   bridge window [io  
0x6400-0x64ff]
[    0.205345] localhost kernel: pci 0000:15:00.0:   bridge window [mem 
0xf4000000-0xf7ffffff pref]
[    0.205351] localhost kernel: pci 0000:15:00.0:   bridge window [mem 
0x84000000-0x87ffffff]
[    0.205357] localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 15-18]
[    0.205360] localhost kernel: pci 0000:00:1e.0:   bridge window [io  
0x6000-0x9fff]
[    0.205367] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0xf8300000-0xfbffffff]
[    0.205372] localhost kernel: pci 0000:00:1e.0:   bridge window [mem 
0xf4000000-0xf7ffffff 64bit pref]
[    0.205381] localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.205383] localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.205385] localhost kernel: pci_bus 0000:00: resource 6 [mem 
0x000a0000-0x000bffff]
[    0.205388] localhost kernel: pci_bus 0000:00: resource 7 [mem 
0x000d4000-0x000d7fff]
[    0.205390] localhost kernel: pci_bus 0000:00: resource 8 [mem 
0x000d8000-0x000dbfff]
[    0.205392] localhost kernel: pci_bus 0000:00: resource 9 [mem 
0x000dc000-0x000dffff]
[    0.205394] localhost kernel: pci_bus 0000:00: resource 10 [mem 
0x80000000-0xfebfffff]
[    0.205396] localhost kernel: pci_bus 0000:00: resource 11 [mem 
0xfed40000-0xfed4bfff]
[    0.205399] localhost kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.205401] localhost kernel: pci_bus 0000:02: resource 1 [mem 
0xfc000000-0xfdffffff]
[    0.205403] localhost kernel: pci_bus 0000:02: resource 2 [mem 
0xf8000000-0xf80fffff 64bit pref]
[    0.205405] localhost kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.205408] localhost kernel: pci_bus 0000:03: resource 1 [mem 
0xdc100000-0xdf6fffff]
[    0.205410] localhost kernel: pci_bus 0000:03: resource 2 [mem 
0xdfe00000-0xdfefffff 64bit pref]
[    0.205412] localhost kernel: pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    0.205414] localhost kernel: pci_bus 0000:04: resource 1 [mem 
0xfe000000-0xfe0fffff]
[    0.205417] localhost kernel: pci_bus 0000:04: resource 2 [mem 
0x80000000-0x801fffff 64bit pref]
[    0.205419] localhost kernel: pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.205421] localhost kernel: pci_bus 0000:05: resource 1 [mem 
0xd8000000-0xd9ffffff]
[    0.205423] localhost kernel: pci_bus 0000:05: resource 2 [mem 
0xdfb00000-0xdfbfffff 64bit pref]
[    0.205425] localhost kernel: pci_bus 0000:0d: resource 0 [io  0x5000-0x5fff]
[    0.205428] localhost kernel: pci_bus 0000:0d: resource 1 [mem 
0xd4000000-0xd5ffffff]
[    0.205430] localhost kernel: pci_bus 0000:0d: resource 2 [mem 
0xdf800000-0xdf8fffff 64bit pref]
[    0.205432] localhost kernel: pci_bus 0000:15: resource 0 [io  0x6000-0x9fff]
[    0.205434] localhost kernel: pci_bus 0000:15: resource 1 [mem 
0xf8300000-0xfbffffff]
[    0.205437] localhost kernel: pci_bus 0000:15: resource 2 [mem 
0xf4000000-0xf7ffffff 64bit pref]
[    0.205439] localhost kernel: pci_bus 0000:15: resource 4 [io  0x0000-0x0cf7]
[    0.205441] localhost kernel: pci_bus 0000:15: resource 5 [io  0x0d00-0xffff]
[    0.205443] localhost kernel: pci_bus 0000:15: resource 6 [mem 
0x000a0000-0x000bffff]
[    0.205445] localhost kernel: pci_bus 0000:15: resource 7 [mem 
0x000d4000-0x000d7fff]
[    0.205447] localhost kernel: pci_bus 0000:15: resource 8 [mem 
0x000d8000-0x000dbfff]
[    0.205449] localhost kernel: pci_bus 0000:15: resource 9 [mem 
0x000dc000-0x000dffff]
[    0.205451] localhost kernel: pci_bus 0000:15: resource 10 [mem 
0x80000000-0xfebfffff]
[    0.205454] localhost kernel: pci_bus 0000:15: resource 11 [mem 
0xfed40000-0xfed4bfff]
[    0.205456] localhost kernel: pci_bus 0000:16: resource 0 [io  0x6000-0x60ff]
[    0.205458] localhost kernel: pci_bus 0000:16: resource 1 [io  0x6400-0x64ff]
[    0.205460] localhost kernel: pci_bus 0000:16: resource 2 [mem 
0xf4000000-0xf7ffffff pref]
[    0.205462] localhost kernel: pci_bus 0000:16: resource 3 [mem 
0x84000000-0x87ffffff]
[    0.205518] localhost kernel: NET: Registered protocol family 2
[    0.205790] localhost kernel: TCP established hash table entries: 16384 
(order: 5, 131072 bytes)
[    0.205869] localhost kernel: TCP bind hash table entries: 16384 (order: 6, 
262144 bytes)
[    0.205977] localhost kernel: TCP: Hash tables configured (established 16384 
bind 16384)
[    0.206036] localhost kernel: TCP: reno registered
[    0.206042] localhost kernel: UDP hash table entries: 1024 (order: 3, 32768 
bytes)
[    0.206061] localhost kernel: UDP-Lite hash table entries: 1024 (order: 3, 
32768 bytes)
[    0.206134] localhost kernel: NET: Registered protocol family 1
[    0.206153] localhost kernel: pci 0000:00:02.0: Video device with shadowed 
ROM
[    0.207017] localhost kernel: PCI: CLS 64 bytes, default 64
[    0.207076] localhost kernel: Unpacking initramfs...
[    0.716827] localhost kernel: Freeing initrd memory: 21068K 
(ffff8800356ca000 - ffff880036b5d000)
[    0.716914] localhost kernel: Simple Boot Flag at 0x35 set to 0x1
[    0.717104] localhost kernel: microcode: CPU0 sig=0x6fb, pf=0x80, 
revision=0xb3
[    0.717112] localhost kernel: microcode: CPU1 sig=0x6fb, pf=0x80, 
revision=0xb3
[    0.717206] localhost kernel: microcode: Microcode Update Driver: v2.00 
<[email protected]>, Peter Oruba
[    0.717560] localhost kernel: futex hash table entries: 512 (order: 3, 32768 
bytes)
[    0.717604] localhost kernel: audit: initializing netlink subsys (disabled)
[    0.717635] localhost kernel: audit: type=2000 audit(1452546394.716:1): 
initialized
[    0.718018] localhost kernel: HugeTLB registered 2 MB page size, 
pre-allocated 0 pages
[    0.718047] localhost kernel: zbud: loaded
[    0.718249] localhost kernel: VFS: Disk quotas dquot_6.5.2
[    0.718268] localhost kernel: Dquot-cache hash table entries: 512 (order 0, 
4096 bytes)
[    0.718345] localhost kernel: msgmni has been set to 3997
[    0.718738] localhost kernel: alg: No test for stdrng (krng)
[    0.718765] localhost kernel: Block layer SCSI generic (bsg) driver version 
0.4 loaded (major 252)
[    0.718818] localhost kernel: io scheduler noop registered
[    0.718822] localhost kernel: io scheduler deadline registered
[    0.718865] localhost kernel: io scheduler cfq registered (default)
[    0.719105] localhost kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.719326] localhost kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.719537] localhost kernel: pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.719746] localhost kernel: pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    0.719955] localhost kernel: pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
[    0.720153] localhost kernel: pcieport 0000:00:1c.0: Signaling PME through 
PCIe PME interrupt
[    0.720159] localhost kernel: pcie_pme 0000:00:1c.0:pcie01: service driver 
pcie_pme loaded
[    0.720186] localhost kernel: pcieport 0000:00:1c.1: Signaling PME through 
PCIe PME interrupt
[    0.720189] localhost kernel: pci 0000:03:00.0: Signaling PME through PCIe 
PME interrupt
[    0.720194] localhost kernel: pcie_pme 0000:00:1c.1:pcie01: service driver 
pcie_pme loaded
[    0.720219] localhost kernel: pcieport 0000:00:1c.2: Signaling PME through 
PCIe PME interrupt
[    0.720221] localhost kernel: pci 0000:04:00.0: Signaling PME through PCIe 
PME interrupt
[    0.720227] localhost kernel: pcie_pme 0000:00:1c.2:pcie01: service driver 
pcie_pme loaded
[    0.720252] localhost kernel: pcieport 0000:00:1c.3: Signaling PME through 
PCIe PME interrupt
[    0.720257] localhost kernel: pcie_pme 0000:00:1c.3:pcie01: service driver 
pcie_pme loaded
[    0.720282] localhost kernel: pcieport 0000:00:1c.4: Signaling PME through 
PCIe PME interrupt
[    0.720287] localhost kernel: pcie_pme 0000:00:1c.4:pcie01: service driver 
pcie_pme loaded
[    0.720311] localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.720377] localhost kernel: pciehp: Using ACPI for slot detection.
[    0.720421] localhost kernel: pciehp 0000:00:1c.3:pcie04: Slot #5 AttnBtn- 
AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
[    0.720454] localhost kernel: pciehp 0000:00:1c.3:pcie04: service driver 
pciehp loaded
[    0.720469] localhost kernel: pciehp: PCI Express Hot Plug Controller Driver 
version: 0.4
[    0.720498] localhost kernel: intel_idle: does not run on family 6 model 15
[    0.720556] localhost kernel: GHES: HEST is not enabled!
[    0.720644] localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ 
sharing enabled
[    0.721126] localhost kernel: Linux agpgart interface v0.103
[    0.721211] localhost kernel: agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    0.721232] localhost kernel: agpgart-intel 0000:00:00.0: detected gtt size: 
524288K total, 262144K mappable
[    0.722310] localhost kernel: agpgart-intel 0000:00:00.0: detected 8192K 
stolen memory
[    0.722445] localhost kernel: agpgart-intel 0000:00:00.0: AGP aperture is 
256M @ 0xe0000000
[    0.722588] localhost kernel: i8042: PNP: PS/2 Controller 
[PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.729998] localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.730005] localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.730166] localhost kernel: mousedev: PS/2 mouse device common for all mice
[    0.730229] localhost kernel: rtc_cmos 00:02: RTC can wake from S4
[    0.730390] localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos 
as rtc0
[    0.730424] localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 
114 bytes nvram, hpet irqs
[    0.730439] localhost kernel: ledtrig-cpu: registered to indicate activity 
on CPUs
[    0.730933] localhost kernel: AMD IOMMUv2 driver by Joerg Roedel 
<[email protected]>
[    0.730934] localhost kernel: AMD IOMMUv2 functionality not available on 
this system
[    0.731040] localhost kernel: TCP: cubic registered
[    0.731083] localhost kernel: NET: Registered protocol family 10
[    0.731337] localhost kernel: mip6: Mobile IPv6
[    0.731341] localhost kernel: NET: Registered protocol family 17
[    0.731348] localhost kernel: mpls_gso: MPLS GSO support
[    0.731669] localhost kernel: registered taskstats version 1
[    0.732306] localhost kernel: rtc_cmos 00:02: setting system clock to 
2016-01-11 21:06:35 UTC (1452546395)
[    0.732391] localhost kernel: PM: Hibernation image not present or could not 
be loaded.
[    0.733511] localhost kernel: Freeing unused kernel memory: 1204K 
(ffffffff818ee000 - ffffffff81a1b000)
[    0.733513] localhost kernel: Write protecting the kernel read-only data: 
8192k
[    0.733996] localhost kernel: Freeing unused kernel memory: 912K 
(ffff88000151c000 - ffff880001600000)
[    0.734583] localhost kernel: Freeing unused kernel memory: 212K 
(ffff8800017cb000 - ffff880001800000)
[    0.735148] localhost kernel: input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input0
[    0.736882] localhost kernel: random: systemd urandom read with 5 bits of 
entropy available
[    0.804067] localhost systemd-journal[66]: Journal started
[    0.804453] localhost dracut-cmdline[68]: dracut-8 (jessie) 
dracut-040-207-g7252cde
[    0.804650] localhost dracut-cmdline[68]: Using kernel command line 
parameters:
[    0.860219] localhost kernel: device-mapper: uevent: version 1.0.3
[    0.860294] localhost kernel: device-mapper: ioctl: 4.27.0-ioctl 
(2013-10-30) initialised: [email protected]
[    0.881187] localhost systemd-udevd[161]: hwdb.bin does not exist, please 
run udevadm hwdb --update
[    0.880897] localhost systemd-udevd[161]: starting version 215
[    0.902201] localhost systemd-udevd[161]: hwdb.bin does not exist, please 
run udevadm hwdb --update
[    0.930237] localhost kernel: ACPI: bus type USB registered
[    0.930272] localhost kernel: usbcore: registered new interface driver usbfs
[    0.930286] localhost kernel: usbcore: registered new interface driver hub
[    0.938225] localhost kernel: pci 0000:00:1e.0: enabling device (0005 -> 
0007)
[    0.938332] localhost kernel: yenta_cardbus 0000:15:00.0: CardBus bridge 
found [17aa:20c4]
[    0.941244] localhost kernel: SCSI subsystem initialized
[    0.948106] localhost kernel: usbcore: registered new device driver usb
[    0.948768] localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller 
(EHCI) Driver
[    0.949109] localhost kernel: uhci_hcd: USB Universal Host Controller 
Interface driver
[    0.949263] localhost kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    0.949274] localhost kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, 
assigned bus number 1
[    0.949284] localhost kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
[    0.949328] localhost kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 
0x00001820
[    0.949788] localhost kernel: ehci-pci: EHCI PCI platform driver
[    0.949924] localhost kernel: usb usb1: New USB device found, idVendor=1d6b, 
idProduct=0001
[    0.949928] localhost kernel: usb usb1: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    0.949930] localhost kernel: usb usb1: Product: UHCI Host Controller
[    0.949932] localhost kernel: usb usb1: Manufacturer: Linux 3.16.0-4-amd64 
uhci_hcd
[    0.949935] localhost kernel: usb usb1: SerialNumber: 0000:00:1a.0
[    0.949991] localhost kernel: libata version 3.00 loaded.
[    0.950125] localhost kernel: hub 1-0:1.0: USB hub found
[    0.950136] localhost kernel: hub 1-0:1.0: 2 ports detected
[    0.950360] localhost kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    0.950368] localhost kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, 
assigned bus number 2
[    0.950375] localhost kernel: uhci_hcd 0000:00:1a.1: detected 2 ports
[    0.950416] localhost kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 
0x00001840
[    0.950494] localhost kernel: usb usb2: New USB device found, idVendor=1d6b, 
idProduct=0001
[    0.950497] localhost kernel: usb usb2: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    0.950499] localhost kernel: usb usb2: Product: UHCI Host Controller
[    0.950502] localhost kernel: usb usb2: Manufacturer: Linux 3.16.0-4-amd64 
uhci_hcd
[    0.950504] localhost kernel: usb usb2: SerialNumber: 0000:00:1a.1
[    0.950641] localhost kernel: hub 2-0:1.0: USB hub found
[    0.950650] localhost kernel: hub 2-0:1.0: 2 ports detected
[    0.950847] localhost kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    0.950856] localhost kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, 
assigned bus number 3
[    0.950863] localhost kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
[    0.950884] localhost kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 
0x00001860
[    0.950938] localhost kernel: usb usb3: New USB device found, idVendor=1d6b, 
idProduct=0001
[    0.950941] localhost kernel: usb usb3: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    0.950943] localhost kernel: usb usb3: Product: UHCI Host Controller
[    0.950946] localhost kernel: usb usb3: Manufacturer: Linux 3.16.0-4-amd64 
uhci_hcd
[    0.950948] localhost kernel: usb usb3: SerialNumber: 0000:00:1d.0
[    0.951070] localhost kernel: hub 3-0:1.0: USB hub found
[    0.951080] localhost kernel: hub 3-0:1.0: 2 ports detected
[    0.951466] localhost kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
[    0.951473] localhost kernel: ehci-pci 0000:00:1a.7: new USB bus registered, 
assigned bus number 4
[    0.955378] localhost kernel: ehci-pci 0000:00:1a.7: cache line size of 64 
is not supported
[    0.955395] localhost kernel: ehci-pci 0000:00:1a.7: irq 22, io mem 
0xfe304800
[    0.964024] localhost kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 
1.00
[    0.964104] localhost kernel: usb usb4: New USB device found, idVendor=1d6b, 
idProduct=0002
[    0.964107] localhost kernel: usb usb4: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    0.964110] localhost kernel: usb usb4: Product: EHCI Host Controller
[    0.964112] localhost kernel: usb usb4: Manufacturer: Linux 3.16.0-4-amd64 
ehci_hcd
[    0.964114] localhost kernel: usb usb4: SerialNumber: 0000:00:1a.7
[    0.964277] localhost kernel: hub 4-0:1.0: USB hub found
[    0.964286] localhost kernel: hub 4-0:1.0: 4 ports detected
[    0.988079] localhost kernel: hub 1-0:1.0: USB hub found
[    0.988090] localhost kernel: hub 1-0:1.0: 2 ports detected
[    1.012078] localhost kernel: hub 2-0:1.0: USB hub found
[    1.012088] localhost kernel: hub 2-0:1.0: 2 ports detected
[    1.012393] localhost kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.012400] localhost kernel: ehci-pci 0000:00:1d.7: new USB bus registered, 
assigned bus number 5
[    1.012417] localhost kernel: ehci-pci 0000:00:1d.7: debug port 1
[    1.016318] localhost kernel: ehci-pci 0000:00:1d.7: cache line size of 64 
is not supported
[    1.016338] localhost kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 
0xfe304c00
[    1.028023] localhost kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 
1.00
[    1.028073] localhost kernel: usb usb5: New USB device found, idVendor=1d6b, 
idProduct=0002
[    1.028077] localhost kernel: usb usb5: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    1.028079] localhost kernel: usb usb5: Product: EHCI Host Controller
[    1.028082] localhost kernel: usb usb5: Manufacturer: Linux 3.16.0-4-amd64 
ehci_hcd
[    1.028084] localhost kernel: usb usb5: SerialNumber: 0000:00:1d.7
[    1.028227] localhost kernel: hub 5-0:1.0: USB hub found
[    1.028236] localhost kernel: hub 5-0:1.0: 6 ports detected
[    1.052072] localhost kernel: hub 3-0:1.0: USB hub found
[    1.052080] localhost kernel: hub 3-0:1.0: 2 ports detected
[    1.052380] localhost kernel: ahci 0000:00:1f.2: version 3.0
[    1.052495] localhost kernel: ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.052549] localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 
ports 1.5 Gbps 0x1 impl SATA mode
[    1.052552] localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm 
led clo pio slum part ccc 
[    1.053455] localhost kernel: scsi0 : ahci
[    1.053578] localhost kernel: scsi1 : ahci
[    1.053682] localhost kernel: scsi2 : ahci
[    1.053751] localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xfe304000 
port 0xfe304100 irq 45
[    1.053753] localhost kernel: ata2: DUMMY
[    1.053755] localhost kernel: ata3: DUMMY
[    1.053964] localhost kernel: ata_piix 0000:00:1f.1: version 2.13
[    1.055047] localhost kernel: scsi3 : ata_piix
[    1.055149] localhost kernel: scsi4 : ata_piix
[    1.055208] localhost kernel: ata4: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 
bmdma 0x1810 irq 14
[    1.055211] localhost kernel: ata5: PATA max UDMA/100 cmd 0x170 ctl 0x376 
bmdma 0x1818 irq 15
[    1.055319] localhost kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.055327] localhost kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, 
assigned bus number 6
[    1.055336] localhost kernel: uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.055369] localhost kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 
0x00001880
[    1.055572] localhost kernel: usb usb6: New USB device found, idVendor=1d6b, 
idProduct=0001
[    1.055575] localhost kernel: usb usb6: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    1.055578] localhost kernel: usb usb6: Product: UHCI Host Controller
[    1.055580] localhost kernel: usb usb6: Manufacturer: Linux 3.16.0-4-amd64 
uhci_hcd
[    1.055582] localhost kernel: usb usb6: SerialNumber: 0000:00:1d.1
[    1.055635] localhost kernel: ata5: port disabled--ignoring
[    1.056052] localhost kernel: hub 6-0:1.0: USB hub found
[    1.056128] localhost kernel: hub 6-0:1.0: 2 ports detected
[    1.057632] localhost kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.057640] localhost kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, 
assigned bus number 7
[    1.057648] localhost kernel: uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.057682] localhost kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 
0x000018a0
[    1.058928] localhost kernel: usb usb7: New USB device found, idVendor=1d6b, 
idProduct=0001
[    1.058932] localhost kernel: usb usb7: New USB device strings: Mfr=3, 
Product=2, SerialNumber=1
[    1.058934] localhost kernel: usb usb7: Product: UHCI Host Controller
[    1.058937] localhost kernel: usb usb7: Manufacturer: Linux 3.16.0-4-amd64 
uhci_hcd
[    1.058939] localhost kernel: usb usb7: SerialNumber: 0000:00:1d.2
[    1.059075] localhost kernel: hub 7-0:1.0: USB hub found
[    1.059086] localhost kernel: hub 7-0:1.0: 2 ports detected
[    1.064791] localhost kernel: yenta_cardbus 0000:15:00.0: ISA IRQ mask 
0x0cb8, PCI irq 16
[    1.064797] localhost kernel: yenta_cardbus 0000:15:00.0: Socket status: 
30000006
[    1.064803] localhost kernel: yenta_cardbus 0000:15:00.0: pcmcia: parent PCI 
bridge window: [io  0x6000-0x9fff]
[    1.064806] localhost kernel: yenta_cardbus 0000:15:00.0: pcmcia: parent PCI 
bridge window: [mem 0xf8300000-0xfbffffff]
[    1.064809] localhost kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 
0xf8300000-0xfbffffff:
[    1.064813] localhost kernel:  excluding 0xf8300000-0xf86cffff
[    1.064822] localhost kernel: yenta_cardbus 0000:15:00.0: pcmcia: parent PCI 
bridge window: [mem 0xf4000000-0xf7ffffff 64bit pref]
[    1.064825] localhost kernel: pcmcia_socket pcmcia_socket0: cs: memory probe 
0xf4000000-0xf7ffffff:
[    1.064830] localhost kernel:  excluding 0xf4000000-0xf7ffffff
[    1.144048] localhost kernel: firewire_ohci 0000:15:00.1: added OHCI v1.10 
device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    1.216387] localhost kernel: ata4.00: ATAPI: MATSHITADVD-RAM UJ-860, RB01, 
max UDMA/33
[    1.232275] localhost kernel: ata4.00: configured for UDMA/33
[    1.644103] localhost kernel: firewire_core 0000:15:00.1: created device 
fw0: GUID 000ae4ffffc8865e, S400
[    1.652032] localhost kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 
SControl 300)
[    1.653033] localhost kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET 
FEATURES) succeeded
[    1.653037] localhost kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 
(SECURITY FREEZE LOCK) filtered out
[    1.653208] localhost kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET 
FEATURES) succeeded
[    1.653211] localhost kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET 
FEATURES) filtered out
[    1.654220] localhost kernel: ata1.00: ATA-7: HITACHI HTS541616J9SA00, 
SB4IC7UP, max UDMA/100
[    1.654223] localhost kernel: ata1.00: 312581808 sectors, multi 16: LBA48 
NCQ (depth 31/32), AA
[    1.655349] localhost kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET 
FEATURES) succeeded
[    1.655352] localhost kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 
(SECURITY FREEZE LOCK) filtered out
[    1.655522] localhost kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET 
FEATURES) succeeded
[    1.655525] localhost kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET 
FEATURES) filtered out
[    1.656540] localhost kernel: ata1.00: configured for UDMA/100
[    1.656665] localhost kernel: scsi 0:0:0:0: Direct-Access     ATA      
HITACHI HTS54161 C7UP PQ: 0 ANSI: 5
[    1.658988] localhost kernel: scsi 3:0:0:0: CD-ROM            MATSHITA 
DVD-RAM UJ-860   RB01 PQ: 0 ANSI: 5
[    1.677226] localhost kernel: sd 0:0:0:0: [sda] 312581808 512-byte logical 
blocks: (160 GB/149 GiB)
[    1.677308] localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
[    1.677312] localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.677344] localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read 
cache: enabled, doesn't support DPO or FUA
[    1.677905] localhost kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram 
cd/rw xa/form2 cdda tray
[    1.677907] localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.678046] localhost kernel: sr 3:0:0:0: Attached scsi CD-ROM sr0
[    1.924023] localhost kernel: usb 1-1: new full-speed USB device number 2 
using uhci_hcd
[    2.039401] localhost dracut-initqueue[188]: Loading 
/etc/console-setup/cached_UTF-8_del.kmap
[    2.098048] localhost kernel: usb 1-1: New USB device found, idVendor=0a5c, 
idProduct=2110
[    2.098052] localhost kernel: usb 1-1: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
[    2.098054] localhost kernel: usb 1-1: Product: BCM2045B
[    2.098057] localhost kernel: usb 1-1: Manufacturer: Broadcom Corp
[    2.130693] localhost kernel:  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    2.131218] localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
[    2.340026] localhost kernel: usb 1-2: new full-speed USB device number 3 
using uhci_hcd
[    2.518045] localhost kernel: usb 1-2: New USB device found, idVendor=0483, 
idProduct=2016
[    2.518049] localhost kernel: usb 1-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
[    2.518052] localhost kernel: usb 1-2: Product: Biometric Coprocessor
[    2.518054] localhost kernel: usb 1-2: Manufacturer: STMicroelectronics
[    2.907363] localhost systemd-fsck[257]: wurzel: clean, 63653/2644992 files, 
1190843/5371734 blocks
[    3.072027] localhost kernel: usb 3-2: new low-speed USB device number 2 
using uhci_hcd
[    3.248043] localhost kernel: usb 3-2: New USB device found, idVendor=046d, 
idProduct=c03e
[    3.248046] localhost kernel: usb 3-2: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
[    3.248049] localhost kernel: usb 3-2: Product: USB-PS/2 Optical Mouse
[    3.248051] localhost kernel: usb 3-2: Manufacturer: Logitech
[    3.252393] localhost kernel: hidraw: raw HID events driver (C) Jiri Kosina
[    3.266258] localhost kernel: usbcore: registered new interface driver usbhid
[    3.266260] localhost kernel: usbhid: USB HID core driver
[    3.267005] localhost kernel: input: Logitech USB-PS/2 Optical Mouse as 
/devices/pci0000:00/0000:00:1d.0/usb3/3-2/3-2:1.0/0003:046D:C03E.0001/input/input2
[    3.267093] localhost kernel: hid-generic 0003:046D:C03E.0001: 
input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on 
usb-0000:00:1d.0-2/input0
[    3.932038] localhost kernel: floppy0: no floppy controllers found
[    3.932051] localhost kernel: work still pending
[    3.965337] localhost kernel: EXT4-fs (sda3): mounting ext3 file system 
using the ext4 subsystem
[    3.997864] localhost kernel: EXT4-fs (sda3): mounted filesystem with 
ordered data mode. Opts: (null)
[    4.105693] localhost systemctl[298]: Failed to switch root: Specified 
switch root path /sysroot does not seem to be an OS tree. os-release file is 
missing.
[    4.105942] localhost systemd[1]: initrd-switch-root.service: main process 
exited, code=exited, status=1/FAILURE
[    4.106571] localhost systemd[1]: Failed to start Switch Root.
[    4.106765] localhost systemd[1]: Unit initrd-switch-root.service entered 
failed state.
[    4.106950] localhost systemd[1]: Cannot add dependency job for unit 
systemd-vconsole-setup.service, ignoring: Invalid argument
[    4.107140] localhost systemd[1]: Cannot add dependency job for unit 
systemd-vconsole-setup.service, ignoring: Invalid argument
[    4.432865] localhost kernel: random: nonblocking pool is initialized

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 228-5

We believe that the bug you reported is fixed in the latest version of
systemd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt <[email protected]> (supplier of updated systemd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 03 Feb 2016 10:09:46 +0100
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote 
systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines 
libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb 
libudev1-udeb systemd-dbg
Architecture: source amd64
Version: 228-5
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
 libnss-myhostname - nss module providing fallback resolution for the current 
hostname
 libnss-mymachines - nss module to resolve hostnames for local container 
instances
 libnss-resolve - nss module to resolve names via systemd-resolved
 libpam-systemd - system and service manager - PAM module
 libsystemd-dev - systemd utility library - development files
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 systemd    - system and service manager
 systemd-container - systemd container/nspawn tools
 systemd-coredump - tools for storing and retrieving coredumps
 systemd-dbg - system and service manager (debug symbols)
 systemd-journal-remote - tools for sending and receiving remote journal logs
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 765586 800947 802545 805617 807462 808222 808237 810367 810748 812522 
812928
Changes:
 systemd (228-5) unstable; urgency=medium
 .
   [ Martin Pitt ]
   * Drop systemd-vconsole-setup.service: It has never been installed/used in
     Debian and is not necessary for Ubuntu any more.
   * Drop halt-local.service. This has never been documented/used in Debian.
     (LP: #1532553)
   * debian/extra/initramfs-tools/scripts/init-bottom/udev: Prefer "nuke"
     again, it comes from klibc-utils. But fall back to "rm" if it does not
     exist.
   * systemd-timesyncd.service.d/disable-with-time-daemon.conf: Also don't run
     if /usr/sbin/VBoxService exists, as virtualbox-guest-utils already
     provides time synchronization with the host. (Closes: #812522)
   * Drop Michael Stapelberg from Uploaders:, he stopped maintenance long ago.
     Thanks Michael for your great work in the past!
   * Replace "sysv-rc" dependency with Conflicts: openrc, file-rc. The
     rationale from #739679 still applies, but with the moving of
     {invoke,update}-rc.d to init-system-helpers we don't actually need
     anything from sysv-rc any more other than the assumption that SysV init
     scripts are enabled in /etc/rc?.d/ for the SysV generator to work (and
     file-rc and openrc don't do that).
   * debian/tests/timedated: Verify /etc/localtime symlink. Skip verifying the
     /etc/timezone file (which is Debian specific) if $TEST_UPSTREAM is set.
   * debian/tests/localed-locale: Check /etc/locale.conf if $TEST_UPSTREAM is
     set.
   * debian/tests/localed-x11-keymap: Test /etc/X11/xorg.conf.d/00-keyboard.conf
     if $TEST_UPSTREAM is set.
   * debian/tests/boot-and-services: Check for reaching graphical.target
     instead of default.target, as the latter is a session systemd state only.
   * debian/tests/boot-and-services: Skip tests which are known to fail/not
     applicable with testing upstream builds.
   * Drop Fix-up-tmpfiles.d-permissions-properly.patch:
     - /run/lock is already created differently by
       Make-run-lock-tmpfs-an-API-fs.patch, and contradicts to that.
     - /run/lock/lockdev/ isn't being used anywhere and got dropped
       upstream; backport the patch (tmpfiles-drop-run-lock-lockdev.patch).
     - Move dropping of "group:wheel" (which has never existed in Debian) into
       debian/rules, to also catch occurrences in other parts of the file which
       the static patch would overlook.
   * Shorten persistent identifier for CCW network interfaces (on s390x only).
     (LP: #1526808)
   * debian/rules: If $TEST_UPSTREAM is set (when building/testing upstream
     master instead of distro packages), don't fail on non-installed new files
     or new library symbols.
   * Add systemd-sysv conflict to upstart-sysv, and version the upstart
     conflict. This works with both Debian's and Ubuntu's upstart packages.
 .
   [ Michael Biebl ]
   * Drop support for the /etc/udev/disabled flag file. This was a workaround
     for udev failing to install with debootstrap because it didn't use
     invoke-rc.d and therefor was not compliant with policy-rc.d. See #520742
     for further details. This is no longer the case, so supporting that file
     only leads to confusion about its purpose.
   * Retrigger cleanup of org.freedesktop.machine1.conf and
     hwclock-save.service now that dpkg has been fixed to correctly pass the
     old version to postinst on upgrade. (Closes: #802545)
   * Only ship *.link files as part of the udev package. The *.network files
     are solely used by systemd-networkd and should therefor be shipped by the
     systemd package. (Closes: #808237)
   * Cherry-pick a few fixes from upstream:
     - Fix unaligned access in initialize_srand(). (Closes: #812928)
     - Don't run kmod-static-nodes.service if module list is empty. This
       requires kmod v23. (Closes: #810367)
     - Fix typo in systemctl(1). (Closes: #807462)
     - Fix systemd-nspawn --link-journal=host to not fail if the directory
       already exists. (Closes: #808222)
     - Fix a typo in logind-dbus.c. The polkit action is named
       org.freedesktop.login1.power-off, not org.freedesktop.login1.poweroff.
     - Don't log an EIO error in gpt-auto-generator if blkid finds something
       which is not a partition table. (Closes: #765586)
     - Apply ACLs to /var/log/journal and also set them explicitly for
       system.journal.
   * Only skip the filesystem check for /usr if the /run/initramfs/fsck-usr
     flag file exists. Otherwise we break booting with dracut which uses
     systemd inside the initramfs. (Closes: #810748)
   * Update the instructions in README.Debian for creating /var/log/journal.
     They are now in line with the documentation in the systemd-journald(8) man
     page and ensure that ACLs and group permissions are properly set.
     (Closes: #800947, #805617)
   * Drop "systemctl daemon-reload" from lsb init-functions hook. This is no
     longer necessary as invoke-rc.d and init-system-helpers take care of this
     nowadays.
Checksums-Sha1:
 5bbb0e9b5ef0aa7b445565913bed026e5a3b4a50 4051 systemd_228-5.dsc
 d6814c992b46981970961b04c962ec3cca60c7cf 148564 systemd_228-5.debian.tar.xz
 7666bdfcbd8e30580906d65b1c35b6c1f16f2dd8 82136 
libnss-myhostname_228-5_amd64.deb
 ac5dc2a3fb899088fb5ed0bd322ac969d7d4ff22 161088 
libnss-mymachines_228-5_amd64.deb
 d05894afab60d20d80b97e39643e9efa00a0fe75 160922 libnss-resolve_228-5_amd64.deb
 8ad4267d87ee18874b5aee5e76437b7643e8733b 164208 libpam-systemd_228-5_amd64.deb
 3dca791b90b860bfc8e01d24876cc383fda2a8e8 181290 libsystemd-dev_228-5_amd64.deb
 795b8d009e6a54ad26b38b3b1efa70a790df999d 248500 libsystemd0_228-5_amd64.deb
 a424c1a189150bcc76f3f887caa58500e65806bc 69682 libudev-dev_228-5_amd64.deb
 b1108adaa508718823627516a3af36acfda5683f 46826 libudev1-udeb_228-5_amd64.udeb
 71091022425d81f40da496e88b42e7d9bbfab3a0 101372 libudev1_228-5_amd64.deb
 ed7d37d4d4526f65a5af2e7b84059ab8049a1053 705206 
systemd-container_228-5_amd64.deb
 cff00b9f768ec4accbd8c37256d8d0618bca66bb 148558 
systemd-coredump_228-5_amd64.deb
 1fe3e31dea2ff5516600f06e73d769f17e84cfa1 27558288 systemd-dbg_228-5_amd64.deb
 2b9295b144dcc4a6686223523c1c138c1220e350 309926 
systemd-journal-remote_228-5_amd64.deb
 24d755c6f18e0b1af67779781323a93d06319c8d 59828 systemd-sysv_228-5_amd64.deb
 e5d9d2a433fc803c78f1a5a7bb5a5b51a36322f9 3541806 systemd_228-5_amd64.deb
 d890336a991595a0d89701be25bb16febc92086b 265018 udev-udeb_228-5_amd64.udeb
 d89ebb7e86ff17592b62bdce73eb86c2c616611e 1048086 udev_228-5_amd64.deb
Checksums-Sha256:
 4186bb6cec11de36f6dc339b14ea75a388b6a22a6eab76a1386de9046f2d7950 4051 
systemd_228-5.dsc
 3246a25bc9a45e3d495c1e0adcdcfb500099c4620f5e63729f9c1582c5913118 148564 
systemd_228-5.debian.tar.xz
 c088ed31dc166021f99c7e5eb203953b188f7e76e821e246cc35248a5cae3e9d 82136 
libnss-myhostname_228-5_amd64.deb
 1f332b7f0281768428fa6bfee8d8526dfc1fe9fa247921ca7f4925e7f430150d 161088 
libnss-mymachines_228-5_amd64.deb
 aa20654fbbdffdda8b5e2e01bb36bf38b1a20061c3784bd43670cc3355a8c826 160922 
libnss-resolve_228-5_amd64.deb
 edb592e475032e784c7eb8544c1c90012fd3250748a3f219f11dae2a5be0ece3 164208 
libpam-systemd_228-5_amd64.deb
 4e51635b79d7e8ecc2f593ddac7daa03810ddcfb34484f143e48e01ca3e57810 181290 
libsystemd-dev_228-5_amd64.deb
 3095765b5a0401f7b00fcd0bfa15f134b59ff823ff1ff1f9e6bffc7152bab9c8 248500 
libsystemd0_228-5_amd64.deb
 bed562a0fd634a1778ac019722ccbc6b1acba814ea7423ef457d351086c7a7a4 69682 
libudev-dev_228-5_amd64.deb
 00cc7e0d2116766c68b65469cb6b2d1137a8325a9db91d13e62ab9f4b9eeb49f 46826 
libudev1-udeb_228-5_amd64.udeb
 cc3a0f11b0e492f1d8b3242943d24a7e872c7e69553e53ea4ffd83d02bb417f8 101372 
libudev1_228-5_amd64.deb
 c5a29707fcdafab03a35d0479d82823ab0675735ef0237901b47c26657e439a5 705206 
systemd-container_228-5_amd64.deb
 a37f0cf8ca2ca78b6b673cac46e30a46608e700f8048437e7599e536c9d7d3ac 148558 
systemd-coredump_228-5_amd64.deb
 2f5569b62b9f1fbfa9400706be459d6b90103007cfdfdd65f232ee19368535c1 27558288 
systemd-dbg_228-5_amd64.deb
 f9e95038d58edf1136a497ab59ca63b54b2847dd2786d0d113960ded17eddf25 309926 
systemd-journal-remote_228-5_amd64.deb
 30458e606e495980b8a6a7e4e7347e85ced69431a2ef5baed74e552f76fe4a7e 59828 
systemd-sysv_228-5_amd64.deb
 fa3c34921f82587f4b922f2ed89593d063c1bc895b5f1235508f5992797d770a 3541806 
systemd_228-5_amd64.deb
 cb10d8c0312ff5f74c640b743bdcd5ca82072a303c9beaf3987ba7335e951c39 265018 
udev-udeb_228-5_amd64.udeb
 cb894b0d949c4671634504cb9739bc4c75c0fa224d99f04e9db473bd5942fc5b 1048086 
udev_228-5_amd64.deb
Files:
 eeab5f306d525271d39739b65e76037c 4051 admin optional systemd_228-5.dsc
 afb94e5a0c89f86838211c09412eef4f 148564 admin optional 
systemd_228-5.debian.tar.xz
 c816e12ee84e9b167b32fc7dc3a07d6d 82136 admin extra 
libnss-myhostname_228-5_amd64.deb
 1e394601ac885d139c94fc5142732b93 161088 admin extra 
libnss-mymachines_228-5_amd64.deb
 99fd1b3bdd633d3e5472e235d9b2c2bc 160922 admin extra 
libnss-resolve_228-5_amd64.deb
 4d99b588fa2d5c192bccaad557f90af8 164208 admin optional 
libpam-systemd_228-5_amd64.deb
 bae6d1a36480d0aad34cc185c8c6d7f3 181290 libdevel optional 
libsystemd-dev_228-5_amd64.deb
 b297bda75382a448cb52d44d771c9fbb 248500 libs optional 
libsystemd0_228-5_amd64.deb
 3bd305560a4f1e5f1adbff29a92bc3de 69682 libdevel optional 
libudev-dev_228-5_amd64.deb
 012a2953d35d178f61406cda2050608e 46826 debian-installer optional 
libudev1-udeb_228-5_amd64.udeb
 616f48e0744fdf95be9517a6d51b9f00 101372 libs important libudev1_228-5_amd64.deb
 d7c76fac05812582af5b4c86f7929254 705206 admin optional 
systemd-container_228-5_amd64.deb
 eb2c907e3dafcf99d5932a4e6d41827f 148558 admin optional 
systemd-coredump_228-5_amd64.deb
 26fd7683ec4afcc1c03a4f151ba9a758 27558288 debug extra 
systemd-dbg_228-5_amd64.deb
 506244b717331edfd4de15f204a88d2e 309926 admin optional 
systemd-journal-remote_228-5_amd64.deb
 4d90ec31f9f5f065df4d07733bcaeb27 59828 admin important 
systemd-sysv_228-5_amd64.deb
 872e72e6af326a0bf93e3324f0b504af 3541806 admin important 
systemd_228-5_amd64.deb
 c77dc5681f91b5d489bc489ac353e59c 265018 debian-installer optional 
udev-udeb_228-5_amd64.udeb
 cc8b63a80de7e541717c5a67b9f59cfb 1048086 admin important udev_228-5_amd64.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWsciOAAoJENFO8V2v4RNHQ5sP/3AT/DzlFeD4XnMm2hpeu9ih
ulIauPklWQrgkZ8uz9JNwtWwSKCWpiAXVdr1/O2TSS4q5bR2IrkWUhuidCCGQdTt
mgZYy5ytKLvAZ4czAQ9yaV1UXmFtQkAIgp7/xYvmNba5qVQOizB77kZCbWNpIyRC
fKZ53/0cTl1VPUfYFonoaYcuz9Rg5gaUGd6Ngvc2tp/F+jbfoMWtK+a50NpiOe2k
CgAudLZBe2mX+4Pq8IzKhjTAdMy007skVYlXM/QYJfGx4gf7EOU7T/g0knJCmqbC
/pZEs0J58Q9E0oR4oHzBy0hOxrBpJwWYxh8jy36pNjNBXI7hG+ilz48FjJ2CEnw0
F68fnvg4AH1f45D0pfms1Bd3BflRueveWLp85QdBI+2YW/Nb4bm2p6nEGkR26+Mo
8hvGIc7sMouPKRyfcfMRDgktDsqkdiCquHGCMVSlrcEh2jneP2E3pHhf00m0uF1u
klF8D5NB4E6lA+SMnd2weIfpgaNJ1VIyA/0SNRrBEtJECBhkBdZsqASbr7kAjCli
88CjbRnvqeGkSLW9+1zkNcuXqOvp4I/BWFWOCZ4g02Hu9h7Ej9bD40GyqHXqXWQi
UfsWS0kF911Q1UDWOfbH760X43vPvX8facWepxoj3jbvt7ibRbqJ9oeBBoLPdaSV
krqM2LIfVDD7QbFRclZb
=VWF9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to