<html><body>Hi there,<br><br>I need acess to NFS shares secured by NFS. After installing Fedora 15 on my notebook I replicated all configs I used on other machine with Fedora 14, but rpcgssd doesn't start and so I cannot mount the NFS share.<br><br>I changed /etc/sysconfig/nfs so:<br><br># Set to turn on Secure NFS mounts. <br>SECURE_NFS="yes"<br># Optional arguments passed to rpc.gssd. See rpc.gssd(8)<br>RPCGSSDARGS="-v -v"<br><br>I kave a keytab with correct parameters:<br>[teste@lgx200 ~]$ klist -k<br>Keytab name: WRFILE:/etc/krb5.keytab<br>KVNO Principal<br>---- --------------------------------------------------------------------------<br>&nbsp;&nbsp; 2 nfs/lgx200.4linux.com.br@USERS<br><br>When I start rpcgssd it shows an ok:<br>[root@lgx200 ~]# /etc/init.d/rpcgssd start ; echo $?<br>Starting rpcgssd (via systemctl):&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&nbsp; OK&nbsp; ]<br>0<br><br>But the daemon does not starts:<br>[root@lgx200 ~]# !ps<br>ps ax | grep rpc<br>&nbsp; 889 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ss&nbsp;&nbsp;&nbsp;&nbsp; 0:00 rpcbind<br>&nbsp;1024 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ss&nbsp;&nbsp;&nbsp;&nbsp; 0:00 rpc.statd<br>&nbsp;1026 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&lt;&nbsp;&nbsp;&nbsp;&nbsp; 0:00 [rpciod]<br>&nbsp;1052 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ss&nbsp;&nbsp;&nbsp;&nbsp; 0:00 rpc.idmapd<br>15109 pts/1&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp;&nbsp;&nbsp; 0:00 grep --color=auto rpc<br><br>And when I try to mount, the command seems struck, but&nbsp; the logs show:<br><br>May 26 01:37:13 lgx200 kernel: [ 3285.830093] RPC: AUTH_GSS upcall timed out.<br>May 26 01:37:13 lgx200 kernel: [ 3285.830103] Please check user daemon is running.<br><br><br>Any ideas why rpcgssd isn't starting?<br><br><br>[]s, Fernando Lozano<br><br></body></html>