This bug was fixed in the package cryptsetup - 2:1.0.6-6ubuntu1 --------------- cryptsetup (2:1.0.6-6ubuntu1) intrepid; urgency=low * drop almost all ubuntu specific changes from the cryptsetup package, because they have been merged in debian. Thanks a lot! * merge from debian, remaining changes: - remove versioned build-depency on libdevmapper-dev, we are using a rather sophisticated loop for making sure the root filesystem appears. * debian/rules: fix location of ltmain.sh * don't exit usplash anymore in the init script. LP: #110970, #139363 * Disable error message 'failed to setup lvm device'. It is harmless, and caused by the fact that the udev rules provided by lvm2 are setting up the lvm on their own. In debian the scripts here are responsible for this but obviously fail in ubuntu. LP: #151532 cryptsetup (2:1.0.6-6) unstable; urgency=high * Don't cat keyfile into pipe for do_noluks(). cryptsetup handles --key-file=- different for luks and plain dm-crypt mappings. This time really (closes: #493848). Thus again upload with urgency=high. cryptsetup (2:1.0.6-5) unstable; urgency=high * Fix watch file to not report -pre and -rc releases as superior. * Remove the global var $SIZE from cryptdisks.functions again but keep the extended value checks. * Remove the udev rules file also in preinst, code taken from example at http://wiki.debian.org/DpkgConffileHandling. Thanks Marco d'Itri. (closes: #493151) * Remove duplicated configuration of --key-file in $PARAMS at do_noluks(). (closes: #493848). * Invoke mount_fs() and umount_fs() in cryptdisks_start, add log_action_begin_msg() and log_action_end_msg() to both cryptdisk_start and cryptdisks_stop. * Copy fd 3 code from do_start and do_stop to cryptdisks_start and cryptdisks_stop to fix "keyscript | cryptsetup". (closes: #493622) * This upload fixes two RC bugs, thus upload with severity=high. cryptsetup (2:1.0.6-4) unstable; urgency=medium [ David Härdeman ] * Make sure $IGNORE is reset as necessary, patch by Thomas Luzat