Ignore:
Timestamp:
01/03/2018 05:39:55 PM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
facb5590
Parents:
e319d3b
Message:

nfs-utils-2.3.1 and move start-statd from /sbin to /usr/sbin.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    re319d3b r1f4c3f9f  
    55  %general-entities;
    66
    7   <!ENTITY nfs-utils-download-http "&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
     7  <!ENTITY nfs-utils-download-http "&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.xz">
    88  <!ENTITY nfs-utils-download-ftp  " ">
    9   <!ENTITY nfs-utils-md5sum        "6e7e0dc10664ac40bd84df1a881bad85">
    10   <!ENTITY nfs-utils-size          "836 KB">
    11   <!ENTITY nfs-utils-buildsize     "17 MB">
     9  <!ENTITY nfs-utils-md5sum        "fda23f37a703d15e5697dd9a8084b9c9">
     10  <!ENTITY nfs-utils-size          "623 KB">
     11  <!ENTITY nfs-utils-buildsize     "18 MB">
    1212  <!ENTITY nfs-utils-time          "0.2 SBU">
    1313]>
     
    125125        for example in a distro trying to mount from a BLFS v3 server.
    126126      </para>
     127      <para>
     128        Even if neither end of the connection supports nfs v4, adding
     129        <literal>nfsver=3</literal> is still beneficial because it prevents an
     130        error message "NFS: bad mount option value specified: minorversion=1"
     131        being logged on every mount.
     132      </para>
    127133    </note>
    128134
     
    174180make</userinput></screen>
    175181
     182    <!-- Test breakage: see
     183    http://lists.linuxfromscratch.org/pipermail/blfs-book/2017-December/071861.html -->
     184    <para>This package does not come with a working test suite."</para>
     185
    176186    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    177187
    178188<!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
    179189
    180 <screen role='root'><userinput>make install                   &amp;&amp;
    181 chmod u+w,go+r /sbin/mount.nfs &amp;&amp;
     190<screen role='root'><userinput>make install                      &amp;&amp;
     191mv -v /sbin/start-statd /usr/sbin &amp;&amp;
     192chmod u+w,go+r /sbin/mount.nfs    &amp;&amp;
    182193chown nobody.nogroup /var/lib/nfs</userinput></screen>
    183194
     195    <!-- commented, in case the tests get fixed
    184196    <para>The tests for this package require that the package be installed and
    185197    configured as specified below.  In addition, the the daemon from <xref
     
    187199    <systemitem class="username">root</systemitem> user.</para>
    188200
    189     <para>To test the results, issue, as root: <command>make check</command>.</para>
     201    <para>To test the results, issue, as root: <command>make check</command>.</para>-->
    190202
    191203  </sect2>
     
    316328      <para>The options which can be used are specified in <command>man 5 nfs</command>.
    317329      If both the client and server are running recent versions of linux, most of the
    318       options will be negotiated. You can specify either <literal>rw</literal> or
     330      options will be negotiated (but see the Note above on nfsver=3). You can specify
     331      either <literal>rw</literal> or
    319332      <literal>ro</literal>, <literal>_netdev</literal> if the filesystem is to be
    320333      automatically mounted at boot, or <literal>noauto</literal> (and perhaps
Note: See TracChangeset for help on using the changeset viewer.