Changeset ed6a289c
- Timestamp:
- 12/01/2011 10:43:56 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 793932fd
- Parents:
- 1c6fdeb
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1c6fdeb red6a289c 57 57 <!-- End LFS versions --> 58 58 59 <!ENTITY blfs-bootscripts-version "20111 126">59 <!ENTITY blfs-bootscripts-version "20111201"> 60 60 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 61 61 -
introduction/welcome/changelog.xml
r1c6fdeb red6a289c 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Updated nfs related bootscripts. 49 Removed portmap in favor of rpcbind.</para> 50 </listitem> 51 <listitem> 48 52 <para>[ken] - Updated dhcp to 4.2.3.</para> 49 53 </listitem> -
networking/netprogs/netprogs.xml
r1c6fdeb red6a289c 31 31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netfs.xml"/> 32 32 <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"/> --> 34 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rpcbind.xml"/> 35 35 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rsync-client.xml"/> --> -
networking/netprogs/nfs-utils.xml
r1c6fdeb red6a289c 59 59 </itemizedlist> 60 60 61 <!--62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>63 <itemizedlist spacing='compact'>64 <listitem>65 <para>Required patch: <ulink66 url="&patch-root;/nfs-utils-&nfs-utils-version;-gcc4-1.patch"/></para>67 </listitem>68 </itemizedlist>69 -->70 71 61 <bridgehead renderas="sect3">NFS Utilities Dependencies</bridgehead> 72 62 73 63 <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> 75 72 76 73 <bridgehead renderas="sect4">Optional</bridgehead> 77 <para role="optional"><xref linkend="tcpwrappers"/></para> 74 <para role="optional"> 75 <xref linkend="tcpwrappers"/> 76 </para> 78 77 79 78 <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> and82 <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> 83 82 </para> 84 83 85 84 <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> 91 91 92 92 <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> 94 96 95 97 <para condition="html" role="usernotes">User Notes: … … 196 198 over the local network, the following line may be added:</para> 197 199 198 <screen role="root"><userinput>/home <replaceable><192.168.0.0/2 55.255.255.0></replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen>200 <screen role="root"><userinput>/home <replaceable><192.168.0.0/24></replaceable>(rw,subtree_check,anonuid=99,anongid=99)</userinput></screen> 199 201 200 202 <indexterm zone="nfs-utils nfs-utils-server-config"> … … 206 208 207 209 <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> 211 212 212 213 <screen role="root"><userinput>make install-nfs-server</userinput></screen> … … 226 227 EOF</userinput></screen> 227 228 229 <note><para>The above parameters may be optionally placed in 230 <filename>/etc/sysconfig/rc.site</filename>.</para></note> 231 228 232 <indexterm zone="nfs-utils nfs-utils-server-init"> 229 233 <primary … … 239 243 is a restrictive <filename>/etc/hosts.deny</filename> file, ensure you 240 244 have an entry in the <filename>/etc/hosts.allow</filename> file for access 241 from the portmapdaemon. See the man page in section 5 for hosts_access for245 from the rpcbind daemon. See the man page in section 5 for hosts_access for 242 246 details on creating appropriate rules.</para> 243 247 … … 266 270 <title>Boot Script</title> 267 271 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> 272 278 273 279 <screen role="root"><userinput>make install-nfs-client</userinput></screen> … … 278 284 279 285 <para>To automatically mount <systemitem 280 class="filesystem">nfs</systemitem> filesystems, clients will also 281 need to install the <filename>netfs</filename> bootscript as described282 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> 283 289 284 290 <indexterm zone="nfs-utils nfs-utils-client-config"> -
networking/netprogs/rpcbind.xml
r1c6fdeb red6a289c 72 72 <sect2 role="installation"> 73 73 <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> 74 80 75 81 <para>Install <application>rpcbind</application> by running the following
Note:
See TracChangeset
for help on using the changeset viewer.