Subject: Re: nfs server nor client don't start through rc.d system
To: Thomas Feddersen <thomas.feddersen@t-online.de>
From: Matthias Scheler <tron@zhadum.org.uk>
List: netbsd-users
Date: 02/11/2007 23:30:22
On Sat, Feb 10, 2007 at 09:19:37PM +0100, Thomas Feddersen wrote:
> I looked around a little in /usr/etc/rc.d ...
You mean "/etc/rc.d"?
> ... and I have the idea that the names of the scripts have been changed.
No, they haven't as far as I know.
> It appears to me that contrary to
> the NetBSD-guide at
> http://www.netbsd.org/guide/en/chap-net-misc.html#chap-net-misc-nfs
> the following changes have occurred:
> 1- "nfs_server" and "nfs_client" have been combined into "nfsd"
> 2- "lockd" and "statd" have been renamed "rpc.lockd" and "rpc.statd"
> respectively
> 3- and combined into "nfslocking"
You are confusing names of configuration variables with names of
scripts in "/etc/rc.conf". The guide tells you to put the following
settings into "/etc/rc.conf":
rpcbind=yes
mountd=yes
nfs_server=yes
lockd=yes
statd=yes
Please do that and reboot your system. It will start the daemons in
appropriate order and enable the NFS service.
Kind regards
--
Matthias Scheler http://zhadum.org.uk/