Subject: Re: Problems with nfslocking
To: Martti Kuparinen <martti.kuparinen@iki.fi>
From: Greg Oster <oster@cs.usask.ca>
List: netbsd-help
Date: 07/31/2003 08:51:17
Martti Kuparinen writes:
> Hi!
>
> This might be a stupid question but it's too hot here in Finland and my brains
> are not working correctly...
>
> ROOT inside:~> grep nfs /etc/rc.conf
> nfs_server=YES
> nfslocking=YES
> nfsd=YES
>
> Why isn't this working? No errors, nothing...
>
> ROOT inside:~> /etc/rc.d/nfslocking start
> ROOT inside:~>
You need these two lines in rc.conf as well:
lockd=YES
statd=YES
Later...
Greg Oster