Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 11:59:38 -0500
From:      Glenn Johnson <gjohnson@srrc.ars.usda.gov>
To:        current@freebsd.org
Subject:   syntax problem with /etc/rc.d/nfslocking
Message-ID:  <20030724165938.GA2876@node1.cluster.srrc.usda.gov>

next in thread | raw e-mail | index | archive | help
Occasionally, one of my systems gets rpc.lockd stuck using all of the 
CPU cycles.  I fix it by running '/etc/rc.d/nfslocking restart'.  That 
works but it shows there is a syntax error somewhere.  Here is the 
output that I get:

[: checkyesno: unexpected operator
Stopping statd.
[: checkyesno: unexpected operator
Stopping lockd.
Starting statd.
Starting lockd.

I have the following in /etc/rc.conf:

nfs_client_enable="YES"
nfs_server_enable="YES"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
rpcbind_enable="YES"

-- 
Glenn Johnson
USDA, ARS, SRRC			 Phone: (504) 286-4252
New Orleans, LA 70124		e-mail: gjohnson@srrc.ars.usda.gov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030724165938.GA2876>