Your message dated Sun, 15 Jan 2006 10:03:20 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#348154: fixed in lvm2 2.02.01-3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Jan 2006 10:48:57 +0000 >From [EMAIL PROTECTED] Sun Jan 15 02:48:57 2006 Return-path: <[EMAIL PROTECTED]> Received: from 213-162-123-241.neilsu458.adsl.metronet.co.uk ([213.162.123.241] helo=cyclone.suffields.me.uk) by spohr.debian.org with esmtp (Exim 4.50) id 1Ey5RQ-0002Hm-Rg for [EMAIL PROTECTED]; Sun, 15 Jan 2006 02:48:57 -0800 Received: from asuffield by cyclone.suffields.me.uk with local (Exim 3.36 #1 (Debian)) id 1Ey5RO-0007R6-00 for <[EMAIL PROTECTED]>; Sun, 15 Jan 2006 10:48:54 +0000 Date: Sun, 15 Jan 2006 10:48:54 +0000 From: Andrew Suffield <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: lvm2: fails to upgrade (and probably install) Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fUYQa+Pmc3FrFX/N" Content-Disposition: inline User-Agent: Mutt/1.5.11 Sender: Andrew Suffield <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 --fUYQa+Pmc3FrFX/N Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: lvm2 Severity: serious Version: 2.02.01-2 =46rom preinst: #! /bin/sh set -e [...] if [ "`/sbin/lvmiopversion`" -le 10 ]; then [ -x /sbin/lvscan ] && /sbin/lvscan 2>/dev/null | grep Snapshot 2= >&1 > /dev/null if [ "$?" =3D 0 ]; then You cannot do this in set -e. The script will always abort and fail if $? is not zero. You'll have to set +e or put the if around the command. --=20 .''`. ** Debian GNU/Linux ** | Andrew Suffield : :' : http://www.debian.org/ | `. `' | `- -><- | --fUYQa+Pmc3FrFX/N Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDyiiVlpK98RSteX8RAiZ8AJ0fPMdEDAaau2TP6nKekLv3EndKvACfY6sV GF1jxO5pwqFt1k9YgAGwfaE= =IBfU -----END PGP SIGNATURE----- --fUYQa+Pmc3FrFX/N-- --------------------------------------- Received: (at 348154-close) by bugs.debian.org; 15 Jan 2006 18:13:24 +0000 >From [EMAIL PROTECTED] Sun Jan 15 10:13:24 2006 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1EyCDo-0000Ie-7K; Sun, 15 Jan 2006 10:03:20 -0800 From: Bastian Blank <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.65 $ Subject: Bug#348154: fixed in lvm2 2.02.01-3 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sun, 15 Jan 2006 10:03:20 -0800 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Source: lvm2 Source-Version: 2.02.01-3 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.01-3_i386.deb to pool/main/l/lvm2/clvm_2.02.01-3_i386.deb lvm2-udeb_2.02.01-3_i386.udeb to pool/main/l/lvm2/lvm2-udeb_2.02.01-3_i386.udeb lvm2_2.02.01-3.diff.gz to pool/main/l/lvm2/lvm2_2.02.01-3.diff.gz lvm2_2.02.01-3.dsc to pool/main/l/lvm2/lvm2_2.02.01-3.dsc lvm2_2.02.01-3_i386.deb to pool/main/l/lvm2/lvm2_2.02.01-3_i386.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. Bastian Blank <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 15 Jan 2006 13:29:06 +0100 Source: lvm2 Binary: clvm lvm2-udeb lvm2 Architecture: source i386 Version: 2.02.01-3 Distribution: unstable Urgency: low Maintainer: Debian LVM Team <[EMAIL PROTECTED]> Changed-By: Bastian Blank <[EMAIL PROTECTED]> Description: clvm - Cluster LVM Daemon for lvm2 lvm2 - The Linux Logical Volume Manager lvm2-udeb - The Linux Logical Volume Manager (udeb) Closes: 348154 Changes: lvm2 (2.02.01-3) unstable; urgency=low . * Fix snapshot check to work with set -e. (closes: #348154) Files: f8a23cb719446abe00327b4a91798cde 769 admin optional lvm2_2.02.01-3.dsc 12d08dbeb741b043fab89e4aa2c6b0a4 18516 admin optional lvm2_2.02.01-3.diff.gz ed7e8b6cfe142b1785a3e16811149436 293268 admin optional lvm2_2.02.01-3_i386.deb 2b672e3be194b3f43cc8dc955a894da2 172346 debian-installer optional lvm2-udeb_2.02.01-3_i386.udeb d7f26b985891ba1fa945a4665b9edb8e 174552 admin extra clvm_2.02.01-3_i386.deb Package-Type: udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iEYEARECAAYFAkPKjJcACgkQLkAIIn9ODhGDpwCbBRmzrM7iVarl5Uf7BP+fxzxP VzcAoI8+PCbF22qe1RaitGVaWWeu74Jc =cBxe -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]