[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: starting nfs



Osamu,

I read the reference manual but didn't find anything that addresses the
errors I get, which are:

knuth:/etc/init.d# /etc/init.d/nfs-kernel-server start
Starting NFS kernel daemon: nfsdnfssvc: Function not implemented
 mountd.
Exporting directories for NFS kernel daemon...feynman.amplepower.com:/:
Function not implemented
done.

This is after running dselect and downloading all packages and configuring
them.  Here are the files I expect are needed for nfs to operate.  They
are the same files I use on RedHat and Slackware machines.

knuth:/etc# less exports
/ *.amplepower.com(rw,no_root_squash,nohide)
knuth:/etc# less hosts.allow
# /etc/hosts.allow: list of hosts that are allowed to access the system.
#                   See the manual pages hosts_access(5), hosts_options(5)
#                   and /usr/doc/netbase/portmapper.txt.gz
#
# Example:    ALL: LOCAL @some_netgroup
#             ALL: .foobar.edu EXCEPT terminalserver.foobar.edu
#
# If you're going to protect the portmapper use the name "portmap" for the
# daemon name. Remember that you can only use the keyword "ALL" and IP
# addresses (NOT host or domain names) for the portmapper. See portmap(8)
# and /usr/doc/netbase/portmapper.txt.gz for further information.
#
ALL:
knuth:/etc# less hosts.deny
# /etc/hosts.deny: list of hosts that are _not_ allowed to access the
system.
#                  See the manual pages hosts_access(5), hosts_options(5)
#                  and /usr/doc/netbase/portmapper.txt.gz
#
# Example:    ALL: some.host.name, .some.domain
#             ALL EXCEPT in.fingerd: other.host.name, .other.domain
#
# If you're going to protect the portmapper use the name "portmap" for the
# daemon name. Remember that you can only use the keyword "ALL" and IP
# addresses (NOT host or domain names) for the portmapper. See portmap(8)
# and /usr/doc/netbase/portmapper.txt.gz for further information.
#
# The PARANOID wildcard matches any host whose name does not match its
# address.
#ALL: PARANOID

At this point, nfs is the only problem I'm having.

-- 
Sincerely,

David Smead
http://www.amplepower.com.

On Mon, 15 Apr 2002, Osamu Aoki wrote:

> On Mon, Apr 15, 2002 at 07:51:26PM -0700, David Smead wrote:
> > David,
> >
> > Thanks for you help.
> >
> > I used your suggestions and at least got the nfs packages.  They must not
> > be in the base install.  Is their an apt-get command that makes a list of
> > everything not installed?
> >
> > However I do have some errors:
> >
> > knuth:/etc/init.d# ./nfs-kernel-server start
> > Starting NFS kernel daemon: nfsdnfssvc: Function not implemented
> >  mountd.
> > Exporting directories for NFS kernel daemon...feynman.amplepower.com:/:
> > Function not implemented
> > done.
> > knuth:/etc/init.d# ps ax |grep rpc
> >  2545 ?        S      0:00 /sbin/rpc.statd
> >  2557 ?        S      0:00 /usr/sbin/rpc.mountd
> >  2596 pts/5    S      0:00 grep rpc
> >
> > According to Osamu Aoki, I should also see  /usr/sbin/rpc.nfsd.
>
> Did I say this?  I said this file needs to exist in file system.
> Otherwise, init.d script will terminate before doing real job.
>
>
> Warning: /boot/System.map-2.4.18-686-smp does not match kernel data.
> root       250  0.0  0.0  1476  120 ?        S    Mar24   0:00 /sbin/rpc.statd
> root       343  0.0  0.0     0    0 ?        SW   Mar24   0:00 [rpciod]
> root       346  0.0  0.0  1448   60 ?        S    Mar24   0:00 /usr/sbin/rpc.mountd
> nospam   25736  0.0  0.3  1368  488 pts/7    S    23:24   0:00 grep rpc
>
> That is my system.
>
>


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: