FreeBSD Bugzilla – Attachment 71352 Details for
Bug 103956
[ patch ] [ handbook ] add a section about NFS locking to Handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nfslocking.diff
nfslocking.diff (text/plain), 1.21 KB, created by
Roman Bogorodskiy
on 2006-10-03 18:30:14 UTC
(
hide
)
Description:
nfslocking.diff
Filename:
MIME Type:
Creator:
Roman Bogorodskiy
Created:
2006-10-03 18:30:14 UTC
Size:
1.21 KB
patch
obsolete
>Index: chapter.sgml >=================================================================== >RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml,v >retrieving revision 1.89 >diff -u -r1.89 chapter.sgml >--- chapter.sgml 24 Sep 2006 14:17:15 -0000 1.89 >+++ chapter.sgml 3 Oct 2006 17:09:59 -0000 >@@ -822,6 +822,23 @@ > </sect2> > > <sect2> >+ <title>Locking</title> >+ >+ <para>Some applications (e.g. <application>mutt</application>) >+ require file locking to operate correctly. In the case of >+ <acronym>NFS</acronym>, <application>rpc.lockd</application> >+ can be used for file locking. To enable it, add the following >+ to the <filename>/etc/rc.conf</filename> file on both client >+ and server (it is assumed that <acronym>NFS</acronym> >+ client and server are configured already):</para> >+ >+ <programlisting>rpc_lockd_enable="YES" >+rpc_statd_enable="YES"</programlisting> >+ >+ <para>Start the application by using:</para> >+ <screen>&prompt.root; <userinput>/etc/rc.d/nfslocking start</userinput></screen> >+ >+ <sect2> > <title>Practical Uses</title> > > <para><acronym>NFS</acronym> has many practical uses. Some of
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103956
: 71352