<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Firstly<br>
      <br>
      SIGXCPU<br>
      The SIGXCPU signal is sent to a process when it has used up the
      CPU for a duration that exceeds a certain predetermined
      user-settable value.[16] The arrival of a SIGXCPU signal provides
      the receiving process a chance to quickly save any intermediate
      results and to exit gracefully, before it is terminated by the
      operating system using the SIGKILL signal.<br>
      <br>
      [16] refers to the information on getrlimit and setrlimit. Reading
      the manual says:<br>
      <br>
      RLIMIT_CPU<br>
      This is the maximum amount of CPU time, in seconds, used by a
      process. If this limit is exceeded, SIGXCPU shall be generated for
      the process. If the process is catching or ignoring SIGXCPU, or
      all threads belonging to that process are blocking SIGXCPU, the
      behavior is unspecified. <br>
      <br>
      This parameter can be altered. But I am wondering whether you are
      hitting the limits of the vCPU that is set in the machine running
      this VM?<br>
      <br>
      <tt>Also there is a default limit on the number of sockets a
        process may have of 1024. Now, in the old days (and on Windows
        boxes with default limits of 64 (!)), it would just refuse to
        accept new ones. It (now) *may* be that this causes this signal.
        In any case you should increase the maximum no of sockets the
        process will take. Do a "ulimit -n" and you see the default is
        still 1024. You will need to increase the limit. <br>
        <br>
        You should probably also consider this StackOverflow answer: </tt><tt><a
href="https://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux">https://stackoverflow.com/questions/410616/increasing-the-maximum-number-of-tcp-ip-connections-in-linux</a></tt><br>
      <br>
      Dirk<br>
      <br>
      <br>
      On 14/04/2020 01:29, Michael Carper, Ph.D. via Dxspider-support
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAKJep-Dvg00NEu20Vj6Ee9YnEuGGKhqftDBG1xZyUTeNLSvKGA@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">As of a bit
          more than a week ago, at about the same time each day (with
          max users connected), the node abruptly restarts. This is
          totally frustrating.</div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif"><br>
        </div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">
          <div><img src="cid:part2.EC9D0648.75C322DE@tobit.co.uk"
              alt="image.png" class="" width="542" height="114"><br>
          </div>
          <div>I've checked all the crontabs... no events scheduled for
            that time.</div>
          <div><br>
          </div>
          <div>I look in the linux logfile and see this...</div>
          <div><br>
          </div>
          <div># cat messages<br>
            Apr 12 15:21:58 wa9pie-2b init: dxspider main process
            (28416) terminated with status 24<br>
            Apr 12 15:21:58 wa9pie-2b init: dxspider main process ended,
            respawning<br>
            Apr 13 16:14:45 wa9pie-2b init: dxspider main process
            (18493) terminated with status 24<br>
            Apr 13 16:14:45 wa9pie-2b init: dxspider main process ended,
            respawning<br>
          </div>
          <div><br>
          </div>
          <div>What gives??</div>
          <div><br>
          </div>
          <div>From what I can see, "status 24" is "stop issued from
            terminal."</div>
          <div><br>
          </div>
          <div>Frustrated.</div>
          <div><br>
          </div>
          <div>Mike, WA9PIE, VK4EIE</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Dxspider-support mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dxspider-support@tobit.co.uk">Dxspider-support@tobit.co.uk</a>
<a class="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>
    <br>
  </body>
</html>