<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi  Jose,<br>
      <br>
      <font face="Arial">> Reading symbols from /jnos/jnos...(no
        debugging symbols found)...done.</font><br>
      <br>
      It looks or your compiled jnos without debugging symbols. <br>
      (or stripped later the binary of them)<br>
      These are necessary if you want to debug jnos.<br>
      Look at the DEBUG line in the makefile to see or the option -g3 is
      still there.<br>
      <br>
      73,<br>
      <br>
      Bob (Boudewijn) VE3TOK<br>
      <br>
      <br>
      On 14-02-06 01:29 PM, Jose Ng Lee wrote:<br>
    </div>
    <blockquote
      cite="mid:37EE2902AB9A4B9E9AEA453301594489@HOLLYWOOD.HOLLYWOOD.COM"
      type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <meta name="GENERATOR" content="MSHTML 8.00.6001.23543">
      <style></style>
      <div><font face="Arial">I have on my RPI Fbb, DXSpider, FPAC,
          LinBPQ, and JNOS working.</font></div>
      <div> </div>
      <div><font face="Arial">Setup on inittab JNOS to restart
          automatically:</font></div>
      <div> </div>
      <div><font face="Arial">##Start Jnos on bootup and respawn it
          should it crash<br>
          JNOS:2345:respawn:/jnos/startnos<br>
        </font></div>
      <div><font face="Arial">I see on my Logs that the JNOS is
          restarting in every few minutes but doesn't tell me the cause
          of the problem:</font></div>
      <font face="Arial">
        <div><br>
          09:26:24  - JNOS 2.0j.4 (Linux) was started<br>
          09:37:23  - allocating maximum of 24 Axip (axudp + axip)
          devices<br>
          09:37:23  - allocating maximum of 24 dynamic gateways for
          routes<br>
          09:37:23  - using new [tun0] device<br>
          09:37:23  - tun_rx - listening for packets<br>
          09:37:56  - JNOS 2.0j.4 (Linux) was started<br>
          09:37:58  - allocating maximum of 24 Axip (axudp + axip)
          devices<br>
          09:37:58  - allocating maximum of 24 dynamic gateways for
          routes<br>
          09:37:58  - using new [tun0] device<br>
          09:37:58  - tun_rx - listening for packets<br>
          09:38:31  - JNOS 2.0j.4 (Linux) was started<br>
          09:39:40  - allocating maximum of 24 Axip (axudp + axip)
          devices<br>
          09:39:40  - allocating maximum of 24 dynamic gateways for
          routes<br>
          09:39:40  - using new [tun0] device<br>
          09:39:40  - tun_rx - listening for packets</div>
        <div> </div>
        <div>I read from the maillist archive the use of gdb to find the
          problem of the crash.  Tried but no results I can understand
          until my SSH session freeze:</div>
        <div> </div>
        <div><a moz-do-not-send="true"
            href="mailto:root@hp2ng:/jnos/logs">root@hp2ng:/jnos/logs</a>#
          gdb -p 17560<br>
          GNU gdb (GDB) 7.4.1-debian<br>
          Copyright (C) 2012 Free Software Foundation, Inc.<br>
          License GPLv3+: GNU GPL version 3 or later <<a
            moz-do-not-send="true"
            href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>
          This is free software: you are free to change and redistribute
          it.<br>
          There is NO WARRANTY, to the extent permitted by law.  Type
          "show copying"<br>
          and "show warranty" for details.<br>
          This GDB was configured as "arm-linux-gnueabihf".<br>
          For bug reporting instructions, please see:<br>
          <<a moz-do-not-send="true"
            href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>.<br>
          Attaching to process 17560<br>
          Reading symbols from /jnos/jnos...(no debugging symbols
          found)...done.<br>
          Reading symbols from
          /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so...(no debugging
          symbols found)...done.<br>
          Loaded symbols for /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so<br>
          Reading symbols from
          /lib/arm-linux-gnueabihf/libncurses.so.5...(no debugging
          symbols found)...done.<br>
          Loaded symbols for /lib/arm-linux-gnueabihf/libncurses.so.5<br>
          Reading symbols from
          /lib/arm-linux-gnueabihf/libtinfo.so.5...(no debugging symbols
          found)...done.<br>
          Loaded symbols for /lib/arm-linux-gnueabihf/libtinfo.so.5<br>
          Reading symbols from
          /lib/arm-linux-gnueabihf/libgcc_s.so.1...(no debugging symbols
          found)...done.<br>
          Loaded symbols for /lib/arm-linux-gnueabihf/libgcc_s.so.1<br>
          Reading symbols from
          /lib/arm-linux-gnueabihf/libc.so.6...Reading symbols from
          /usr/lib/debug/lib/arm-linux-gnueabihf/libc-2.13.so...done.<br>
          done.<br>
          Loaded symbols for /lib/arm-linux-gnueabihf/libc.so.6<br>
          Reading symbols from
          /lib/arm-linux-gnueabihf/libdl.so.2...Reading symbols from
          /usr/lib/debug/lib/arm-linux-gnueabihf/libdl-2.13.so...done.<br>
          done.<br>
          Loaded symbols for /lib/arm-linux-gnueabihf/libdl.so.2<br>
          Reading symbols from /lib/ld-linux-armhf.so.3...(no debugging
          symbols found)...done.<br>
          Loaded symbols for /lib/ld-linux-armhf.so.3<br>
          0xb6e27d80 in select () at
          ../sysdeps/unix/syscall-template.S:82<br>
          82      ../sysdeps/unix/syscall-template.S: No such file or
          directory.<br>
          (gdb)</div>
        <div> </div>
        <div>Any other way or tool I can use to find what is causing the
          crash of my Jnos.</div>
        <div> </div>
      </font>
      <div><font face="Arial">73s Jose / HP2AT</font></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
nos-bbs mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nos-bbs@tapr.org">nos-bbs@tapr.org</a>
<a class="moz-txt-link-freetext" href="http://www.tapr.org/mailman/listinfo/nos-bbs">http://www.tapr.org/mailman/listinfo/nos-bbs</a>
</pre>
    </blockquote>
    <br>
    <div style="bottom: auto; left: 257px; right: auto; top: 106px;
      display: none;" class="translator-theme-default"
      id="translator-floating-panel">
      <div title="Click to translate"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>