Your message dated Sun, 30 Jul 2006 04:17:42 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#379019: fixed in mdadm 2.5.2-8
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: mdadm
Version: 2.5.2-7
Severity: normal


Hi,

on this system I installed mdadm but did not configure any RAID array
yet (let's say that I did not have time yet or that I am waiting for
additionnal disks).  I received an e-mail from cron with this error
message:

checkarray: E: no kernel support for parity checks.

The /usr/share/mdadm/checkarray script looks for 

  /sys/block/md*/md/sync_action

to check if the kernel has support for parity checks.  This test is not
the correct one if there is no active RAID array.  Therefore I suggest
to add another test before this one to test the existence of any active
RAID array and exit silently if none is detected.


-- Package-specific info:
--- mount output
[...]

--- mdadm.conf
DEVICE partitions
MAILADDR root

--- /proc/mdstat:
Personalities : 
unused devices: <none>

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

   8     0  117187500 sda
   8     1   39062016 sda1
   8     2   78124095 sda2

--- initrd.img-2.6.17-1-686:
24073 blocks
lib/modules/2.6.17-1-686/kernel/drivers/md/xor.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/dm-mirror.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/raid0.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/linear.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/raid1.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/raid10.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/raid5.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/dm-snapshot.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/dm-mod.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/multipath.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/raid6.ko
lib/modules/2.6.17-1-686/kernel/drivers/md/md-mod.ko
scripts/local-top/mdadm
conf/mdadm.conf
sbin/mdadm

--- /proc/modules:
dm_mirror 18768 0 - Live 0xf0966000
dm_snapshot 15680 0 - Live 0xf096c000
dm_mod 49976 2 dm_mirror,dm_snapshot, Live 0xf099a000

--- volume detail:


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mdadm depends on:
ii  debconf [debconf-2.0]        1.5.2       Debian configuration management sy
ii  libc6                        2.3.999.2-8 GNU C Library: Shared libraries
ii  lsb-base                     3.1-10      Linux Standard Base 3.1 init scrip
ii  makedev                      3.3.8.2-0   Creates device files in /dev

Versions of packages mdadm recommends:
ii  ssmtp [mail-transport-agent]  2.61-7     extremely simple MTA to get mail o

-- debconf information:
* mdadm/start_daemon: true
* mdadm/autocheck: true
* mdadm/autostart: true
  mdadm/initrdstart: all
* mdadm/warning:
* mdadm/mail_to: root


--- End Message ---
--- Begin Message ---
Source: mdadm
Source-Version: 2.5.2-8

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

mdadm-udeb_2.5.2-8_i386.udeb
  to pool/main/m/mdadm/mdadm-udeb_2.5.2-8_i386.udeb
mdadm_2.5.2-8.diff.gz
  to pool/main/m/mdadm/mdadm_2.5.2-8.diff.gz
mdadm_2.5.2-8.dsc
  to pool/main/m/mdadm/mdadm_2.5.2-8.dsc
mdadm_2.5.2-8_i386.deb
  to pool/main/m/mdadm/mdadm_2.5.2-8_i386.deb



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

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

Debian distribution maintenance software
pp.
martin f. krafft <[EMAIL PROTECTED]> (supplier of updated mdadm package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jul 2006 22:49:32 +0100
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source i386
Version: 2.5.2-8
Distribution: unstable
Urgency: low
Maintainer: Debian mdadm maintainers <[EMAIL PROTECTED]>
Changed-By: martin f. krafft <[EMAIL PROTECTED]>
Description: 
 mdadm      - tool to administer Linux MD device arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD device arrays (software RAID) (udeb)
Closes: 378678 379019 379352 379511 380152 380424 380425
Changes: 
 mdadm (2.5.2-8) unstable; urgency=low
 .
   * Re-added rootraiddoc.97.html which was mysteriously lost (closes: #378678).
   * Catching modprobe error in case of absence of the kernel modules, or
     a non-modular kernel. Thanks to Holger Levsen.
   * Copy raid456 kernel module into initramfs, if present (closes: #380152).
   * checkarray: check for presence of active RAID arrays and give an
     appropriate error if there are none present (closes: #379019).
   * checkarray: skip sync for RAID0 devices (closes: #379352, #380424).
   * Fixing cron registration for checkarray. crontab(5) is really stupid and
     makes me think that they simply documented a bug instead of fixing it, so
     now I have to hack around it. See the cron.d file (closes: #380425).
   * Removed the code writing auto-detected devices to /var, which was silly
     since /var isn't necessarily mounted yet by the time mdadm-raid is called.
     Thanks to Maurizio Avogadro for pointing this out.
   * Add reference to BAARF to README.Debian and included the RAID5 vs RAID10
     article from the BAARF website.
   * Updated debconf translations:
     - Japanese by Hideki Yamane, thanks!
     - French by Florentin Duneau, thanks! (closes: #379511)
Files: 
 a3805c7329cc5d08914d4becc0dfebb6 712 admin optional mdadm_2.5.2-8.dsc
 ebd87cd1ba3c3acecc2a758c1e67b234 71493 admin optional mdadm_2.5.2-8.diff.gz
 0376276b546b68b24afdbc8a3696ac4a 184598 admin optional mdadm_2.5.2-8_i386.deb
 f5ab0ab41cf08332de65844fc2893489 67694 debian-installer optional 
mdadm-udeb_2.5.2-8_i386.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEzJHgIgvIgzMMSnURAi2uAJ9nAhuQoCBe2vigEIqN6PIm5eze6QCeJEHk
X28NGfNLF5X0oNjOzoUmhoc=
=s5KC
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to