On 15 October 2012 20:25, Yanni <span dir="ltr"><<a href="mailto:y.goudetsidis@mail.cryst.bbk.ac.uk" target="_blank">y.goudetsidis@mail.cryst.bbk.ac.uk</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>It seems that telnet works because it
      returns "connected to 193.61.54.144", however it looks like it
      hangs after the:  <br>
      (Escape character is '^]') line.</div></div></blockquote><div><br></div><div>That's to be expected.  When doing a telnet test like this, you can get one of three things:</div><div>* connection refused (nothing listening on that port)</div>

<div>* time-out (firewall dropping packets)</div><div>* connected (works)</div><div><br></div><div>You got the last one, so all good.</div><div><br></div><div>If you have netcat, try doing this:</div><div><br></div><div>
$ echo xymondboard | netcat 193.61.54.144 1984</div>
<div><br></div><div>This should get you a list of hosts and their status.  The command might be "nc" rather than "netcat".</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div bgcolor="#FFFFFF" text="#000000"><div>xymonlaunch.log:<br>2012-10-15 09:56:06 Setting up network listener on <a href="http://0.0.0.0:1984" target="_blank">0.0.0.0:1984</a><br>
      2012-10-15 09:56:06 Cannot bind to listen socket (Address already
      in use)<br></div></div></blockquote><div><br></div><div>Perhaps you have xymond running twice?  Stop xymond, and kill all remaining xymond  processes before attempting to start it again.  Before starting, you should see no output from this:</div>

<div><br></div><div>$ netstat -na|grep 1984.*LISTEN</div><div><br></div><div>Cheers</div><div>Jeremy</div></div>