On Mon, 09 Feb 2009 09:39:24 +0100 Johan Blåbäck <[email protected]> wrote:
> I'm setting up this old computer of mine and why not encrypt it. I have
> done this on several computers before, but never have I gotten these
> kind of errors.
You'll get segfault if you're trying to do something like luksOpen on a
non-existing device.
At least that was the reason for me, once, when I've tried to
luksOpen /dev/sda2 instead of /dev/sda3, or something like that.
Had it figured out by putting strace to initrd and running "strace
cryptsetup luksOpen ..." instead of just cryptsetup - gave me something
like "open('/dev/sdaX', ...) = -1 ENXIO (No such device or address)", so
I had to double-check and found the mistake to be that trivial.
--
Mike Kazantsev // fraggod.net
signature.asc
Description: PGP signature

