Add changes to the installation manual for Windows users from K1XX
[spider.git] / html / installation-4.html
index fb2e6358e353012eb1733797ed8c2ba1ccd44eee..7438b7aa0de323fe0fb5a0060b36e891852d8370 100644 (file)
@@ -2,7 +2,7 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
- <TITLE>The DXSpider Installation Manual v1.49: Configuration</TITLE>
+ <TITLE>The DXSpider Installation Manual v1.50: Configuration</TITLE>
  <LINK HREF="installation-5.html" REL=next>
  <LINK HREF="installation-3.html" REL=previous>
  <LINK HREF="installation.html#toc4" REL=contents>
@@ -24,7 +24,7 @@
 </H2>
 
 <P> 
-From version 1.47 there is a new (more efficient) way of doing this
+>From version 1.47 there is a new (more efficient) way of doing this
 (see next section) but, if you prefer, the method of doing it described 
 here will continue to work just fine.
 <P>
@@ -79,7 +79,7 @@ telnet localhost 8000
 <H2><A NAME="ss4.3">4.3 Setting up telnet connects (from 1.47 onwards)</A>
 </H2>
 
-<P>From version 1.47 you can choose to allow the perl cluster.pl program to 
+<P>>From version 1.47 you can choose to allow the perl cluster.pl program to 
 allow connections directly (i.e. not via the <CODE>/spider/src/client</CODE>
 interface program). If you are using Windows then this is the only method
 available of allowing incoming telnet connections.
@@ -467,7 +467,7 @@ DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/t
 </CODE></BLOCKQUOTE>
 <P>
 <P>This line works fine for RedHat distributions. It is also fine for SuSE up to
-7.0.  From Suse 7.1 you need to add runlevels 2 and 5 like this ...
+7.0.  From SuSE 7.1 you need to add runlevels 2 and 5 like this ...
 <P>
 <BLOCKQUOTE><CODE>
 <PRE>
@@ -487,6 +487,9 @@ DX:23:respawn:/bin/su - sysop -c "/usr/bin/perl -w /spider/perl/cluster.pl" >/de
 <P>This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart 
 it should it crash for any reason.
 <P>
+<P>NB: It should be noted that /dev/tty7 is only an example.  Some SuSE systems will
+only accept upto tty6.  It really does not matter which tty you run it on.
+<P>
 <P>As root type the command <EM>telinit q</EM>.  DXSpider should start up 
 immediately.  You will see the output on tty7 and if you login as <EM>sysop</EM> 
 you should find everything running nicely.