Changeset d2df2ce for networking


Ignore:
Timestamp:
04/24/2016 08:06:25 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.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, nosym, 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:
01ce9b4f
Parents:
71aa48f
Message:

nfs-utils: correct description of --disable-nfsv4 switch, and note that autonegotiation will fail if CONFIG_NFSD_V4 is enabled at either end. Reported by John Frankish. I suspect the failure is because we do not install portmapper any more (the data he provided showed it was being invoked during the negotiation).

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

File:
1 edited

Legend:

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

    r71aa48f rd2df2ce  
    9191
    9292    <para>Enable the following options in the kernel configuration
    93     and recompile the kernel if necessary:</para>
     93    (choose client and/or server support as appropriate) and recompile the
     94    kernel if necessary:</para>
    9495
    9596<screen><literal>File systems  ---&gt;
     
    100101    <para>Select the appropriate sub-options that appear when the above options
    101102    are selected.</para>
     103
     104    <note>
     105      <para>
     106        In BLFS we assume that nfs v3 will be used. If the
     107        <emphasis>server</emphasis> offers nfs v4 (for linux, CONFIG_NFSD_V4)
     108        then auto-negotiation for v3 will fail and you will need to add
     109        <literal>nfsver=3</literal> to the mount options. This also applies
     110        if that option is enabled in the <emphasis>client's</emphasis> kernel,
     111        for example in a distro trying to mount from a BLFS v3 server.
     112      </para>
     113    </note>
    102114
    103115    <indexterm zone="nfs-utils nfs-utils-kernel">
     
    173185    needed because TCP Wrappers is not in BLFS.</para>
    174186
    175     <para><parameter>--disable-nfsv4</parameter>: Disables support
    176     for NFS version 4.</para>
     187    <para><parameter>--disable-nfsv4</parameter>: This allows the package to be
     188    built when libnfsidmap has not been installed.</para>
    177189
    178190    <para><parameter>--disable-gss</parameter>: Disables support for
Note: See TracChangeset for help on using the changeset viewer.