You are not logged in.

#1 2009-02-22 21:56:42

monohouse
Member
Registered: 2008-11-03
Posts: 4

2.6.28.2: nfssvc: Function not implemented

# lsmod
Module                  Size  Used by
nfs                   126028  0
nfsd                   79144  0
exportfs                2464  1 nfsd
lockd                  54184  2 nfs,nfsd
sunrpc                143804  3 nfs,nfsd,lockd
sch_htb                13728  2
ide_cd_mod             31944  0
mousedev                8804  1
psmouse                12168  0
piix                    4164  0
ide_core               60844  2 ide_cd_mod,piix
# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:40293           0.0.0.0:*               LISTEN      24439/rpc.statd
tcp        0      0 0.0.0.0:60837           0.0.0.0:*               LISTEN      24437/rpc.mountd
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      24435/portmap
udp        0      0 0.0.0.0:55729           0.0.0.0:*                           24437/rpc.mountd
udp        0      0 0.0.0.0:40402           0.0.0.0:*                           24439/rpc.statd
udp        0      0 0.0.0.0:871             0.0.0.0:*                           24439/rpc.statd
udp        0      0 0.0.0.0:111             0.0.0.0:*                           24435/portmap

from client:

rpcinfo -p 192.168.1.1

program version protocol        port
--------------------------------------------------
100000  2       tcp             111     portmapper
100005  1       udp             55729   mountd
100005  1       tcp             60837   mountd
100005  2       udp             55729   mountd
100005  2       tcp             60837   mountd
100005  3       udp             55729   mountd
100005  3       tcp             60837   mountd
100024  1       udp             40402   status
100024  1       tcp             40293   status

using nfs-utils 1.1.4:

./configure --prefix=/opt/nfs --disable-nfsv4 --enable-shared --disable-static --disable-gss

kernel:

CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_REGISTER_V4 is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set

anyone has any ideas why the NFS server does not start ?

Last edited by monohouse (2009-02-22 22:03:10)

Offline

Board footer

Powered by FluxBB