X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=sgml%2Finstallation.sgml;h=4fbf7fbd34cb97ed59aba119e1c74f7ef7320277;hb=8e862ce4b386889bc91c34ec788df0bd1a062c6c;hp=50e9e5c272613c76cf6f2bc541c510a70212f4c0;hpb=62d82b83c7cfef2ae3ef3a0ee6dea74ce7a37b2c;p=spider.git diff --git a/sgml/installation.sgml b/sgml/installation.sgml index 50e9e5c2..4fbf7fbd 100644 --- a/sgml/installation.sgml +++ b/sgml/installation.sgml @@ -7,7 +7,7 @@ The DXSpider Installation Manual v1.49 Iain Philipps, G0RDI (g0rdi@77hz.com) and Ian Maude, G0VGS, (ianmaude@btinternet.com) -November 2001 revision 1.0 +December 2001 revision 1.1 A reference for SysOps of the DXSpider DXCluster program. @@ -41,8 +41,12 @@ Spider required perl 5.004, however it is now STRONGLY recommended that you use at least version 5.005_03 as this is the version being used in the development of Spider. -

In addition to the standard Red Hat distribution you will require the -following modules from ... +

+In addition to the standard Red Hat distribution you will require the +following modules from , please note however that with later versions of perl, some of these +modules may be included with the distribution. Get the modules anyway and try +to install as below. If they complain, they are probably already a part of your +perl distribution.

@@ -55,7 +59,9 @@ following modules from + +

+This is the call sign of your cluster. If you use an SSID then include it here +also. + + +$myalias = "G1TLH"; + + +

+This is the sysop user callsign, normally your own. + +

+PLEASE USE CAPITAL LETTERS FOR CALLSIGNS + +

+Note that this a perl file which will be parsed and executed as part of the +cluster. If you get it wrong then perl will complain when you start the cluster +process. It is important only to alter the text of any section. Some of the +lines look a little odd. Take this line for example .... $myemail = "ianmaude\@btinternet.com"; @@ -226,8 +255,6 @@ $myemail = "ianmaude\@btinternet.com"; There appears to be an extra slash in there. However this has to be there for the file to work so leave it in. -

PLEASE USE CAPITAL LETTERS FOR CALLSIGNS -

DON'T alter any file in /spider/perl, they are overwritten with every release. Any files or commands you place in /spider/local or /spider/local_cmd @@ -298,6 +325,7 @@ was set as GB7MBC. You should therefore see this when you login .... G0VGS de GB7MBC 19-Nov-1999 2150Z > +

If you do, congratulations! If not, look over the instructions again, you have probably missed something out. You can shut spider down again with the command .... @@ -339,6 +367,7 @@ is the user that should be doing that process. ./cluster.pl (sysop) +

Spider should now be running and you should be able to login using the client program. @@ -350,6 +379,7 @@ client program. killall -HUP inetd (root) +

Spider should now be able to accept logins via telnet, netrom and ax25. @@ -378,12 +408,14 @@ each interface that you wish to allow connections on, use the following format . default * * * * * * - sysop /spider/src/client client %u ax25 +

or, if you wish your users to be able to use SSID's on their callsigns .. default * * * * * * - sysop /spider/src/client client %s ax25 +

For most purposes this is not desirable. The only time you probably will need this is when you need to allow other cluster nodes that are using SSID's in. In this case it would probably be better to use the first example and @@ -409,6 +441,7 @@ in /etc/services to allow connections to a port number, like this .... spdlogin 8000/tcp # spider anonymous login port +

Then add a line in /etc/inetd.conf like this .... @@ -422,14 +455,15 @@ Once this is done, you need to restart inetd like this .... killall -HUP inetd - -

Now login as sysop and cd spider/src. You can test that spider +

+Now login as sysop and cd spider/src. You can test that spider is accepting telnet logins by issuing the following command .... ./client login telnet +

You should get a login prompt and on issuing a callsign, you will be given access to the cluster. Note, you will not get a password login. There seems no good reason for a password prompt to be given so it is not asked for. @@ -643,7 +677,7 @@ or symbols:- connects to GB7DJK-1 [instead of a script called gb7djk-1]). - +

There are many possible ways to configure the script but here are three examples, one for a NETRom/AX25 connect, one for AGW engines and one for tcp/ip. @@ -702,6 +736,7 @@ connection to GB7DJK-1 started G0VGS de GB7MBC 13-Dec-1998 2043Z > +

This will start a connection using the script called gb7djk-1. You can follow the connection by watching the term or console from where you started cluster.pl. From version 1.47 onwards, you will need to set/debug connect first. @@ -794,6 +829,7 @@ connect telnet mary.lancs.ac.uk 'connect' '' +

So, the first connection is made by Spider. This is fine as Spider uses the Net_Telnet script from within perl. This actually uses TCP rather than TELNET so no negotiation will be done on the first connection. Once connected to @@ -833,7 +869,7 @@ This line works fine for RedHat distributions. It is also fine for SuSE up to DX:235:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/tty7 - +

The line required for Slackware distributions is slightly different. My thanks to Aurelio, PA3EZL for this information.