mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Fix some structural/textual issues
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7296 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
2e3e2711c6
commit
0f10bc0298
@ -71,20 +71,24 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="portmap"/> (Runtime dependency)</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="tcpwrappers"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
|
||||
<para role="optional"><xref linkend="pkgconfig"/> and
|
||||
<ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnsfidmap</ulink>
|
||||
<para role="optional"><xref linkend="pkgconfig"/>,
|
||||
<ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink>, and
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnsfidmap</ulink>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional for GSS (RPC Security) Support</bridgehead>
|
||||
<para role="optional"><xref linkend="pkgconfig"/>, and
|
||||
<para role="optional"><xref linkend="pkgconfig"/>,
|
||||
<xref linkend="mitkrb"/> or
|
||||
<xref linkend="heimdal"/> or
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink>;
|
||||
for additional SPKM-3 support, install
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink></para>
|
||||
<ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional for SPKM-3 Support</bridgehead>
|
||||
<para><ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/nfs-utils"/></para>
|
||||
@ -148,18 +152,16 @@ useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
|
||||
--disable-gss &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>If your <filename class="directory">/usr</filename> directory
|
||||
is NFS mounted, you should install the executables in
|
||||
<filename class="directory">/sbin</filename> by passing
|
||||
an additional parameter <option>--sbindir=/sbin</option> to the
|
||||
above <command>./configure</command> command.</para>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<note>
|
||||
<para>If your <filename class="directory">/usr</filename> directory
|
||||
is NFS mounted, you should install the executables in
|
||||
<filename class="directory">/sbin</filename> by passing
|
||||
an additional parameter <option>--sbindir=/sbin</option> to the
|
||||
above <command>./configure</command> command.</para>
|
||||
</note>
|
||||
|
||||
<screen role='root'><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
@ -173,9 +175,6 @@ make</userinput></screen>
|
||||
<para><parameter>--disable-gss</parameter>: Disables support for
|
||||
RPCSEC GSS (RPC Security).</para>
|
||||
|
||||
<para><option>--with-tcp-wrappers</option>: Use this option to enable
|
||||
tcpwrappers support.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="configuration">
|
||||
@ -232,10 +231,11 @@ EOF</userinput></screen>
|
||||
<sect4 id="nfs-utils-server-wrappers-support">
|
||||
<title>tcpwrappers Configuration</title>
|
||||
|
||||
<para>If you enabled support for <application>tcpwrappers</application>,
|
||||
ensure you have an entry in the <filename>/etc/hosts.allow</filename>
|
||||
file for access from the <command>portmap</command> daemon if you have a
|
||||
restrictive <filename>/etc/hosts.deny</filename> file.</para>
|
||||
<para>If you have <xref linkend="tcpwrappers"/> installed and there
|
||||
is a restrictive <filename>/etc/hosts.deny</filename> file, ensure you
|
||||
have an entry in the <filename>/etc/hosts.allow</filename> file for access
|
||||
from the portmap daemon. See the man page in section 5 for hosts_access for
|
||||
details on creating appropriate rules.</para>
|
||||
|
||||
</sect4>
|
||||
|
||||
@ -251,8 +251,8 @@ EOF</userinput></screen>
|
||||
and <filename class="directory">/usr</filename> partitions, add the
|
||||
following to the <filename>/etc/fstab</filename>:</para>
|
||||
|
||||
<screen role="root"><userinput><server-name>:/home /home nfs rw,_netdev,rsize=8192,wsize=8192 0 0
|
||||
<server-name>:/usr /usr nfs ro,_netdev,rsize=8192 0 0</userinput></screen>
|
||||
<screen role="root"><userinput><replaceable><server-name></replaceable>:/home /home nfs rw,_netdev,rsize=8192,wsize=8192 0 0
|
||||
<replaceable><server-name></replaceable>:/usr /usr nfs ro,_netdev,rsize=8192 0 0</userinput></screen>
|
||||
|
||||
<indexterm zone="nfs-utils nfs-utils-client-config">
|
||||
<primary sortas="e-etc-fstab">/etc/fstab</primary>
|
||||
@ -295,8 +295,8 @@ EOF</userinput></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>exportfs, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
|
||||
showmount, sm-notify, start-statd, mount.nfs and umount.nfs</seg>
|
||||
<seg>exportfs, mount.nfs, mount.nfs4, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
|
||||
showmount, sm-notify, start-statd and umount.nfs as well as umount.nfs4</seg>
|
||||
<seg>None</seg>
|
||||
<seg>/var/lib/nfs</seg>
|
||||
</seglistitem>
|
||||
@ -317,6 +317,26 @@ EOF</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mountnfs">
|
||||
<term><command>mount.nfs</command></term>
|
||||
<listitem>
|
||||
<para>Used to mount a network share using NFS</para>
|
||||
<indexterm zone="nfs-utils mountnfs">
|
||||
<primary sortas="b-mountnfs">mount.nfs</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mountnfs4">
|
||||
<term><command>mount.nfs4</command></term>
|
||||
<listitem>
|
||||
<para>Used to mount a network share using NFSv4</para>
|
||||
<indexterm zone="nfs-utils mountnfs4">
|
||||
<primary sortas="b-mountnfs4">mount.nfs4</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="nfsstat">
|
||||
<term><command>nfsstat</command></term>
|
||||
<listitem>
|
||||
@ -351,10 +371,8 @@ EOF</userinput></screen>
|
||||
<varlistentry id="rpcstatd">
|
||||
<term><command>rpc.statd</command></term>
|
||||
<listitem>
|
||||
<para>is used by the NFS file locking service,
|
||||
<command>rpc.lockd</command>, to implement lock recovery when
|
||||
the NFS server machine crashes and reboots. Runs on the NFS
|
||||
server only.</para>
|
||||
<para>is used by the NFS file locking service. Run on both sides,
|
||||
client as well as server, when you want file locking enabled.</para>
|
||||
<indexterm zone="nfs-utils rpcstatd">
|
||||
<primary sortas="b-rpcstatd">rpc.statd</primary>
|
||||
</indexterm>
|
||||
@ -404,6 +422,26 @@ EOF</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="umountnfs">
|
||||
<term><command>umount.nfs</command></term>
|
||||
<listitem>
|
||||
<para>Used to unmount a network share using NFS</para>
|
||||
<indexterm zone="nfs-utils umountnfs">
|
||||
<primary sortas="b-umountnfs">umount.nfs</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="umountnfs4">
|
||||
<term><command>umount.nfs4</command></term>
|
||||
<listitem>
|
||||
<para>Used to unmount a network share using NFSv4</para>
|
||||
<indexterm zone="nfs-utils umountnfs4">
|
||||
<primary sortas="b-umountnfs4">umount.nfs4</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user