<html><head>
<style id="pgp_css" type="text/css"><!----></style><style type="text/css"><!----></style><style id="css_styles" type="text/css"><!--blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: center; '], li[style='text-align: right;'], li[style='text-align: right; '] { list-style-position: inside;}
body { font-family: Segoe UI; font-size: 12pt; }
.quote { margin-left: 1em; margin-right: 1em; border-left: 5px #ebebeb solid; padding-left: 0.3em; }--></style>
</head>
<body><div>please try to connect sv5fri-1 again</div><div> before execute <i>set/spider sv5fri-1</i></div><div><br /></div>
<div><br /></div><div id="signature_old"><div><div>---</div></div>73 Yiannis, SV5FRI<br /><a href="http://www.sv5fri.eu">http://www.sv5fri.eu</a><br />DxCluster: dxc.sv5fri.eu:7300</div><div><br /></div>
<div>------ Original Message ------</div>
<div>From: "Jeff Grantham" <<a href="mailto:jeff@kb5wck.com">jeff@kb5wck.com</a>></div>
<div>To: "The DXSpider Support list" <<a href="mailto:dxspider-support@tobit.co.uk">dxspider-support@tobit.co.uk</a>>; "Yiannis Panagou" <<a href="mailto:sv5fri@gmail.com">sv5fri@gmail.com</a>></div>
<div>Sent: 25/05/2022 5:10:40 μμ</div>
<div>Subject: Re: [Dxspider-support] Error</div><div><br /></div>
<div id="xbf2ba6a1f9e04fd"><blockquote cite="SN4PR22MB29366436E09AD3DA5DA6B0B2F9D69@sn4pr22mb2936.namprd22.prod.outlook.com" type="cite" class="cite2">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
# -*- perl -*-
<div># The system variables - those indicated will need to be changed to suit your</div>
<div># circumstances (and callsign)</div>
<div>#</div>
<div># Copyright (c) 1998-2007 - Dirk Koopman G1TLH</div>
<div>#</div>
<div>#</div>
<div><br />
</div>
<div>package main;</div>
<div><br />
</div>
<div># this really does need to change for your system!!!! </div>
<div># use CAPITAL LETTERS</div>
<div>$mycall = "KB5WCK-2";</div>
<div><br />
</div>
<div># your name</div>
<div>$myname = "Jeff Grantham";</div>
<div><br />
</div>
<div># Your 'normal' callsign (in CAPTTAL LETTERS) </div>
<div>$myalias = "KB5WCK";</div>
<div><br />
</div>
<div># Your latitude (+)ve = North (-)ve = South in degrees and decimal degrees</div>
<div>$mylatitude = +30.999876;</div>
<div><br />
</div>
<div># Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees</div>
$mylongitude = -89.453385;
<div><br />
</div>
<div># Your locator (USE CAPITAL LETTERS)</div>
<div>$mylocator = "EM50GX";</div>
<div><br />
</div>
<div># Your QTH (roughly)</div>
<div>$myqth = "Lumberton, MS";</div>
<div><br />
</div>
<div># Your e-mail address</div>
<div>$myemail = "jeff\@kb5wck.com";</div>
<div><br />
</div>
<div># Your BBS addr</div>
<div>#$mybbsaddr = "G1TLH\@GB7TLH.#35.GBR.EU";</div>
<div><br />
</div>
<div># the default language (the key used must match the one in the Messages file)</div>
<div>$lang = 'en';</div>
<div><br />
</div>
<div># the country codes that my node is located in</div>
<div># </div>
<div># for example 'qw(EA EA8 EA9 EA0)' for Spain and all its islands.</div>
<div># if you leave this blank then it will use the country code for</div>
<div># your $mycall. This will suit 98% of sysops (including GB7 BTW).</div>
#<br />
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
@my_cc = qw();
<div><br />
</div>
<div># the tcp address of the cluster this can be an address of an ethernet port</div>
<div># but this is more secure. For normal use this will be fine. </div>
<div>$clusteraddr = "localhost";</div>
<div><br />
</div>
<div># the port number of the cluster (just leave this, unless it REALLY matters to you)</div>
<div>$clusterport = 27754;</div>
<div><br />
</div>
<div># your favorite way to say 'Yes'</div>
<div>$yes = 'Yes';</div>
<div><br />
</div>
<div># your favorite way to say 'No'</div>
<div>$no = 'No';</div>
<div><br />
</div>
<div># the interval between unsolicited prompts if not traffic</div>
<div>$user_interval = 11*60;</div>
<div><br />
</div>
<div># data files live in </div>
<div>$data = "$root/data";</div>
<div><br />
</div>
<div># system files live in</div>
<div>$system = "$root/sys";</div>
# command files live in
<div>$cmd = "$root/cmd";</div>
<div><br />
</div>
<div># local command files live in (and overide $cmd)</div>
<div>$localcmd = "$root/local_cmd";</div>
<div><br />
</div>
<div># where the user data lives</div>
<div>$userfn = "$data/users";</div>
<div><br />
</div>
<div># the "message of the day" file</div>
<div>$motd = "$data/motd";</div>
<div><br />
</div>
<div># are we debugging ?</div>
<div>@debug = qw(chan state msg cron connect);</div>
<div><br />
</div>
<div># are we doing xml?</div>
<div>$do_xml = 0;</div>
<div><br />
</div>
<div># the SQL database DBI dsn</div>
<div>#$dsn = "dbi:SQLite:dbname=$root/data/dxspider.db";</div>
<div>#$dbuser = "";</div>
<div>#$dbpass = "";</div>
<div><br />
</div>
1;<br />
</div>
<div id="appendonsend"></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> Dxspider-support <<a href="mailto:dxspider-support-bounces@tobit.co.uk">dxspider-support-bounces@tobit.co.uk</a>> on behalf of Yiannis Panagou via Dxspider-support <<a href="mailto:dxspider-support@tobit.co.uk">dxspider-support@tobit.co.uk</a>><br />
<b>Sent:</b> Wednesday, May 25, 2022 08:54<br />
<b>To:</b> The DXSpider Support list <<a href="mailto:dxspider-support@tobit.co.uk">dxspider-support@tobit.co.uk</a>><br />
<b>Cc:</b> Yiannis Panagou <<a href="mailto:sv5fri@gmail.com">sv5fri@gmail.com</a>><br />
<b>Subject:</b> Re: [Dxspider-support] Error</font>
<div> </div>
</div>
<style type="text/css"><!--#xbf2ba6a1f9e04fd blockquote.x_cite
{margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right: 0px; border-left: 1px solid rgb(204, 204, 204);}
#xbf2ba6a1f9e04fd blockquote.x_cite2
{margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right: 0px; border-left: 1px solid rgb(204, 204, 204); margin-top: 3px; padding-top: 0px;}
#xbf2ba6a1f9e04fd a img
{border: 0px;}
#xbf2ba6a1f9e04fd li#xbf2ba6a1f9e04fd [style="'text-align: center;'"], #xbf2ba6a1f9e04fd li#xbf2ba6a1f9e04fd [style="'text-align: center; '"], #xbf2ba6a1f9e04fd li#xbf2ba6a1f9e04fd [style="'text-align: right;'"], #xbf2ba6a1f9e04fd li#xbf2ba6a1f9e04fd [style="'text-align: right; '"]
{list-style-position: inside;}
#xbf2ba6a1f9e04fd div
{font-family: "Segoe UI"; font-size: 12pt;}
#xbf2ba6a1f9e04fd .x_quote
{margin-left: 1em; margin-right: 1em; border-left: 5px solid rgb(235, 235, 235); padding-left: 0.3em;}
--></style>
<div>
<div>Please one more could cou please post us the DXVars.pm configuration file</div>
<div><br />
</div>
<div><br />
</div>
<div><br />
</div>
<div id="x_signature_old">
<div>
<div>---</div>
</div>
73 Yiannis, SV5FRI<br />
<a href="http://www.sv5fri.eu">http://www.sv5fri.eu</a><br />
DxCluster: dxc.sv5fri.eu:7300</div>
<div><br />
</div>
<div>------ Original Message ------</div>
<div>From: "Jan via Dxspider-support" <<a href="mailto:dxspider-support@tobit.co.uk">dxspider-support@tobit.co.uk</a>></div>
<div>To: "Jeff Grantham via Dxspider-support" <<a href="mailto:dxspider-support@tobit.co.uk">dxspider-support@tobit.co.uk</a>></div>
<div>Cc: "Jan" <<a href="mailto:cluster@pa4jj.nl">cluster@pa4jj.nl</a>></div>
<div>Sent: 25/05/2022 4:52:50 μμ</div>
<div>Subject: Re: [Dxspider-support] Error</div>
<div><br />
</div>
<div id="x_x73ec82669f80443">
<blockquote type="cite" class="x_cite2"><font face="Arial">Did you do set/spider WB2FFV-2 ??<br />
<br />
</font><br />
<div class="x_moz-cite-prefix">Op 25-5-2022 om 15:36 schreef Jeff Grantham via Dxspider-support:<br />
</div>
<blockquote type="cite" class="x_cite">
<div dir="ltr" style="">
<div style="">
<div>I get the following:<span></span></div>
<div dir="ltr"><br />
</div>
<div dir="ltr">WB3FFV-2 login: Sorry PC17^KB5WCK^KB5WCK-2^H25^ is an invalid callsign</div>
<div dir="ltr"><br />
</div>
<div dir="ltr"><br />
</div>
<div dir="ltr">Any ideas what is going on and how to fix it? I get this for every spider I have setup. </div>
<div id="x_ms-outlook-mobile-signature">
<div><br />
</div>
<div dir="auto" style="direction:ltr">73,</div>
<div dir="auto" style="direction:ltr">KB5WCK </div>
<div dir="auto" style="direction:ltr"><br />
</div>
<div dir="auto"><br />
</div>
</div>
</div>
</div>
<br />
<fieldset class="x_moz-mime-attachment-header"></fieldset>
<pre class="x_moz-quote-pre">_______________________________________________
Dxspider-support mailing list
<a class="x_moz-txt-link-abbreviated" href="mailto:Dxspider-support@tobit.co.uk">Dxspider-support@tobit.co.uk</a>
<a class="x_moz-txt-link-freetext" href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
</blockquote>
<br />
<pre class="x_moz-signature" cols="72">--
73
Jan
PA4JJ
______________________________________________________
My dxspider clusters running 24/7 on a raspberry pi 2
pa4jj-2 telnet 77.174.195.163 port 7300
pa4jj-3 telnet 77.174.195.163 port 7388</pre>
</blockquote>
</div>
</div>
</blockquote></div>
</body></html>