Bug#813335: mdadm: Upgrade from jessie to testing breaks boot with mdadm on lvm2

Mathias Behrle mathiasb at m9s.biz
Sun Jan 31 18:40:03 UTC 2016


Package: mdadm
Version: 3.3.4-1.1+b1
Severity: important

Dear Maintainer,

after upgrading from jessie to testing the boot sequence times out when
trying to mount the configured raid1/10 arrays and drops me into the
emergency shell. Inspection in the emergency shell shows, that neither
kernel modules for raid1/10 are loaded nor any device is present in
/dev/md.
Arrays can be assembled at that stage without problem by
# mdadm --assemble --scan
and after
# mount -a
I get to a working system.

I looked up the several related bugs, but couldn't find any that really
looked the same to me, thus filing this one as new.

I tried several workarounds proposed in other issues like
- rootdelay=10 (Note: my root is not on raid, so I didn't really expect
  a change)
- running with INITRDSTART=<empty>
- starting with sysvinit failing with message "failed to assemble all
  arrays" (#796624)
- copying the mdadm udev rules to higher numbers after lvm2 rules
- Changing mdadm raid init script to use runlevels 1 2 3 4 5 instead of
  S (#763315).
- using a /lib/udev/rules.d/63-md-raid-arrays.rules with reverted patch 
  use-external-blkid.diff (#793631)

Still subject to test:
- moving/copying /usr/share/initramfs-tools/scripts/local-top/mdadm to
  local-bottom
  or
- changing the pre-requisites for mdadm  to depend on lvm2 for my use
  case (madadm on lvm2 instead of lvm2 on mdadm)

Thanks for looking into the problem,
Mathias




-- Package-specific info:
--- mdadm.conf
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md/efi_hd metadata=1.2 name=monsterix:efi_hd UUID=23fcca26:90c930ea:d241a4fc:b2f89cae
ARRAY /dev/md/root_hd metadata=1.2 name=monsterix:root_hd UUID=e8e40488:a69568c5:f521da1f:35e995da
ARRAY /dev/md/var metadata=1.2 name=monsterix:var UUID=fa370095:32920a14:7c914259:bfe47356
ARRAY /dev/md/boot_hd metadata=1.2 name=monsterix:boot_hd UUID=191b5317:e1ffb4e3:54fd75d7:c259d38d
ARRAY /dev/md/home metadata=1.2 name=monsterix:home UUID=b855a499:ed54711c:8b73c73c:d1a784fe
ARRAY /dev/md/home_crypt metadata=1.2 name=monsterix:home_crypt UUID=bbaf4693:c8047a79:52ab0458:41a2fb3d
ARRAY /dev/md/data_crypt metadata=1.2 name=monsterix:data_crypt UUID=9b86aaf9:21f19c42:d283e5c8:03996411

--- /etc/default/mdadm
INITRDSTART='all'
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS="--syslog"
VERBOSE=true

--- /proc/mdstat:
Personalities : [raid10] [raid1] 
md121 : active (auto-read-only) raid10 dm-23[0] dm-13[1]
      209584128 blocks super 1.2 2 near-copies [2/2] [UU]
      bitmap: 0/2 pages [0KB], 65536KB chunk

md122 : active (auto-read-only) raid10 dm-5[0] dm-22[1]
      52396032 blocks super 1.2 2 near-copies [2/2] [UU]
      
md123 : active raid1 dm-1[0] dm-19[2](W)
      104792064 blocks super 1.2 [2/2] [UU]
      
md124 : active (auto-read-only) raid10 dm-17[0] dm-10[2]
      265216 blocks super 1.2 2 near-copies [2/2] [UU]
      
md125 : active raid1 dm-18[0] dm-6[1]
      31449088 blocks super 1.2 [2/2] [UU]
      
md126 : active raid10 dm-14[0] dm-9[1]
      15720448 blocks super 1.2 2 near-copies [2/2] [UU]
      
md127 : active (auto-read-only) raid10 dm-16[0] dm-11[1]
      551936 blocks super 1.2 2 near-copies [2/2] [UU]
      
unused devices: <none>

--- /proc/partitions:
major minor  #blocks  name

   8       32 1953514584 sdc
   8       33    8741888 sdc1
   8       34 1943748608 sdc2
   8       16 1953514584 sdb
   8       17    8741888 sdb1
   8       18 1943748608 sdb2
   8        0  244198584 sda
   8        1     524288 sda1
   8        2     249856 sda2
   8        3  243423232 sda3
 251        0   15728640 dm-0
  11        0    1048575 sr0
 251        1  104857600 dm-1
 251        2    3145728 dm-2
 251        3   10485760 dm-3
 251        4   10485760 dm-4
 251        5   52428800 dm-5
 251        6   31457280 dm-6
 251        7  524288000 dm-7
 251        8  209715200 dm-8
 251        9   15728640 dm-9
 251       10     266240 dm-10
 251       11     552960 dm-11
 251       12  209715200 dm-12
 251       13  209715200 dm-13
 251       14   15732736 dm-14
 251       15  209715200 dm-15
 251       16     552960 dm-16
 251       17     266240 dm-17
 251       18   31457280 dm-18
 251       19  104869888 dm-19
 251       20   20971520 dm-20
 251       21   10485760 dm-21
 251       22   52428800 dm-22
 251       23  209715200 dm-23
   9      127     551936 md127
   9      126   15720448 md126
   9      125   31449088 md125
   9      124     265216 md124
   9      123  104792064 md123
   9      122   52396032 md122
   9      121  209584128 md121

--- LVM physical volumes:
  PV         VG     Fmt  Attr PSize   PFree  
  /dev/sda3  vg_sd0 lvm2 a--  232.14g  44.14g
  /dev/sdb2  vg_hd0 lvm2 a--    1.81t   1.20t
  /dev/sdc2  vg_hd1 lvm2 a--    1.81t 707.92g
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=2009492,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,relatime,size=3217084k,mode=755)
/dev/mapper/vg_sd0-root on / type ext4 (rw,noatime,nodiratime,errors=remount-ro,commit=120,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
mqueue on /dev/mqueue type mqueue (rw,relatime)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,relatime,size=12582912k)
/dev/sda2 on /boot type ext4 (rw,relatime,data=ordered)
/dev/sda1 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro)
/dev/mapper/vg_hd1-v_machines on /mnt/v_machines type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd0-backup on /mnt/backup type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd0-backup on /srv/nfs4/backup type ext4 (ro,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd1-archive on /mnt/archive type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd1-archive on /srv/nfs4/archive type ext4 (ro,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd1-bulk_data on /mnt/bulk_data type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd1-bulk_data on /srv/nfs4/install type ext4 (ro,noatime,nodiratime,commit=120,data=ordered)
obelix:/ on /mnt/obelix type nfs4 (rw,relatime,vers=4.0,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.99.14,local_lock=none,addr=192.168.99.1)
/dev/md126 on /mnt/root_backup type ext4 (rw,noatime,nodiratime,commit=120,stripe=64,data=ordered)
/dev/md125 on /var type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/md123 on /home type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_sd0-postgresql on /var/lib/postgresql type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_sd0-pbuilder on /var/cache/pbuilder type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_hd0-chroots on /var/local/chroots type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/mapper/vg_sd0-pbuilder on /var/local/chroots/testing_amd64_chroot/var/cache/pbuilder type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
/dev/md123 on /srv/nfs4/home type ext4 (rw,noatime,nodiratime,commit=120,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
tmpfs on /run/user/107 type tmpfs (rw,nosuid,nodev,relatime,size=1608544k,mode=700,uid=107,gid=114)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=1608544k,mode=700,uid=1000,gid=1000)
obelix:/home on /mnt/obelix/home type nfs4 (rw,relatime,vers=4.0,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.99.14,local_lock=none,addr=192.168.99.1)
obelix:/share on /mnt/obelix/share type nfs4 (rw,relatime,vers=4.0,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.99.14,local_lock=none,addr=192.168.99.1)

--- initrd.img-4.3.0-1-amd64:

gzip: /boot/initrd.img-4.3.0-1-amd64: not in gzip format
cpio: premature end of archive

--- initrd's /conf/conf.d/md:
no conf/md file.

--- /proc/modules:
raid1 36864 2 - Live 0xffffffffa0934000
raid10 45056 5 - Live 0xffffffffa0aa7000
dm_mod 106496 79 - Live 0xffffffffa00fa000
md_mod 131072 5 raid1,raid10, Live 0xffffffffa00ce000

--- /var/log/syslog:

--- volume detail:
/dev/sda:
   MBR Magic : aa55
Partition[0] :    488397167 sectors at            1 (type ee)
--
/dev/sda1:
   MBR Magic : aa55
--
/dev/sda2 is not recognised by mdadm.
/dev/sda3 is not recognised by mdadm.
/dev/sdb:
   MBR Magic : aa55
Partition[0] :   3907029167 sectors at            1 (type ee)
--
/dev/sdb1 is not recognised by mdadm.
/dev/sdb2 is not recognised by mdadm.
/dev/sdc:
   MBR Magic : aa55
Partition[0] :   3907029167 sectors at            1 (type ee)
--
/dev/sdc1 is not recognised by mdadm.
/dev/sdc2 is not recognised by mdadm.
/dev/sdd is not recognised by mdadm.

--- /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro quiet

--- grub2:
set root='lvmid/vkh37a-eL7t-wMfp-KZJE-UslV-7XL1-uhRT0y/hKGEZS-WYuR-ZpXR-Kd0x-pKrk-usmO-PCDmxp'
set root='lvmid/vkh37a-eL7t-wMfp-KZJE-UslV-7XL1-uhRT0y/hKGEZS-WYuR-ZpXR-Kd0x-pKrk-usmO-PCDmxp'
	set root='hd0,gpt2'
	linux	/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro  quiet
		set root='hd0,gpt2'
		linux	/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro  quiet
		set root='hd0,gpt2'
		linux	/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro init=/lib/sysvinit/init
		set root='hd0,gpt2'
		linux	/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro single
		set root='hd0,gpt2'
		linux	/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/vg_sd0-root ro  quiet
		set root='hd0,gpt2'
		linux	/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/vg_sd0-root ro single
        set root='hd0,gpt1'
        set root=(loop)

--- udev:
ii  udev           228-4+b1     amd64        /dev/ and hotplug management daem
6c46d1e82a565f7147f5911f43049f53  /lib/udev/rules.d/63-md-raid-arrays.rules
f0b45148fbd3ce678e682925483f17dc  /lib/udev/rules.d/64-md-raid-assembly.rules
d3f53eb83e89c327ad6aa0ca66f6124e  /lib/udev/rules.d/99-systemd.rules

--- /dev:
brw-rw---- 1 root disk 9, 121 Jan 31 19:03 /dev/md121
brw-rw---- 1 root disk 9, 122 Jan 31 19:03 /dev/md122
brw-rw---- 1 root disk 9, 123 Jan 31 19:03 /dev/md123
brw-rw---- 1 root disk 9, 124 Jan 31 19:03 /dev/md124
brw-rw---- 1 root disk 9, 125 Jan 31 19:03 /dev/md125
brw-rw---- 1 root disk 9, 126 Jan 31 19:03 /dev/md126
brw-rw---- 1 root disk 9, 127 Jan 31 19:03 /dev/md127

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Jan 31 19:00 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF620377L -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF620377L-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF620377L-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-Samsung_SSD_840_EVO_250GB_S1DBNSBF620377L-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 Jan 31 19:00 ata-TSSTcorpCD_DVDW_SH-S183A -> ../../sr0
lrwxrwxrwx 1 root root  9 Jan 31 19:00 ata-WDC_WD20EZRX-00D8PB0_WD-WCC4N1262524 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-WDC_WD20EZRX-00D8PB0_WD-WCC4N1262524-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-WDC_WD20EZRX-00D8PB0_WD-WCC4N1262524-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Jan 31 19:00 ata-WDC_WD20EZRX-00D8PB0_WD-WCC4N3KCTLX1 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-WDC_WD20EZRX-00D8PB0_WD-WCC4N3KCTLX1-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 ata-WDC_WD20EZRX-00D8PB0_WD-WCC4N3KCTLX1-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-name-vg_hd0-backup -> ../../dm-15
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-boot -> ../../dm-17
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-name-vg_hd0-chroots -> ../../dm-20
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-data_crypt -> ../../dm-23
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-efi -> ../../dm-16
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-home -> ../../dm-19
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-home_crypt -> ../../dm-22
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-root -> ../../dm-14
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-name-vg_hd0-swap -> ../../dm-21
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd0-var -> ../../dm-18
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-name-vg_hd1-archive -> ../../dm-12
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd1-boot -> ../../dm-10
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-name-vg_hd1-bulk_data -> ../../dm-7
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd1-data_crypt -> ../../dm-13
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-name-vg_hd1-efi -> ../../dm-11
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-name-vg_hd1-root -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-name-vg_hd1-v_machines -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-name-vg_hd1-var -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-name-vg_sd0-home -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-name-vg_sd0-home_crypt -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-name-vg_sd0-pbuilder -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-name-vg_sd0-postgresql -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-name-vg_sd0-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-name-vg_sd0-swap -> ../../dm-3
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmDkxJlqTPh8UQx2A8Iyw8ScVaQel5wplL -> ../../dm-16
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmK980QPBzdwrz6ejdfKXCNcUQiM4FxDEA -> ../../dm-17
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmN3py3GXf4eozmQCLGWRHpGJQdQxRQf8C -> ../../dm-20
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmUsfAHXQD0QpOUhd9fmxu4cS7ofzrcmI3 -> ../../dm-22
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmVJggEYZ1rK0lr163c1Vz37EmWB91Ufha -> ../../dm-23
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmcFtHpNuLJZD7dclLOMciEcu2ccwZXW1W -> ../../dm-15
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmeM963oNUgoX0Jm9sze0pbkwYGwOkirXJ -> ../../dm-21
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmgLJ94JRg1OkxaV4whmd2HlpqYL9LtY2f -> ../../dm-14
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmlZhVtWGyMF0z5ueLOju1X3DyGsPh158I -> ../../dm-19
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-RIsv1fpz9zLeapmSTwc35uqxBWL2imjmtNSdXwBsPO5pfyZwFYDWe2btpkUYAxEX -> ../../dm-18
lrwxrwxrwx 1 root root 11 Jan 31 19:00 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOh1AcaaqdT7g7rcWeWHrjBEXy2A9xpr3L2 -> ../../dm-12
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhNM7DQ5vK3qluDNoSYVnTplmLKKcwNfH2 -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhQPdd7cCxgPxrMUSScBLa1oRwovABDJ11 -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhVqaqYNmfTHKlzBpNvWvhhTo9lQfiyFKj -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhfVHr5duXcQspKGCQvWtDqY7BbbAWN4zk -> ../../dm-7
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhhK4Wd7aLEGv0M4n4f6gdVaqwCJHvEXDt -> ../../dm-11
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhs302pMcoTWAf95NtFkSyg2e68rKa5OyI -> ../../dm-13
lrwxrwxrwx 1 root root 11 Jan 31 19:03 dm-uuid-LVM-bLUXHobz2dTHnwnYxWrdnZcuCfgxjxOhxqCLFqpCCgfeKU24Q9aUe5Jk1z2bSD0Q -> ../../dm-10
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-uuid-LVM-vkh37aeL7twMfpKZJEUslV7XL1uhRT0yAFKYEKm15Y3ujFpN7ktXocPVElYXs5RX -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-uuid-LVM-vkh37aeL7twMfpKZJEUslV7XL1uhRT0yAMbcGsMosjdnpPIQiiHt15lczwg2b0Fz -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-uuid-LVM-vkh37aeL7twMfpKZJEUslV7XL1uhRT0yVQDvtGWxSH8n10xylVmxC1pQOFZfKa4Z -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-uuid-LVM-vkh37aeL7twMfpKZJEUslV7XL1uhRT0yhKGEZSWYuRZpXRKd0xpKrkusmOPCDmxp -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 31 19:03 dm-uuid-LVM-vkh37aeL7twMfpKZJEUslV7XL1uhRT0ys8cMYWczRKVUcRVP5spAx1rcSPt9uG93 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 dm-uuid-LVM-vkh37aeL7twMfpKZJEUslV7XL1uhRT0yzrlNWntOEEiiZIfIcyp284KDzjrjJpmX -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jan 31 19:00 lvm-pv-uuid-NRhbMA-2e53-46tF-9gcw-wozS-QD2T-ENuQ4y -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 lvm-pv-uuid-P3q1fN-3ll6-TpgJ-Ct5o-W4I1-9Sxh-hADnsh -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 31 19:00 lvm-pv-uuid-RW7OmI-eMKu-TYYH-yV1T-YzZJ-7oOR-YXak3M -> ../../sdc2
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:boot_hd -> ../../md124
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:data_crypt -> ../../md121
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:efi_hd -> ../../md127
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:home -> ../../md123
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:home_crypt -> ../../md122
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:root_hd -> ../../md126
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-name-monsterix:var -> ../../md125
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-191b5317:e1ffb4e3:54fd75d7:c259d38d -> ../../md124
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-23fcca26:90c930ea:d241a4fc:b2f89cae -> ../../md127
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-9b86aaf9:21f19c42:d283e5c8:03996411 -> ../../md121
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-b855a499:ed54711c:8b73c73c:d1a784fe -> ../../md123
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-bbaf4693:c8047a79:52ab0458:41a2fb3d -> ../../md122
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-e8e40488:a69568c5:f521da1f:35e995da -> ../../md126
lrwxrwxrwx 1 root root 11 Jan 31 19:03 md-uuid-fa370095:32920a14:7c914259:bfe47356 -> ../../md125
lrwxrwxrwx 1 root root  9 Jan 31 19:00 usb-Multi_Flash_Reader_058F0O1111B1-0:0 -> ../../sdd
lrwxrwxrwx 1 root root  9 Jan 31 19:00 wwn-0x50014ee20a77f63e -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50014ee20a77f63e-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50014ee20a77f63e-part2 -> ../../sdc2
lrwxrwxrwx 1 root root  9 Jan 31 19:00 wwn-0x50014ee25f9803d2 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50014ee25f9803d2-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50014ee25f9803d2-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Jan 31 19:00 wwn-0x50025388a05386e7 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50025388a05386e7-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50025388a05386e7-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 wwn-0x50025388a05386e7-part3 -> ../../sda3

/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 10 Jan 31 19:00 boot -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 efi -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 lvm -> ../../sdc2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 primary -> ../../sdc1

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Jan 31 19:00 61212345-a014-48e7-a863-d7572f53d0b7 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 6173342d-3997-4b01-bdb7-b75390ee1758 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 93294d54-a088-4bf3-96f0-00fa9b23f9a3 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 a0721580-4448-4368-a570-68b580ec0031 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 e444a655-06b7-4f9a-8648-9f2ba70e7a4e -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 e7957e1f-792d-4bd7-a1eb-9b77d0fccd84 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 feec03bb-70e0-4fd5-b8e8-99fa1985d699 -> ../../sda3

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Jan 31 19:00 pci-0000:00:14.0-usb-0:10.4:1.0-scsi-0:0:0:0 -> ../../sdd
lrwxrwxrwx 1 root root  9 Jan 31 19:00 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-1-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 Jan 31 19:00 pci-0000:00:1f.2-ata-2 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jan 31 19:00 pci-0000:00:1f.2-ata-3 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-3-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-3-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Jan 31 19:00 pci-0000:00:1f.2-ata-4 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-4-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 pci-0000:00:1f.2-ata-4-part2 -> ../../sdc2

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Jan 31 19:00 08c9450c-787c-4bf0-ab9a-6ffa8b214c0c -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 1a7ea5f2-cf2e-43f3-b7d5-347077323487 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jan 31 19:00 1f961419-60f9-4e92-90d6-cb40fdf93fc5 -> ../../sda2
lrwxrwxrwx 1 root root 11 Jan 31 19:03 24a3ab3a-a2cb-415b-93e2-36355e5b0922 -> ../../md122
lrwxrwxrwx 1 root root 11 Jan 31 19:03 419e8553-1691-4c63-bf8f-d3ad2eb24d62 -> ../../md123
lrwxrwxrwx 1 root root 11 Jan 31 19:00 569d9e56-e7e5-401b-9012-335ae08e53f1 -> ../../dm-21
lrwxrwxrwx 1 root root 10 Jan 31 19:00 5801c4c8-1840-4386-8ef5-6e4e7ee0aa68 -> ../../dm-3
lrwxrwxrwx 1 root root 11 Jan 31 19:00 59d03f76-39d3-4191-8292-f3228ac05944 -> ../../dm-20
lrwxrwxrwx 1 root root 11 Jan 31 19:00 5f42dd44-26f0-4104-a632-2f78cad5d0f6 -> ../../dm-15
lrwxrwxrwx 1 root root 10 Jan 31 19:00 5fa00c42-1678-44bf-a785-52a57cdfb544 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 31 19:00 66ebe552-d5c6-458f-b4a6-77e6324f3cc8 -> ../../dm-7
lrwxrwxrwx 1 root root 11 Jan 31 19:03 86c612a1-ea5b-48d9-b72b-be8db04aa10a -> ../../md125
lrwxrwxrwx 1 root root 10 Jan 31 19:00 C423-6E25 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 31 19:00 bc36bf3a-ea83-4ff5-b28d-4d8a69838c19 -> ../../sdb1
lrwxrwxrwx 1 root root 11 Jan 31 19:03 c77689df-cc86-4458-9424-c489670b2bde -> ../../md121
lrwxrwxrwx 1 root root 11 Jan 31 19:03 d8acf489-a58f-49aa-9573-d65088c5d71f -> ../../md126
lrwxrwxrwx 1 root root 10 Jan 31 19:00 e80af1c2-12a7-4888-8c50-5e120e5090c7 -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jan 31 19:00 eb13a371-bae1-4be0-acde-29e03d585281 -> ../../dm-2
lrwxrwxrwx 1 root root 11 Jan 31 19:00 fe887aa8-9fb6-4f83-afe0-809a9488e66f -> ../../dm-12

/dev/md:
total 0
lrwxrwxrwx 1 root root 8 Jan 31 19:03 boot_hd -> ../md124
lrwxrwxrwx 1 root root 8 Jan 31 19:03 data_crypt -> ../md121
lrwxrwxrwx 1 root root 8 Jan 31 19:03 efi_hd -> ../md127
lrwxrwxrwx 1 root root 8 Jan 31 19:03 home -> ../md123
lrwxrwxrwx 1 root root 8 Jan 31 19:03 home_crypt -> ../md122
lrwxrwxrwx 1 root root 8 Jan 31 19:03 root_hd -> ../md126
lrwxrwxrwx 1 root root 8 Jan 31 19:03 var -> ../md125

Auto-generated on Sun, 31 Jan 2016 19:10:57 +0100 by mdadm bugscript

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (400, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages mdadm depends on:
ii  debconf [debconf-2.0]  1.5.58
ii  initscripts            2.88dsf-59.2
ii  libc6                  2.21-7
ii  lsb-base               9.20160110
ii  udev                   228-4+b1

Versions of packages mdadm recommends:
ii  exim4-daemon-light [mail-transport-agent]  4.86-7+b2
ii  kmod                                       22-1

mdadm suggests no packages.

-- debconf information:
  mdadm/autocheck: true
  mdadm/initrdstart_msg_errblock:
  mdadm/autostart: true
  mdadm/initrdstart_msg_errmd:
  mdadm/initrdstart_notinconf: false
* mdadm/initrdstart: all
  mdadm/initrdstart_msg_intro:
  mdadm/mail_to: root
  mdadm/initrdstart_msg_errexist:
  mdadm/initrdstart_msg_errconf:
  mdadm/start_daemon: true

-- debsums errors found:
debsums: changed file /lib/udev/rules.d/63-md-raid-arrays.rules (from mdadm package)
-------------- next part --------------
[    0.000000] microcode: CPU0 microcode updated early to revision 0x1e, date = 2015-08-13
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.3.0-1-amd64 (debian-kernel at lists.debian.org) (gcc version 5.3.1 20160114 (Debian 5.3.1-6) ) #1 SMP Debian 4.3.3-7 (2016-01-19)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro quiet
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ac1ddfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ac1de000-0x00000000ac1e4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ac1e5000-0x00000000ac63afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ac63b000-0x00000000aca9ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000acaa0000-0x00000000caac2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000caac3000-0x00000000cacacfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cacad000-0x00000000cacccfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000caccd000-0x00000000cb1f0fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cb1f1000-0x00000000cbf63fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cbf64000-0x00000000cbffefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ce000000-0x00000000de1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ESRT=0xcbf62898  ACPI 2.0=0xcacb3000  ACPI=0xcacb3000  SMBIOS=0xf04d0  MPS=0xfd5e0 
[    0.000000] esrt: Reserving ESRT space from 0x00000000cbf62898 to 0x00000000cbf628d0.
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUS All Series/H97-PRO, BIOS 0333 05/08/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x41fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7C00000000 write-back
[    0.000000]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   4 base 00CE000000 mask 7FFE000000 uncachable
[    0.000000]   5 base 041FE00000 mask 7FFFE00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: update [mem 0xce000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd8f0-0x000fd8ff] mapped at [ffff8800000fd8f0]
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01f24000, 0x01f24fff] PGTABLE
[    0.000000] BRK [0x01f25000, 0x01f25fff] PGTABLE
[    0.000000] BRK [0x01f26000, 0x01f26fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x41fc00000-0x41fdfffff]
[    0.000000]  [mem 0x41fc00000-0x41fdfffff] page 2M
[    0.000000] BRK [0x01f27000, 0x01f27fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x400000000-0x41fbfffff]
[    0.000000]  [mem 0x400000000-0x41fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3e0000000-0x3ffffffff]
[    0.000000]  [mem 0x3e0000000-0x3ffffffff] page 1G
[    0.000000] init_memory_mapping: [mem 0x00100000-0xac1ddfff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xabffffff] page 2M
[    0.000000]  [mem 0xac000000-0xac1ddfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xac1e5000-0xac63afff]
[    0.000000]  [mem 0xac1e5000-0xac1fffff] page 4k
[    0.000000]  [mem 0xac200000-0xac5fffff] page 2M
[    0.000000]  [mem 0xac600000-0xac63afff] page 4k
[    0.000000] BRK [0x01f28000, 0x01f28fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xacaa0000-0xcaac2fff]
[    0.000000]  [mem 0xacaa0000-0xacbfffff] page 4k
[    0.000000]  [mem 0xacc00000-0xca9fffff] page 2M
[    0.000000]  [mem 0xcaa00000-0xcaac2fff] page 4k
[    0.000000] BRK [0x01f29000, 0x01f29fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
[    0.000000]  [mem 0xcbfff000-0xcbffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3dfffffff]
[    0.000000]  [mem 0x100000000-0x3dfffffff] page 1G
[    0.000000] RAMDISK: [mem 0x37366000-0x379aafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000CACB3000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000CACB3088 000084 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000CACC4DD0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000CACB31A0 011C2C (v02 ALASKA A M I    00000006 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000CB1F0F80 000040
[    0.000000] ACPI: APIC 0x00000000CACC4EE0 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000CACC4F58 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000CACC4FA0 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CACC5B90 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000CACC60D0 000B74 (v01 CpuRef CpuSsdt  00003000 INTL 20051117)
[    0.000000] ACPI: MCFG 0x00000000CACC6C48 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000CACC6C88 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CACC6CC0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000CACC7030 005B5E (v01 SaSsdt SaSsdt   00003000 INTL 20120711)
[    0.000000] ACPI: ASF! 0x00000000CACCCB90 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: BGRT 0x00000000CACCCC90 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fdfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x41fdf7000-0x41fdfafff]
[    0.000000]  [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f800000-ffff88041f3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000041fdfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000ac1ddfff]
[    0.000000]   node   0: [mem 0x00000000ac1e5000-0x00000000ac63afff]
[    0.000000]   node   0: [mem 0x00000000acaa0000-0x00000000caac2fff]
[    0.000000]   node   0: [mem 0x00000000cbfff000-0x00000000cbffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000041fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000041fdfffff]
[    0.000000] On node 0 totalpages: 4105205
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12890 pages used for memmap
[    0.000000]   DMA32 zone: 824920 pages, LIFO batch:31
[    0.000000]   Normal zone: 51192 pages used for memmap
[    0.000000]   Normal zone: 3276288 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xce200000-0xde1fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xac1de000-0xac1e4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xac63b000-0xaca9ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaac3000-0xcacacfff]
[    0.000000] PM: Registered nosave memory: [mem 0xcacad000-0xcacccfff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaccd000-0xcb1f0fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcb1f1000-0xcbf63fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcbf64000-0xcbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xcdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xce000000-0xde1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xde200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xde200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88041fa00000 s93016 r8192 d29864 u524288
[    0.000000] pcpu-alloc: s93016 r8192 d29864 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4041033
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg_sd0-root ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 15842356K/16420820K available (5675K kernel code, 1050K rwdata, 2796K rodata, 1296K init, 836K bss, 578464K reserved, 0K cma-reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:456 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] tsc: Detected 3200.132 MHz processor
[    0.000021] Calibrating delay loop (skipped), value calculated using timer frequency.. 6400.26 BogoMIPS (lpj=12800528)
[    0.000023] pid_max: default: 32768 minimum: 301
[    0.000027] ACPI: Core revision 20150818
[    0.012169] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.013515] Security Framework initialized
[    0.013516] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.013521] AppArmor: AppArmor disabled by boot time parameter
[    0.014208] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.016413] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.017349] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.017362] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.017555] Initializing cgroup subsys io
[    0.017560] Initializing cgroup subsys memory
[    0.017563] Initializing cgroup subsys devices
[    0.017565] Initializing cgroup subsys freezer
[    0.017567] Initializing cgroup subsys net_cls
[    0.017569] Initializing cgroup subsys perf_event
[    0.017570] Initializing cgroup subsys net_prio
[    0.017588] CPU: Physical Processor ID: 0
[    0.017588] CPU: Processor Core ID: 0
[    0.017592] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.017592] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.018333] mce: CPU supports 9 MCE banks
[    0.018343] CPU0: Thermal monitoring enabled (TM1)
[    0.018350] process: using mwait in idle threads
[    0.018353] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.018353] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.018596] Freeing SMP alternatives memory: 20K (ffffffff81c4c000 - ffffffff81c51000)
[    0.031313] Ignoring BGRT: invalid status 0 (expected 1)
[    0.035809] ftrace: allocating 23625 entries in 93 pages
[    0.042405] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.042757] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.082445] TSC deadline timer enabled
[    0.082446] smpboot: CPU0: Intel(R) Core(TM) i5-4460  CPU @ 3.20GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.082465] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.082480] ... version:                3
[    0.082480] ... bit width:              48
[    0.082481] ... generic registers:      8
[    0.082482] ... value mask:             0000ffffffffffff
[    0.082482] ... max period:             0000ffffffffffff
[    0.082483] ... fixed-purpose events:   3
[    0.082483] ... event mask:             00000007000000ff
[    0.082887] x86: Booting SMP configuration:
[    0.082888] .... node  #0, CPUs:      #1
[    0.094780] microcode: CPU1 microcode updated early to revision 0x1e, date = 2015-08-13
[    0.097628] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.097699]  #2
[    0.109588] microcode: CPU2 microcode updated early to revision 0x1e, date = 2015-08-13
[    0.112477]  #3
[    0.124370] microcode: CPU3 microcode updated early to revision 0x1e, date = 2015-08-13
[    0.127212] x86: Booted up 1 node, 4 CPUs
[    0.127214] smpboot: Total of 4 processors activated (25601.05 BogoMIPS)
[    0.129677] devtmpfs: initialized
[    0.132880] PM: Registering ACPI NVS region [mem 0xac1de000-0xac1e4fff] (28672 bytes)
[    0.132882] PM: Registering ACPI NVS region [mem 0xcaccd000-0xcb1f0fff] (5390336 bytes)
[    0.133021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.133076] pinctrl core: initialized pinctrl subsystem
[    0.133178] NET: Registered protocol family 16
[    0.141566] cpuidle: using governor ladder
[    0.149601] cpuidle: using governor menu
[    0.149652] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.149654] ACPI: bus type PCI registered
[    0.149655] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.149711] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.149713] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.149718] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.149771] PCI: Using configuration type 1 for base access
[    0.150074] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.150077] perf_event_intel: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.161793] ACPI: Added _OSI(Module Device)
[    0.161794] ACPI: Added _OSI(Processor Device)
[    0.161794] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.161795] ACPI: Added _OSI(Processor Aggregator Device)
[    0.165151] ACPI: Executed 13 blocks of module-level executable AML code
[    0.168057] ACPI: Dynamic OEM Table Load:
[    0.168061] ACPI: SSDT 0xFFFF88040D546000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.168585] ACPI: Dynamic OEM Table Load:
[    0.168589] ACPI: SSDT 0xFFFF88040D9F4000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.169150] ACPI: Dynamic OEM Table Load:
[    0.169152] ACPI: SSDT 0xFFFF88040D540600 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.170269] ACPI: Interpreter enabled
[    0.170274] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[    0.170279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[    0.170294] ACPI: (supports S0 S3 S4 S5)
[    0.170295] ACPI: Using IOAPIC for interrupt routing
[    0.170317] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.170667] ACPI: Power Resource [PG00] (on)
[    0.170998] ACPI: Power Resource [PG01] (on)
[    0.171292] ACPI: Power Resource [PG02] (on)
[    0.179868] ACPI: Power Resource [FN00] (off)
[    0.179929] ACPI: Power Resource [FN01] (off)
[    0.179987] ACPI: Power Resource [FN02] (off)
[    0.180045] ACPI: Power Resource [FN03] (off)
[    0.180103] ACPI: Power Resource [FN04] (off)
[    0.180777] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.180781] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.180954] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.181064] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.181065] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.181394] PCI host bridge to bus 0000:00
[    0.181396] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.181397] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.181398] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.181400] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.181401] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.181402] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.181403] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.181404] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.181406] pci_bus 0000:00: root bus resource [mem 0xde200000-0xfeafffff window]
[    0.181411] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.181481] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.181505] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.181573] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.181608] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
[    0.181618] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
[    0.181622] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.181626] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.181689] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.181697] pci 0000:00:03.0: reg 0x10: [mem 0xf7c34000-0xf7c37fff 64bit]
[    0.181778] pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
[    0.181799] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit]
[    0.181840] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.181883] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.181912] pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
[    0.181935] pci 0000:00:16.0: reg 0x10: [mem 0xf7c3f000-0xf7c3f00f 64bit]
[    0.181978] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.182055] pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
[    0.182075] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[    0.182082] pci 0000:00:19.0: reg 0x14: [mem 0xf7c3c000-0xf7c3cfff]
[    0.182088] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.182126] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.182166] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.182197] pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
[    0.182221] pci 0000:00:1a.0: reg 0x10: [mem 0xf7c3b000-0xf7c3b3ff]
[    0.182280] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.182323] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.182353] pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
[    0.182373] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit]
[    0.182411] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.182452] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.182481] pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
[    0.182530] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.182592] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.182622] pci 0000:00:1c.3: [8086:244e] type 01 class 0x060401
[    0.182672] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.182732] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.182765] pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
[    0.182789] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c3a000-0xf7c3a3ff]
[    0.182848] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.182891] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.182921] pci 0000:00:1f.0: [8086:8cc6] type 00 class 0x060100
[    0.183061] pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
[    0.183078] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.183084] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.183090] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.183096] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.183102] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.183108] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c39000-0xf7c397ff]
[    0.183128] pci 0000:00:1f.2: PME# supported from D3hot
[    0.183185] pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
[    0.183198] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c38000-0xf7c380ff 64bit]
[    0.183215] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.183305] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.183354] acpiphp: Slot [1] registered
[    0.183357] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.183409] pci 0000:03:00.0: [1b21:1080] type 01 class 0x060401
[    0.183511] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.183536] pci 0000:00:1c.3: PCI bridge to [bus 03-04] (subtractive decode)
[    0.183543] pci 0000:00:1c.3:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.183544] pci 0000:00:1c.3:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.183546] pci 0000:00:1c.3:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.183547] pci 0000:00:1c.3:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.183548] pci 0000:00:1c.3:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.183550] pci 0000:00:1c.3:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.183551] pci 0000:00:1c.3:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.183552] pci 0000:00:1c.3:   bridge window [mem 0xde200000-0xfeafffff window] (subtractive decode)
[    0.183644] pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
[    0.183661] pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.183662] pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.183663] pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.183664] pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.183666] pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.183667] pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.183668] pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.183669] pci 0000:03:00.0:   bridge window [mem 0xde200000-0xfeafffff window] (subtractive decode)
[    0.184393] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.184434] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.184473] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    0.184512] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.184551] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.184589] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.184627] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.184665] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 7 10 11 12 14 15)
[    0.184894] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.184961] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.184962] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.184964] vgaarb: loaded
[    0.184964] vgaarb: bridge control possible 0000:00:02.0
[    0.185069] PCI: Using ACPI for IRQ routing
[    0.186285] PCI: pci_cache_line_size set to 64 bytes
[    0.186320] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.186322] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.186322] e820: reserve RAM buffer [mem 0xac1de000-0xafffffff]
[    0.186323] e820: reserve RAM buffer [mem 0xac63b000-0xafffffff]
[    0.186324] e820: reserve RAM buffer [mem 0xcaac3000-0xcbffffff]
[    0.186325] e820: reserve RAM buffer [mem 0x41fe00000-0x41fffffff]
[    0.186423] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.186427] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.188441] clocksource: Switched to clocksource hpet
[    0.192345] pnp: PnP ACPI init
[    0.192424] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.192426] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.192493] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.192495] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192511] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.192536] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.192538] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.192607] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.192608] system 00:04: [io  0x02a0-0x02af] has been reserved
[    0.192609] system 00:04: [io  0x0a00-0x0aff] has been reserved
[    0.192611] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192644] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.192645] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.192805] pnp 00:06: [dma 0 disabled]
[    0.192836] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.192865] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.193201] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.193203] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.193204] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.193205] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.193206] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.193208] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.193209] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.193210] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.193211] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.193212] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.193213] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.193215] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.193334] pnp: PnP ACPI: found 9 devices
[    0.199072] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.199099] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.199104] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.199112] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.199128] pci 0000:00:1c.3: PCI bridge to [bus 03-04]
[    0.199136] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.199137] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.199138] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.199139] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.199140] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.199141] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.199142] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.199143] pci_bus 0000:00: resource 11 [mem 0xde200000-0xfeafffff window]
[    0.199144] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.199145] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[    0.199146] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.199147] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.199148] pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.199149] pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.199150] pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.199151] pci_bus 0000:03: resource 11 [mem 0xde200000-0xfeafffff window]
[    0.199152] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.199153] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.199153] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.199154] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.199155] pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.199156] pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.199157] pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.199158] pci_bus 0000:04: resource 11 [mem 0xde200000-0xfeafffff window]
[    0.199198] NET: Registered protocol family 2
[    0.199341] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.199487] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.199588] TCP: Hash tables configured (established 131072 bind 65536)
[    0.199611] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.199650] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.199725] NET: Registered protocol family 1
[    0.199736] pci 0000:00:02.0: Video device with shadowed ROM
[    0.236459] PCI: CLS 64 bytes, default 64
[    0.236492] Unpacking initramfs...
[    0.311369] Freeing initrd memory: 6420K (ffff880037366000 - ffff8800379ab000)
[    0.311375] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.311377] software IO TLB [mem 0xb8434000-0xbc434000] (64MB) mapped at [ffff8800b8434000-ffff8800bc433fff]
[    0.311416] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[    0.311417] hw unit of domain pp0-core 2^-14 Joules
[    0.311418] hw unit of domain package 2^-14 Joules
[    0.311418] hw unit of domain dram 2^-14 Joules
[    0.311419] hw unit of domain pp1-gpu 2^-14 Joules
[    0.311511] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1e
[    0.311516] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1e
[    0.311521] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x1e
[    0.311526] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x1e
[    0.311555] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.311605] simple-framebuffer simple-framebuffer.0: framebuffer at 0xe0000000, 0x300000 bytes, mapped to 0xffffc90001c00000
[    0.311607] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, mode=1024x768x32, linelength=4096
[    0.312762] Console: switching to colour frame buffer device 128x48
[    0.313836] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    0.313999] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.314024] audit: initializing netlink subsys (disabled)
[    0.314036] audit: type=2000 audit(1454263229.300:1): initialized
[    0.314358] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.314373] zbud: loaded
[    0.314470] VFS: Disk quotas dquot_6.6.0
[    0.314482] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.314782] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.314803] io scheduler noop registered
[    0.314805] io scheduler deadline registered
[    0.314814] io scheduler cfq registered (default)
[    0.315100] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.315106] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.315124] intel_idle: MWAIT substates: 0x42120
[    0.315124] intel_idle: v0.4 model 0x3C
[    0.315125] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.315259] GHES: HEST is not enabled!
[    0.315302] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.335667] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.336027] Linux agpgart interface v0.103
[    0.336062] AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
[    0.336063] AMD IOMMUv2 functionality not available on this system
[    0.336387] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.336388] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.337020] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.337120] mousedev: PS/2 mouse device common for all mice
[    0.337152] rtc_cmos 00:02: RTC can wake from S4
[    0.337270] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.337290] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.337299] Intel P-state driver initializing.
[    0.337428] ledtrig-cpu: registered to indicate activity on CPUs
[    0.338951] NET: Registered protocol family 10
[    0.339372] mip6: Mobile IPv6
[    0.339386] NET: Registered protocol family 17
[    0.339407] mpls_gso: MPLS GSO support
[    0.340219] registered taskstats version 1
[    0.340300] zswap: loaded using pool lzo/zbud
[    0.341507] rtc_cmos 00:02: setting system clock to 2016-01-31 18:00:30 UTC (1454263230)
[    0.341714] PM: Hibernation image not present or could not be loaded.
[    0.342375] Freeing unused kernel memory: 1296K (ffffffff81b08000 - ffffffff81c4c000)
[    0.342378] Write protecting the kernel read-only data: 10240k
[    0.342953] Freeing unused kernel memory: 456K (ffff88000178e000 - ffff880001800000)
[    0.343480] Freeing unused kernel memory: 1300K (ffff880001abb000 - ffff880001c00000)
[    0.364202] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.379596] random: systemd-udevd urandom read with 4 bits of entropy available
[    0.398508] thermal LNXTHERM:00: registered as thermal_zone0
[    0.398510] ACPI: Thermal Zone [TZ00] (28 C)
[    0.398632] thermal LNXTHERM:01: registered as thermal_zone1
[    0.398633] ACPI: Thermal Zone [TZ01] (30 C)
[    0.400175] SCSI subsystem initialized
[    0.400862] libata version 3.00 loaded.
[    0.401302] ahci 0000:00:1f.2: version 3.0
[    0.401418] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0xf impl SATA mode
[    0.401420] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    0.429015] scsi host0: ahci
[    0.429112] scsi host1: ahci
[    0.429219] scsi host2: ahci
[    0.429312] scsi host3: ahci
[    0.429428] scsi host4: ahci
[    0.429518] scsi host5: ahci
[    0.429547] ata1: SATA max UDMA/133 abar m2048 at 0xf7c39000 port 0xf7c39100 irq 25
[    0.429549] ata2: SATA max UDMA/133 abar m2048 at 0xf7c39000 port 0xf7c39180 irq 25
[    0.429550] ata3: SATA max UDMA/133 abar m2048 at 0xf7c39000 port 0xf7c39200 irq 25
[    0.429551] ata4: SATA max UDMA/133 abar m2048 at 0xf7c39000 port 0xf7c39280 irq 25
[    0.429552] ata5: DUMMY
[    0.429553] ata6: DUMMY
[    0.748480] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.748495] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.748509] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.748523] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.749068] ata4.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
[    0.749070] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.749117] ata3.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
[    0.749119] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.749687] ata4.00: configured for UDMA/133
[    0.749716] ata3.00: configured for UDMA/133
[    0.750360] ata1.00: supports DRM functions and may not be fully accessible
[    0.750395] ata1.00: READ LOG DMA EXT failed, trying unqueued
[    0.750418] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[    0.750419] ata1.00: ATA-9: Samsung SSD 840 EVO 250GB, EXT0BB6Q, max UDMA/133
[    0.750420] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    0.750586] ata1.00: supports DRM functions and may not be fully accessible
[    0.750617] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1
[    0.750618] ata1.00: configured for UDMA/133
[    0.750794] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 840  BB6Q PQ: 0 ANSI: 5
[    0.751096] ata2.00: ATAPI: TSSTcorpCD/DVDW SH-S183A, SB02, max UDMA/33
[    0.751097] ata2.00: applying bridge limits
[    0.754162] ata2.00: configured for UDMA/33
[    0.756045] scsi 1:0:0:0: CD-ROM            TSSTcorp CD/DVDW SH-S183A SB02 PQ: 0 ANSI: 5
[    0.761051] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 0A80 PQ: 0 ANSI: 5
[    0.761369] scsi 3:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 0A80 PQ: 0 ANSI: 5
[    0.763312] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[    0.763334] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    0.763336] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    0.763340] sd 3:0:0:0: [sdc] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    0.763342] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    0.763364] sd 3:0:0:0: [sdc] Write Protect is off
[    0.763365] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    0.763375] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.763376] sd 0:0:0:0: [sda] Write Protect is off
[    0.763378] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.763382] sd 2:0:0:0: [sdb] Write Protect is off
[    0.763383] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.763394] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.763440] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.764981]  sda: sda1 sda2 sda3
[    0.765392] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.829766]  sdb: sdb1 sdb2
[    0.830136] sd 2:0:0:0: [sdb] Attached SCSI disk
[    0.832558]  sdc: sdc1 sdc2
[    0.832814] sd 3:0:0:0: [sdc] Attached SCSI disk
[    1.020016] device-mapper: uevent: version 1.0.3
[    1.020062] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel at redhat.com
[    1.092502] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[    1.177951] systemd[1]: systemd 228 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    1.178046] systemd[1]: Detected architecture x86-64.
[    1.178201] systemd[1]: Set hostname to <monsterix>.
[    1.268364] systemd[1]: tryton-server.service: Cannot add dependency job, ignoring: Unit tryton-server.service is masked.
[    1.268859] systemd[1]: Reached target Encrypted Volumes.
[    1.268915] systemd[1]: Listening on udev Control Socket.
[    1.268939] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.268954] systemd[1]: Listening on fsck to fsckd communication Socket.
[    1.268963] systemd[1]: Reached target User and Group Name Lookups.
[    1.268980] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.269006] systemd[1]: Listening on Journal Socket.
[    1.269019] systemd[1]: Reached target Remote File Systems (Pre).
[    1.269082] systemd[1]: Created slice System Slice.
[    1.269296] systemd[1]: Mounting POSIX Message Queue File System...
[    1.269602] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.269664] systemd[1]: Created slice User and Session Slice.
[    1.269713] systemd[1]: Listening on LVM2 poll daemon socket.
[    1.270041] systemd[1]: Mounting Huge Pages File System...
[    1.270101] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.270167] systemd[1]: Listening on Journal Audit Socket.
[    1.270239] systemd[1]: Created slice system-postgresql.slice.
[    1.270469] systemd[1]: Mounting Debug File System...
[    1.270498] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.270733] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    1.270820] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.270835] systemd[1]: Reached target Slices.
[    1.270865] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.270886] systemd[1]: Listening on Syslog Socket.
[    1.270907] systemd[1]: Listening on udev Kernel Socket.
[    1.271005] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.271061] systemd[1]: Created slice system-getty.slice.
[    1.271884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.272713] systemd[1]: Starting Load Kernel Modules...
[    1.272994] systemd[1]: Starting Journal Service...
[    1.273624] systemd[1]: Mounted Debug File System.
[    1.273642] systemd[1]: Mounted POSIX Message Queue File System.
[    1.273652] systemd[1]: Mounted Huge Pages File System.
[    1.273818] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.277387] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.282687] lp: driver loaded but no devices found
[    1.283382] systemd[1]: Started LVM2 metadata daemon.
[    1.283516] ppdev: user-space parallel port driver
[    1.284784] systemd[1]: Started Load Kernel Modules.
[    1.285149] systemd[1]: Starting Apply Kernel Variables...
[    1.288675] systemd[1]: Started Apply Kernel Variables.
[    1.291304] systemd[1]: Started Create Static Device Nodes in /dev.
[    1.291599] systemd[1]: Starting udev Kernel Device Manager...
[    1.295119] systemd[1]: Started Journal Service.
[    1.308447] tsc: Refined TSC clocksource calibration: 3199.997 MHz
[    1.308450] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e204719c91, max_idle_ns: 440795261699 ns
[    1.340044] random: nonblocking pool is initialized
[    1.387426] EXT4-fs (dm-0): re-mounted. Opts: commit=120,errors=remount-ro
[    1.412640] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.412645] ACPI: Power Button [PWRB]
[    1.412781] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.412783] ACPI: Power Button [PWRF]
[    1.417885] wmi: Mapper loaded
[    1.421263] sdhci: Secure Digital Host Controller Interface driver
[    1.421265] sdhci: Copyright(c) Pierre Ossman
[    1.422201] hidraw: raw HID events driver (C) Jiri Kosina
[    1.440673] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.440843] pps_core: LinuxPPS API ver. 1 registered
[    1.440844] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    1.441382] PTP clock support registered
[    1.460627] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.460647] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    1.460836] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    1.460860] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    1.461560] ACPI: bus type USB registered
[    1.461575] usbcore: registered new interface driver usbfs
[    1.461581] usbcore: registered new interface driver hub
[    1.461683] usbcore: registered new device driver usb
[    1.461864] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150818/utaddress-254)
[    1.461868] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.463436] [drm] Initialized drm 1.1.0 20060810
[    1.464422] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.464424] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.466929] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.467305] EFI Variables Facility v0.08 2004-May-17
[    1.468346] ehci-pci: EHCI PCI platform driver
[    1.468965] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.471708] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    1.474851] pstore: Registered efi as persistent store backend
[    1.484315] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.484318] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.484936] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.503341] AVX2 version of gcm_enc/dec engaged.
[    1.503343] AES CTR mode by8 optimization enabled
[    1.510756] sha256_ssse3: Using AVX2 optimized SHA-256 implementation
[    1.549573] asus_wmi: ASUS WMI generic driver loaded
[    1.550368] asus_wmi: Initialization: 0x0
[    1.550383] asus_wmi: BIOS WMI version: 0.9
[    1.550407] asus_wmi: SFUN value: 0x0
[    1.550622] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input4
[    1.550763] asus_wmi: Number of fans: 1
[    1.558582] iTCO_vendor_support: vendor-support=0
[    1.558884] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.558905] iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
[    1.559006] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.617777] intel_rapl: Found RAPL domain package
[    1.617779] intel_rapl: Found RAPL domain core
[    1.617781] intel_rapl: Found RAPL domain uncore
[    1.617783] intel_rapl: Found RAPL domain dram
[    1.630920] e1000e 0000:00:19.0 eth0: registered PHC clock
[    1.630922] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 40:16:7e:ad:68:ca
[    1.630923] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.630948] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.631073] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.631078] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.632143] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.632147] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.632277] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.632278] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.632279] usb usb1: Product: xHCI Host Controller
[    1.632280] usb usb1: Manufacturer: Linux 4.3.0-1-amd64 xhci-hcd
[    1.632280] usb usb1: SerialNumber: 0000:00:14.0
[    1.632371] hub 1-0:1.0: USB hub found
[    1.632389] hub 1-0:1.0: 14 ports detected
[    1.633964] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.633967] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.634060] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.634062] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.634062] usb usb2: Product: xHCI Host Controller
[    1.634063] usb usb2: Manufacturer: Linux 4.3.0-1-amd64 xhci-hcd
[    1.634064] usb usb2: SerialNumber: 0000:00:14.0
[    1.634149] hub 2-0:1.0: USB hub found
[    1.634160] hub 2-0:1.0: 6 ports detected
[    1.634776] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    1.634827] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    1.634900] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.634904] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.634914] ehci-pci 0000:00:1a.0: debug port 2
[    1.638798] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.638809] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c3b000
[    1.648465] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.648513] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.648516] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.648517] usb usb3: Product: EHCI Host Controller
[    1.648518] usb usb3: Manufacturer: Linux 4.3.0-1-amd64 ehci_hcd
[    1.648519] usb usb3: SerialNumber: 0000:00:1a.0
[    1.649209] hub 3-0:1.0: USB hub found
[    1.649298] hub 3-0:1.0: 2 ports detected
[    1.649614] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.649619] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.649629] ehci-pci 0000:00:1d.0: debug port 2
[    1.652872] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    1.652874] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.652875] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    1.652876] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    1.652877] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x0
[    1.652877] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    1.652879] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    1.652880] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    1.652880] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    1.653539] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.653560] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3a000
[    1.665019] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.665163] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.665165] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.665167] usb usb4: Product: EHCI Host Controller
[    1.665167] usb usb4: Manufacturer: Linux 4.3.0-1-amd64 ehci_hcd
[    1.665168] usb usb4: SerialNumber: 0000:00:1d.0
[    1.665283] hub 4-0:1.0: USB hub found
[    1.665289] hub 4-0:1.0: 2 ports detected
[    1.667277] [drm] Memory usable by graphics device = 2048M
[    1.667279] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input5
[    1.667290] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    1.667291] fb: switching to inteldrmfb from simple
[    1.667315] Console: switching to colour dummy device 80x25
[    1.667665] [drm] Replacing VGA console driver
[    1.667667] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
[    1.667703] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[    1.667735] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[    1.667764] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[    1.667795] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[    1.667828] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
[    1.667857] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[    1.669257] Adding 10485756k swap on /dev/mapper/vg_sd0-swap.  Priority:-1 extents:1 across:10485756k SSDscFS
[    1.674199] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.674201] [drm] Driver supports precise vblank timestamp query.
[    1.674261] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.680815] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.680918] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13
[    1.728108] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.728116] [drm] Initialized i915 1.6.0 20150731 for 0000:00:02.0 on minor 0
[    1.728636] fbcon: inteldrmfb (fb0) is primary device
[    1.792475] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    1.812563] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[    1.819628] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[    1.892318] Console: switching to colour frame buffer device 210x65
[    1.894904] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.944474] usb 1-9: new full-speed USB device number 2 using xhci_hcd
[    1.960465] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.976469] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    2.073593] usb 1-9: New USB device found, idVendor=0ac8, idProduct=301b
[    2.073595] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.073596] usb 1-9: Product: PC Camera
[    2.073597] usb 1-9: Manufacturer: Vimicro Corp.
[    2.073668] usb 1-9: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.092850] usb 3-1: New USB device found, idVendor=8087, idProduct=8009
[    2.092852] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.092993] hub 3-1:1.0: USB hub found
[    2.093095] hub 3-1:1.0: 6 ports detected
[    2.112861] usb 4-1: New USB device found, idVendor=8087, idProduct=8001
[    2.112863] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.112989] hub 4-1:1.0: USB hub found
[    2.113095] hub 4-1:1.0: 8 ports detected
[    2.240467] usb 1-10: new high-speed USB device number 3 using xhci_hcd
[    2.312561] clocksource: Switched to clocksource tsc
[    2.368783] usb 1-10: New USB device found, idVendor=058f, idProduct=6254
[    2.368786] usb 1-10: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.368787] usb 1-10: Product: USB2.0Hub
[    2.369099] hub 1-10:1.0: USB hub found
[    2.369172] hub 1-10:1.0: 4 ports detected
[    2.540460] usb 1-14: new low-speed USB device number 4 using xhci_hcd
[    2.562542] EXT4-fs (dm-8): mounted filesystem with ordered data mode. Opts: commit=120
[    2.606857] EXT4-fs (dm-15): mounted filesystem with ordered data mode. Opts: commit=120
[    2.650970] EXT4-fs (dm-12): mounted filesystem with ordered data mode. Opts: commit=120
[    2.669356] EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: commit=120
[    2.674664] usb 1-14: New USB device found, idVendor=046d, idProduct=c03e
[    2.674666] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.674668] usb 1-14: Product: USB-PS/2 Optical Mouse
[    2.674669] usb 1-14: Manufacturer: Logitech
[    2.674772] usb 1-14: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    2.685552] usbcore: registered new interface driver usbhid
[    2.685554] usbhid: USB HID core driver
[    2.686444] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:046D:C03E.0001/input/input15
[    2.686529] hid-generic 0003:046D:C03E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:14.0-14/input0
[    2.756463] usb 1-10.2: new full-speed USB device number 5 using xhci_hcd
[    2.862032] usb 1-10.2: New USB device found, idVendor=0c4b, idProduct=0500
[    2.862034] usb 1-10.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.862035] usb 1-10.2: Product: cyberJack RFID standard
[    2.862036] usb 1-10.2: Manufacturer: REINER SCT
[    2.862037] usb 1-10.2: SerialNumber: 7449956491
[    2.862118] usb 1-10.2: ep 0x83 - rounding interval to 32 microframes, ep desc says 40 microframes
[    2.948462] usb 1-10.4: new high-speed USB device number 6 using xhci_hcd
[    3.054215] usb 1-10.4: New USB device found, idVendor=058f, idProduct=6366
[    3.054217] usb 1-10.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.054219] usb 1-10.4: Product: Mass Storage Device
[    3.054219] usb 1-10.4: Manufacturer: Generic
[    3.054220] usb 1-10.4: SerialNumber: 058F0O1111B1
[    3.062112] usb-storage 1-10.4:1.0: USB Mass Storage device detected
[    3.062228] scsi host6: usb-storage 1-10.4:1.0
[    3.062279] usbcore: registered new interface driver usb-storage
[    3.062781] usbcore: registered new interface driver uas
[    3.134832] media: Linux media interface: v0.10
[    3.137778] Linux video capture interface: v2.00
[    3.138586] gspca_main: v2.14.0 registered
[    3.139240] gspca_main: gspca_zc3xx-2.14.0 probing 0ac8:301b
[    4.061110] scsi 6:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
[    4.061411] sd 6:0:0:0: Attached scsi generic sg4 type 0
[    4.065973] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[    4.092822] input: gspca_zc3xx as /devices/pci0000:00/0000:00:14.0/usb1/1-9/input/input16
[    4.092933] usbcore: registered new interface driver gspca_zc3xx
[   91.594980] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   91.596550] device eth0 entered promiscuous mode
[   91.801255] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   95.878233] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   95.878276] br0: port 1(eth0) entered forwarding state
[   95.878289] br0: port 1(eth0) entered forwarding state
[   95.878342] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   98.791834] FS-Cache: Loaded
[   98.796173] RPC: Registered named UNIX socket transport module.
[   98.796174] RPC: Registered udp transport module.
[   98.796175] RPC: Registered tcp transport module.
[   98.796175] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   98.800788] FS-Cache: Netfs 'nfs' registered for caching
[   98.801800] Key type dns_resolver registered
[   98.805460] NFS: Registering the id_resolver key type
[   98.805464] Key type id_resolver registered
[   98.805464] Key type id_legacy registered
[  110.888397] br0: port 1(eth0) entered forwarding state
[  193.847664] md: md127 stopped.
[  193.848086] md: bind<dm-11>
[  193.848181] md: bind<dm-16>
[  193.850430] md: raid10 personality registered for level 10
[  193.850688] md/raid10:md127: active with 2 out of 2 devices
[  193.850715] md127: detected capacity change from 0 to 565182464
[  195.303200] md: md126 stopped.
[  195.303483] md: bind<dm-9>
[  195.303554] md: bind<dm-14>
[  195.304087] md/raid10:md126: active with 2 out of 2 devices
[  195.304104] md126: detected capacity change from 0 to 16097738752
[  195.521246] md: md125 stopped.
[  195.546700] EXT4-fs (md126): mounted filesystem with ordered data mode. Opts: commit=120
[  195.547320] md: bind<dm-6>
[  195.547391] md: bind<dm-18>
[  195.548561] md: raid1 personality registered for level 1
[  195.548779] md/raid1:md125: active with 2 out of 2 mirrors
[  195.548795] md125: detected capacity change from 0 to 32203866112
[  195.816455] EXT4-fs (md125): mounted filesystem with ordered data mode. Opts: commit=120
[  195.824945] md: md124 stopped.
[  195.826601] md: bind<dm-10>
[  195.826671] md: bind<dm-17>
[  195.827131] md/raid10:md124: active with 2 out of 2 devices
[  195.827147] md124: detected capacity change from 0 to 271581184
[  195.935310] md: md123 stopped.
[  195.935669] md: bind<dm-19>
[  195.935773] md: bind<dm-1>
[  195.936822] md/raid1:md123: active with 2 out of 2 mirrors
[  195.936843] md123: detected capacity change from 0 to 107307073536
[  196.008951] md: md122 stopped.
[  196.009348] md: bind<dm-22>
[  196.009463] md: bind<dm-5>
[  196.009959] md/raid10:md122: active with 2 out of 2 devices
[  196.009975] md122: detected capacity change from 0 to 53653536768
[  196.037835] EXT4-fs (md123): mounted filesystem with ordered data mode. Opts: commit=120
[  196.116263] md: md121 stopped.
[  196.116718] md: bind<dm-13>
[  196.116790] md: bind<dm-23>
[  196.117377] md/raid10:md121: active with 2 out of 2 devices
[  196.117440] created bitmap (2 pages) for device md121
[  196.117530] md121: bitmap initialized from disk: read 1 pages, set 0 of 3198 bits
[  196.174861] md121: detected capacity change from 0 to 214614147072
[  215.835302] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: commit=120
[  215.853512] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: commit=120
[  215.898887] EXT4-fs (dm-20): mounted filesystem with ordered data mode. Opts: commit=120
[  218.762893] systemd-journald[236]: Received request to flush runtime journal from PID 1
[  219.006010] vboxdrv: Found 4 processor cores
[  219.012258] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[  219.024387] vboxdrv: TSC mode is Invariant, tentative frequency 3199996934 Hz
[  219.024388] vboxdrv: Successfully loaded version 5.0.14_Debian (interface 0x00240000)
[  219.028828] VBoxNetFlt: Successfully started.
[  219.031725] VBoxNetAdp: Successfully started.
[  219.034481] VBoxPciLinuxInit
[  219.035417] vboxpci: IOMMU not found (not registered)
[  219.229880] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[  219.256313] NFSD: starting 90-second grace period (net ffffffff81acf380)


More information about the pkg-mdadm-devel mailing list