Changeset 1f4c3f9f
- Timestamp:
- 01/03/2018 05:39:55 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- facb5590
- Parents:
- e319d3b
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
re319d3b r1f4c3f9f 45 45 <para>January 3rd, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] Update to nfs-utils-2.3.1 and move start-statd to 49 /usr/sbin. Fixes 50 <ulink url="&blfs-ticket-root;10200">#10200</ulink> and 51 <ulink url="&blfs-ticket-root;10203">#10203</ulink>.</para> 52 </listitem> 47 53 <listitem> 48 54 <para>[dj] Update to samba-4.7.4. Fixes -
networking/netprogs/nfs-utils.xml
re319d3b r1f4c3f9f 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY nfs-utils-download-ftp " "> 9 <!ENTITY nfs-utils-md5sum " 6e7e0dc10664ac40bd84df1a881bad85">10 <!ENTITY nfs-utils-size " 836KB">11 <!ENTITY nfs-utils-buildsize "1 7MB">9 <!ENTITY nfs-utils-md5sum "fda23f37a703d15e5697dd9a8084b9c9"> 10 <!ENTITY nfs-utils-size "623 KB"> 11 <!ENTITY nfs-utils-buildsize "18 MB"> 12 12 <!ENTITY nfs-utils-time "0.2 SBU"> 13 13 ]> … … 125 125 for example in a distro trying to mount from a BLFS v3 server. 126 126 </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> 127 133 </note> 128 134 … … 174 180 make</userinput></screen> 175 181 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 176 186 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 177 187 178 188 <!-- dev note: make statduser=$(whoami) DESTDIR=<DESTDIR> install --> 179 189 180 <screen role='root'><userinput>make install && 181 chmod u+w,go+r /sbin/mount.nfs && 190 <screen role='root'><userinput>make install && 191 mv -v /sbin/start-statd /usr/sbin && 192 chmod u+w,go+r /sbin/mount.nfs && 182 193 chown nobody.nogroup /var/lib/nfs</userinput></screen> 183 194 195 <!-- commented, in case the tests get fixed 184 196 <para>The tests for this package require that the package be installed and 185 197 configured as specified below. In addition, the the daemon from <xref … … 187 199 <systemitem class="username">root</systemitem> user.</para> 188 200 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>--> 190 202 191 203 </sect2> … … 316 328 <para>The options which can be used are specified in <command>man 5 nfs</command>. 317 329 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 319 332 <literal>ro</literal>, <literal>_netdev</literal> if the filesystem is to be 320 333 automatically mounted at boot, or <literal>noauto</literal> (and perhaps -
packages.ent
re319d3b r1f4c3f9f 434 434 <!ENTITY ncftp-version "3.2.6"> 435 435 <!ENTITY net-tools-version "CVS_20101030"> 436 <!ENTITY nfs-utils-version "2. 2.1">436 <!ENTITY nfs-utils-version "2.3.1"> 437 437 <!ENTITY ntp-version "4.2.8p10"> 438 438 <!ENTITY rpcbind-version "0.2.4">
Note:
See TracChangeset
for help on using the changeset viewer.