[NTLUG:Discuss] Help with starting NFS Daemon...
Dale Massey
dmassey at utdallas.edu
Tue Sep 7 07:37:08 CDT 1999
"Thomas T. Stocksdale" wrote:
>
> On Sun, 05 Sep 1999, newsseeker wrote:
> > ...
> > get a message saying 'rpc.nfsd: nfssvc: Function not implemented'. I'm
> > pretty sure there is a rpm package I haven't installed on the machine,
> > but I've been going crazy trying to figure out what that is. I
> > ...
> > Does anyone know what package I'm missing?
>
> I have this problem as well. I looked through the RedHat documentation and
> found that they are using the "kernel mode NFSD". After some searching, I
> found that in the _EXPERIMENTAL_ section of the kernel configuration
> (make xconfig).
>
> I rebuilt and re-installed my kernel (2.2.12), but I still get the error, so I
> am at a loss now, too.
>
> Tom
>
> _______________________________________________
> http://ntlug.org/mailman/listinfo/discuss
knfsd-1.2.2-4
knfsd-clients-1.2.2-4
These should be the only packages you require. I use nfs now myself with
automount basic steps I use to get nfs setup
1. Make sure you have those two rpms.
2. edit /etc/exports file and add an entry to export from server.
/dirname server(options)
3. restart or start nfs.
/etc/rc.d/init.d/nfs start
4. run exportfs from server.
exportfs
5. on the client you can then mount the nfs share.
mount -t nfs server:/dirname /dirname
That is what I do and no problems so far. Let me know if you have those
two packages and if it still doesn't work and I'll do some more digging.
Dale Massey
More information about the Discuss
mailing list