Your message dated Tue, 29 Sep 2009 19:32:59 +0000
with message-id <[email protected]>
and subject line Bug#548583: fixed in monkey 0.9.2-5
has caused the Debian Bug report #548583,
regarding monkey: Incorrect dependencies in init.d LSB header
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.)
--
548583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548583
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: monkey
Version: 0.9.2-1
Severity: important
Tags: patch
User: [email protected]
Usertags: incorrect-dependency
User: [email protected]
Usertags: piuparts
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d scripts of this package. The monkey script have a
hard dependency on networking, but the package do not depend on
netbase. It is better to depend on the virtual facility $network.
Also, the script uses files in /usr/ and should depend on $remote_fs.
Finally, the script used to start after syslog, and should probably
continue to do so.
I discovered these things from piuparts, which failed to install the
package. See
<URL: http://piuparts.debian.org/sid/fail/monkey_0.9.2-3.log >.
Here are the relevant parts:
insserv: Service networking has to be enabled to start service monkey
insserv: exiting now!
I'm setting severity to important, as the needed netbase package is
installed on most systems already.
This patch should solve it.
diff -ur ../monkey-0.9.2/debian/monkey.init
../monkey-0.9.2-pere/debian/monkey.init
--- ../monkey-0.9.2/debian/monkey.init 2009-09-27 13:52:15.000000000 +0200
+++ ../monkey-0.9.2-pere/debian/monkey.init 2009-09-27 13:53:22.000000000
+0200
@@ -1,8 +1,8 @@
#!/bin/sh
### BEGIN INIT INFO
# Provides: monkey
-# Required-Start: networking
-# Required-Stop: networking
+# Required-Start: $network $remote_fs $syslog
+# Required-Stop: $network $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start the monkey http server.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: monkey
Source-Version: 0.9.2-5
We believe that the bug you reported is fixed in the latest version of
monkey, which is due to be installed in the Debian FTP archive:
monkey_0.9.2-5.diff.gz
to pool/main/m/monkey/monkey_0.9.2-5.diff.gz
monkey_0.9.2-5.dsc
to pool/main/m/monkey/monkey_0.9.2-5.dsc
monkey_0.9.2-5_amd64.deb
to pool/main/m/monkey/monkey_0.9.2-5_amd64.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.
Thorsten Schmale <[email protected]> (supplier of updated monkey
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.8
Date: Mon, 28 Sep 2009 12:07:57 +0200
Source: monkey
Binary: monkey
Architecture: source amd64
Version: 0.9.2-5
Distribution: unstable
Urgency: low
Maintainer: Thorsten Schmale <[email protected]>
Changed-By: Thorsten Schmale <[email protected]>
Description:
monkey - fast, efficient, small and easy to configure web server
Closes: 548583
Changes:
monkey (0.9.2-5) unstable; urgency=low
.
* Upgraded Standards-version to 3.8.3
* Fixed dependencies in init-script header (Closes: #548583)
thanks to Petter Reinholdtsen
Checksums-Sha1:
7c7d26a0efbc1900d0ec0a1286c40d4b5ecde81d 984 monkey_0.9.2-5.dsc
da7127dc00b6d626a742a1d5713662e755bcea0a 5720 monkey_0.9.2-5.diff.gz
3f09df57e51afa48e980e3883fb84464334b5b87 63556 monkey_0.9.2-5_amd64.deb
Checksums-Sha256:
f3615efcf6773e05f25675b4300e95ea6cc1724200204d2afa20296af3c7b5fe 984
monkey_0.9.2-5.dsc
3ad3d213808563d0a9f3bbcbc863563c1987dd1b635a1c3b26f374db6bb07f8f 5720
monkey_0.9.2-5.diff.gz
f8446dd60958d5edac324c3cf72ac974c60f064a2c38814439e551d47d73e36e 63556
monkey_0.9.2-5_amd64.deb
Files:
6f0808bc4b44ea40a187d2a02ffda8a4 984 web extra monkey_0.9.2-5.dsc
61fbeea8665de16d83962a01844fe694 5720 web extra monkey_0.9.2-5.diff.gz
73733cfb7ca6f8184b3c3247ce9010af 63556 web extra monkey_0.9.2-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrCXeEACgkQh0XdeHWCwhrMWwCfX5j9Tofne4K4mT9E4wzTb72t
mFwAoJnNGJjzH7ZX2tFe5E5j9VCZ9nvm
=Q4ww
-----END PGP SIGNATURE-----
--- End Message ---