Package: cryptmount Version: 5.1-1 Hi.
The cryptmount-setup script fails immediately when I provide mismatched passwords (passphrases) during setup. So the user has try again, and type in all those configuration values again. Hark! A bug! cryptmount-setup remembered the name of the new filesystem from the first run, even though it didn't complete, and won't allow the user try again to create an encrypted filesystem with that name. A shell transcript follows. Bug observed at the end. >>> hobbes@metalbaby:~$ sudo cryptmount-setup # [...] omitting some lines [...] Generating random key; please be patient... Enter new password for target "scrambled": Confirm password: Password mismatch hobbes@metalbaby:~$ sudo cryptmount-setup ------------------------------ cryptmount setup script This program will allow you to setup a secure filing-system that will be managed by "cryptmount". You will be able to select basic features such as the location and size of the filesystem - if you want more advanced features, you should consult the cryptmount manual page. cryptmount version 5.1, (C)Copyright 2007-2014 RW Penney cryptmount comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions - see the file 'COPYING' in the source directory. ------------------------------ Each cryptmount filesystem is identifed by a short name which is used when mounting or configuring that filesystem. This name should be a single word (without spaces), such as "opaque". The following target names have already been used: scrambled Please enter a target name for your filesystem [opaque]: scrambled The target-name "scrambled" has already been used Please enter a target name for your filesystem [opaque]: >>> Cheers, --Dave