Your message dated Wed, 10 Feb 2010 23:54:39 +0100
with message-id <8b2d7b4d1002101454q72dc279cy8da58786558e2...@mail.gmail.com>
and subject line Package removed from Debian unstable
has caused the Debian Bug report #542289,
regarding drbd0.7-utils: Incorrect runlevels 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 ow...@bugs.debian.org
immediately.)
--
542289: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542289
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: drbd0.7-utils
Version: 0.7_pre8-1
Severity: important
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-runlevels
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script. The runlevel list do not match the
arguments to update-rc.d, it should start in runlevels 2 and 4.
<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 fail
to start in runlevels 2 and 4. In addition to this header change,
some code in postinst is needed to remove the stop symlink in rc2.d
and add a start symlink in rc2.d and rc4.d during upgrades.
diff -ur drbd0.7-0.7.25/scripts/drbd drbd0.7-0.7.25-pere/scripts/drbd
--- drbd0.7-0.7.25/scripts/drbd 2007-10-10 16:41:14.000000000 +0200
+++ drbd0.7-0.7.25-pere/scripts/drbd 2009-08-18 22:15:29.000000000 +0200
@@ -11,8 +11,8 @@
# Provides: drbd
# Required-Start: $network $syslog sshd
# Required-Stop: $network $syslog sshd
-# Default-Start: 3 5
-# Default-Stop: 0 1 2 6
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
# Short-Description: Basic configuration of drbd resources.
### END INIT INFO
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Version: 0.7.25-1.1+rm
Package removed from Debian unstable: http://bugs.debian.org/568632
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---