Your message dated Tue, 22 Sep 2009 23:02:10 +0000
with message-id <[email protected]>
and subject line Bug#541865: fixed in ffproxy 1.6-6
has caused the Debian Bug report #541865,
regarding ffproxy: Incorrect runlevels and depends 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.)
--
541865: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541865
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ffproxy
Version: 1.6-1
Severity: important
Tags: patch
User: [email protected]
Usertags: incorrect-runlevels incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script. The list of runlevels in the init.d
header do not match the arguments used by update-rc.d. Also, the
script need files in /usr/, and thus need to depend on $remote_fs.
Also, the stop action only kills the process, and can leave that to
sendsigs during halt and reboot to speed up the shutdown.
<URL:
http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
>
documents the LSB header format. Some debian notes are available from
<URL: http://wiki.debian.org/LSBInitScripts >.
This patch should solve the issue. Without it, the init.d might start
to early in the boot sequence, and will start incorrectly from rcS.d/
and fail to stop in runlevel 1.
diff -ur ffproxy-1.6/debian/init.d ffproxy-1.6-pere/debian/init.d
--- ffproxy-1.6/debian/init.d 2009-08-16 21:07:30.000000000 +0200
+++ ffproxy-1.6-pere/debian/init.d 2009-08-16 21:07:21.000000000 +0200
@@ -5,12 +5,12 @@
### BEGIN INIT INFO
# Provides: ffproxy
-# Required-Start: $local_fs $network $syslog
-# Required-Stop: $local_fs $network $syslog
+# Required-Start: $remote_fs $network $syslog
+# Required-Stop: $remote_fs $network $syslog
# Should-Start: $named
# Should-Stop: $named
-# Default-Start: S 2 3 4 5
-# Default-Stop: 0 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 1
# Short-Description: A light and customizable http(s) proxy server
### END INIT INFO
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: ffproxy
Source-Version: 1.6-6
We believe that the bug you reported is fixed in the latest version of
ffproxy, which is due to be installed in the Debian FTP archive:
ffproxy_1.6-6.diff.gz
to pool/main/f/ffproxy/ffproxy_1.6-6.diff.gz
ffproxy_1.6-6.dsc
to pool/main/f/ffproxy/ffproxy_1.6-6.dsc
ffproxy_1.6-6_amd64.deb
to pool/main/f/ffproxy/ffproxy_1.6-6_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.
Emmanuel Bouthenot <[email protected]> (supplier of updated ffproxy 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: Sun, 20 Sep 2009 18:41:17 +0000
Source: ffproxy
Binary: ffproxy
Architecture: source amd64
Version: 1.6-6
Distribution: unstable
Urgency: low
Maintainer: Emmanuel Bouthenot <[email protected]>
Changed-By: Emmanuel Bouthenot <[email protected]>
Description:
ffproxy - A light and customizable http(s) proxy server with ipv6 support
Closes: 541865
Changes:
ffproxy (1.6-6) unstable; urgency=low
.
* Clean and minify debian/rules thanks to dh 7 overrides.
* Fix incorrects runlevels and depends in init.d script (Closes: #541865)
* Add missing ${misc:Depends}.
* Bump Standards-Version to 3.8.3.
* Refresh patches (add description).
* Add file README.source.
* Minor updates on debian/copyright.
* Add a patch which fixes lintian warnings about hyphens in manpages.
* Add a patch which fix a FTBFS with (e)glibc 2.10. Thanks to Nicolas
Van Wambeke from Ubuntu for its patch.
Checksums-Sha1:
3d47735bac6c3ebfeea2ff43da71773f2760a6f2 1161 ffproxy_1.6-6.dsc
e3bb74e08fd6b1a97c997799233088fcb965b892 10441 ffproxy_1.6-6.diff.gz
13db7ff2c6781bea84f0451c528e253fb7e9ef1a 40142 ffproxy_1.6-6_amd64.deb
Checksums-Sha256:
49b498015effbec9ae0d101b4c9acc815962a9356d98c88656f09667f9bf7517 1161
ffproxy_1.6-6.dsc
723e40b96285ad1606387d628fcdeff5b07b6e1707a888bc96d5eaf27bd6c05b 10441
ffproxy_1.6-6.diff.gz
d6daaf86012ee343e0db8fe2cbe8153202f995484b620d11630089caa52fd92b 40142
ffproxy_1.6-6_amd64.deb
Files:
7ea3d7f6f6bb470a32d7e15d8b816aa3 1161 net optional ffproxy_1.6-6.dsc
c60f4d6815ae89b003adc68eed16e041 10441 net optional ffproxy_1.6-6.diff.gz
c4e31d6953fe9ba11e90d83164d30bb0 40142 net optional ffproxy_1.6-6_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkq5TrkACgkQpHXqGUFOw24UhACgir3i74qyDvmVHDXWZSegc5GK
V/UAn2VZ6gKUtxQGsKczZfj21KQJRfPQ
=WMM6
-----END PGP SIGNATURE-----
--- End Message ---