FedoraForum.org - Fedora Support Forums and Community
Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2010
    Posts
    53
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    NFSv4 and the RPC svcgssd-service

    I have managed to setup NFSv4 by following different HOW-TOs. But now, every time I start my desktop-computer, that acts as the NFS-server, I get the message that the RPC svcgssd-service failed to start. I have googled around a bit but did'nt find anything about how to either remove the service (not sure it is needed) or to make it start on boot.
    Facts are meaningless. You could use facts to prove anything that's even remotely true!
    -- Homer Simpson

  2. #2
    stevea Guest

    Re: NFSv4 and the RPC svcgssd-service

    "rpcsvrgssd" is the name of the service.

    You need it if you are using a gssapi type of authentication (typically Kerberos_ for NFS. Otherwise you don't.
    Stop it in and disable it in the system-config-services tool.

  3. #3
    Join Date
    Feb 2010
    Posts
    53
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: NFSv4 and the RPC svcgssd-service

    Stop it in and disable it in the system-config-services tool.
    I have already tried that, with no result. It seems like the rpcgssd-service restarts itself on each new boot. You don't happen to know any other possible solutions?
    Facts are meaningless. You could use facts to prove anything that's even remotely true!
    -- Homer Simpson

  4. #4
    leigh123linux Guest

    Re: NFSv4 and the RPC svcgssd-service

    Quote Originally Posted by MitraMai
    I have already tried that, with no result. It seems like the rpcgssd-service restarts itself on each new boot. You don't happen to know any other possible solutions?
    Try

    Code:
    Su
    chkconfig --level 12345 rpcsvrgssd off
    service rpcsvrgssd stop

  5. #5
    Join Date
    Feb 2010
    Posts
    53
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: NFSv4 and the RPC svcgssd-service

    @Leigh123linux

    The second command gives me:
    Code:
    [root@Alcor martin]# service rpcsvcgssd stop
    Stänger ner RPC svcgssd:                                   [MISSLYCKADES]
    [root@Alcor martin]#
    That is "shutting down RPC ... [failed]"
    Facts are meaningless. You could use facts to prove anything that's even remotely true!
    -- Homer Simpson

Similar Threads

  1. does anyone know how to use nfsv4
    By Jedy in forum Servers & Networking
    Replies: 2
    Last Post: 15th December 2004, 01:33 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •