I'm trying to set up a NFS share but I cant start NFS service:
$ service nfs start
Starting NFS services: [ OK ]
Starting NFS daemon: [FAILED]
$ service nfs status
rpc.mountd is stopped
nfsd is stopped
Portmap is running:
$service portmap status
portmap (pid 6522) is running...
Exports contents (the real exports file has valid IP address instead of xxx.)
$ cat /etc/exports
/var/www/vhosts/ xxx.xxx.xxx.xxx(ro,sync)
/var/log/messages
output after service nfs start
Apr 14 13:24:18 s15315044 nfsd[2483]: nfssvc: Function not implemented
As requested:
$ grep NFS /boot/config*
/boot/config-2.6.26.7rootserver-20081028a:CONFIG_NFS_FS=y
/boot/config-2.6.26.7rootserver-20081028a:CONFIG_NFS_V3=y
/boot/config-2.6.26.7rootserver-20081028a:CONFIG_NFS_V3_ACL=y
/boot/config-2.6.26.7rootserver-20081028a:CONFIG_NFS_V4=y
/boot/config-2.6.26.7rootserver-20081028a:# CONFIG_NFSD is not set
/boot/config-2.6.26.7rootserver-20081028a:CONFIG_NFS_ACL_SUPPORT=y
/boot/config-2.6.26.7rootserver-20081028a:CONFIG_NFS_COMMON=y
/boot/config-2.6.27.4rootserver-20081028a:CONFIG_NFS_FS=y
/boot/config-2.6.27.4rootserver-20081028a:CONFIG_NFS_V3=y
/boot/config-2.6.27.4rootserver-20081028a:CONFIG_NFS_V3_ACL=y
/boot/config-2.6.27.4rootserver-20081028a:CONFIG_NFS_V4=y
/boot/config-2.6.27.4rootserver-20081028a:# CONFIG_NFSD is not set
/boot/config-2.6.27.4rootserver-20081028a:CONFIG_NFS_ACL_SUPPORT=y
/boot/config-2.6.27.4rootserver-20081028a:CONFIG_NFS_COMMON=y
I'ts a dedicated server: CentOS release 5.7
$ cat /proc/version
Linux version 2.6.27.4rootserver-20081028a (root@rpmbuildd-amd64) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)) #1 SMP Tue Oct 28 06:03:38 EDT 2008
Any ideas?