Your message dated Mon, 14 Apr 2008 23:10:16 -0400
with message-id <[EMAIL PROTECTED]>
and subject line raidtools2 has been removed from Debian, closing #266848
has caused the Debian Bug report #266848,
regarding cron.daily/raidtools2 malfunctions with commented-out entries in
/etc/raidtab
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
266848: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=266848
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: raidtools2
Version: 1.00.3-12
Severity: minor
Tags: patch
My /etc/raidtab file contains a commented-out entry for documentation
purposes. The cron.daily/raidtools2 script attempts to get status for this
commented-out entry regardless. The attached patch fixes the problem
in a minimal way; a better regex than the one I used might be in order.
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: alpha
Kernel: Linux 2.6.7
Locale: LANG=C, LC_CTYPE=C
Versions of packages raidtools2 depends on:
ii debconf 1.4.30 Debian configuration management sy
ii libc6.1 2.3.2.ds1-16 GNU C Library: Shared libraries an
ii makedev 2.3.1-74 Creates device files in /dev
-- debconf information:
* raidtools2/init:
raidtools2/oldraid:
raidtools2/nosupport:
* raidtools2/autostart: true
--- raidtools2~ 2004-08-16 11:54:06.000000000 -0400
+++ raidtools2 2004-08-19 08:12:26.000000000 -0400
@@ -6,7 +6,7 @@
[ -e /proc/mdstat ] || exit 0
-RAIDDEV=`cat /etc/raidtab | grep raiddev | awk '{print $2}'`
+RAIDDEV=`cat /etc/raidtab | grep -v "^#" | grep raiddev | awk '{print $2}'`
# Check for failed disks or spare disks that are in use.
for i in $RAIDDEV; do
--- End Message ---
--- Begin Message ---
Version: 1.00.3-17+rm
The raidtools2 package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/298968 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---