My pam_mount setup (with crypt, I got the --pass-fd warning on each login) just broke completely on Linux 3.14. Maybe support for that option got completely removed in the latest kernel? (I still get the same warning though, so maybe it’s another reason.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, I tried to bisect the Linux kernel between 3.13 and 3.14, and somewhere along the bug vanished, and pam_mount works again – I assume it was a bad config choice (during the bisect I mostly used the default values). Nevermind.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
[edit]referenced a report wrongly posted on the pmount bugtracker[/edit]
Last edit: Raphaël 2014-03-24
--pass-fd removal started with a deprecation, back in 2012:
http://git.kernel.org/cgit/utils/util-linux/util-linux.git/commit/?id=5cf05c71472bf7230075cbdcd5cd6eb12b1d3654
I initially though about --pass-fd being useful with keyfile=/dev/stdin but it seems that not.
My pam_mount setup (with crypt, I got the --pass-fd warning on each login) just broke completely on Linux 3.14. Maybe support for that option got completely removed in the latest kernel? (I still get the same warning though, so maybe it’s another reason.)
Well, I tried to bisect the Linux kernel between 3.13 and 3.14, and somewhere along the bug vanished, and pam_mount works again – I assume it was a bad config choice (during the bisect I mostly used the default values). Nevermind.