Changeset ed6a289c


Ignore:
Timestamp:
12/01/2011 10:43:56 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
793932fd
Parents:
1c6fdeb
Message:

Updated nfs related bootscripts.
Removed portmap in favor of rpcbind.
Updated instructions for rpcbind and nfs-utils.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1c6fdeb red6a289c  
    5757<!-- End LFS versions -->
    5858
    59 <!ENTITY blfs-bootscripts-version     "20111126">
     59<!ENTITY blfs-bootscripts-version     "20111201">
    6060<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    6161
  • introduction/welcome/changelog.xml

    r1c6fdeb red6a289c  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated nfs related bootscripts.
     49          Removed portmap in favor of rpcbind.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[ken] - Updated dhcp to 4.2.3.</para>
    4953        </listitem>
  • networking/netprogs/netprogs.xml

    r1c6fdeb red6a289c  
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netfs.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/>
    33   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/>
     33<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/> -->
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpcbind.xml"/>
    3535<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/> -->
  • networking/netprogs/nfs-utils.xml

    r1c6fdeb red6a289c  
    5959    </itemizedlist>
    6060
    61     <!--
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Required patch: <ulink
    66         url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc4-1.patch"/></para>
    67       </listitem>
    68     </itemizedlist>
    69     -->
    70 
    7161    <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead>
    7262
    7363    <bridgehead renderas="sect4">Required</bridgehead>
    74     <para role="required"><xref linkend="rpcbind"/> (Runtime dependency)</para>
     64    <para role="required">
     65       <xref linkend="libtirpc"/> and
     66       <xref linkend="pkgconfig"/>
     67    </para>
     68   
     69    <para role="required">
     70       <xref linkend="rpcbind"/> (Runtime dependency)
     71     </para>
    7572
    7673    <bridgehead renderas="sect4">Optional</bridgehead>
    77     <para role="optional"><xref linkend="tcpwrappers"/></para>
     74    <para role="optional">
     75      <xref linkend="tcpwrappers"/>
     76    </para>
    7877
    7978    <bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
    80     <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
    81     <ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and
    82     <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink>
     79    <para role="optional">
     80      <ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and
     81      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink>
    8382    </para>
    8483
    8584    <bridgehead renderas="sect4">Optional for GSS (RPC Security) Support</bridgehead>
    86     <para role="optional"><!-- <xref linkend="pkgconfig"/>, -->
    87     <xref linkend="mitkrb"/> or
    88     <xref linkend="heimdal"/> or
    89     <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
    90     <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink></para>
     85    <para role="optional">
     86      <xref linkend="mitkrb"/> or
     87      <xref linkend="heimdal"/> or
     88      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libgssapi</ulink>, and
     89      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">librpcsecgss</ulink>
     90    </para>
    9191
    9292    <bridgehead renderas="sect4">Optional for SPKM-3 Support</bridgehead>
    93     <para><ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink></para>
     93    <para>
     94      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">SPKM-3</ulink>
     95    </para>
    9496
    9597    <para condition="html" role="usernotes">User Notes:
     
    196198      over the local network, the following line may be added:</para>
    197199
    198 <screen role="root"><userinput>/home <replaceable>&lt;192.168.0.0/255.255.255.0&gt;</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
     200<screen role="root"><userinput>/home <replaceable>&lt;192.168.0.0/24&gt;</replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>
    199201
    200202      <indexterm zone="nfs-utils nfs-utils-server-config">
     
    206208
    207209        <para>Install the <filename>/etc/rc.d/init.d/nfs-server</filename>
    208         init script included in the <xref
    209         linkend="bootscripts"/> package to start the server
    210         at boot.</para>
     210        init script included in the <xref linkend="bootscripts"/> package
     211        to start the server at boot.</para>
    211212
    212213<screen role="root"><userinput>make install-nfs-server</userinput></screen>
     
    226227EOF</userinput></screen>
    227228
     229        <note><para>The above parameters may be optionally placed in
     230        <filename>/etc/sysconfig/rc.site</filename>.</para></note>
     231
    228232        <indexterm zone="nfs-utils nfs-utils-server-init">
    229233          <primary
     
    239243        is a restrictive <filename>/etc/hosts.deny</filename> file, ensure you
    240244        have an entry in the <filename>/etc/hosts.allow</filename> file for access
    241         from the portmap daemon. See the man page in section 5 for hosts_access for
     245        from the rpcbind daemon. See the man page in section 5 for hosts_access for
    242246        details on creating appropriate rules.</para>
    243247
     
    266270        <title>Boot Script</title>
    267271
    268         <para>Install the <filename>/etc/rc.d/init.d/nfs-client</filename>
    269         init script included in the
    270         <xref linkend="bootscripts"/> package to
    271         start the client services at boot.</para>
     272        <note><para>The following boot script is not required if the
     273        nfs-server script is installed.</para></note>
     274
     275        <para>Install the <filename>/etc/rc.d/init.d/nfs-client</filename> init
     276        script included in the <xref linkend="bootscripts"/> package to start
     277        the client services at boot.</para>
    272278
    273279<screen role="root"><userinput>make install-nfs-client</userinput></screen>
     
    278284
    279285        <para>To automatically mount <systemitem
    280         class="filesystem">nfs</systemitem> filesystems, clients will also
    281         need to install the <filename>netfs</filename> bootscript as described
    282         in <xref linkend="postlfs-config-netfs"/>.</para>
     286        class="filesystem">nfs</systemitem> filesystems, clients will also need
     287        to install the <filename>netfs</filename> bootscript as described in
     288        <xref linkend="postlfs-config-netfs"/>.</para>
    283289
    284290        <indexterm zone="nfs-utils nfs-utils-client-config">
  • networking/netprogs/rpcbind.xml

    r1c6fdeb red6a289c  
    7272  <sect2 role="installation">
    7373    <title>Installation of rpcbind</title>
     74
     75    <para>In order to get <application>rpcbind</application> to work
     76    properly, first fix <filename>/etc/services</filename>. As the
     77    <systemitem class="username">root</systemitem> user:</para>
     78
     79<screen><userinput>sed -i 's/^sunrpc/rpcbind' /etc/services</userinput></screen>
    7480
    7581    <para>Install <application>rpcbind</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.