Comment 7 for bug 95050

Revision history for this message
Noam Meltzer (tsnoam) wrote :

Hi,

It goes like this:
/etc/init.d/cryptdisks calls a function called "do_start" from /lib/cryptsetup/cryptdisks.functions

Now, I'm going to refer to the original file (before my patch):
"do_start" begins at line 428.
at line 476 it calls a function called "lo_setup".

"lo_setup" begins at line 169.
at line 186 it creates the loopback device.

back to "do_start":
at line 484 it calls a function called "do_luks".

"do_luks" begins at line 243.
at line 278 it tries to execute "luksOpen", and I believe that it's clear from here what is the problem....

Best regards,
Noam Meltzer