Not sure if that is the same bug.

I currently run feisty (kernel 2.6.20-14) and try to setup dm-crypt /
LUKS

So far I did jitter my harddisk with sudo dd if=/dev/urandom of=/dev/hda

Then I did install cryptsetup --> sudo apt-get install cryptsetup
hashalot

Then I created a 160 GB partition:  cfdisk /dev/hda

Then I loaded the kernel modules:
sudo modprobe aes dm-crypt dm_mod

Then I tried to setup LUKS

cryptsetup --verbose --verify-passphrase luksFormat /dev/hda1

but I only get this output:

[EMAIL PROTECTED]:/dev$ sudo cryptsetup --verbose --verify-passphrase
luksFormat /dev/hda1

WARNING!
========
This will overwrite data on /dev/hda1 irrevocably.

Are you sure? (Type uppercase yes): YES
Enter LUKS passphrase: 
Verify passphrase: 
Command failed: Passphrases do not match
[EMAIL PROTECTED]:/dev$ sudo cryptsetup --verbose --verify-passphrase 
luksFormat /dev/hda1

WARNING!
========
This will overwrite data on /dev/hda1 irrevocably.

Are you sure? (Type uppercase yes): YES
Enter LUKS passphrase: 
Verify passphrase: 
Rendezvous with udev timed out for 'temporary-cryptsetup-6024'; stat failed: No 
such file or directory
Failed to setup dm-crypt key mapping.
Check kernel for support for the aes-cbc-essiv:sha256 cipher spec and verify 
that /dev/hda1 contains at least 133 sectors.
Failed to write to key storage.
Command failed.
[EMAIL PROTECTED]:/dev$ 


I even loaded the ase-i586 module but that didn't change anything...

I'm not sure if this belongs in here also.

-- 
fails to setup dm-crypt key mapping.  (2:1.0.4+svn26-1ubuntu1~edgy1)
https://bugs.launchpad.net/bugs/91405
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to