Package: cryptsetup Version: 1.0.2+1.0.3-rc3-1 Severity: normal Hi,
When cryptsetup's timeout is reached, the password prompting that cryptsetup does is interrupted. However, it doesn't reset the terminal; instead, it makes it so that input is not echoed. Here's an example. [EMAIL PROTECTED]:~$ cat /etc/crypttab # <target name> <source device> <key file> <options> lith /dev/lith/lvol0 none timeout=5 [EMAIL PROTECTED]:~$ sudo /etc/init.d/cryptdisks start Starting crypto disks... lith(starting) Enter passphrase: Operation timed out. Exiting. done. [EMAIL PROTECTED]:~$ foo Once cryptsetup timed out, I had typed "echo foo"; however, it doesn't show up in the shell. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

