source: basicnet/netprogs/ncpfs.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY ncpfs-download-http "http://platan.vc.cvut.cz/ftp/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz">
20 <!ENTITY ncpfs-download-ftp "ftp://platan.vc.cvut.cz/pub/linux/ncpfs/ncpfs-&ncpfs-version;.tar.gz">
21 <!ENTITY ncpfs-md5sum "5fd2ec0680ba7e66df142637e17a5ac9">
22 <!ENTITY ncpfs-size "1.6 MB">
23 <!ENTITY ncpfs-buildsize "30 MB">
24 <!ENTITY ncpfs-time "0.52 SBU">
25]>
26
27<sect1 id="ncpfs" xreflabel="NCPFS-&ncpfs-version;">
28 <?dbhtml filename="ncpfs.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>NCPFS-&ncpfs-version;</title>
36
37 <indexterm zone="ncpfs">
38 <primary sortas="a-NCPFS">NCPFS</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to NCPFS</title>
43
44 <para>The <application>NCPFS</application> package
45 contains client and administration tools for use with Novell
46 networks.</para>
47
48 <bridgehead renderas="sect3">Package Information</bridgehead>
49 <itemizedlist spacing="compact">
50 <listitem>
51 <para>Download (HTTP): <ulink url="&ncpfs-download-http;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download (FTP): <ulink url="&ncpfs-download-ftp;"/></para>
55 </listitem>
56 <listitem>
57 <para>Download MD5 sum: &ncpfs-md5sum;</para>
58 </listitem>
59 <listitem>
60 <para>Download size: &ncpfs-size;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated disk space required: &ncpfs-buildsize;</para>
64 </listitem>
65 <listitem>
66 <para>Estimated build time: &ncpfs-time;</para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">NCPFS Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><xref linkend="linux-pam"/> and <xref linkend="php"/></para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/ncpfs"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of NCPFS</title>
82
83 <para>Install <application>NCPFS</application> by running
84 the following commands:</para>
85
86<screen><userinput>./configure --prefix="" --includedir=/usr/include \
87 --mandir=/usr/share/man --datadir=/usr/share &amp;&amp;
88make &amp;&amp;
89make install &amp;&amp;
90make install-dev</userinput></screen>
91
92 </sect2>
93
94 <sect2 role="commands">
95 <title>Command Explanations</title>
96
97 <para><parameter>--prefix=""</parameter>:
98 Installs binaries on the root partition so that they are available at
99 boot time. This may not be ideal for all systems. If
100 <filename class="directory">/usr</filename> is mounted locally,
101 <parameter>--prefix=/usr</parameter> may be a better option.</para>
102
103 <para><parameter>--includedir=/usr/include</parameter>: Tells
104 <command>configure</command> to look in
105 <filename class="directory">/usr/include</filename> for header
106 files. It also tells <command>make</command> to install
107 <application>NCPFS</application>'s headers here.</para>
108
109 <para><parameter>--mandir=/usr/share/man</parameter>: Installs the man
110 pages in the correct location.</para>
111
112 <para><parameter>--datadir=/usr/share</parameter>: Correctly installs the
113 locale files to <filename class="directory">/usr/share</filename>.</para>
114
115 <note>
116 <para>If you do not need to use the IPX protocol, or you use a different
117 IPX package, you can optionally pass <option>--disable-ipx</option> and/or
118 <option>--disable-ipx-tools</option> to the <command>configure</command>
119 script to disable these options.</para>
120 </note>
121
122 </sect2>
123
124 <sect2 role="configuration">
125 <title>Configuring NCPFS</title>
126
127 <sect3 id="ncpfs-config">
128 <title>Config Files</title>
129
130 <para><filename>~/.nwclient</filename></para>
131
132 <indexterm zone="ncpfs ncpfs-config">
133 <primary sortas="e-AA.nwclient">~/.nwclient</primary>
134 </indexterm>
135
136 </sect3>
137
138 <sect3>
139 <title>Configuration Information</title>
140
141 <para>A config file <filename>~/.nwclient</filename> should be placed in the
142 home directory of each user that intends to use
143 <application>NCPFS</application>. The permissions on this file should be set
144 to 600, for obvious security reasons. The configuration file should contain
145 a single line per server that the user will use. Each line should contain
146 the server name, the user name, and optionally the password. Below is a
147 sample <filename>.nwclient</filename> file.</para>
148
149<screen><literal># Begin example ~/.nwclient config file
150
151Server1/User1 Password
152Server2/User1
153Server2/Guest1 -
154
155# End example .nwclient config file</literal></screen>
156
157 <para>The syntax for the <filename>.nwclient</filename> file is simple,
158 <literal>server_name/user_name password</literal>. Be extremely
159 careful when creating or editing this file as the client utilities are
160 very picky about syntax. There should always be a space immediately
161 after the username. If this space is substituted by a tab or multiple
162 spaces, you will not get the expected results when attempting to use
163 the <application>NCPFS</application> tools. If no password is supplied,
164 the client utilities will ask for a password when it is needed. If no
165 password is needed, for instance when using a guest account, a single '-'
166 should be put in place of a password.</para>
167
168 <para>It should be noted that <command>ncpmount</command>
169 is not intended to mount individual volumes because each mount point
170 creates a separate client connection to the Novell server. Mounting
171 each individual volume separately would be unwise, as mounting all
172 volumes on a server under one mount point uses only one client
173 connection.</para>
174
175 </sect3>
176
177 <sect3 id="ncpfs-init">
178 <title>Boot Script</title>
179
180 <para>If you need to set up the IPX protocol at boot, you can install the
181 <filename>/etc/sysconfig/network-devices/services/ipx</filename>
182 network service script included with the
183 <xref linkend="bootscripts"/> package.</para>
184
185 <indexterm zone="ncpfs ncpfs-init">
186 <primary sortas="f-ncpfs">ncpfs (IPX service script)</primary>
187 </indexterm>
188
189<screen><userinput>make install-service-ipx</userinput></screen>
190
191 <para>Next install the
192 <filename>/etc/sysconfig/network-devices/ifconfig.eth0/ipx</filename>
193 configuration file with the following commands:</para>
194
195<screen role="root"><userinput>install -v -d /etc/sysconfig/network-devices/ifconfig.eth0 &amp;&amp;
196cat &gt; /etc/sysconfig/network-devices/ifconfig.eth0/ipx &lt;&lt; "EOF"
197<literal>ONBOOT="yes"
198SERVICE="ipx"
199FRAME="<replaceable>&lt;802.2&gt;</replaceable>"</literal>
200EOF</userinput></screen>
201
202 </sect3>
203
204 </sect2>
205
206 <sect2 role="content">
207 <title>Contents</title>
208
209 <segmentedlist>
210 <segtitle>Client Utilities</segtitle>
211 <segtitle>Server Admin Utilities</segtitle>
212 <segtitle>IPX Interface Utilities</segtitle>
213 <segtitle>Other Utilities</segtitle>
214 <segtitle>Installed Libraries</segtitle>
215 <segtitle>Installed Directories</segtitle>
216
217 <seglistitem>
218 <seg>ncpmount, ncpumountt, nprintt, nsendt, nwpasswdt,
219 nwsfindt, pqlistt, pqrmt, pqstatt, and slist</seg>
220 <seg>ncopyt, nwbocreatet, nwbolst, nwbopropst, nwbormt,
221 nwbpaddt, nwbpcreatet, nwbprmt, nwbpsett, nwbpvaluest,
222 nwdirt, nwdpvaluest, nwfsctrlt, nwfsinfot, nwfstimet, nwgrantt,
223 nwpurget, nwrevoket, nwrightst, nwtrusteet, nwtrustee2t,
224 nwuserlistt, and nwvolinfo</seg>
225 <seg>ipx_cmdt, ipx_configuret, ipx_interfacet, ipx_internal_nett,
226 and ipx_route</seg>
227 <seg>ncpmap and nwauth</seg>
228 <seg>None</seg>
229 <seg>None</seg>
230 </seglistitem>
231 </segmentedlist>
232
233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.