Changeset e20c8110


Ignore:
Timestamp:
04/30/2006 03:26:35 AM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
b0546e64
Parents:
4aae2cc
Message:

Updated to NFS Utilities-1.0.8

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4aae2cc re20c8110  
    1 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     1<!ENTITY day          "30">                   <!-- Always 2 digits -->
    22<!ENTITY month        "04">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    3636<!-- End LFS versions -->
    3737
    38 <!ENTITY blfs-bootscripts-version     "20060427">
     38<!ENTITY blfs-bootscripts-version     "20060430">
    3939<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    4040
     
    315315<!ENTITY apache-version               "2.2.0">
    316316<!-- bind (chapter 19) -->
    317 <!ENTITY nfs-utils-version            "1.0.7">
     317<!ENTITY nfs-utils-version            "1.0.8">
    318318<!-- openssh (chapter 18) -->
    319319<!ENTITY proftpd-version              "1.2.10">
  • introduction/welcome/changelog.xml

    r4aae2cc re20c8110  
    4343
    4444    <listitem>
     45      <para>April 30th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to NFS Utilities-1.0.8.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 29th, 2006</para>
    4655      <itemizedlist>
  • server/major/nfs-utils.xml

    r4aae2cc re20c8110  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY nfs-utils-download-http "http://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
    208  <!ENTITY nfs-utils-download-ftp  "ftp://ftp.kernel.org/pub/linux/utils/nfs/nfs-utils-&nfs-utils-version;.tar.gz">
    21   <!ENTITY nfs-utils-md5sum        "8f863120261cd572ad320a9152581e11">
    22   <!ENTITY nfs-utils-size          "396 KB">
    23   <!ENTITY nfs-utils-buildsize     "5.8 MB">
    24   <!ENTITY nfs-utils-time          "0.2 SBU">
     9  <!ENTITY nfs-utils-md5sum        "ee7903365255b7d840a45be4d6e2b0e2">
     10  <!ENTITY nfs-utils-size          "508 KB">
     11  <!ENTITY nfs-utils-buildsize     "12.2 MB">
     12  <!ENTITY nfs-utils-time          "0.3 SBU">
    2513]>
    2614
     
    4735
    4836    <para>The <application>NFS Utilities</application> package contains the
    49     userspace server and client tools necessary to use the kernel's nfs
     37    userspace server and client tools necessary to use the kernel's NFS
    5038    abilities. NFS is a protocol that allows sharing file systems over the
    5139    network.</para>
     
    7361    </itemizedlist>
    7462
     63    <!--
    7564    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7665    <itemizedlist spacing='compact'>
     
    8069      </listitem>
    8170    </itemizedlist>
     71    -->
    8272
    8373    <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
     
    8777
    8878    <bridgehead renderas="sect4">Optional</bridgehead>
    89     <para role="optional"><ulink
    90     url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and <ulink
    91     url="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/">libnsfidmap</ulink>
    92     for nfsv4 support, and <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
    93     for gss (RPC Security) support.</para>
     79    <para role="optional"><xref linkend="tcpwrappers"/></para>
     80
     81    <bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
     82    <para role="optional"><xref linkend="pkgconfig"/> and
     83    <ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and
     84    <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnsfidmap</ulink>
     85    </para>
     86
     87    <bridgehead renderas="sect4">Optional for GSS (RPC Security) Support</bridgehead>
     88    <para role="optional"><xref linkend="pkgconfig"/>, and
     89    <xref linkend="mitkrb"/> or
     90    <xref linkend="heimdal"/> or
     91    <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
     92    <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink>;
     93    for additional SPKM-3 support, install
     94    <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink></para>
    9495
    9596    <para condition="html" role="usernotes">User Notes:
     
    118119  </sect2>
    119120
    120   <sect2 role="installation" id='nfs-utils-install' xreflabel='NFS Utilities Installation'>
     121  <sect2 role="installation" id='nfs-utils-install'
     122         xreflabel='NFS Utilities Installation'>
    121123    <title>Installation of NFS Utilities</title>
    122124
    123     <para>Before you compile the program, you need to be sure the
     125    <para>Before you compile the program, ensure that the
    124126    <systemitem class="username">nobody</systemitem> user and
    125     <systemitem class="groupname">nogroup</systemitem> group are available.
    126     You can add these by running the following commands as the
     127    <systemitem class="groupname">nogroup</systemitem> group have been
     128    created. You can add them by running the following commands as the
    127129    <systemitem class="username">root</systemitem> user:</para>
    128130
     
    137139      <systemitem class="username">nobody</systemitem> and <systemitem
    138140      class="groupname">nogroup</systemitem> values are relatively arbitrary.
    139       The impact on a server is nil if the exports file is configured
    140       correctly.  If it is misconfigured, the <command>ls -l</command> or
    141       <command>ps</command> listing will show a uid or gid number of 65534
    142       instead of a name. The client uses <systemitem
     141      The impact on a server is nil if the <filename>exports</filename> file
     142      is configured correctly. If it is misconfigured, an
     143      <command>ls -l</command> or <command>ps</command> listing will show a
     144      uid or gid number of 65534 instead of a name. The client uses <systemitem
    143145      class="username">nobody</systemitem> only as the user running
    144146      <command>rpc.statd</command>.</para>
     
    148150    the following commands:</para>
    149151
    150 <screen><userinput>patch -Np1 -i ../nfs-utils-&nfs-utils-version;-gcc4-1.patch &amp;&amp;
    151 ./configure --prefix=/usr --sysconfdir=/etc \
    152     --disable-nfsv4 --disable-gss &amp;&amp;
     152<screen><userinput>./configure --prefix=/usr \
     153            --sysconfdir=/etc \
     154            --disable-nfsv4 \
     155            --disable-gss &amp;&amp;
    153156make</userinput></screen>
    154157
     158    <para>This package does not come with a test suite.</para>
     159
    155160    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    156 
    157 <screen role='root'><userinput>make install</userinput></screen>
    158161
    159162    <note>
     
    165168    </note>
    166169
     170<screen role='root'><userinput>make install</userinput></screen>
     171
    167172  </sect2>
    168173
     
    171176
    172177    <para><parameter>--disable-nfsv4</parameter>: Disables support
    173     for NFS Version 4.</para>
     178    for NFS version 4.</para>
    174179
    175180    <para><parameter>--disable-gss</parameter>: Disables support for
    176181    RPCSEC GSS (RPC Security).</para>
    177182
     183    <para><option>--with-tcp-wrappers</option>: Use this option to enable
     184    tcpwrappers support.</para>
     185
    178186  </sect2>
    179187
     
    185193
    186194      <para><filename>/etc/exports</filename> contains the exported directories
    187       on NFS servers. Refer to the exports manual page for the syntax of this
    188       file. Also refer to the "NFS HowTo" available at <ulink
    189       url="http://nfs.sourceforge.net/nfs-howto/"/> on how to configure the
    190       servers and clients in a secure manner. For example, for sharing the
    191       <filename class="directory">/home</filename> directory over the local
    192       network, the following line may be added:</para>
    193 
    194 <screen role="root"><userinput>/home 192.168.0.0/255.255.255.0(rw,anonuid=99,anongid=99)</userinput></screen>
     195      on NFS servers. Refer to the <filename>exports.5</filename> manual page
     196      for the syntax of this file. Also refer to the "NFS HowTo" available at
     197      <ulink url="http://nfs.sourceforge.net/nfs-howto/"/> for information on
     198      how to configure the servers and clients in a secure manner. For example,
     199      for sharing the <filename class="directory">/home</filename> directory
     200      over the local network, the following line may be added:</para>
     201
     202<screen role="root"><userinput>/home <replaceable>&lt;192.168.0.0/255.255.255.0&gt;</replaceable>(rw,anonuid=99,anongid=99)</userinput></screen>
    195203
    196204      <indexterm zone="nfs-utils nfs-utils-server-config">
     
    198206      </indexterm>
    199207
    200       <sect4  id="nfs-utils-server-init">
     208      <sect4 id="nfs-utils-server-init">
    201209        <title>Boot Script</title>
    202210
     
    229237      </sect4>
    230238
     239      <sect4 id="nfs-utils-server-wrappers-support">
     240        <title>tcpwrappers Configuration</title>
     241
     242        <para>If you enabled support for <application>tcpwrappers</application>,
     243        ensure you have an entry in the <filename>/etc/hosts.allow</filename>
     244        file for access from the <command>portmap</command> daemon if you have a
     245        restrictive <filename>/etc/hosts.deny</filename> file.</para>
     246
     247      </sect4>
     248
    231249    </sect3>
    232250
     
    250268      <sect4  id="nfs-utils-client-init">
    251269        <title>Boot Script</title>
    252 
    253270
    254271        <para>Install the <filename>/etc/rc.d/init.d/nfs-client</filename>
Note: See TracChangeset for help on using the changeset viewer.