Public bug reported:

Binary package hint: udev

I am trying to automatically mount a LUKS volume when I log in:

/etc/security/pam_mount.conf:
<volume path="/dev/sda3" user="tom"/>

/etc/fstab:
/dev/sda3 /media/sda3 crypt defaults,noauto,nodev,nosuid 0 0

Instead of mounting the volume this causes the login process to get
stuck:

mount -p0 -o defaults,noauto,nodev,nosuid -t auto /dev/sda3 /media/sda3
/sbin/mount.crypto_LUKS /dev/sda3 /media/sda3 -o rw,nosuid,nodev
cryptsetup luksOpen /dev/sda3 _dev_sda3
sh -c /sbin/udevadm settle
/sbin/udevadm settle

I am currently using chmod 644 /sbin/udevadm as a workaround.

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
udevadm settle hangs
https://bugs.launchpad.net/bugs/387086
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to