On Thu, Jun 29, 2006 at 11:16:27AM -0700, Martin Dorey wrote:
> I ran into this too and spammed the autofs list. Joe Pruett points me
> at http://www.mail-archive.com/[email protected]/msg05016.html, in
> which Ian Kent suggests disabling the autofs locking, providing that
> mount locks mtab properly. Does Debian's mount do that?
strace seems to indicate that it does:
open("/etc/mtab~5247", O_WRONLY|O_CREAT, 0600) = 3
close(3) = 0
link("/etc/mtab~5247", "/etc/mtab~") = 0
unlink("/etc/mtab~5247") = 0
open("/etc/mtab~", O_WRONLY) = 3
fcntl(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
close(3) = 0
/* Steinar */
--
Homepage: http://www.sesse.net/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]