This bug remains. I was only able to resolve it functionally by specifying a one letter p/w. With multiple character passwords, it becomes impossible to submit the correct p/w. (both with regards to libpam which is what I care about)
You want me to specify how to create a standard luks file container? !#/bin/bash file=/acc/t_data mnt=/acc/t lo=/dev/loop1 name=t dd if=/dev/zero of=$file bs=1MB count=5 losetup $lo $file cryptsetup luksFormat $lo cryptsetup luksOpen $lo $name mkfs.ext4 /dev/mapper/$name The fstab is: /acc/t_data /acc/t crypto_LUKS defaults 0 0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258900 Title: Ecryptfs,cryptsetup p/w prompt enter key failures To manage notifications about this bug go to: https://bugs.launchpad.net/cryptsetup/+bug/1258900/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
