[Dxspider-support] Stops at US Database loaded

Ed Tump ed at squaretfarmllc.com
Tue Mar 30 00:07:49 CEST 2021


All is good. I just started from scratch and everything is humming along. Thank you sir.
________________________________
From: JOSEPH REED <joe at n9jr.com>
Sent: Monday, March 29, 2021 2:58:53 PM
To: Ed Tump <ed at squaretfarmllc.com>; The DXSpider Support list <dxspider-support at tobit.co.uk>
Subject: Re: [Dxspider-support] Stops at US Database loaded

Ed,

I wanted to close the loop, do you have your cluster node running as a service or are you still having issues?

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 :)

Joe N9JR

On Mar 23, 2021, at 5:02 PM, JOSEPH REED <joe at n9jr.com<mailto:joe at n9jr.com>> wrote:

Ed,

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 n6ws.com<http://n6ws.com/>.  His file in init.d doesn’t really meet LSB standards, but here is what I use:

#! /bin/sh

### BEGIN INIT INFO
# Provides: dxspider
# Required-Start: $local_fs
# Required-Stop:
# Default-Start: 1 2 3 4 5
# Default-Stop:
### END INIT INFO

/spider/perl/cluster.pl

case $1 in
start|restart|force-reload)
/spider/perl/cluster.pl
;;
stop)
;;
status)
exit 0
;;
*)
echo "Usage: $0 {start|stop|status|restart|force-reload}" >&2
exit 3
;;
esac
exit 0

Hope this helps,
Joe N9JR

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.tobit.co.uk/pipermail/dxspider-support/attachments/20210329/00af26c7/attachment.htm>


More information about the Dxspider-support mailing list