Re: rpcgssd not starting on fedora 15

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Thu, 26 May 2011, fernando@xxxxxxxxxxxxx wrote:

Hi there,

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.

I changed /etc/sysconfig/nfs so:

# Set to turn on Secure NFS mounts.
SECURE_NFS="yes"
# Optional arguments passed to rpc.gssd. See rpc.gssd(8)
RPCGSSDARGS="-v -v"

I kave a keytab with correct parameters:
[teste@lgx200 ~]$ klist -k
Keytab name: WRFILE:/etc/krb5.keytab
KVNO Principal
----
--------------------------------------------------------------------------
ÂÂ 2 nfs/lgx200.4linux.com.br@USERS

When I start rpcgssd it shows an ok:
[root@lgx200 ~]# /etc/init.d/rpcgssd start ; echo $?
Starting rpcgssd (via systemctl):ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ [Â OKÂ ]
0

But the daemon does not starts:
[root@lgx200 ~]# !ps
ps ax | grep rpc
 889 ? Ss 0:00 rpcbind
Â1024 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 rpc.statd
Â1026 ?ÂÂÂÂÂÂÂ S<ÂÂÂÂ 0:00 [rpciod]
Â1052 ?ÂÂÂÂÂÂÂ SsÂÂÂÂ 0:00 rpc.idmapd
15109 pts/1ÂÂÂ S+ÂÂÂÂ 0:00 grep --color=auto rpc

And when I try to mount, the command seems struck, but the logs show:

May 26 01:37:13 lgx200 kernel: [ 3285.830093] RPC: AUTH_GSS upcall timed
out.
May 26 01:37:13 lgx200 kernel: [ 3285.830103] Please check user daemon is
running.


Any ideas why rpcgssd isn't starting?


It could be bug 702707 https://bugzilla.redhat.com/show_bug.cgi?id=702707

The nfs-utils start up scripts such as rpcgssd and rpcidmapd don't work if run in parallel (which systemd does) and one will fail. Systemd isn't very helpful here either because it decides the service is running so you can't use service rpcgssd start afterwards to start it, but service rpcgssd restart should work.

	Michael Young
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux