http://bugzilla.novell.com/show_bug.cgi?id=540363 Summary: /etc/init.d/boot.crypto fails to mount device when keyfile is specified Classification: openSUSE Product: openSUSE 11.2 Version: Milestone 7 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jacob.hart+opensuse@gmail.com QAContact: qa@suse.de Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.2) Gecko/20090730 SUSE/3.5.2-3.4 Firefox/3.5.2 Example /etc/crypttab # name device key options crypt-tmp /dev/sdb1 /root/crypt-tmp.key luks elantris:~ # ls -al /root/crypt-tmp.key -rw-r--r-- 1 root root 256 2009-09-19 02:39 /root/crypt-tmp.key elantris:~ # /etc/init.d/boot.crypto start /dev/sdb1 /lib/cryptsetup/boot.crypto.functions: line 623: -e: command not found crypt-tmp: /root/crypt-tmp.key does not exist skipped It's a one-line fix: just add "test" before "-e" on line 623 and everything's fine. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.