Your message dated Fri, 18 Sep 2009 18:02:12 +0000
with message-id <e1mohme-0006ox...@ries.debian.org>
and subject line Bug#542169: fixed in lvm2 2.02.52-1
has caused the Debian Bug report #542169,
regarding Patch used in NMU version 2.02.51-4.1
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.)
--
542169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: clvm
Version: 2.02.39-3
Severity: important
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-provides incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script. The provides should be the name of the
script and not a sentence. The script should start after /usr/ is
mounted, and because of this should depend on $remote_fs. The
update-rc.d call start the script in rcS.d and stops it in runlevels 0
and 6, while the header do not match this.
<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 install if another broken script providing the same words already
is installed, and will be activated in the wrong runlevels if it is
able to install.
diff -ur lvm2-2.02.44/debian/clvm.init lvm2-2.02.44-pere/debian/clvm.init
--- lvm2-2.02.44/debian/clvm.init 2009-08-18 10:06:01.000000000 +0200
+++ lvm2-2.02.44-pere/debian/clvm.init 2009-08-18 10:11:47.000000000 +0200
@@ -1,11 +1,11 @@
#!/bin/sh
#
### BEGIN INIT INFO
-# Provides: lvm cluster locking daemon
-# Required-Start: lvm2 cman
-# Required-Stop: lvm2 cman
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Provides: clvm
+# Required-Start: $remote_fs lvm2 cman
+# Required-Stop: $remote_fs lvm2 cman
+# Default-Start: S
+# Default-Stop: 0 6
# Short-Description: start and stop the lvm cluster locking daemon
### END INIT INFO
#
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: lvm2
Source-Version: 2.02.52-1
We believe that the bug you reported is fixed in the latest version of
lvm2, which is due to be installed in the Debian FTP archive:
clvm_2.02.52-1_amd64.deb
to pool/main/l/lvm2/clvm_2.02.52-1_amd64.deb
dmsetup-udeb_1.02.37-1_amd64.udeb
to pool/main/l/lvm2/dmsetup-udeb_1.02.37-1_amd64.udeb
dmsetup_1.02.37-1_amd64.deb
to pool/main/l/lvm2/dmsetup_1.02.37-1_amd64.deb
libdevmapper-dev_1.02.37-1_amd64.deb
to pool/main/l/lvm2/libdevmapper-dev_1.02.37-1_amd64.deb
libdevmapper1.02.1-udeb_1.02.37-1_amd64.udeb
to pool/main/l/lvm2/libdevmapper1.02.1-udeb_1.02.37-1_amd64.udeb
libdevmapper1.02.1_1.02.37-1_amd64.deb
to pool/main/l/lvm2/libdevmapper1.02.1_1.02.37-1_amd64.deb
lvm2-udeb_2.02.52-1_amd64.udeb
to pool/main/l/lvm2/lvm2-udeb_2.02.52-1_amd64.udeb
lvm2_2.02.52-1.diff.gz
to pool/main/l/lvm2/lvm2_2.02.52-1.diff.gz
lvm2_2.02.52-1.dsc
to pool/main/l/lvm2/lvm2_2.02.52-1.dsc
lvm2_2.02.52-1_amd64.deb
to pool/main/l/lvm2/lvm2_2.02.52-1_amd64.deb
lvm2_2.02.52.orig.tar.gz
to pool/main/l/lvm2/lvm2_2.02.52.orig.tar.gz
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 542...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bastian Blank <wa...@debian.org> (supplier of updated lvm2 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 18 Sep 2009 17:44:29 +0000
Source: lvm2
Binary: lvm2 lvm2-udeb clvm libdevmapper-dev libdevmapper1.02.1
libdevmapper1.02.1-udeb dmsetup dmsetup-udeb
Architecture: source amd64
Version: 2.02.52-1
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team <pkg-lvm-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Blank <wa...@debian.org>
Description:
clvm - Cluster LVM Daemon for lvm2
dmsetup - The Linux Kernel Device Mapper userspace library
dmsetup-udeb - The Linux Kernel Device Mapper userspace library (udeb)
libdevmapper-dev - The Linux Kernel Device Mapper header files
libdevmapper1.02.1 - The Linux Kernel Device Mapper userspace library
libdevmapper1.02.1-udeb - The Linux Kernel Device Mapper userspace library
(udeb)
lvm2 - The Linux Logical Volume Manager
lvm2-udeb - The Linux Logical Volume Manager (udeb)
Closes: 542169
Changes:
lvm2 (2.02.52-1) unstable; urgency=low
.
* New upstram version.
* Fix clvm init script. (closes: #542169)
* Remove dmsetup export support, unused.
Checksums-Sha1:
81e46c81fdfb77edaa61175976ffe79ccf74a41c 1366 lvm2_2.02.52-1.dsc
6d953f8cb730b1a099116ea7cb16c956a07f2d79 822132 lvm2_2.02.52.orig.tar.gz
3861c6162e32cc0eef09e86e3a7c8d87b3e357f3 29447 lvm2_2.02.52-1.diff.gz
8427a4b02ec242d02dd5ff3def79acea6bd181ae 93638
libdevmapper-dev_1.02.37-1_amd64.deb
caf4ee3da378ed4dc0c5dde89ee9787a259763f9 75114
libdevmapper1.02.1_1.02.37-1_amd64.deb
f57274b32715a5609d37c9781b492dbbb9d7efa8 49480
libdevmapper1.02.1-udeb_1.02.37-1_amd64.udeb
9fac066602e703d6358673dd1d24f3f1c832d684 48428 dmsetup_1.02.37-1_amd64.deb
c5b2dee9eca4efa4e548b8558a4638f3fd9e64f3 20772
dmsetup-udeb_1.02.37-1_amd64.udeb
606682b0453b89c4e2499371c1147108b1956aed 416382 lvm2_2.02.52-1_amd64.deb
21fa9efaa8e49f5f8085d04b8ca4df1a50608a69 251296 lvm2-udeb_2.02.52-1_amd64.udeb
2bfe84701a954067a5be1179fb7f00bc668cd791 254850 clvm_2.02.52-1_amd64.deb
Checksums-Sha256:
a874f8b8e31dbf4161f0bb5da4bcbc5628459498768bae8e0a2c6359fab52c6c 1366
lvm2_2.02.52-1.dsc
7e4d6081fd8e8a3e0039d0460877f2d07917eeb3b32aa8a8ed82c0f69d5e3bd9 822132
lvm2_2.02.52.orig.tar.gz
7c6284e40556d95d8b9468e31d8f20f61364b232de0702dd16db9cd7feede066 29447
lvm2_2.02.52-1.diff.gz
8717e3b16a2569293f3ad85b4fee18def610711c68b916cebd1acc731e0bd5ee 93638
libdevmapper-dev_1.02.37-1_amd64.deb
8d457f93d100f4fc15d0505d5dd41837bcf3d6c5120c8ee95be5d4ca69c7b5ea 75114
libdevmapper1.02.1_1.02.37-1_amd64.deb
fce5367d862c6e26f7f20740861b569fa0c504a02335cf5b8b3b6aaf25e884de 49480
libdevmapper1.02.1-udeb_1.02.37-1_amd64.udeb
59379eef63c3d8f1c8b0dee99030bfcb0db6ed34c95d51c73a81d0b3407f876b 48428
dmsetup_1.02.37-1_amd64.deb
11a29f27a628569ce0a28beb59b63ed511ee88a09b8f37618091e18091327d77 20772
dmsetup-udeb_1.02.37-1_amd64.udeb
40306b77cb630f77d917e1335e596bf2f82454c1e263ec42b129d083b082f210 416382
lvm2_2.02.52-1_amd64.deb
9aca157d940f53b9b2ee4b6333ce07af9565d999d6471d1da7e3239474033040 251296
lvm2-udeb_2.02.52-1_amd64.udeb
3725d0d86fca869d5ea408f78ef9513da3cb3c72d6e1c5970d5eed5a9beca898 254850
clvm_2.02.52-1_amd64.deb
Files:
39b3b9056ba42696a5d7ed48046ebbf6 1366 admin optional lvm2_2.02.52-1.dsc
b35e8da46a5d70897feb2d62f2549c14 822132 admin optional lvm2_2.02.52.orig.tar.gz
36343dc5af0724a92792e14518a21186 29447 admin optional lvm2_2.02.52-1.diff.gz
eb6535781774c1436b8387d4c9eebae4 93638 libdevel optional
libdevmapper-dev_1.02.37-1_amd64.deb
631449140f2e8d890b86e0981ddfb275 75114 libs required
libdevmapper1.02.1_1.02.37-1_amd64.deb
db681dfc2062fd1c33419462ba4ffd5d 49480 debian-installer optional
libdevmapper1.02.1-udeb_1.02.37-1_amd64.udeb
17876a291c1a12413996229692c2e22a 48428 admin optional
dmsetup_1.02.37-1_amd64.deb
9b25119b8f1abb5932c95130450fb20c 20772 debian-installer optional
dmsetup-udeb_1.02.37-1_amd64.udeb
cadc244337a0f67e972651528989420b 416382 admin optional lvm2_2.02.52-1_amd64.deb
b84bae87ea6cdb1a5e7869a1b5d9a301 251296 debian-installer optional
lvm2-udeb_2.02.52-1_amd64.udeb
bea475c734cb5014d589a98092de6d45 254850 admin extra clvm_2.02.52-1_amd64.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkqzyK8ACgkQLkAIIn9ODhFJ/ACePad4VgXv/6ps5lEUNvGXZHol
siAAn2CQWEBdlfBWGyTVIkBO3DUEc8JZ
=JIF5
-----END PGP SIGNATURE-----
--- End Message ---