mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
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
This commit is contained in:
parent
e319d3bea6
commit
1f4c3f9f90
@ -44,6 +44,12 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -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 @@ useradd -c "Unprivileged Nobody" -d /dev/null -g nogroup \
|
||||
--disable-gss &&
|
||||
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 &&
|
||||
chmod u+w,go+r /sbin/mount.nfs &&
|
||||
<screen role='root'><userinput>make install &&
|
||||
mv -v /sbin/start-statd /usr/sbin &&
|
||||
chmod u+w,go+r /sbin/mount.nfs &&
|
||||
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 @@ EOF</userinput></screen>
|
||||
|
||||
<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>
|
||||
|
@ -433,7 +433,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!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">
|
||||
|
Loading…
Reference in New Issue
Block a user