Author: ken
Date: Wed Jan  3 09:39:55 2018
New Revision: 19643

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

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/networking/netprogs/nfs-utils.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Jan  2 20:45:49 
2018        (r19642)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Wed Jan  3 09:39:55 
2018        (r19643)
@@ -45,6 +45,12 @@
       <para>January 3rd, 2018</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] Update to nfs-utils-2.3.1 and move start-statd to
+          /usr/sbin. Fixes
+          <ulink url="&blfs-ticket-root;10200">#10200</ulink> and
+          <ulink url="&blfs-ticket-root;10203">#10203</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[dj] Update to samba-4.7.4. Fixes
           <ulink url="&blfs-ticket-root;10208">#10208</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/networking/netprogs/nfs-utils.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/nfs-utils.xml        Tue Jan  2 20:45:49 
2018        (r19642)
+++ trunk/BOOK/networking/netprogs/nfs-utils.xml        Wed Jan  3 09:39:55 
2018        (r19643)
@@ -4,11 +4,11 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY nfs-utils-download-http 
"&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.bz2">
+  <!ENTITY nfs-utils-download-http 
"&sourceforge-dl;/nfs/nfs-utils-&nfs-utils-version;.tar.xz">
   <!ENTITY nfs-utils-download-ftp  " ">
-  <!ENTITY nfs-utils-md5sum        "6e7e0dc10664ac40bd84df1a881bad85">
-  <!ENTITY nfs-utils-size          "836 KB">
-  <!ENTITY nfs-utils-buildsize     "17 MB">
+  <!ENTITY nfs-utils-md5sum        "fda23f37a703d15e5697dd9a8084b9c9">
+  <!ENTITY nfs-utils-size          "623 KB">
+  <!ENTITY nfs-utils-buildsize     "18 MB">
   <!ENTITY nfs-utils-time          "0.2 SBU">
 ]>
 
@@ -124,6 +124,12 @@
         if that option is enabled in the <emphasis>client's</emphasis> kernel,
         for example in a distro trying to mount from a BLFS v3 server.
       </para>
+      <para>
+        Even if neither end of the connection supports nfs v4, adding
+        <literal>nfsver=3</literal> is still beneficial because it prevents an
+        error message "NFS: bad mount option value specified: minorversion=1"
+        being logged on every mount.
+      </para>
     </note>
 
     <indexterm zone="nfs-utils nfs-utils-kernel">
@@ -173,20 +179,26 @@
             --disable-gss &amp;&amp;
 make</userinput></screen>
 
+    <!-- Test breakage: see
+    
http://lists.linuxfromscratch.org/pipermail/blfs-book/2017-December/071861.html 
-->
+    <para>This package does not come with a working test suite."</para>
+
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
 <!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install -->
 
-<screen role='root'><userinput>make install                   &amp;&amp;
-chmod u+w,go+r /sbin/mount.nfs &amp;&amp;
+<screen role='root'><userinput>make install                      &amp;&amp;
+mv -v /sbin/start-statd /usr/sbin &amp;&amp;
+chmod u+w,go+r /sbin/mount.nfs    &amp;&amp;
 chown nobody.nogroup /var/lib/nfs</userinput></screen>
 
+    <!-- commented, in case the tests get fixed
     <para>The tests for this package require that the package be installed and
     configured as specified below.  In addition, the the daemon from <xref
     linkend="rpcbind"/> needs to be running and the tests need to be run as the
     <systemitem class="username">root</systemitem> user.</para>
 
-    <para>To test the results, issue, as root: <command>make 
check</command>.</para>
+    <para>To test the results, issue, as root: <command>make 
check</command>.</para>-->
 
   </sect2>
 
@@ -315,7 +327,8 @@
 
       <para>The options which can be used are specified in <command>man 5 
nfs</command>.
       If both the client and server are running recent versions of linux, most 
of the
-      options will be negotiated. You can specify either <literal>rw</literal> 
or
+      options will be negotiated (but see the Note above on nfsver=3). You can 
specify
+      either <literal>rw</literal> or
       <literal>ro</literal>, <literal>_netdev</literal> if the filesystem is 
to be
       automatically mounted at boot, or <literal>noauto</literal> (and perhaps
       <literal>user</literal>) for other filesystems.</para>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Tue Jan  2 20:45:49 2018        (r19642)
+++ trunk/BOOK/packages.ent     Wed Jan  3 09:39:55 2018        (r19643)
@@ -433,7 +433,7 @@
 <!ENTITY cifsutils-version            "6.7">
 <!ENTITY ncftp-version                "3.2.6">
 <!ENTITY net-tools-version            "CVS_20101030">
-<!ENTITY nfs-utils-version            "2.2.1">
+<!ENTITY nfs-utils-version            "2.3.1">
 <!ENTITY ntp-version                  "4.2.8p10">
 <!ENTITY rpcbind-version              "0.2.4">
 <!ENTITY rsync-version                "3.1.2">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to