<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
All is good. I just started from scratch and everything is humming along. Thank you sir.<span id="ms-outlook-android-cursor"></span></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> JOSEPH REED <joe@n9jr.com><br>
<b>Sent:</b> Monday, March 29, 2021 2:58:53 PM<br>
<b>To:</b> Ed Tump <ed@squaretfarmllc.com>; The DXSpider Support list <dxspider-support@tobit.co.uk><br>
<b>Subject:</b> Re: [Dxspider-support] Stops at US Database loaded</font>
<div> </div>
</div>
<div class="" style="word-wrap:break-word; line-break:after-white-space">Ed,
<div class=""><br class="">
</div>
<div class="">I wanted to close the loop, do you have your cluster node running as a service or are you still having issues?  </div>
<div class=""><br class="">
</div>
<div class="">This list has been invaluable to me over the many years.  I can shoot myself in the foot and find the answer here.  The good news is my archive searches are getting faster, and my aim is getting better :)</div>
<div class=""><br class="">
</div>
<div class="">Joe N9JR<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Mar 23, 2021, at 5:02 PM, JOSEPH REED <<a href="mailto:joe@n9jr.com" class="">joe@n9jr.com</a>> wrote:</div>
<br class="x_Apple-interchange-newline">
<div class="">
<div class="" style="word-wrap:break-word; line-break:after-white-space">Ed,
<div class=""><br class="">
</div>
<div class="">Setting the spider service isn’t too difficult.  N6WS wrote a guide for a DXspider installation on a Pi, but Debian is Debian so it is platform agnostic.  Look at the Pi 3 installation guide at
<a href="http://n6ws.com/" class="">n6ws.com</a>.  His file in init.d doesn’t really meet LSB standards, but here is what I use:</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">#! /bin/sh</div>
<div class=""><br class="">
</div>
<div class="">### BEGIN INIT INFO</div>
<div class=""># Provides:<span class="x_Apple-tab-span" style="white-space:pre"> </span>
dxspider</div>
<div class=""># Required-Start:<span class="x_Apple-tab-span" style="white-space:pre">
</span>$local_fs</div>
<div class=""># Required-Stop:</div>
<div class=""># Default-Start:<span class="x_Apple-tab-span" style="white-space:pre">
</span>1 2 3 4 5</div>
<div class=""># Default-Stop:</div>
<div class="">### END INIT INFO</div>
<div class=""><br class="">
</div>
<div class="">/spider/perl/cluster.pl</div>
<div class=""><br class="">
</div>
<div class="">case $1 in</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>start|restart|force-reload)</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>/spider/perl/cluster.pl</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>;;</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>stop)</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>;;</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>status)</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>exit 0</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>;;</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>*)</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>echo "Usage: $0 {start|stop|status|restart|force-reload}" >&2</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>exit 3</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>;;</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>esac</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>exit 0 </div>
<div class=""><br class="">
</div>
<div class="">Hope this helps,</div>
<div class="">Joe N9JR</div>
</div>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>