Your message dated Wed, 05 Mar 2008 09:02:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#469377: fixed in smartmontools 5.38~rc0-2
has caused the Debian Bug report #469377,
regarding smartmontools: Problem with LSB header in init.d script
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.)
--
469377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469377
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: smartmontools
Version: 5.38~cvs20071118-2
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
I just checked the shutdown order in unstable on a machine with
smartmontools and dependency based boot sequencing enabled, and
discovered that the smartmontools script was inserted into the wrong
location for runlevels 0 and 6. It should depend on $remote_fs, to
make sure it is stopped before sendsigs kills all processes, and to
make sure /usr/ is mounted before it try to use programs in /usr/bin/.
Here is a patch to solve it.
diff -ur smartmontools-5.38~rc0.orig/debian/smartmontools.init
smartmontools-5.38~rc0/debian/smartmontools.init
--- smartmontools-5.38~rc0.orig/debian/smartmontools.init 2008-03-04
22:28:03.000000000 +0100
+++ smartmontools-5.38~rc0/debian/smartmontools.init 2008-03-04
22:28:43.000000000 +0100
@@ -9,8 +9,8 @@
#
### BEGIN INIT INFO
# Provides: smartmontools
-# Required-Start: $syslog $local_fs
-# Required-Stop: $syslog $local_fs
+# Required-Start: $syslog $remote_fs
+# Required-Stop: $syslog $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: SMART monitoring daemon
As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown. If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: smartmontools
Source-Version: 5.38~rc0-2
We believe that the bug you reported is fixed in the latest version of
smartmontools, which is due to be installed in the Debian FTP archive:
smartmontools_5.38~rc0-2.diff.gz
to pool/main/s/smartmontools/smartmontools_5.38~rc0-2.diff.gz
smartmontools_5.38~rc0-2.dsc
to pool/main/s/smartmontools/smartmontools_5.38~rc0-2.dsc
smartmontools_5.38~rc0-2_powerpc.deb
to pool/main/s/smartmontools/smartmontools_5.38~rc0-2_powerpc.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.
Guido Guenther <[EMAIL PROTECTED]> (supplier of updated smartmontools 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: Wed, 05 Mar 2008 08:55:46 +0100
Source: smartmontools
Binary: smartmontools
Architecture: source powerpc
Version: 5.38~rc0-2
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther <[EMAIL PROTECTED]>
Changed-By: Guido Guenther <[EMAIL PROTECTED]>
Description:
smartmontools - control and monitor storage systems using S.M.A.R.T.
Closes: 469377
Changes:
smartmontools (5.38~rc0-2) unstable; urgency=low
.
[ Petter Reinholdtsen ]
* smartmontools: Problem with LSB header in init.d script (Closes:
Bug#469377)
Files:
6e0288a998548bd322ce161ed1fb1c5b 673 utils optional
smartmontools_5.38~rc0-2.dsc
2f8fcbe8fc23dc11cd5ed9531acf8c0f 26507 utils optional
smartmontools_5.38~rc0-2.diff.gz
2f0ff361faf5fa534205238b41e5af32 336912 utils optional
smartmontools_5.38~rc0-2_powerpc.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHzlUpn88szT8+ZCYRArL/AJ90M7WmTQabmrSlyDjV41SBe0g2BACfb3jk
MKhvmUF2pQizCp7kvFLUwEM=
=M6uO
-----END PGP SIGNATURE-----
--- End Message ---