Your message dated Tue, 06 Oct 2009 10:24:08 +0000
with message-id <[email protected]>
and subject line Bug#545893: fixed in ike 2.1.4+dfsg-3
has caused the Debian Bug report #545893,
regarding ike: Incorrect init.d dependencies and runlevel
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.)
--
545893: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545893
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ike
Version: 2.0.3+dfsg-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 script need files in /usr/ and should
depend on $remote_fs, and also seem to use syslog and should depend on
$syslog. The networking dependency is better written as the virtual
facility $network. The script should stop in runlevel 1 instead of
starting in it, to make sure it is properly restarted when switching
from runlevel 1 to 2-5.
<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 script will start
to early in the boot sequence, fail to stop controlled in runlevel 1
and to restart in runlevels 2-5.
diff -ur ike-2.1.4+dfsg/script/iked ike-2.1.4+dfsg-pere/script/iked
--- ike-2.1.4+dfsg/script/iked 2009-09-09 22:04:41.000000000 +0200
+++ ike-2.1.4+dfsg-pere/script/iked 2009-09-09 22:06:39.000000000 +0200
@@ -1,12 +1,10 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: ike
-# Required-Start: networking
-# Required-Stop: networking
-# Should-Start:
-# Should-Stop:
-# Default-Start: 1 2 3 4 5
-# Default-Stop: 0 6
+# 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 Shrew VPN daemon.
# Description: The Shrew VPN client requires the ike demon
# to run before being able to connect.
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: ike
Source-Version: 2.1.4+dfsg-3
We believe that the bug you reported is fixed in the latest version of
ike, which is due to be installed in the Debian FTP archive:
ike-qtgui_2.1.4+dfsg-3_amd64.deb
to pool/main/i/ike/ike-qtgui_2.1.4+dfsg-3_amd64.deb
ike_2.1.4+dfsg-3.diff.gz
to pool/main/i/ike/ike_2.1.4+dfsg-3.diff.gz
ike_2.1.4+dfsg-3.dsc
to pool/main/i/ike/ike_2.1.4+dfsg-3.dsc
ike_2.1.4+dfsg-3_amd64.deb
to pool/main/i/ike/ike_2.1.4+dfsg-3_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.
Philipp Matthias Hahn <[email protected]> (supplier of updated ike 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: Tue, 06 Oct 2009 10:29:12 +0200
Source: ike
Binary: ike ike-qtgui
Architecture: source amd64
Version: 2.1.4+dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Philipp Matthias Hahn <[email protected]>
Changed-By: Philipp Matthias Hahn <[email protected]>
Description:
ike - Shrew Soft VPN client - Daemon and libraries
ike-qtgui - Shrew Soft VPN client - Connection manager
Closes: 486656 545893
Changes:
ike (2.1.4+dfsg-3) unstable; urgency=low
.
* Fix incorrect init.d dependencies and runlevel in script/iked.
(Closes: #545893) Thanks to Petter Reinholdtsen.
* debian/ike.{pre,post}{inst,rm}: Fix "package installation fails" by
ignoring errors during start on install. (Closes: #486656)
* debian/control:
- Standards-Version: 3.8.3: no changes required.
- ike: Add reference to other IKEv1 daemons.
* debian/rules: drop deprecated call of dh_desktop.
Checksums-Sha1:
fe2492125e9df15492117cd2be2d9fadd93bc2b8 1084 ike_2.1.4+dfsg-3.dsc
41ea82b81d35e7108b866d1f5feb2be11e3d26dd 7017 ike_2.1.4+dfsg-3.diff.gz
832b4c94c15603d2eb16b0cd578be37ad254ae5f 231632 ike_2.1.4+dfsg-3_amd64.deb
4d395e0df517f113e76f0da97582ad122c34798c 195558
ike-qtgui_2.1.4+dfsg-3_amd64.deb
Checksums-Sha256:
a77c86f0706f06d590ccd25464146b6c60bbc869426cf2be889726acbe17775d 1084
ike_2.1.4+dfsg-3.dsc
8cbdb8da7a09c26f4915539e1be007aa4a58a32596e3bbb0a9dc8910ec9ed75d 7017
ike_2.1.4+dfsg-3.diff.gz
f834c6d87dd4ef62f8396f8bc93f4470a2d03d89a1aca9aaf63d056e66b61aed 231632
ike_2.1.4+dfsg-3_amd64.deb
8932a55701bf3d63730ad28dcc108094851e54fff0aea5d74c7646792be4f0f0 195558
ike-qtgui_2.1.4+dfsg-3_amd64.deb
Files:
715c0c2eb1141d1a6f06c7f590b33e7f 1084 net extra ike_2.1.4+dfsg-3.dsc
b96a62523666051847a295f0191a75c4 7017 net extra ike_2.1.4+dfsg-3.diff.gz
f1abbfc00ccb3c3023a6f027158eaad9 231632 net extra ike_2.1.4+dfsg-3_amd64.deb
399493a0bb7c9cd269d55251fba3ac87 195558 net extra
ike-qtgui_2.1.4+dfsg-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrLAHQACgkQYPlgoZpUDjnaawCfXWEYVoc/F/FZ1N8ZR9EJh467
5UEAmwQfgPZTWe96J2VS0mOMIuQD4VQD
=R6Z4
-----END PGP SIGNATURE-----
--- End Message ---