Your message dated Mon, 31 Mar 2008 14:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#428288: fixed in cryptsetup 2:1.0.6-1
has caused the Debian Bug report #428288,
regarding Attempting to reload a luks partition can trash it
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.)


-- 
428288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428288
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cryptsetup
Version: 2:1.0.4+svn26-1
Severity: normal

Hello,

thanks for maintaining cryptsetup.

I had a major data loss that involved cryptsetup.  Luckily I had most
things backupped.

This is how I lost my entire home directory:

  http://www.enricozini.org/2007/tips/things-not-to-do.html

I reproduced the data loss on a test lvm partition using the sequence of
commands in the blog entry, which I'll repeat here in short:

  lvcreate -L1G -n test vgname
  cryptsetup luksFormat /dev/vgname/test
  cryptsetup luksOpen /dev/vgname/test test1
  mke2fs -j /dev/mapper/test1
  mount /dev/mapper/test1 /mntlvresize -L+1G /dev/vgname/test
  lvresize -L+1G /dev/vgname/test
  # cryptsetup resize test1 did not seem to
  # work, so why not try this instead:
  cryptsetup reload test1 /dev/vgname/test
  resize2fs /dev/mapper/test1
  umount /mnt
  e2fsck -fy /dev/mapper/test1

I surely did something wrong, but I still don't know exactly what.

I figure that somewhere in that process (around crypysetup reload,
probably) there should be some sanity check and a loud error message.


Ciao,

Enrico

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cryptsetup depends on:
ii  dmsetup  2:1.02.08-1                     The Linux Kernel Device Mapper use
ii  libc6    2.5-9                           GNU C Library: Shared libraries
ii  libdevma 2:1.02.08-1                     The Linux Kernel Device Mapper use
ii  libgcryp 1.2.4-2                         LGPL Crypto library - runtime libr
ii  libgpg-e 1.4-2                           library for common error values an
ii  libpopt0 1.10-3                          lib for parsing cmdline parameters
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library

cryptsetup recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: cryptsetup
Source-Version: 2:1.0.6-1

We believe that the bug you reported is fixed in the latest version of
cryptsetup, which is due to be installed in the Debian FTP archive:

cryptsetup-udeb_1.0.6-1_amd64.udeb
  to pool/main/c/cryptsetup/cryptsetup-udeb_1.0.6-1_amd64.udeb
cryptsetup_1.0.6-1.diff.gz
  to pool/main/c/cryptsetup/cryptsetup_1.0.6-1.diff.gz
cryptsetup_1.0.6-1.dsc
  to pool/main/c/cryptsetup/cryptsetup_1.0.6-1.dsc
cryptsetup_1.0.6-1_amd64.deb
  to pool/main/c/cryptsetup/cryptsetup_1.0.6-1_amd64.deb
cryptsetup_1.0.6.orig.tar.gz
  to pool/main/c/cryptsetup/cryptsetup_1.0.6.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonas Meurer <[EMAIL PROTECTED]> (supplier of updated cryptsetup 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: Mon, 31 Mar 2008 15:58:35 +0200
Source: cryptsetup
Binary: cryptsetup cryptsetup-udeb
Architecture: source amd64
Version: 2:1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Jonas Meurer <[EMAIL PROTECTED]>
Changed-By: Jonas Meurer <[EMAIL PROTECTED]>
Description: 
 cryptsetup - configures encrypted block devices
 cryptsetup-udeb - configures encrypted block devices (udeb)
Closes: 428288 430158 456326 464672 464673 466175 466240 469869
Changes: 
 cryptsetup (2:1.0.6-1) unstable; urgency=low
 .
   [ Jonas Meurer ]
   * new upstream release
     - reload option is depreciated and a warning is printed. (closes: #428288)
   * convert patch system from dpatch to quilt.
   * enhance the information regarding the default hash setting in NEWS.Debian.
     Thanks to Ross Boylan <[EMAIL PROTECTED]>.
   * change author of keyslot patch to Marc Merlin in changelog, thanks to
     U. Kuehn for raising that issue.
   * doing some debian/rules redesign and cleanup, speeds up the build process.
   * ignore devices with the noauto option early enough to prevent any checks
     on them. Thanks to Joachim Breitner <[EMAIL PROTECTED]> (closes: #464672)
   * update debian/copyright to actually mention copyright, thanks lintian.
   * change script=$(basename $req) to script=${req##*/} in initramfs cryptroot
     script. Thanks to Adeodato Simó <[EMAIL PROTECTED]>. (closes: #466240)
   * change test ... -a ... to [ ... ] && [ ... ] in the check scripts.
   * add support for tries option to initramfs scripts. Thanks to Helmut Grohne
     <[EMAIL PROTECTED]>. (closes: #430158, #469869) Use --tries=1 for
     cryptsetup in the initramfs script. Document the difference between
     initscript and initramfs for tries=0 in the crypttab manpage.
   * add, build and install askpass.c, a helper program by David Härdeman. The
     idea is to use it for passphrase prompt in the initramfs script.
 .
   [ David Härdeman ]
   * Work with LABEL=, UUID= and symlinks in /etc/fstab (closes: #466175)
   * Improve module loading in initramfs hook so that the newer  as well
     as arch specific crypto drivers are taken into consideration
     (closes: #464673)
   * Depend on race-free version of libdevmapper, thus making udevsettle
     call from cryptsetup binary unnecessary. Also change call to
     udevsettle in initramfs script (which is still useful as it related
     to the source device) to optionally use udevadm if present (closes:
     #456326).
Files: 
 87dd769acf90d3450d2f0c509b546c87 1046 admin optional cryptsetup_1.0.6-1.dsc
 f956142ed38b261268bca7c027a5b0d9 525618 admin optional 
cryptsetup_1.0.6.orig.tar.gz
 def0b57999ac9c01a571ba493a9e9559 50498 admin optional 
cryptsetup_1.0.6-1.diff.gz
 46ac416e0708e353971051825e174e61 302166 admin optional 
cryptsetup_1.0.6-1_amd64.deb
 e2dc6a64d06fa778f46f02bf7574d479 243168 debian-installer optional 
cryptsetup-udeb_1.0.6-1_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH8PBld6lUs+JfIQIRAmO8AJ9rFoa7shP+UieaeKkiZPhgPsBAggCfZJsp
8OZV1HQTH3Gx+fHJ13fx41E=
=GBVe
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to