[systemd-bugs] [Bug 75816] New: cryptsetup can not handle passwordless truecrypt volumes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 5 16:42:15 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=75816

          Priority: medium
            Bug ID: 75816
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: cryptsetup can not handle passwordless truecrypt
                    volumes
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: fergofrog at fergofrog.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

>From commit 66a5dbdf282435403f947c2caadd04bb0cdec752 which introduced
requirements for /dev/* keyfiles to have .device services added, the
documentation for handling passwordless truecrypt volumes is now incorrect. The
suggested behaviour from `man crypttab` is to use /dev/null in the password
field. After the above commit, a dev-null.device service is added as a
requirement to mount the crypttab devices. This is incorrect as there is no
need for a /dev/null device, nor does it exist (causing the boot to hang as it
waits for the mount to timeout).

A temporary work around is to create a blank file and specify it in the
password column and continue using the tcrypt-keyfile option. 

As an aside, the example at the bottom of `man crypttab` uses `/null' in the
password column, I suspect this is incorrect too (and did not work for me).

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140306/89b693ad/attachment.html>


More information about the systemd-bugs mailing list