Deleted Added
full compact
rpc.lockd.8 (141580) rpc.lockd.8 (168324)
1.\" $NetBSD: rpc.lockd.8,v 1.5 2000/06/09 18:51:47 cgd Exp $
2.\"
3.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
1.\" $NetBSD: rpc.lockd.8,v 1.5 2000/06/09 18:51:47 cgd Exp $
2.\"
3.\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

--- 17 unchanged lines hidden (view full) ---

26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" $FreeBSD: head/usr.sbin/rpc.lockd/rpc.lockd.8 141580 2005-02-09 18:07:17Z ru $
34.\" $FreeBSD: head/usr.sbin/rpc.lockd/rpc.lockd.8 168324 2007-04-03 20:58:28Z matteo $
35.\"
35.\"
36.Dd September 24, 1995
36.Dd April 3, 2007
37.Dt RPC.LOCKD 8
38.Os
39.Sh NAME
40.Nm rpc.lockd
41.Nd NFS file locking daemon
42.Sh SYNOPSIS
43.Nm
44.Op Fl d Ar debug_level
45.Op Fl g Ar grace period
37.Dt RPC.LOCKD 8
38.Os
39.Sh NAME
40.Nm rpc.lockd
41.Nd NFS file locking daemon
42.Sh SYNOPSIS
43.Nm
44.Op Fl d Ar debug_level
45.Op Fl g Ar grace period
46.Op Fl p Ar port
46.Sh DESCRIPTION
47The
48.Nm
49utility provides monitored and unmonitored file and record locking services
50in an NFS environment.
51To monitor the status of hosts requesting locks,
52the locking daemon typically operates in conjunction
53with

--- 24 unchanged lines hidden (view full) ---

78option allow to specify the
79.Ar grace period ,
80in seconds.
81During the grace period
82.Nm
83only accepts requests from hosts which are reinitialising locks which
84existed before the server restart.
85Default is 30 seconds.
47.Sh DESCRIPTION
48The
49.Nm
50utility provides monitored and unmonitored file and record locking services
51in an NFS environment.
52To monitor the status of hosts requesting locks,
53the locking daemon typically operates in conjunction
54with

--- 24 unchanged lines hidden (view full) ---

79option allow to specify the
80.Ar grace period ,
81in seconds.
82During the grace period
83.Nm
84only accepts requests from hosts which are reinitialising locks which
85existed before the server restart.
86Default is 30 seconds.
87.It Fl p
88The
89.Fl p
90option allow to force the daemon to bind to the specified
91.Ar port ,
92for both AF_INET and AF_INET6 address families.
86.El
87.Pp
88Error conditions are logged to syslog, irrespective of the debug level,
89using log level
90.Dv LOG_ERR
91and facility
92.Dv LOG_DAEMON .
93.Pp

--- 32 unchanged lines hidden ---
93.El
94.Pp
95Error conditions are logged to syslog, irrespective of the debug level,
96using log level
97.Dv LOG_ERR
98and facility
99.Dv LOG_DAEMON .
100.Pp

--- 32 unchanged lines hidden ---