source: basicnet/netprogs/ncpfs.xml@ cdb3954e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 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
Last change on this file since cdb3954e was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

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

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