X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=html%2Fadminmanual-4.html;h=764fdb25bd9f16dfb1a14af29a1fd51158bd7b01;hb=70261345f844db52943884eb12c204c17105721b;hp=dd9c854a11b87711771408bc89027b7a7c84b247;hpb=09f90105aa04bc675d50b42fa59013a8291696b0;p=spider.git diff --git a/html/adminmanual-4.html b/html/adminmanual-4.html index dd9c854a..764fdb25 100644 --- a/html/adminmanual-4.html +++ b/html/adminmanual-4.html @@ -2,10 +2,11 @@ - The DXSpider Installation and Administration Manual : Automating things + The DXSpider Installation and Administration Manual: Automating things + Next @@ -37,6 +38,24 @@ DX:3:respawn:/bin/su -c "/usr/bin/perl -w /spider/perl/cluster.pl" sysop >/dev/t

+

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 ... +

+

+
+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. +

+

+
+DX:23:respawn:/bin/su - sysop -c "/usr/bin/perl -w /spider/perl/cluster.pl" >/dev/tty7
+
+
+

This will automatically start DXSpider on tty7 (ALT-F7) on bootup and restart it should it crash for any reason.

@@ -58,7 +77,7 @@ a comment) # check every 10 minutes to see if gb7xxx is connected and if not # start a connect job going -0,10,20,30,40,50 * * * * start_connect('gb7xxx') if !connected('gb7xxx') +0,10,20,30,40,50 * * * * start_connect('gb7xxx') if unless connected('gb7xxx')