FS#7267 - rc.sysinit fails on cryptsetup password retry
Attached to Project:
Arch Linux
Opened by Delete Me (steve-e) - Friday, 25 May 2007, 09:06 GMT
Last edited by Thomas Bächler (brain0) - Sunday, 21 October 2007, 09:11 GMT
Opened by Delete Me (steve-e) - Friday, 25 May 2007, 09:06 GMT
Last edited by Thomas Bächler (brain0) - Sunday, 21 October 2007, 09:11 GMT
|
Details
My homepartiton is encrypted and password is set to ASK so
that I have to enter it when booting.
The default cryptsetup behaviour is that you have three tries to enter your password. This is does not work on bootup. When misspelling the password you have to reboot the machine - a very annoying behaviour. |
This task depends upon
Closed by Thomas Bächler (brain0)
Sunday, 21 October 2007, 09:11 GMT
Reason for closing: Fixed
Additional comments about closing: Using cryptsetup to ask for the passphrase works, if done properly.
There is a fix in initscripts-git, which will be in testing soon.
You can even specify the number of retries to cryptsetup using the fourth column of crypttab.
Sunday, 21 October 2007, 09:11 GMT
Reason for closing: Fixed
Additional comments about closing: Using cryptsetup to ask for the passphrase works, if done properly.
There is a fix in initscripts-git, which will be in testing soon.
You can even specify the number of retries to cryptsetup using the fourth column of crypttab.
I didn't think of password retrying when I wrote it. I'll have it fixed, but not before next Tuesday :)