Re: docs/103956: [ patch ] [ handbook ] add a section about NFS

看板FB_doc作者時間19年前 (2006/10/09 01:42), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/7 (看更多)
The following reply was made to PR docs/103956; it has been noted by GNATS. From: "Simon L. Nielsen" <simon@FreeBSD.org> To: Roman Bogorodskiy <novel@FreeBSD.org> Cc: bug-followup@FreeBSD.org, Remko Lodder <remko@elvandar.org> Subject: Re: docs/103956: [ patch ] [ handbook ] add a section about NFS locking to Handbook Date: Sun, 8 Oct 2006 19:30:23 +0200 On 2006.10.05 15:05:59 +0400, Roman Bogorodskiy wrote: > Update - fixed problems reported by remko. > <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> Here should be an extra newline. > + <screen>&prompt.root; <userinput>/etc/rc.d/nfslocking start</userinput></screen> > + > + <para>However, there is one more way of doing locking in > + <acronym>NFS</acronym> available. It is possible to pass > + <option>-L</option> to &man.mount.nfs.8;, but it is suitable > + for local locking only. Refer to &man.mount.nfs.8; for > + details.</para> How about instead, something like: If real locking between the NFS clients and NFS server is not required, it is possible to let the NFS client do locking locally by passing -L to &man.mount.nfs.8;. Refer to the &man.mount.nfs.8; manual page for further details. ? You also have a bit of end-of-line whitespace which should be removed. > + </sect2> > + > + <sect2> > <title>Practical Uses</title> > > <para><acronym>NFS</acronym> has many practical uses. Some of -- Simon L. Nielsen _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
文章代碼(AID): #15AJXn00 (FB_doc)
討論串 (同標題文章)
文章代碼(AID): #15AJXn00 (FB_doc)