<div dir="ltr">Hi,<div><br>I'm installing the cluster in the cloud and I can't get it to work even though it's the same installation I've been using so far.<br>I have tried Debian 9 and Ubuntu 18 and in both cases the same thing happens.<br>I am working with version 1.55 Build 0.166.<div><br></div><div>I have done two different installations with the same results:<br>1. Install version 1.50 and Update with git to version 1.55<br>2. Install version 1.55 directly from git<br>in ubuntu and debian. The OS are exactly the same versions as in my physical machine than in the cloud. And in both fails the same.</div><div><br>Once the cluster is started through the service command, a single process associated with <a href="http://cluster.pl">cluster.pl</a> appears:<br><br><div>sysop      5497      1 15 16:04 ?        00:00:00 /usr/bin/perl -w /spider/perl/<a href="http://cluster.pl">cluster.pl</a><br><br></div><div>I do the "connect" with other nodes manually and I have no problems, but when the crontab runs, <a href="http://console.pl">console.pl</a> closes and all connections are destroyed:</div><div><br></div><div>16:05:16 -> D SV5FRI-1 PC21^IK6XMI-18^Gone^H25^<br>16:05:16 -> D VE9SC PC92^EA3CV-2^57915^D^^5F4EYQ-1^H99^<br>16:05:16 DXChannel F4EYQ-1 destroyed (4)<br>16:05:16 -> D SV5FRI-1 PC21^VE9SC^Gone^H25^<br>16:05:16 DXChannel VE9SC destroyed (3)<br>16:05:17 DXChannel SV5FRI-1 destroyed (2)<br></div><div><br>In addition another <a href="http://cluster.pl">cluster.pl</a> process appears, and so every time crontab is executed, to infinity:</div><div><br></div><div>sysop      5497      1  1 16:04 ?        00:00:00 /usr/bin/perl -w /spider/perl/<a href="http://cluster.pl">cluster.pl</a><br>sysop      5573   5497  0 16:04 ?        00:00:00 /usr/bin/perl -w /spider/perl/<a href="http://cluster.pl">cluster.pl</a><br></div><div><br></div><div>My crontab contains:<br></div><div><br></div><div>0,10,20,30,40,50 * * * * start_connect('ea3cv-0') unless connected('ea3cv-0')<br>0,10,20,30,40,50 * * * * start_connect('ea3cv-1') unless connected('ea3cv-1')<br><br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('AE5E') unless connected('AE5E')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('EA2CW-2') unless connected('EA2CW-2')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('F1OYP-6') unless connected('F1OYP-6')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('F4EYQ-1') unless connected('F4EYQ-1')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('IW9EDP-6') unless connected('IW9EDP-6')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('SV5FRI-1') unless connected('SV5FRI-1')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('N6WS-6') unless connected('N6WS-6')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('VE9SC') unless connected('VE9SC')<br>00,05,10,15,20,25,30,35,40,45,50,55 * * * * start_connect('WB3FFV-2') unless connected('WB3FFV-2')<br><br># AutoUpdate DXSpider Server<br>0 1 * * * spawn("cd /spider; git reset --hard; git pull &")<br><br># AutoUpdate USDB<br>0 2 * * 1,3,5 spawn("cd /tmp; wget -qN <a href="ftp://ftp.w1nr.net/usdbraw.gz">ftp://ftp.w1nr.net/usdbraw.gz</a> &; /spider/perl/<a href="http://create_usdb.pl">create_usdb.pl</a> usdbraw.gz")<br>5 2 * * 1,3,5 run_cmd("load/usdb")<br>10 2 * * 1,3,5 spawn("rm /tmp/usdbraw.gz")<br><br># AutoUpdate Keps<br>0 2 * * 2,4,6 spawn("cd /tmp; wget -qN <a href="http://www.amsat.org/amsat/ftp/keps/current/nasabare.txt">http://www.amsat.org/amsat/ftp/keps/current/nasabare.txt</a> &; /spider/perl/<a href="http://convkeps.pl">convkeps.pl</a> -p nasabare.txt &")<br>5 2 * * 2,4,6 run_cmd("load/keps")<br>10 2 * * 2,4,6 spawn("rm /tmp/nasabare.txt")<br><br># AutoUpdate CTY.DAT<br>0 3 * * 0,2,5 spawn("cd /spider/data; wget -qN <a href="http://www.country-files.com/cty/cty.dat">http://www.country-files.com/cty/cty.dat</a> &")<br>0 3 * * 0,2,5 spawn("cd /spider/data; wget -qN <a href="http://www.country-files.com/cty/wpxloc.dat">http://www.country-files.com/cty/wpxloc.dat</a> &")<br>0 3 * * 0,2,5 spawn("cd /spider/data; wget -qN <a href="http://www.country-files.com/cty/wpxloc.raw">http://www.country-files.com/cty/wpxloc.raw</a> &")<br>2 3 * * 0,2,5 spawn("cd /spider/data; /spider/perl/<a href="http://create_prefix.pl">create_prefix.pl</a>")<br>3 3 * * 0,2,5 run_cmd("load/prefix")<br></div><div><br>Can you help me.<br><br>73 de Kin, EA3CV<br></div></div></div><div><br></div></div>