Bug#298944: -d/--key-file option fails to open file

2005-03-15 Thread Wesley W. Terpstra
On Tue, Mar 15, 2005 at 09:46:41AM +, Dick Middleton wrote: On Thu, Mar 10, 2005 at 07:11:37PM +, Dick Middleton wrote: cryptsetup -d /etc/keys/part3 create part3 /dev/hda3 Command failed: No such file or directory Same problem with --key-file rather than -d I think there's

Bug#298944: -d/--key-file option fails to open file

2005-03-12 Thread Wesley W. Terpstra
On Thu, Mar 10, 2005 at 07:11:37PM +, Dick Middleton wrote: cryptsetup -d /etc/keys/part3 create part3 /dev/hda3 Command failed: No such file or directory Same problem with --key-file rather than -d I think there's something else the matter; this works for me. Is it possible that

Bug#298944: -d/--key-file option fails to open file

2005-03-10 Thread Dick Middleton
Package: cryptsetup Version: 20050111-3 cryptseup always fails to open key file: cryptsetup -d /etc/keys/part3 create part3 /dev/hda3 Command failed: No such file or directory Same problem with --key-file rather than -d However cat /etc/keys/part3 | cryptsetup create part3 /dev/hda3 works