<div dir="ltr">I can't notice a pattern here.<div><br></div><div>I did see that perl 5.10.1 was installed.  I tried to install 5.22.1... looked successful... ran through the script... but the version still says 5.10.1.  I'm not sure if a reboot or restarting perl is necessary.</div><div><br></div><div>Mike, WA9PIE</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 27, 2016 at 11:12 AM, David Spoelstra <span dir="ltr"><<a href="mailto:davids@mediamachine.com" target="_blank">davids@mediamachine.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">After I put all my spawns in the background, my node is running great!<div><br></div><div>Can you look at the uptime and figure out when it's freezing?  Is it the same time every day?  That would give you a great clue to track down what's going on!</div><div><br></div><div>If it's the same time every day, then it's something that gets triggered to run.  In that case, I would watch the log files live at that time and see what happens.</div><div><br></div><div>-David, N9KT</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 27, 2016 at 4:20 AM, Ian Maude <span dir="ltr"><<a href="mailto:maudeij@gmail.com" target="_blank">maudeij@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">175 is the one I am running on GB7MBC Mike.  I also have the same<br>
spawn commands as you do.  200 users at the moment and up for 40 days<br>
currently after a machine restart.  Stable as they come.  I can’t<br>
imagine what’s causing your issue!<br>
<br>
73 Ian<br>
<div><div><br>
On 27 March 2016 at 02:03, Michael G. Carper <<a href="mailto:mike@wa9pie.net" target="_blank">mike@wa9pie.net</a>> wrote:<br>
> So much for that idea.<br>
><br>
> I set all the spawn commands to run in-the-background and the node just<br>
> froze again and tossed all the users off.<br>
><br>
> Puzzled.  Would LOVE to hear about a solution.<br>
><br>
> -----Original Message-----<br>
> From: Michael G. Carper [mailto:<a href="mailto:mike@wa9pie.net" target="_blank">mike@wa9pie.net</a>]<br>
> Sent: Saturday, March 26, 2016 5:36 PM<br>
> To: 'The DXSpider Support list' <<a href="mailto:dxspider-support@dxcluster.org" target="_blank">dxspider-support@dxcluster.org</a>><br>
> Subject: RE: [Dxspider-support] Spider continues to freeze and/or restart on<br>
> its own<br>
><br>
> Is the 175 build the most recent DX Spider release?<br>
><br>
> Mike<br>
><br>
> -----Original Message-----<br>
> From: Dxspider-support [mailto:<a href="mailto:dxspider-support-bounces@dxcluster.org" target="_blank">dxspider-support-bounces@dxcluster.org</a>] On<br>
> Behalf Of Dirk Koopman<br>
> Sent: Friday, March 25, 2016 7:13 PM<br>
> To: The DXSpider Support list <<a href="mailto:dxspider-support@dxcluster.org" target="_blank">dxspider-support@dxcluster.org</a>><br>
> Subject: Re: [Dxspider-support] Spider continues to freeze and/or restart on<br>
> its own<br>
><br>
> I thought centos 5 had git? If it really hasn't, I might consider installing<br>
> it from source.<br>
><br>
> CVS is now fixed.<br>
><br>
> I haven't used CVS to branch for quite a while and my remarks about swapping<br>
> from one branch to another "easily" may not apply.<br>
><br>
> I would seriously consider installing git if you want to use the mojo<br>
> branch.<br>
><br>
> Also, I haven't used perlbrew on DXSpider and you may find that we get<br>
> problems getting the correct perl (ie perlbrew correctly overriding the<br>
> system perl).<br>
><br>
> The current stable perl is 5.22.1 and I recommend that you use that.<br>
> Don't use any perl with an odd release number like 5.23, as they are<br>
> development versions and not considered stable.<br>
><br>
> Dirk<br>
><br>
> On 24/03/16 21:04, Kjell Jarl wrote:<br>
>> Hi Dirk,<br>
>> Thanks, I tried install those cpan modules, but Mojolicious requires<br>
>> perl v5.10.1, I am only at 5.8.8 on CENTOS 5.11.<br>
>><br>
>> I searched the Internet for that problem, and it seems perlbrew is my<br>
>> friend, am looking at it.<br>
>><br>
>> I don´t have git, and cvs is broken, can I pull the git from<br>
>> <a href="http://www.dxcluster.org/cgi-bin/gitweb.cgi?p=spider.git;a=snapshot;h=" rel="noreferrer" target="_blank">http://www.dxcluster.org/cgi-bin/gitweb.cgi?p=spider.git;a=snapshot;h=</a><br>
>> e25af156a00360c832bec86efe4ab3242e959030;sf=tgz<br>
>><br>
>> and overwrite the current spider directory?<br>
>><br>
>> I may first just try with the new perl-5.23.9 and the old Dxspider.<br>
>><br>
>> 73<br>
>> Kjell<br>
>><br>
>><br>
>> On 2016-03-24 18:01, Dirk Koopman wrote:<br>
>>> On 23/03/16 09:32, Kjell Jarl wrote:<br>
>>>> Hi,<br>
>>>> Is there a similar way to let the connects go to the background,<br>
>>>> that else has to time out for a non-responsive node?<br>
>>>> 73<br>
>>><br>
>>> In theory, connects should happen "in background", but it looks as<br>
>>> though this isn't always the case. I think what is going is that the<br>
>>> "hanging" is actually waiting for a DNS server to provide an answer,<br>
>>> rather than the connect itself waiting. The connect is started<br>
>>> "non-blocking".<br>
>>><br>
>>> This may be better addressed in the "mojo" branch of the code, for<br>
>>> those that are feeling adventurous. However, I can't guarantee it as<br>
>>> the USP of this branch is that all of the networking infrastructure<br>
>>> has been converted to use the "Mojolicious" perl web framework. If<br>
>>> you want to go there you will need to "cpanm EV Mojolicious<br>
>>> Mojo::IOLoop::ForkCall" (I think that's all) before running that<br>
>>> branch. There are no other instructions. You can change branches back<br>
>>> and<br>
> forth between "master"<br>
>>> (the one [nearly] everyone is on) and "mojo" and just restart the<br>
>>> node in between swaps.<br>
>>><br>
>>> However, it doesn't address the crontab spawn issue (just because it<br>
>>> hasn't bitten me yet). It ought to. I will probably change that over<br>
>>> the Easter holidays.<br>
>>><br>
>>> For what it is worth GB7DJK has been running on this branch for some<br>
>>> time.<br>
>>><br>
>>> Dirk G1TLH<br>
>>><br>
>>> _______________________________________________<br>
>>> Dxspider-support mailing list<br>
>>> <a href="mailto:Dxspider-support@dxcluster.org" target="_blank">Dxspider-support@dxcluster.org</a><br>
>>> <a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" rel="noreferrer" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
>>><br>
>><br>
>> _______________________________________________<br>
>> Dxspider-support mailing list<br>
>> <a href="mailto:Dxspider-support@dxcluster.org" target="_blank">Dxspider-support@dxcluster.org</a><br>
>> <a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" rel="noreferrer" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
><br>
><br>
> _______________________________________________<br>
> Dxspider-support mailing list<br>
> <a href="mailto:Dxspider-support@dxcluster.org" target="_blank">Dxspider-support@dxcluster.org</a><br>
> <a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" rel="noreferrer" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
><br>
><br>
><br>
> _______________________________________________<br>
> Dxspider-support mailing list<br>
> <a href="mailto:Dxspider-support@dxcluster.org" target="_blank">Dxspider-support@dxcluster.org</a><br>
> <a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" rel="noreferrer" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
<br>
_______________________________________________<br>
Dxspider-support mailing list<br>
<a href="mailto:Dxspider-support@dxcluster.org" target="_blank">Dxspider-support@dxcluster.org</a><br>
<a href="http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" rel="noreferrer" target="_blank">http://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>