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

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 9d91468a was 0aeb696, checked in by Randy McMurchy <randy@…>, 18 years ago

Added a comment to each file that may need a mention of a test suite added to it, this allows closing of bug #1697

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

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