From: SourceForge.net <no...@so...> - 2009-12-02 13:17:57
|
Bugs item #2907467, was opened at 2009-12-02 14:17 Message generated for change (Tracker Item Submitted) made by germansalvador You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2907467&group_id=98788 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: German Salvador (germansalvador) Assigned to: Nobody/Anonymous (nobody) Summary: Problems with dm_crypt Initial Comment: Hello, Using the latest development snapshot (20091115), I am unable to deal with dm_crypt data. For example (run under the debian-lenny image): colinux:~# cat /mnt/test.sh #!/bin/sh MODULES="sha1 sha256 sha512 cbc ecb aes crypto_blkcipher md5" for m in $MODULES do modprobe $m done dd if=/dev/zero bs=1M count=50 of=/tmp/test.bin LOOP_DEV=$(losetup -fs /tmp/test.bin) echo $LOOP_DEV cryptsetup luksFormat $LOOP_DEV colinux:~# sh /mnt/test.sh 50+0 records in 50+0 records out 52428800 bytes (52 MB) copied, 0.3 s, 175 MB/s /dev/loop0 WARNING! ======== This will overwrite data on /dev/loop0 irrevocably. Are you sure? (Type uppercase yes): YES Enter LUKS passphrase: Verify passphrase: device-mapper: ioctl: device doesn't appear to be in the dev hash table. Command failed: Failed to setup dm-crypt key mapping. Check kernel for support for the aes-cbc-essiv:sha256 cipher spec and verify that /dev/loop0 contains at least 133 secto rs colinux:~# This didn't happen with builds that used the 2.6.22.18 kernel. I have also tried rebuilding colinux so that it includes the seqiv.ko, but it didn't help Thanks in advance ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=622063&aid=2907467&group_id=98788 |