... a followup, if I may ...
on the server, I tried stracing rpc.mountd, but saw nothing "interesting",
just the log message written to /var/log/daemon.log
send(8, "<29>Jan 7 17:49:22 mountd[5741]: authenticated mount request
from B.atnf.CSIRO.AU:703 for /data/A_1 (/data/A_1)", 130,
MSG_NOSIGNAL) = 130
I also see this in the server strace, when the failure occurs:
open("/proc/fs/nfsd/filehandle", O_RDWR|O_LARGEFILE) = 9
write(9, "@mygroup /data/A_1 64 \n", 24) = -1 EPERM (Operation not permitted)
read(9, "", 4096) = 0
close(9) = 0
This does not occur on a successful automount attempt, instead I get:
open("/proc/fs/nfsd/filehandle", O_RDWR|O_LARGEFILE) = 10
write(10, "@mygroup /data/A_1 64 \n", 24) = 24
read(10, "\\x0100000000fe000502000000\n", 4096) = 27
close(10) = 0
Cheers
Vince
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]