Bug#537112: mdadm: TERM error on update in --configure

Arunan Balasubramaniam arunan_bala at hotmail.com
Wed Jul 15 06:49:05 UTC 2009


Package: mdadm
Version: 2.6.7.2-3
Severity: minor


After an update a while ago, mdadm shows errors every time any packages 
are updated.

Output from Synaptic:

Preconfiguring packages ...
(Reading database ... 181726 files and directories currently installed.)
Preparing to replace dhcp3-client 3.1.1-6 (using 
..../dhcp3-client_3.1.1-6+lenny2_amd64.deb) ...
Unpacking replacement dhcp3-client ...
Preparing to replace dhcp3-common 3.1.1-6 (using 
..../dhcp3-common_3.1.1-6+lenny2_amd64.deb) ...
Unpacking replacement dhcp3-common ...
Processing triggers for man-db ...
Setting up mdadm (2.6.7.2-3) ...
Generating array device nodes... done.
update-initramfs: deferring update (trigger activated)
Starting MD monitoring service: mdadm --monitor/sbin/mdadm already 
running.
/etc/init.d/mdadm: 77: TERM: parameter not set
invoke-rc.d: initscript mdadm, action "start" failed.
dpkg: error processing mdadm (--configure):
 subprocess post-installation script returned error exit status 2
Setting up dhcp3-common (3.1.1-6+lenny2) ...
Setting up dhcp3-client (3.1.1-6+lenny2) ...
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.26-2-amd64
Errors were encountered while processing:
 mdadm
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up mdadm (2.6.7.2-3) ...
Generating array device nodes... done.
update-initramfs: deferring update (trigger activated)
Starting MD monitoring service: mdadm --monitor/sbin/mdadm already 
running.
/etc/init.d/mdadm: 77: TERM: parameter not set
invoke-rc.d: initscript mdadm, action "start" failed.
dpkg: error processing mdadm (--configure):
 subprocess post-installation script returned error exit status 2
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.26-2-amd64
Errors were encountered while processing:
 mdadm


My computer keeps running and rebooting OK, so this is not causing any 
problems as far as I know. Debug output attached below (I'm pretty sure 
it's irrelevant, but reportbug did ask for it :) ).

Arunan


--- mount output
/dev/md1 on / type ext3 (rw,relatime,errors=remount-ro)
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)
procbususb on /proc/bus/usb type usbfs (rw)
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,relatime)
/dev/md2 on /home type ext3 (rw,relatime)
/dev/md3 on /var/media type ext3 (rw,relatime)
/dev/sdb4 on /usr/local/games type ext3 (rw,relatime)

--- mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST <system>

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays
ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=d873dc77:df7e8873:160659f3:146a6020
ARRAY /dev/md1 level=raid1 num-devices=2 
UUID=f4c4cae5:edb7bcb6:c9f60d53:6da06f15
ARRAY /dev/md2 level=raid1 num-devices=2 
UUID=ef9e139f:c44af791:1d563572:62dbf790
ARRAY /dev/md3 level=raid1 num-devices=2 
UUID=0b16b860:491a456f:d5a3c1d7:e0e025be
ARRAY /dev/md4 level=raid1 num-devices=2 
UUID=1a8f2ea6:d714c547:a3326831:8af655c5

# This file was auto-generated on Fri, 26 Jan 2007 20:24:14 +0000
# by mkconf $Id: mkconf 261 2006-11-09 13:32:35Z madduck $

--- /proc/mdstat:
Personalities : [raid1] 
md4 : active (auto-read-only) raid1 sda8[0] sdb8[1]
      3911680 blocks [2/2] [UU]
      
md3 : active raid1 sda7[0] sdb7[1]
      59568896 blocks [2/2] [UU]
      
md2 : active raid1 sda6[0] sdb6[1]
      43945664 blocks [2/2] [UU]
      
md1 : active raid1 sda5[0] sdb5[1]
      9767424 blocks [2/2] [UU]
      
md0 : active raid1 sda1[0] sdb1[1]
      96256 blocks [2/2] [UU]
      
unused devices: <none>

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

   8     0  244197527 sda
   8     1      96358 sda1
   8     2          1 sda2
   8     3   63472815 sda3
   8     4   63432652 sda4
   8     5    9767488 sda5
   8     6   43945776 sda6
   8     7   59568988 sda7
   8     8    3911796 sda8
   8    16  244198584 sdb
   8    17      96358 sdb1
   8    18          1 sdb2
   8    19   63472815 sdb3
   8    20   63432652 sdb4
   8    21    9767488 sdb5
   8    22   43945776 sdb6
   8    23   59568988 sdb7
   8    24    3911796 sdb8
   9     0      96256 md0
   9     1    9767424 md1
   9     2   43945664 md2
   9     3   59568896 md3
   9     4    3911680 md4

--- initrd.img-2.6.26-2-amd64:
41033 blocks
566236362f996c83199dcc03b1b8585a  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid10.ko
001fbbafbf44f0f9e1bba9cd8e28564b  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid0.ko
8c191fc96dec93f7b60ad6d46e17c81d  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid456.ko
2b9d45cd0fe791072832edfe630a6119  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/md-mod.ko
9cd6ec0b7695d2f7ce3ce7a728472aff  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/raid1.ko
ab0740a5795786ba0fcc1c9c7559446d  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/multipath.ko
5724c282276806c32e61bb5b35572e74  
../lib/modules/2.6.26-2-amd64/kernel/drivers/md/linear.ko
e1e2d0e985196fecaf41fb42e9968af2  ./scripts/local-top/mdadm
14340035b055eaf4e43c830abbb65448  ./etc/mdadm/mdadm.conf
1e3828eef5ebb2b42ba71d08fc4247d4  ./sbin/mdadm

--- /proc/modules:
dm_snapshot 19400 0 - Live 0xffffffffa03dd000
dm_mirror 20608 0 - Live 0xffffffffa03d6000
dm_log 13956 1 dm_mirror, Live 0xffffffffa03d1000
dm_mod 58864 3 dm_snapshot,dm_mirror,dm_log, Live 0xffffffffa03c1000
raid1 23936 5 - Live 0xffffffffa0143000
md_mod 80164 5 raid1, Live 0xffffffffa012e000

--- /var/log/syslog:

--- volume detail:
/dev/hda is not recognised by mdadm.
/dev/sda is not recognised by mdadm.
/dev/sda1:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : d873dc77:df7e8873:160659f3:146a6020
  Creation Time : Thu Jan 25 19:12:58 2007
     Raid Level : raid1
  Used Dev Size : 96256 (94.02 MiB 98.57 MB)
     Array Size : 96256 (94.02 MiB 98.57 MB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

    Update Time : Wed Jul 15 07:41:08 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 1ba66bf9 - correct
         Events : 1294


      Number   Major   Minor   RaidDevice State
this     0       8        1        0      active sync   /dev/sda1

   0     0       8        1        0      active sync   /dev/sda1
   1     1       8       17        1      active sync   /dev/sdb1
--
/dev/sda2 is not recognised by mdadm.
/dev/sda3 is not recognised by mdadm.
/dev/sda4 is not recognised by mdadm.
/dev/sda5:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : f4c4cae5:edb7bcb6:c9f60d53:6da06f15
  Creation Time : Thu Jan 25 19:29:50 2007
     Raid Level : raid1
  Used Dev Size : 9767424 (9.31 GiB 10.00 GB)
     Array Size : 9767424 (9.31 GiB 10.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 1

    Update Time : Wed Jul 15 07:41:18 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 53ea03b7 - correct
         Events : 4964


      Number   Major   Minor   RaidDevice State
this     0       8        5        0      active sync   /dev/sda5

   0     0       8        5        0      active sync   /dev/sda5
   1     1       8       21        1      active sync   /dev/sdb5
--
/dev/sda6:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : ef9e139f:c44af791:1d563572:62dbf790
  Creation Time : Fri Jan 26 19:55:43 2007
     Raid Level : raid1
  Used Dev Size : 43945664 (41.91 GiB 45.00 GB)
     Array Size : 43945664 (41.91 GiB 45.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 2

    Update Time : Wed Jul 15 07:41:19 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 6ffd04bf - correct
         Events : 2982


      Number   Major   Minor   RaidDevice State
this     0       8        6        0      active sync   /dev/sda6

   0     0       8        6        0      active sync   /dev/sda6
   1     1       8       22        1      active sync   /dev/sdb6
--
/dev/sda7:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : 0b16b860:491a456f:d5a3c1d7:e0e025be
  Creation Time : Fri Jan 26 19:56:18 2007
     Raid Level : raid1
  Used Dev Size : 59568896 (56.81 GiB 61.00 GB)
     Array Size : 59568896 (56.81 GiB 61.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 3

    Update Time : Wed Jul 15 07:36:23 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 47850f58 - correct
         Events : 2234


      Number   Major   Minor   RaidDevice State
this     0       8        7        0      active sync   /dev/sda7

   0     0       8        7        0      active sync   /dev/sda7
   1     1       8       23        1      active sync   /dev/sdb7
--
/dev/sda8:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : 1a8f2ea6:d714c547:a3326831:8af655c5
  Creation Time : Fri Jan 26 19:57:20 2007
     Raid Level : raid1
  Used Dev Size : 3911680 (3.73 GiB 4.01 GB)
     Array Size : 3911680 (3.73 GiB 4.01 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 4

    Update Time : Sun Jan  6 01:46:18 2008
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 566e41c0 - correct
         Events : 12


      Number   Major   Minor   RaidDevice State
this     0       8        8        0      active sync   /dev/sda8

   0     0       8        8        0      active sync   /dev/sda8
   1     1       8       24        1      active sync   /dev/sdb8
--
/dev/sdb is not recognised by mdadm.
/dev/sdb1:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : d873dc77:df7e8873:160659f3:146a6020
  Creation Time : Thu Jan 25 19:12:58 2007
     Raid Level : raid1
  Used Dev Size : 96256 (94.02 MiB 98.57 MB)
     Array Size : 96256 (94.02 MiB 98.57 MB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

    Update Time : Wed Jul 15 07:41:08 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 1ba66c0b - correct
         Events : 1294


      Number   Major   Minor   RaidDevice State
this     1       8       17        1      active sync   /dev/sdb1

   0     0       8        1        0      active sync   /dev/sda1
   1     1       8       17        1      active sync   /dev/sdb1
--
/dev/sdb2 is not recognised by mdadm.
/dev/sdb3 is not recognised by mdadm.
/dev/sdb4 is not recognised by mdadm.
/dev/sdb5:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : f4c4cae5:edb7bcb6:c9f60d53:6da06f15
  Creation Time : Thu Jan 25 19:29:50 2007
     Raid Level : raid1
  Used Dev Size : 9767424 (9.31 GiB 10.00 GB)
     Array Size : 9767424 (9.31 GiB 10.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 1

    Update Time : Wed Jul 15 07:41:18 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 53ea03c9 - correct
         Events : 4964


      Number   Major   Minor   RaidDevice State
this     1       8       21        1      active sync   /dev/sdb5

   0     0       8        5        0      active sync   /dev/sda5
   1     1       8       21        1      active sync   /dev/sdb5
--
/dev/sdb6:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : ef9e139f:c44af791:1d563572:62dbf790
  Creation Time : Fri Jan 26 19:55:43 2007
     Raid Level : raid1
  Used Dev Size : 43945664 (41.91 GiB 45.00 GB)
     Array Size : 43945664 (41.91 GiB 45.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 2

    Update Time : Wed Jul 15 07:41:19 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 6ffd04d1 - correct
         Events : 2982


      Number   Major   Minor   RaidDevice State
this     1       8       22        1      active sync   /dev/sdb6

   0     0       8        6        0      active sync   /dev/sda6
   1     1       8       22        1      active sync   /dev/sdb6
--
/dev/sdb7:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : 0b16b860:491a456f:d5a3c1d7:e0e025be
  Creation Time : Fri Jan 26 19:56:18 2007
     Raid Level : raid1
  Used Dev Size : 59568896 (56.81 GiB 61.00 GB)
     Array Size : 59568896 (56.81 GiB 61.00 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 3

    Update Time : Wed Jul 15 07:36:23 2009
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 47850f6a - correct
         Events : 2234


      Number   Major   Minor   RaidDevice State
this     1       8       23        1      active sync   /dev/sdb7

   0     0       8        7        0      active sync   /dev/sda7
   1     1       8       23        1      active sync   /dev/sdb7
--
/dev/sdb8:
          Magic : a92b4efc
        Version : 00.90.00
           UUID : 1a8f2ea6:d714c547:a3326831:8af655c5
  Creation Time : Fri Jan 26 19:57:20 2007
     Raid Level : raid1
  Used Dev Size : 3911680 (3.73 GiB 4.01 GB)
     Array Size : 3911680 (3.73 GiB 4.01 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 4

    Update Time : Sun Jan  6 01:46:18 2008
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 566e41d2 - correct
         Events : 12


      Number   Major   Minor   RaidDevice State
this     1       8       24        1      active sync   /dev/sdb8

   0     0       8        8        0      active sync   /dev/sda8
   1     1       8       24        1      active sync   /dev/sdb8
--

--- /proc/cmdline
root=/dev/md1 ro 

--- grub legacy:
kernel		/vmlinuz-2.6.26-2-amd64 root=/dev/md1 ro 
kernel		/vmlinuz-2.6.26-2-amd64 root=/dev/md1 ro single
kernel		/vmlinuz-2.6.26-1-amd64 root=/dev/md1 ro 
kernel		/vmlinuz-2.6.26-1-amd64 root=/dev/md1 ro single

--- udev:
ii  udev           0.125-7+lenny1 /dev/ and hotplug management daemon
cd6f5683974ea65603f04ec699b3cff2  
/etc/udev/rules.d/65_mdadm.vol_id.rules

--- /dev:
brw-rw---- 1 root disk 9, 0 2009-07-15 07:05 /dev/md0
brw-rw---- 1 root disk 9, 1 2009-07-15 07:05 /dev/md1
brw-rw---- 1 root disk 9, 2 2009-07-15 07:05 /dev/md2
brw-rw---- 1 root disk 9, 3 2009-07-15 07:05 /dev/md3
brw-rw---- 1 root disk 9, 4 2009-07-15 07:05 /dev/md4

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281 -> ../../sdb
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15281-part8 -> ../../sdb8
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289 -> ../../sda
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
ata-SAMSUNG_SP2504C_S09QJ1HLC15289-part8 -> ../../sda8
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
md-uuid-0b16b860:491a456f:d5a3c1d7:e0e025be -> ../../md3
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
md-uuid-1a8f2ea6:d714c547:a3326831:8af655c5 -> ../../md4
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
md-uuid-d873dc77:df7e8873:160659f3:146a6020 -> ../../md0
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
md-uuid-ef9e139f:c44af791:1d563572:62dbf790 -> ../../md2
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
md-uuid-f4c4cae5:edb7bcb6:c9f60d53:6da06f15 -> ../../md1
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281 -> ../../sdb
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15281-part8 -> ../../sdb8
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289 -> ../../sda
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
scsi-SATA_SAMSUNG_SP2504CS09QJ1HLC15289-part8 -> ../../sda8

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 pci-0000:00:06.0-ide-0:0 -> 
.../../hda
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 pci-0000:00:07.0-scsi-0:0:0:0 
-> ../../sda
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part7 -> ../../sda7
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:07.0-scsi-0:0:0:0-part8 -> ../../sda8
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 pci-0000:00:08.0-scsi-0:0:0:0 
-> ../../sdb
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
pci-0000:00:08.0-scsi-0:0:0:0-part8 -> ../../sdb8

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
43c0b6aa-ad86-434b-9dac-fed8641449d9 -> ../../md1
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
49939976-adcf-4914-83a6-c05a4c857f01 -> ../../md3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
668efc32-a913-4969-b9b7-ae0ea2ca65ba -> ../../sdb4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
67472171-5b0c-4213-9e55-7a2e61f756ee -> ../../sda3
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
7bc6aa5c-a299-46fa-8c6e-63a90a47e363 -> ../../sda4
lrwxrwxrwx 1 root root 10 2009-07-15 07:05 
8b6799a4-0caf-4673-b713-e81d60f09293 -> ../../sdb3
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
dffd901c-2759-4548-b9d5-7961bf42a0b6 -> ../../md2
lrwxrwxrwx 1 root root  9 2009-07-15 07:05 
fed80486-7877-4a53-84a2-4692bbea61de -> ../../md0

/dev/md:
total 0





-- Package-specific info:

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mdadm depends on:
ii  debconf                   1.5.24         Debian configuration management sy
ii  libc6                     2.7-18         GNU C Library: Shared libraries
ii  lsb-base                  3.2-20         Linux Standard Base 3.2 init scrip
ii  makedev                   2.3.1-88       creates device files in /dev
ii  udev                      0.125-7+lenny1 /dev/ and hotplug management daemo

Versions of packages mdadm recommends:
ii  exim4                         4.69-9     metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-9     lightweight Exim MTA (v4) daemon
ii  module-init-tools             3.4-1      tools for managing Linux kernel mo

mdadm suggests no packages.

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





More information about the pkg-mdadm-devel mailing list