source: networking/netprogs/rpcbind.xml@ 67f5f160

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
Last change on this file since 67f5f160 was 67f5f160, checked in by Ken Moffat <ken@…>, 11 years ago

rpcbind-0.2.1 - thanks to Bruce for the help.

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY rpcbind-download-http "&sourceforge-repo;/rpcbind/rpcbind-&rpcbind-version;.tar.bz2">
8 <!ENTITY rpcbind-download-ftp " ">
9 <!ENTITY rpcbind-md5sum "0a5f9c2142af814c55d957aaab3bcc68">
10 <!ENTITY rpcbind-size "109 KB">
11 <!ENTITY rpcbind-buildsize "1.9 MB">
12 <!ENTITY rpcbind-time "less than 0.1 SBU">
13]>
14
15<sect1 id="rpcbind" xreflabel="rpcbind-&rpcbind-version;">
16 <?dbhtml filename="rpcbind.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>rpcbind-&rpcbind-version;</title>
24
25 <indexterm zone="rpcbind">
26 <primary sortas="a-rpcbind">rpcbind</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to rpcbind</title>
31
32 <para>The <application>rpcbind</application> program is a replacement for
33 <application>portmap</application>. It is required for import or export
34 of Network File System (NFS) shared directories. </para>
35
36 &lfs74_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&rpcbind-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&rpcbind-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &rpcbind-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &rpcbind-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &rpcbind-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &rpcbind-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">rpcbind Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="libtirpc"/>
65 </para>
66
67 <para condition="html" role="usernotes">User Notes:
68 <ulink url="&blfs-wiki;/rpcbind"/></para>
69
70 </sect2>
71
72 <sect2 role="installation">
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>
80
81 <para>Install <application>rpcbind</application> by running the following
82 commands:</para>
83
84 <!-- specifying rpcuser only needed in 0.2.1, already fixed upstream -->
85<screen><userinput>./configure --prefix=/usr --bindir=/sbin --with-rpcuser=root &amp;&amp;
86make</userinput></screen>
87
88 <para>This package does not come with a test suite.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>--with-rpcuser=root</command>: This works around an error in
100 the configure script.</para>
101
102 </sect2>
103
104 <sect2 role="configuration">
105 <title>Configuring rpcbind</title>
106
107 <sect3 id="rpcbind-init">
108 <title>Boot Script</title>
109
110 <para>Install the <filename>/etc/rc.d/init.d/rpcbind</filename> init script
111 included in the <xref linkend="bootscripts"/> package.</para>
112
113 <indexterm zone="rpcbind rpcbind-init">
114 <primary sortas="f-portmap">portmap</primary>
115 </indexterm>
116
117<screen role="root"><userinput>make install-rpcbind</userinput></screen>
118
119 </sect3>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131 <seglistitem>
132 <seg>rpcbind and rpcinfo</seg>
133 <seg>None</seg>
134 <seg>None</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="rpcbind-prog">
144 <term><command>rpcbind</command></term>
145 <listitem>
146 <para>is a server that converts RPC program numbers into universal
147 addresses. It must be running on the host to be able to make RPC
148 calls on a server on that machine. </para>
149 <indexterm zone="rpcbind rpcbind-prog">
150 <primary sortas="b-rpcbind">rpcbind</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="rpcinfo">
156 <term><command>rpcinfo</command></term>
157 <listitem>
158 <para>makes an RPC call to an RPC server and reports data according
159 to the requested options. </para>
160 <indexterm zone="rpcbind rpcinfo">
161 <primary sortas="b-rpcinfo">rpcinfo</primary>
162 </indexterm>
163 </listitem>
164 </varlistentry>
165
166 </variablelist>
167
168 </sect2>
169
170</sect1>
Note: See TracBrowser for help on using the repository browser.