Package: mdadm Version: 3.0.3-2 Severity: normal Today's upgrade of mdadm doesn't complete configuration, mentioning dependency loops in the boot sequence. I'm not sure it's a bug in mdadm, but as far as I can see the only packages with init scripts that were upgraded today are mdadm and lvm2. Feel free to reassign, obviously. For completeness's sake, I'll add that I have an extra /etc/rcS.d/S11cryptdisks-before-lvm link to cryptdisks, because my setup is the following:
* sda1+sdb1 = /dev/md0 (RAID1), mounted as /boot * sda2+sdb2 = /dev/md/main = /dev/md127 (RAID1) * /dev/md/main + dm-crypt (LUKS) = /dev/mapper/raid_crypt * /dev/mapper/raid_crypt is a physical volume for LVM * lots of logical volumes for various mountpoints, including / and swap Here's the output (other packages are able to be configured fine): rol...@mirexpress ~ $ sudo dpkg --configure --pending Setting up mdadm (3.0.3-2) ... Generating array device nodes... done. update-initramfs: deferring update (trigger activated) insserv: warning: script 'K01kerneld' missing LSB tags and overrides insserv: warning: script 'kerneld' missing LSB tags and overrides insserv: warning: script 'firewall' missing LSB tags and overrides insserv: warning: current stop runlevel(s) (0 1 6) of script `nethack-common' overwrites defaults (empty). insserv: warning: current stop runlevel(s) (0 1 6) of script `sysfsutils' overwrites defaults (empty). insserv: warning: script 'iptables' missing LSB tags and overrides insserv: There is a loop between service mountnfs and nfs-common if started insserv: loop involving service nfs-common at depth 12 insserv: loop involving service portmap at depth 10 insserv: loop involving service mountnfs at depth 13 insserv: There is a loop between service mountnfs and nfs-common if started insserv: loop involving service rsyslog at depth 22 insserv: loop involving service console-screen at depth 27 insserv: loop involving service bitlbee at depth 27 insserv: loop involving service mountnfs-bootclean at depth 27 insserv: exiting now without changing boot order! update-rc.d: error: insserv rejected the script header dpkg: error processing mdadm (--configure): subprocess installed post-installation script returned error exit status 1 Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-2.6.30-2-686 cryptsetup: WARNING: found more than one resume device candidate: /dev/mapper/vg_mirexpress-swap /dev/vg_mirexpress/swap Errors were encountered while processing: mdadm rol...@mirexpress ~ $ -- Package-specific info: --- mount output /dev/mapper/vg_mirexpress-root on / type ext3 (rw) tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nosuid,nodev) /udev on /dev type tmpfs (rw,mode=0755) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620) /dev/md0 on /boot type ext3 (rw) /dev/mapper/vg_mirexpress-usr on /usr type ext3 (rw,noatime) /dev/mapper/vg_mirexpress-var on /var type ext3 (rw) /dev/mapper/vg_mirexpress-home on /home type ext3 (rw) /dev/mapper/vg_mirexpress-home_roland on /home/roland type ext3 (rw) /dev/mapper/vg_mirexpress-gnurandal on /home/roland/gnurandal type ext3 (rw) /dev/mapper/vg_mirexpress-musique on /home/roland/musique type ext3 (rw) /dev/mapper/vg_mirexpress-photos on /home/roland/photos type ext3 (rw) /dev/mapper/vg_mirexpress-usr_src on /usr/src type ext3 (rw,noatime) /dev/mapper/vg_mirexpress-var_cache on /var/cache type ext3 (rw) /dev/mapper/vg_mirexpress-backups on /space/backups type ext3 (rw) /dev/mapper/vg_mirexpress-tmp on /tmp type ext3 (rw) /dev/mapper/vg_mirexpress-cd_dvd on /space/cd_dvd type ext3 (rw) /dev/mapper/vg_mirexpress-pbuilder on /srv/pbuilder type ext3 (rw) /dev/mapper/vg_mirexpress-rushes on /space/rushes type ext3 (rw) /dev/mapper/vg_mirexpress-scratch on /space/scratch type ext3 (rw) fusectl on /sys/fs/fuse/connections type fusectl (rw) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev) --- mdadm.conf # mdadm.conf # # Please refer to mdadm.conf(5) for information about this file. # # scan all partitions (/proc/partitions) for MD superblocks" DEVICE partitions # auto-create devices with Debian standard permissions and v1 superblocks CREATE owner=root group=disk mode=0660 auto=yes metadata=1 # automatically tag new arrays as belonging to the local system # HOMEHOST <system> HOMEHOST mirexpress # instruct the monitoring daemon to send mail alerts to root MAILADDR root # definitions of existing MD arrays ARRAY /dev/md0 metadata=0.90 UUID=0934e19f:ed2cd164:3daddd1b:ca4faf31 ARRAY /dev/md/main metadata=1.00 name=mirexpress:main UUID=f03db6be:68a1ff19:ff395530:2cc43fdb --- /proc/mdstat: Personalities : [raid1] md127 : active raid1 sda2[0] sdb2[1] 390925572 blocks super 1.0 [2/2] [UU] md0 : active raid1 sdb1[0] sda1[1] 192640 blocks [2/2] [UU] unused devices: <none> --- /proc/partitions: major minor #blocks name 8 0 488386584 sda 8 1 192748 sda1 8 2 390925710 sda2 8 3 1 sda3 8 5 4883728 sda5 8 6 979933 sda6 8 7 91401786 sda7 8 16 488386584 sdb 8 17 192748 sdb1 8 18 390925710 sdb2 8 19 1 sdb3 8 21 4883728 sdb5 8 22 979933 sdb6 8 23 91401786 sdb7 9 0 192640 md0 9 127 390925572 md127 253 0 390925056 dm-0 253 1 7340032 dm-1 253 2 1048576 dm-2 253 3 14680064 dm-3 253 4 4194304 dm-4 253 5 4194304 dm-5 253 6 12582912 dm-6 253 7 3145728 dm-7 253 8 2097152 dm-8 253 9 4194304 dm-9 253 10 4194304 dm-10 253 11 262144 dm-11 253 12 5242880 dm-12 253 13 62914560 dm-13 253 14 5242880 dm-14 253 15 4194304 dm-15 253 16 31457280 dm-16 253 17 4194304 dm-17 253 18 524288 dm-18 253 19 41943040 dm-19 253 20 15728640 dm-20 253 21 4194304 dm-21 253 22 6291456 dm-22 253 23 2097152 dm-23 253 24 4194304 dm-24 253 25 41943040 dm-25 253 26 2097152 dm-26 --- initrd.img-2.6.30-2-686: 46967 blocs ea333b3c88ccffef348f369281df5803 ./etc/mdadm/mdadm.conf d6eb92152863cc69c9ae5419a827eea3 ./lib/modules/2.6.30-2-686/kernel/drivers/md/raid1.ko b13ba8d04074fcfae5fd997576691138 ./lib/modules/2.6.30-2-686/kernel/drivers/md/raid456.ko 102da7ac0536952d0034e917e67cc978 ./lib/modules/2.6.30-2-686/kernel/drivers/md/dm-mirror.ko 0b2f50636d902b489d019c40065fd332 ./lib/modules/2.6.30-2-686/kernel/drivers/md/raid0.ko 7d3b8cbc229073a1281daade8ff81bb7 ./lib/modules/2.6.30-2-686/kernel/drivers/md/dm-crypt.ko 352d9d7d1d7f8b49f2a16e9661153a8e ./lib/modules/2.6.30-2-686/kernel/drivers/md/dm-snapshot.ko 44066353c145e38e5e379bd7143ea297 ./lib/modules/2.6.30-2-686/kernel/drivers/md/multipath.ko dc40c8870c6b99e7fadeb667944db80b ./lib/modules/2.6.30-2-686/kernel/drivers/md/raid6_pq.ko d1ff00beb56671093fc125ba1b550b3f ./lib/modules/2.6.30-2-686/kernel/drivers/md/md-mod.ko 9d135960804f7d34cb72b3ce79c3ac4c ./lib/modules/2.6.30-2-686/kernel/drivers/md/raid10.ko 2288f44b6875c6872f9270e8de4fdfa9 ./lib/modules/2.6.30-2-686/kernel/drivers/md/dm-mod.ko 3676623a9d6b3f5b88f00973139f9f93 ./lib/modules/2.6.30-2-686/kernel/drivers/md/linear.ko 00036aab9b390963ae9411e113be5abe ./lib/modules/2.6.30-2-686/kernel/drivers/md/dm-log.ko 5fd2b38caed7ddb9ec1247a2134d5129 ./lib/modules/2.6.30-2-686/kernel/drivers/md/dm-region-hash.ko 62feb5888c9e38e0e09c786981674f03 ./lib/modules/2.6.30-2-686/kernel/drivers/video/console/mdacon.ko 62c3e91928aeedb9b9c6f0df22d459d7 ./sbin/mdadm 6b782ae76f866914ec236b2d14b43f24 ./scripts/local-top/mdadm --- /proc/modules: dm_crypt 11092 1 - Live 0xf835e000 dm_mod 49992 73 dm_crypt, Live 0xf806a000 raid1 18476 2 - Live 0xf804c000 md_mod 77912 3 raid1, Live 0xf802a000 --- /var/log/syslog: --- volume detail: /dev/hdb is not recognised by mdadm. /dev/sda is not recognised by mdadm. /dev/sda1: Magic : a92b4efc Version : 0.90.00 UUID : 0934e19f:ed2cd164:3daddd1b:ca4faf31 (local to host mirexpress) Creation Time : Thu Oct 29 14:23:32 2009 Raid Level : raid1 Used Dev Size : 192640 (188.16 MiB 197.26 MB) Array Size : 192640 (188.16 MiB 197.26 MB) Raid Devices : 2 Total Devices : 2 Preferred Minor : 0 Update Time : Sat Nov 7 17:29:46 2009 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Checksum : 3d6cb7b1 - correct Events : 56 Number Major Minor RaidDevice State this 1 8 1 1 active sync /dev/sda1 0 0 8 17 0 active sync /dev/sdb1 1 1 8 1 1 active sync /dev/sda1 -- /dev/sda2: Magic : a92b4efc Version : 1.0 Feature Map : 0x0 Array UUID : f03db6be:68a1ff19:ff395530:2cc43fdb Name : mirexpress:main (local to host mirexpress) Creation Time : Mon Oct 19 16:03:11 2009 Raid Level : raid1 Raid Devices : 2 Avail Dev Size : 781851144 (372.82 GiB 400.31 GB) Array Size : 781851144 (372.82 GiB 400.31 GB) Super Offset : 781851400 sectors State : clean Device UUID : 7fc83bf4:aaf2bcb9:5f03d68b:a86856a6 Update Time : Sat Nov 7 17:29:50 2009 Checksum : c7ca6dc8 - correct Events : 160 Device Role : Active device 0 Array State : AA ('A' == active, '.' == missing) -- /dev/sda3 is not recognised by mdadm. /dev/sda5 is not recognised by mdadm. /dev/sda6 is not recognised by mdadm. /dev/sda7 is not recognised by mdadm. /dev/sdb is not recognised by mdadm. /dev/sdb1: Magic : a92b4efc Version : 0.90.00 UUID : 0934e19f:ed2cd164:3daddd1b:ca4faf31 (local to host mirexpress) Creation Time : Thu Oct 29 14:23:32 2009 Raid Level : raid1 Used Dev Size : 192640 (188.16 MiB 197.26 MB) Array Size : 192640 (188.16 MiB 197.26 MB) Raid Devices : 2 Total Devices : 2 Preferred Minor : 0 Update Time : Sat Nov 7 17:29:46 2009 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Checksum : 3d6cb7bf - correct Events : 56 Number Major Minor RaidDevice State this 0 8 17 0 active sync /dev/sdb1 0 0 8 17 0 active sync /dev/sdb1 1 1 8 1 1 active sync /dev/sda1 -- /dev/sdb2: Magic : a92b4efc Version : 1.0 Feature Map : 0x0 Array UUID : f03db6be:68a1ff19:ff395530:2cc43fdb Name : mirexpress:main (local to host mirexpress) Creation Time : Mon Oct 19 16:03:11 2009 Raid Level : raid1 Raid Devices : 2 Avail Dev Size : 781851144 (372.82 GiB 400.31 GB) Array Size : 781851144 (372.82 GiB 400.31 GB) Super Offset : 781851400 sectors State : clean Device UUID : 3e42de55:f1cfb20c:b38d8917:2010287f Update Time : Sat Nov 7 17:29:50 2009 Checksum : e0e7f699 - correct Events : 160 Device Role : Active device 1 Array State : AA ('A' == active, '.' == missing) -- /dev/sdb3 is not recognised by mdadm. /dev/sdb5 is not recognised by mdadm. /dev/sdb6 is not recognised by mdadm. /dev/sdb7 is not recognised by mdadm. --- /proc/cmdline BOOT_IMAGE=/vmlinuz-2.6.30-2-686 root=/dev/mapper/vg_mirexpress-root ro ro quiet --- grub2: insmod raid set root=(md0) insmod raid set root=(md0) insmod raid set root=(md0) linux /vmlinuz-2.6.30-2-686 root=/dev/mapper/vg_mirexpress-root ro ro quiet insmod raid set root=(md0) linux /vmlinuz-2.6.30-2-686 root=/dev/mapper/vg_mirexpress-root ro single ro --- grub legacy: kernel /boot/vmlinuz-2.6.30-1-686 root=/dev/md0 ro vga=791 quiet splash --- udev: ii udev 146-6 /dev/ and hotplug management daemon 4a574fcd059040d33ea18a8aa605a184 /lib/udev/rules.d/64-md-raid.rules --- /dev: brw-rw---- 1 root disk 9, 0 nov. 2 14:45 /dev/md0 brw-rw---- 1 root disk 9, 127 nov. 2 14:45 /dev/md127 /dev/disk/by-id: total 0 lrwxrwxrwx 1 root root 9 nov. 2 14:45 ata-ASUS_DRW-1814BL_ -> ../../hdb lrwxrwxrwx 1 root root 9 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP -> ../../sda lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-STM3500418AS_9VM3L3KP-part7 -> ../../sda7 lrwxrwxrwx 1 root root 9 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574 -> ../../sdb lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574-part1 -> ../../sdb1 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574-part2 -> ../../sdb2 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574-part3 -> ../../sdb3 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574-part5 -> ../../sdb5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574-part6 -> ../../sdb6 lrwxrwxrwx 1 root root 10 nov. 2 14:45 ata-WDC_WD5001AALS-00L3B2_WD-WCASY7504574-part7 -> ../../sdb7 lrwxrwxrwx 1 root root 23 nov. 2 14:45 dm-name-raid_crypt -> ../../mapper/raid_crypt lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-name-vg_mirexpress-backups -> ../../mapper/vg_mirexpress-backups lrwxrwxrwx 1 root root 33 nov. 2 14:45 dm-name-vg_mirexpress-cd_dvd -> ../../mapper/vg_mirexpress-cd_dvd lrwxrwxrwx 1 root root 36 nov. 2 14:45 dm-name-vg_mirexpress-gnurandal -> ../../mapper/vg_mirexpress-gnurandal lrwxrwxrwx 1 root root 31 nov. 2 14:45 dm-name-vg_mirexpress-home -> ../../mapper/vg_mirexpress-home lrwxrwxrwx 1 root root 38 nov. 2 14:45 dm-name-vg_mirexpress-home_roland -> ../../mapper/vg_mirexpress-home_roland lrwxrwxrwx 1 root root 35 nov. 2 14:45 dm-name-vg_mirexpress-mirobole -> ../../mapper/vg_mirexpress-mirobole lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-name-vg_mirexpress-musique -> ../../mapper/vg_mirexpress-musique lrwxrwxrwx 1 root root 35 nov. 2 14:45 dm-name-vg_mirexpress-pbuilder -> ../../mapper/vg_mirexpress-pbuilder lrwxrwxrwx 1 root root 33 nov. 2 14:45 dm-name-vg_mirexpress-photos -> ../../mapper/vg_mirexpress-photos lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-name-vg_mirexpress-qemu_mirandal -> ../../mapper/vg_mirexpress-qemu_mirandal lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-name-vg_mirexpress-qemu_miretche -> ../../mapper/vg_mirexpress-qemu_miretche lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-name-vg_mirexpress-qemu_mirlaine -> ../../mapper/vg_mirexpress-qemu_mirlaine lrwxrwxrwx 1 root root 39 nov. 2 14:45 dm-name-vg_mirexpress-qemu_mirtuel -> ../../mapper/vg_mirexpress-qemu_mirtuel lrwxrwxrwx 1 root root 36 nov. 2 14:45 dm-name-vg_mirexpress-qemu_temp -> ../../mapper/vg_mirexpress-qemu_temp lrwxrwxrwx 1 root root 31 nov. 2 14:45 dm-name-vg_mirexpress-root -> ../../mapper/vg_mirexpress-root lrwxrwxrwx 1 root root 33 nov. 2 14:45 dm-name-vg_mirexpress-rushes -> ../../mapper/vg_mirexpress-rushes lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-name-vg_mirexpress-scratch -> ../../mapper/vg_mirexpress-scratch lrwxrwxrwx 1 root root 31 nov. 2 14:45 dm-name-vg_mirexpress-swap -> ../../mapper/vg_mirexpress-swap lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-name-vg_mirexpress-testxen--disk -> ../../mapper/vg_mirexpress-testxen--disk lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-name-vg_mirexpress-testxen--swap -> ../../mapper/vg_mirexpress-testxen--swap lrwxrwxrwx 1 root root 30 nov. 2 14:45 dm-name-vg_mirexpress-tmp -> ../../mapper/vg_mirexpress-tmp lrwxrwxrwx 1 root root 32 nov. 2 14:45 dm-name-vg_mirexpress-tmpke -> ../../mapper/vg_mirexpress-tmpke lrwxrwxrwx 1 root root 30 nov. 2 14:45 dm-name-vg_mirexpress-usr -> ../../mapper/vg_mirexpress-usr lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-name-vg_mirexpress-usr_src -> ../../mapper/vg_mirexpress-usr_src lrwxrwxrwx 1 root root 30 nov. 2 14:45 dm-name-vg_mirexpress-var -> ../../mapper/vg_mirexpress-var lrwxrwxrwx 1 root root 36 nov. 2 14:45 dm-name-vg_mirexpress-var_cache -> ../../mapper/vg_mirexpress-var_cache lrwxrwxrwx 1 root root 23 nov. 2 14:45 dm-uuid-CRYPT-LUKS1-2923b117405844a9bc41c159cc848908-raid_crypt -> ../../mapper/raid_crypt lrwxrwxrwx 1 root root 31 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG240JsBI00VZOAlZnivhXbDTPulH4YipRV4 -> ../../mapper/vg_mirexpress-swap lrwxrwxrwx 1 root root 36 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG240Y5lKFNTxecEMyy8l7KkHLqXLnn1h2JA -> ../../mapper/vg_mirexpress-gnurandal lrwxrwxrwx 1 root root 36 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG241mZenCB7tYgLr0AemFVW0F6VP6KgjkNv -> ../../mapper/vg_mirexpress-qemu_temp lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG241SUluGklzXw7okAnST8l8BizDroWjMkS -> ../../mapper/vg_mirexpress-usr_src lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG242EzUACY2nKkECZzvsFy7P3oeInr23VGg -> ../../mapper/vg_mirexpress-scratch lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG243eALyO08CQQSIXwtpKSJPZ3q8ZGAa3z6 -> ../../mapper/vg_mirexpress-testxen--swap lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG2494hvEho7i2v0M0kXc5De9aCZOQ6fadBw -> ../../mapper/vg_mirexpress-qemu_miretche lrwxrwxrwx 1 root root 38 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24aPlNsf5r5XjpVxvZcPNIDeWcSYeVl03g -> ../../mapper/vg_mirexpress-home_roland lrwxrwxrwx 1 root root 33 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24bDqYhDdIuz6lO9dAmWt4rdodzKs7vfBV -> ../../mapper/vg_mirexpress-cd_dvd lrwxrwxrwx 1 root root 32 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24bPwg49Vx6q0gh1s0WIR6ylmugFTIhOLZ -> ../../mapper/vg_mirexpress-tmpke lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24bXymFwr9nV48mZ3olBzubg3n03CcE1Cs -> ../../mapper/vg_mirexpress-qemu_mirlaine lrwxrwxrwx 1 root root 30 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24cs255Q4KATg9tvALoA3iQvz3CCUdpXXj -> ../../mapper/vg_mirexpress-var lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24dbHj5BZuHJuq2e6iVpc8y7nczpaei3uD -> ../../mapper/vg_mirexpress-backups lrwxrwxrwx 1 root root 30 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24De07BlIB1WrqvG0qNQzj6MYjMXZN2tVV -> ../../mapper/vg_mirexpress-usr lrwxrwxrwx 1 root root 35 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24GtfiUpRHxs3cvJFyC7VhHAvUzb4BtQbm -> ../../mapper/vg_mirexpress-mirobole lrwxrwxrwx 1 root root 31 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24lMXs819agnXX85TO8NmVAXe2EK1pGQPH -> ../../mapper/vg_mirexpress-home lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24MvVpyNGe2EhnOlWfY5DN65LT0VfcV4Gw -> ../../mapper/vg_mirexpress-qemu_mirandal lrwxrwxrwx 1 root root 34 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24o85JRb2pVy8bX0CEgxzYIx9gP4aK0DKw -> ../../mapper/vg_mirexpress-musique lrwxrwxrwx 1 root root 35 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24oTQDsDw1WAw3maYYtNLyFhzjHf8oUsYh -> ../../mapper/vg_mirexpress-pbuilder lrwxrwxrwx 1 root root 40 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24pNANlaYmsWwCjeJ48055ZUBzKcEeF2zp -> ../../mapper/vg_mirexpress-testxen--disk lrwxrwxrwx 1 root root 33 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24QjN0dKVPuozyHETHDNs9fFggt9j86o3z -> ../../mapper/vg_mirexpress-photos lrwxrwxrwx 1 root root 33 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24vg9gXbQHKeP2m3aR7YKUOy9aFerYaHF1 -> ../../mapper/vg_mirexpress-rushes lrwxrwxrwx 1 root root 31 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24WeHOlnaf40EvfY2gqL0dAfZqpuBX2izE -> ../../mapper/vg_mirexpress-root lrwxrwxrwx 1 root root 30 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24Y2BulWn9CE6GBUEmVFXzgn1fCdw7sqUL -> ../../mapper/vg_mirexpress-tmp lrwxrwxrwx 1 root root 36 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24y9zb1ujQFhV71PaVJyh97OdzPLj7icP7 -> ../../mapper/vg_mirexpress-var_cache lrwxrwxrwx 1 root root 39 nov. 2 14:45 dm-uuid-LVM-kVJHmziEWShNceOoI3KfoUQR57flYG24YWaCQPImzBgv53wWukaIZIoPmTfv6PFE -> ../../mapper/vg_mirexpress-qemu_mirtuel lrwxrwxrwx 1 root root 11 nov. 2 14:45 md-name-mirexpress:main -> ../../md127 lrwxrwxrwx 1 root root 9 nov. 2 14:45 md-uuid-0934e19f:ed2cd164:3daddd1b:ca4faf31 -> ../../md0 lrwxrwxrwx 1 root root 11 nov. 2 14:45 md-uuid-f03db6be:68a1ff19:ff395530:2cc43fdb -> ../../md127 lrwxrwxrwx 1 root root 9 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP -> ../../sda lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_STM3500418AS_9VM3L3KP-part7 -> ../../sda7 lrwxrwxrwx 1 root root 9 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574 -> ../../sdb lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574-part1 -> ../../sdb1 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574-part2 -> ../../sdb2 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574-part3 -> ../../sdb3 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574-part5 -> ../../sdb5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574-part6 -> ../../sdb6 lrwxrwxrwx 1 root root 10 nov. 2 14:45 scsi-SATA_WDC_WD5001AALS-_WD-WCASY7504574-part7 -> ../../sdb7 lrwxrwxrwx 1 root root 9 nov. 2 14:45 usb-LaCie_iamaKey_3ed00e26ccc11a-0:0 -> ../../sdc /dev/disk/by-path: total 0 lrwxrwxrwx 1 root root 9 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0 -> ../../sda lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0-part6 -> ../../sda6 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-0:0:0:0-part7 -> ../../sda7 lrwxrwxrwx 1 root root 9 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0 -> ../../sdb lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0-part1 -> ../../sdb1 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0-part2 -> ../../sdb2 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0-part3 -> ../../sdb3 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0-part5 -> ../../sdb5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0-part6 -> ../../sdb6 lrwxrwxrwx 1 root root 10 nov. 2 14:45 pci-0000:00:06.0-scsi-1:0:0:0-part7 -> ../../sdb7 lrwxrwxrwx 1 root root 9 nov. 2 14:45 pci-0000:00:10.3-usb-0:1.2:1.0-scsi-0:0:0:0 -> ../../sdc lrwxrwxrwx 1 root root 9 nov. 2 14:45 pci-0000:00:11.1 -> ../../hdb /dev/disk/by-uuid: total 0 lrwxrwxrwx 1 root root 34 nov. 2 14:45 041cbf23-be33-4619-bae0-d8aa5bbeaea3 -> ../../mapper/vg_mirexpress-usr_src lrwxrwxrwx 1 root root 33 nov. 2 14:45 0e730fc5-bb45-4fc0-a880-5e3359ad89d1 -> ../../mapper/vg_mirexpress-photos lrwxrwxrwx 1 root root 34 nov. 2 14:45 0f45fe47-fd19-44ec-b7c5-f6d00e3223b2 -> ../../mapper/vg_mirexpress-backups lrwxrwxrwx 1 root root 30 nov. 2 14:45 0f8401a2-c93f-4dcd-8407-36a7eb91beea -> ../../mapper/vg_mirexpress-tmp lrwxrwxrwx 1 root root 36 nov. 2 14:45 15ed7aed-8652-4fef-8294-80d423baec5b -> ../../mapper/vg_mirexpress-qemu_temp lrwxrwxrwx 1 root root 32 nov. 2 14:45 28c6df1a-d451-4296-b513-1abea8b90801 -> ../../mapper/vg_mirexpress-tmpke lrwxrwxrwx 1 root root 11 nov. 2 14:45 2923b117-4058-44a9-bc41-c159cc848908 -> ../../md127 lrwxrwxrwx 1 root root 36 nov. 2 14:45 2a9cbe3e-b70c-49e4-80e8-15ae0c954275 -> ../../mapper/vg_mirexpress-gnurandal lrwxrwxrwx 1 root root 9 nov. 2 14:45 38395ca0-5f4c-47e9-a5a5-24d60f0854a4 -> ../../md0 lrwxrwxrwx 1 root root 10 nov. 2 14:45 3cd72736-c299-41ce-9b47-7deb15c70212 -> ../../sdb6 lrwxrwxrwx 1 root root 31 nov. 2 14:45 4b6aa7e1-ef63-4160-aad8-b4ce35b0c26b -> ../../mapper/vg_mirexpress-home lrwxrwxrwx 1 root root 30 nov. 2 14:45 564ded0f-cd2a-4ef2-ae0d-9403b6718399 -> ../../mapper/vg_mirexpress-var lrwxrwxrwx 1 root root 10 nov. 2 14:45 6271bdcd-5cb9-47ec-b3af-d950147dd029 -> ../../sdb5 lrwxrwxrwx 1 root root 10 nov. 2 14:45 646ff394-4fb9-4ab2-b09f-851e20d0fd72 -> ../../sda6 lrwxrwxrwx 1 root root 33 nov. 2 14:45 6faac4fd-d31e-4063-bed0-7732138257f2 -> ../../mapper/vg_mirexpress-rushes lrwxrwxrwx 1 root root 34 nov. 2 14:45 72e15bd3-82de-43c1-9224-00f9af0426f8 -> ../../mapper/vg_mirexpress-scratch lrwxrwxrwx 1 root root 36 nov. 2 14:45 75dfb786-eeba-4afd-ab11-22239b6eb80c -> ../../mapper/vg_mirexpress-var_cache lrwxrwxrwx 1 root root 31 nov. 2 14:45 8f62dd65-eb89-4643-baa9-a2304bce8f1a -> ../../mapper/vg_mirexpress-root lrwxrwxrwx 1 root root 35 nov. 2 14:45 960e0639-2cc8-492f-ab78-9e0bd031d207 -> ../../mapper/vg_mirexpress-pbuilder lrwxrwxrwx 1 root root 40 nov. 2 14:45 9a8ab156-f4dc-4171-902c-76518fe172ee -> ../../mapper/vg_mirexpress-testxen--disk lrwxrwxrwx 1 root root 33 nov. 2 14:45 a6622f9f-f823-4b0e-a561-c5a5c388a92b -> ../../mapper/vg_mirexpress-cd_dvd lrwxrwxrwx 1 root root 30 nov. 2 14:45 a9977230-9502-456a-bf1a-b2bdd895c505 -> ../../mapper/vg_mirexpress-usr lrwxrwxrwx 1 root root 38 nov. 2 14:45 ca7e8b0c-8698-44b2-ac7c-a58440e89872 -> ../../mapper/vg_mirexpress-home_roland lrwxrwxrwx 1 root root 35 nov. 2 14:45 dcdf14d9-c264-448b-b848-b91ce0f0d527 -> ../../mapper/vg_mirexpress-mirobole lrwxrwxrwx 1 root root 34 nov. 2 14:45 f29d1671-ca38-4ba0-bbe1-d3acae7420a3 -> ../../mapper/vg_mirexpress-musique lrwxrwxrwx 1 root root 10 nov. 2 14:45 f576a140-bdc2-4114-996a-26c05f88c32b -> ../../sda5 lrwxrwxrwx 1 root root 40 nov. 2 14:45 fef586ac-6aba-4360-b995-b0a5ee957971 -> ../../mapper/vg_mirexpress-testxen--swap /dev/md: total 0 lrwxrwxrwx 1 root root 8 nov. 2 14:45 main -> ../md127 Auto-generated on Sat, 07 Nov 2009 17:30:02 +0100 by mdadm bugscript 3.0.3-2 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mdadm depends on: ii debconf 1.5.28 Debian configuration management sy ii libc6 2.10.1-5 GNU C Library: Shared libraries ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip ii makedev 2.3.1-89 creates device files in /dev ii udev 146-6 /dev/ and hotplug management daemo Versions of packages mdadm recommends: ii exim4-daemon-light [mail-tran 4.69-11+b1 lightweight Exim MTA (v4) daemon ii module-init-tools 3.11-1 tools for managing Linux kernel mo mdadm suggests no packages. -- debconf information: * mdadm/autostart: true * mdadm/initrdstart: /dev/md0 /dev/md/main mdadm/initrdstart_notinconf: false mdadm/initrdstart_msg_errexist: mdadm/initrdstart_msg_intro: mdadm/initrdstart_msg_errblock: * mdadm/warning: * mdadm/start_daemon: true * mdadm/mail_to: root mdadm/initrdstart_msg_errmd: mdadm/initrdstart_msg_errconf: * mdadm/autocheck: true -- Roland Mas M-x execute-extended-command -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org