Last Updated: February 25, 2016
·
8.981K
· splattael

Fixing "RPC: AUTH_GSS upcall timed out." on Ubuntu

Set NEED_GSSD to YES in /etc/default/nfs-common.

This option will start rpc.gssd on next boot fixing this error above.

My /etc/default/nfs-common looks like:

# ...

# Do you want to start the gssd daemon? It is required for Kerberos mounts.
NEED_GSSD=yes