Subject: NFS Server problems
To: port-pmax@NetBSD.ORG <port-pmax@NetBSD.ORG>
From: Bill Harris <billh@airmail.net>
List: port-pmax
Date: 01/13/1998 13:25:28
Hmm, I can't seem to find my way out of a paper bag today.
I'm trying to enable nfs server processes, but keep hitting
a wall.

I've compiled and running a kernel with NFS server (and
client) defined and have the following entries in my rc.conf:

# NFS daemons and parameters
nfs_client=NO                                   # enable client daemons
                        nfsiod_flags="-n 4"
nfs_server=YES                                  # enable server daemons
                        mountd_flags=""
                        nfsd_flags="-tun 4"
lockd=NO                lockd_flags=""
statd=NO                statd_flags=""
amd=NO                  amd_flags="-l syslog -x error,noinfo,nostats"
                        amd_dir=/amd                    # mount dir
                        amd_master=/etc/amd/master      # master map

But I get the following log errors on restart or invoking nfsd -tun 4
from the command line.  Port mapper and mountd is running, but
I get the following:

Jan 13 13:10:49 pmax nfsd:[306]: nfssvc: Function not implemented
Jan 13 13:10:49 pmax nfsd:[308]: nfssvc: Function not implemented
Jan 13 13:10:49 pmax nfsd:[305]: nfssvc: Function not implemented
Jan 13 13:10:49 pmax nfsd:[304]: can't Add UDP socket
Jan 13 13:10:49 pmax nfsd:[307]: nfssvc: Function not implemented

Hmm...

Bill