not now it won't - Maverick 2.6.35-14 kernel

it looks as though loop module is now internal,
$ sudo rmmod loop
ERROR: Module loop does not exist in /proc/modules

$ sudo modprobe -v -r loop
FATAL: Module loop is builtin

$ sudo modprobe cryptoloop aes
FATAL: Error inserting cryptoloop 
(/lib/modules/2.6.35-14-generic/kernel/drivers/block/cryptoloop.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)

there is no 'loop.ko' module originally at the directory
/lib/modules/`uname -r`/kernel/drivers/block/, modprobe to add the new
loop.ko looks as though it works, although tests give the result

$ sudo make tests
rm -f -r test-file[1234] test-dir1
dd if=/dev/zero of=test-file1 bs=1024 count=33
33+0 records in
33+0 records out
33792 bytes (34 kB) copied, 0.000179856 s, 188 MB/s
cp test-file1 test-file3
echo 09876543210987654321 | /sbin/losetup -p 0 -e AES128 /dev/loop7 test-file3
ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (128 
bits) not supported by kernel
make: *** [tests] Error 1

loop-aes-utils 2.16.2-1

-- 
ioctl: LOOP_SET_STATUS: Invalid argument, requested cipher or key length (256 
bits) not supported by kernel
https://bugs.launchpad.net/bugs/174738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to