Your message dated Tue, 11 Mar 2008 00:45:17 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#468697: Accepted lvm2 2.02.33-2 (source amd64)
has caused the Debian Bug report #468697,
regarding lvm2: 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.)


-- 
468697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468697
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:  lvm2
Version:  2.02.33-1
Severity: important
Tags:     patch
User:     [EMAIL PROTECTED]
Usertags: incorrect-dependency

I just checked the shutdown order in unstable on a machine with lvm
and dependency based boot sequencing enabled, and discovered that the
lvm2 script was inserted into the wrong location for runlevels 0 and
6.  After giving it a close check, I discovered a typo in the LSB
header of lvm2.  Sorry I did not discover this earlier.  Two colons
are missing, making the reverse dependencies fail to be discovered by
insserv.

Here is a patch to solve it.  I added capital A in X-Stop-After for
consistency with the other headers.

diff -ur lvm2-2.02.33.orig/debian/lvm2.init lvm2-2.02.33/debian/lvm2.init
--- lvm2-2.02.33.orig/debian/lvm2.init  2008-03-01 00:23:43.000000000 +0100
+++ lvm2-2.02.33/debian/lvm2.init       2008-03-01 00:25:26.000000000 +0100
@@ -5,8 +5,8 @@
 # Required-Stop:
 # Should-Start:      udev devfsd raid2 mdadm cryptdisks-early
 # Should-Stop:       reboot halt umountroot
-# X-Start-Before     checkfs mountall
-# X-Stop-after       umountfs
+# X-Start-Before:    checkfs mountall
+# X-Stop-After:      umountfs
 # Default-Start:     S
 # Default-Stop:      0 6
 ### END INIT INFO



--- End Message ---
--- Begin Message ---
Version: 2.02.33-2

On Tue, Mar 11, 2008 at 12:18:31AM +0100, Petter Reinholdtsen wrote:
> [Bastian Blank]
> >  lvm2 (2.02.33-2) unstable; urgency=low
> >  .
> >    * Fix LSB header of init script.
> Hi.  Did this upload solve the typos in the LSB header, aka this BTS
> issue?

Yep.

Bastian

-- 
You're too beautiful to ignore.  Too much woman.
                -- Kirk to Yeoman Rand, "The Enemy Within", stardate unknown


--- End Message ---

Reply via email to