I think this issue may have started in one of the recent updates to Mageia 3 before 4 was officially released but here's the beef:
o NFS mounts via autofs are slow to mount.
o This error appears in the logs when autofs mounts:
- Code: Select all
kernel: RPC: AUTH_GSS upcall timed out.
Please check user daemon is running.
I've searched via Google as well as this forum specifically but all I can find is that I believe it's looking for rpc.gssd to be running. However, though I've found the gss daemon binaries in /usr/sbin (rpc.gssd, rpc.svcgssd, etc. as installed from nfs-utils), I don't seen an obvious way to start the daemon. There's no systemd or init.d service tied to it and I can't find a flag anywhere that enables or disables it from starting (e.g. /etc/sysconfig/nfs).
I did find a setting in /etc/nfsmount.conf to control the RPCGSS security flavors. The default setting is "Sec=sys" but I haven't yet found documentation to describe what that means. I tried setting it to "none" but I still see the aforementioned error when mounting an NFS file system.
I suppose what I'm looking for is decent references on how to properly configure or unconfigure the need for this daemon. Any suggestions are greatly appreciated!
Thanks,
-Jeff