Hi,
please excuse just in case this has been discussed before. I have just
signed up
cryptsetup 1.0.3 works fine on SuSE 10.0 (Eval) but on SuSE 10.1 it
hangs for no apparent reason.
I have tested this on 2 different PCs with SuSE 10.1.
What I wanted to do is mount a loopback-volume:
dd if=/dev/urandom of=~/.secret bs=1M count=4
losetup /dev/loop5 ~/.secret
cryptsetup luksFormat /dev/loop5
cryptsetup luksOpen /dev/loop5 ~/.secret
Sometimes luksFormat hangs and sometimes luksOpen hangs. In either case
the processes cannot be interrupted nor ended with kill or kill -9.
Please give me a hint on where to look for the cause.
Thanks, Stefan
|