Hi Naudit,<br>
<br>
i had the same issues with the <font size="2">Xymon client 4.2.0 for AIX 5.3</font>. <font size="2">The msgcache was exiting with an IOT/Abort trap when receiving messages. The following patch to msgcache.c fixes this problem:</font><br>

<br>
<font size="2">
230c230</font><br>
<font size="2">
<                                       char idx[20];</font><br>
<font size="2">
---</font><br>
<font size="2">
>                                       char idx[40];</font><br>
<font size="2">
232c232</font><br>
<font size="2">
<                                               STRBUFLEN(mwalk->msgbuf), (long)(now - mwalk->tstamp));</font><br>
<font size="2">
---</font><br>
<font size="2">
>                                               (int)STRBUFLEN(mwalk->msgbuf), (long)(now - mwalk->tstamp));</font><br>
<font size="2">
529c529</font><br>
<font size="2">
<                       int caddrsize;</font><br>
<font size="2">
---</font><br>
<font size="2">
>                       socklen_t caddrsize;<br><br><br>Regards,<br>Cayo<br></font><br><br><br><div class="gmail_quote">2009/7/22 Naudit007 <span dir="ltr"><<a href="mailto:mailinglist.benoit@gmail.com" target="_blank">mailinglist.benoit@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>Hello Ralph<br>In this case, I use "hobbitfetch" mode e.g: The hobbit server grab itself the data instead of the client send the data to the server. <br>

(and not client which send your configuration).<br>
<br>This mode appropriate for dmz which allow only incoming connexion from the Lan. <br><br>Do you have other idea on my problem ??? Why I have any data on hobbit server ??? <br><br>Thanks by advance <br><br>Regards <br>

<br>
<div><br></div></div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div>
This would be your problem, I think.  If this really is a client, it needs to have the address of the hobbit/xymon server in BBDISP.  What you've got is 'localhost' - you've told the client installation to talk to itself, not to the server...</div>



<div><br></div><div>Ralph Mitchell</div><div><br></div></div>
</blockquote></div><br><br clear="all"><br></div><div><div></div><div>-- <br>                            <br><mailinglist.benoit - at - gmail!com><br><br><br>
</div></div></blockquote></div><br>