"Stephen J. Thompson" wrote: > I am having trouble with loop-aes v1.7c. I have patched my mount, losetup etc > fine and I have compiled the modules fine also but when I run make tests I > get the following error: > > dd if=/dev/zero of=test-file1 bs=1024 count=10 > 10+0 records in > 10+0 records out > 10240 bytes transferred in 0.000228 seconds (44910058 bytes/sec) > cp test-file1 test-file3 > make test-part2 CT=XOR ITER=0 HF=sha256 > MD=7ccb0383a96c720652cfe7c73371ea91 TF=test-file1 PSW=12345678901234567890 > make[1]: Entering directory `/home/usr_src/loop-aes/loop-AES-v1.7c' > echo 12345678901234567890 | losetup -p 0 -e XOR -H sha256 -C 0 /dev/loop7 > test-file1 > ioctl: LOOP_SET_FD: Device or resource busy > make[1]: *** [test-part2] Error 1 > make[1]: Leaving directory `/home/usr_src/loop-aes/loop-AES-v1.7c' > make: *** [tests] Error 2 Loop device /dev/loop7 is already set up for some other use. "make tests" tries to use that same /dev/loop7 too, and fails. To display what loops are being used, type "losetup -a". Regards, Jari Ruusu <jari.ruusu@xxxxxxxxxx> - Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/