Changeset 0f10bc0


Ignore:
Timestamp:
03/22/2008 05:46:40 AM (16 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
afe8a934
Parents:
2e3e271
Message:

Fix some structural/textual issues

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7296 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/nfs-utils.xml

    r2e3e271 r0f10bc0  
    7272    <para role="required"><xref linkend="portmap"/> (Runtime dependency)</para>
    7373
     74    <bridgehead renderas="sect4">Optional</bridgehead>
     75    <para role="optional"><xref linkend="tcpwrappers"/></para>
     76
    7477    <bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
    75     <para role="optional"><xref linkend="pkgconfig"/> and
    76     <ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and
    77     <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnsfidmap</ulink>
     78    <para role="optional"><xref linkend="pkgconfig"/>,
     79      <ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink>, and
     80      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnsfidmap</ulink>
    7881    </para>
    7982
    8083    <bridgehead renderas="sect4">Optional for GSS (RPC Security) Support</bridgehead>
    81     <para role="optional"><xref linkend="pkgconfig"/>, and
     84    <para role="optional"><xref linkend="pkgconfig"/>,
    8285    <xref linkend="mitkrb"/> or
    8386    <xref linkend="heimdal"/> or
    8487    <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
    85     <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink>;
    86     for additional SPKM-3 support, install
    87     <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink></para>
     88    <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink></para>
     89
     90    <bridgehead renderas="sect4">Optional for SPKM-3 Support</bridgehead>
     91    <para><ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink></para>
    8892
    8993    <para condition="html" role="usernotes">User Notes:
     
    149153make</userinput></screen>
    150154
     155    <para>If your <filename class="directory">/usr</filename> directory
     156    is NFS mounted, you should install the executables in
     157    <filename class="directory">/sbin</filename> by passing
     158    an additional parameter <option>--sbindir=/sbin</option> to the
     159    above <command>./configure</command> command.</para>
     160
    151161    <para>This package does not come with a test suite.</para>
    152162
    153163    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    154 
    155     <note>
    156       <para>If your <filename class="directory">/usr</filename> directory
    157       is NFS mounted, you should install the executables in
    158       <filename class="directory">/sbin</filename> by passing
    159       an additional parameter <option>--sbindir=/sbin</option> to the
    160       above <command>./configure</command> command.</para>
    161     </note>
    162164
    163165<screen role='root'><userinput>make install</userinput></screen>
     
    173175    <para><parameter>--disable-gss</parameter>: Disables support for
    174176    RPCSEC GSS (RPC Security).</para>
    175 
    176     <para><option>--with-tcp-wrappers</option>: Use this option to enable
    177     tcpwrappers support.</para>
    178177
    179178  </sect2>
     
    233232        <title>tcpwrappers Configuration</title>
    234233
    235         <para>If you enabled support for <application>tcpwrappers</application>,
    236         ensure you have an entry in the <filename>/etc/hosts.allow</filename>
    237         file for access from the <command>portmap</command> daemon if you have a
    238         restrictive <filename>/etc/hosts.deny</filename> file.</para>
     234        <para>If you have <xref linkend="tcpwrappers"/> installed and there
     235        is a restrictive <filename>/etc/hosts.deny</filename> file, ensure you
     236        have an entry in the <filename>/etc/hosts.allow</filename> file for access
     237        from the portmap daemon. See the man page in section 5 for hosts_access for
     238        details on creating appropriate rules.</para>
    239239
    240240      </sect4>
     
    252252      following to the <filename>/etc/fstab</filename>:</para>
    253253
    254 <screen role="root"><userinput>&lt;server-name&gt;:/home  /home nfs   rw,_netdev,rsize=8192,wsize=8192 0 0
    255 &lt;server-name&gt;:/usr   /usr  nfs   ro,_netdev,rsize=8192            0 0</userinput></screen>
     254<screen role="root"><userinput><replaceable>&lt;server-name&gt;</replaceable>:/home  /home nfs   rw,_netdev,rsize=8192,wsize=8192 0 0
     255<replaceable>&lt;server-name&gt;</replaceable>:/usr   /usr  nfs   ro,_netdev,rsize=8192            0 0</userinput></screen>
    256256
    257257      <indexterm zone="nfs-utils nfs-utils-client-config">
     
    296296
    297297      <seglistitem>
    298         <seg>exportfs, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
    299         showmount, sm-notify, start-statd, mount.nfs and umount.nfs</seg>
     298        <seg>exportfs, mount.nfs, mount.nfs4, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
     299        showmount, sm-notify, start-statd and umount.nfs as well as umount.nfs4</seg>
    300300        <seg>None</seg>
    301301        <seg>/var/lib/nfs</seg>
     
    318318      </varlistentry>
    319319
     320      <varlistentry id="mountnfs">
     321        <term><command>mount.nfs</command></term>
     322        <listitem>
     323          <para>Used to mount a network share using NFS</para>
     324          <indexterm zone="nfs-utils mountnfs">
     325            <primary sortas="b-mountnfs">mount.nfs</primary>
     326          </indexterm>
     327        </listitem>
     328      </varlistentry>
     329
     330      <varlistentry id="mountnfs4">
     331        <term><command>mount.nfs4</command></term>
     332        <listitem>
     333          <para>Used to mount a network share using NFSv4</para>
     334          <indexterm zone="nfs-utils mountnfs4">
     335            <primary sortas="b-mountnfs4">mount.nfs4</primary>
     336          </indexterm>
     337        </listitem>
     338      </varlistentry>
     339
    320340      <varlistentry id="nfsstat">
    321341        <term><command>nfsstat</command></term>
     
    352372        <term><command>rpc.statd</command></term>
    353373        <listitem>
    354           <para>is used by the NFS file locking service,
    355           <command>rpc.lockd</command>, to implement lock recovery when
    356           the NFS server machine crashes and reboots. Runs on the NFS
    357           server only.</para>
     374          <para>is used by the NFS file locking service. Run on both sides,
     375          client as well as server, when you want file locking enabled.</para>
    358376          <indexterm zone="nfs-utils rpcstatd">
    359377            <primary sortas="b-rpcstatd">rpc.statd</primary>
     
    405423      </varlistentry>
    406424
     425      <varlistentry id="umountnfs">
     426        <term><command>umount.nfs</command></term>
     427        <listitem>
     428          <para>Used to unmount a network share using NFS</para>
     429          <indexterm zone="nfs-utils umountnfs">
     430            <primary sortas="b-umountnfs">umount.nfs</primary>
     431          </indexterm>
     432        </listitem>
     433      </varlistentry>
     434
     435      <varlistentry id="umountnfs4">
     436        <term><command>umount.nfs4</command></term>
     437        <listitem>
     438          <para>Used to unmount a network share using NFSv4</para>
     439          <indexterm zone="nfs-utils umountnfs4">
     440            <primary sortas="b-umountnfs4">umount.nfs4</primary>
     441          </indexterm>
     442        </listitem>
     443      </varlistentry>
     444
    407445    </variablelist>
    408446
Note: See TracChangeset for help on using the changeset viewer.