Your message dated Mon, 10 Mar 2008 21:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#470007: fixed in anubis 4.1+dfsg1-2
has caused the Debian Bug report #470007,
regarding anubis: 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.)
--
470007: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470007
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: anubis
Version: 4.1+dfsg1-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
I just checked the shutdown order in unstable on a machine with
dependency based boot sequencing enabled, and discovered that the
anubis script is stopped to late during shutdown. The reason is that
it got wrong dependencies. It need to depend on $remote_fs to make
sure /usr/ is mounted before it start, and that it is stopped before
sendsigs kill all daemons.
Here is a patch to solve it.
diff -ur anubis-4.1+dfsg1.orig/debian/init anubis-4.1+dfsg1/debian/init
--- anubis-4.1+dfsg1.orig/debian/init 2008-03-08 17:00:30.000000000 +0100
+++ anubis-4.1+dfsg1/debian/init 2008-03-08 17:02:24.000000000 +0100
@@ -22,8 +22,8 @@
#
### BEGIN INIT INFO
# Provides: anubis
-# Required-Start: $network $local_fs
-# Required-Stop: $network $local_fs
+# Required-Start: $network $remote_fs
+# Required-Stop: $network $remote_fs
# Should-Start: $syslog
# Should-Stop: $syslog
# Default-Start: 2 3 4 5
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: anubis
Source-Version: 4.1+dfsg1-2
We believe that the bug you reported is fixed in the latest version of
anubis, which is due to be installed in the Debian FTP archive:
anubis_4.1+dfsg1-2.diff.gz
to pool/main/a/anubis/anubis_4.1+dfsg1-2.diff.gz
anubis_4.1+dfsg1-2.dsc
to pool/main/a/anubis/anubis_4.1+dfsg1-2.dsc
anubis_4.1+dfsg1-2_i386.deb
to pool/main/a/anubis/anubis_4.1+dfsg1-2_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.
Krzysztof Burghardt <[EMAIL PROTECTED]> (supplier of updated anubis 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: Mon, 10 Mar 2008 19:28:03 +0100
Source: anubis
Binary: anubis
Architecture: source i386
Version: 4.1+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach <[EMAIL PROTECTED]>
Changed-By: Krzysztof Burghardt <[EMAIL PROTECTED]>
Description:
anubis - an SMTP message submission daemon
Closes: 470007
Changes:
anubis (4.1+dfsg1-2) unstable; urgency=low
.
* Applied Petter Reinholdtsen's patch to fix incorrect dependency in LSB
header
in init.d script and left killing deamon to the sendsigs script in
runlevel 0
and 6, to speed up shutdown (Closes: #470007)
Files:
e588283ce0ee643a59cbb378a88a0dbe 781 net optional anubis_4.1+dfsg1-2.dsc
cc6c601e41a2b056ca3147a2514d2f24 8575 net optional anubis_4.1+dfsg1-2.diff.gz
96fd7f111b6a4cf028c6ed22d6d8dae1 204314 net optional
anubis_4.1+dfsg1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFH1Zs/JYSUupF6Il4RAqq0AJ9d6jng+1jyY3FGTZutBPnkq/Ci8QCfZ8+n
7hXxtvnnAqgNabULmQu+75Y=
=OWOU
-----END PGP SIGNATURE-----
--- End Message ---