Can not start NFS Server

General support questions
Post Reply
un1x
Posts: 1
Joined: 2012/01/11 09:41:55

Can not start NFS Server

Post by un1x » 2012/01/11 09:44:22

I am unable to start the NFS service. When starting there is no error. But the services are stopt after it. No messages at all in /var/log/messages. Same happens to rpcbind serivce. Any idea what this could be? I also tried to disable iptables. Any idea what the issue could be?

[code][root@server1 ~]# service nfs start
[root@server1 ~]# service nfs status
rpc.svcgssd is stopped
rpc.mountd is stopped
nfsd is stopped
rpc.rquotad is stopped

[root@server1 ~]# service rpcbind start
[root@server1 ~]# service rpcbind status
rpcbind is stopped

[root@server1 ~]# cat /etc/exports
/tmp *(ro)

[root@server1 ~]# chkconfig --list | egrep '(rpcbind|nfs)'
nfs 0:off 1:off 2:on 3:on 4:on 5:on 6:off
nfslock 0:off 1:off 2:on 3:on 4:on 5:on 6:off
rpcbind 0:off 1:off 2:on 3:on 4:on 5:on 6:off[/code]

gerald_clark
Posts: 10642
Joined: 2005/08/05 15:19:54
Location: Northern Illinois, USA

Can not start NFS Server

Post by gerald_clark » 2012/01/11 14:31:36

This exact problem was on irc at the same time and was the result of editing init files on a Windows box.
If the OP is the same person, please update the forum.

matker
Posts: 1
Joined: 2012/05/01 19:04:30

Re: Can not start NFS Server

Post by matker » 2012/05/01 19:07:32

Hello,

I have exactly the same issue. Iptables and selinux is off.

Appreciate any help on this.

BR,

George

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Can not start NFS Server

Post by pschaff » 2012/05/01 19:08:18

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature.

After reading those links you should realize why you should not hijack threads as you have done. Please start a new Topic for your issue to get the attention you need, providing a link to this one if required for context.

Post Reply