Hi Ton<br><br>I'd love to grant you remote access to one of my servers but then I'd certainly be thrown from the 13th storey (or possibly into jail)! :D And I've studied the code a bit and I'm afraid the problem's a bit beyond me at this point; I'm not really a developer and it's been a long time since I've done any C. Mind you, if anyone out there can give me a start, narrow the scope, or make any debugging tests/suggestions I'd be happy to give it a shot and send back results or any patched code I can get to work, but I couldn't do it on my own. I haven't seen the problem in Solaris, though. The smooth experience I've been having with Solaris & Linux was what gave me the idea of pushing to use this on our AIX servers. I'd also be happy to help with any other testing on the AIX servers I have here (I've found a few other problems). 
<br><br>Thanks,<br>Alex<br><br><div><span class="gmail_quote">On 7/14/06, <b class="gmail_sendername">Ton Voon</b> <<a href="mailto:ton.voon@altinity.com">ton.voon@altinity.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="">I used to work for IBM on their RS/6000 hardware, so I have a fond spot for AIX. However, I don't have any access to servers to  develop on. If someone could grant me internet access to their server, I could spend some time on specific problems for the plugins.
<div><br></div><div>Alternatively, please consider running tinderbox builds on your AIX server and sending results back: <a href="http://tinderbox.altinity.org" title="http://tinderbox.altinity.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://tinderbox.altinity.org</a>. This will make sure the plugins continue to work on your favourite platform.</div><div><br></div><div>(Note, snapshots, and thus builds, aren't working at the moment because SF's shell servers are down.)
</div><div><br></div><div>Ton<div><br></div><div><br><div></div><div><span class="e" id="q_10c6c1c3d2455454_1"><div>On 14 Jul 2006, at 07:57, Trevor Warren wrote:</div><br></span></div><div><blockquote type="cite"></blockquote>
</div><div><span class="e" id="q_10c6c1c3d2455454_3">Have tired many a time to get nrpe running on aix but never have had a smooth experience.  Aix n HpUX have always been issues to get up and running on.<br> <br> We ended up writing our own plugins on the older *nix boxes. But now even those are outdated and have be to redone for AIX5L. Some of us needs(probably i will sometime soon) to take ownership on the aix front. This is the only way we will ever get stable plugins for aix/hpux/solaris.
<br> <br> Is there a plugin roadmap on the risc front?.<br> <br> Trevor<br><br><div>On 7/14/06, <b class="gmail_sendername">Alexander Harvey</b> <<a href="mailto:alexh19740110@gmail.com" title="mailto:alexh19740110@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
alexh19740110@gmail.com</a>> wrote:<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div>Sorry, should have done my research first but I discovered this in the archives: 
<a href="http://sourceforge.net/mailarchive/message.php?msg_id=6818296" title="http://sourceforge.net/mailarchive/message.php?msg_id=6818296 (http://sourceforge.net/mailarchive/message.php?msg_id=6818296)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 http://sourceforge.net/mailarchive/message.php?msg_id=6818296</a><br> <br>Does anyone know if there was ever a patch released? Am I on the wrong track? Has anyone made NRPE work on AIX such that when we run the following test on the host instead of getting:
</div><div><br><br>/usr/local/nagios/libexec/check_nrpe -H grenados <br>CHECK_NRPE: Received 0 bytes.  Are we allowed to connect to the host?<br><br></div><div>we get<br><br>/usr/local/nagios/libexec/check_nrpe -H cairns<br>
NRPE v1.9<br><br>as expected?</div><div> <br><br><br><div>On 7/14/06, <b class="gmail_sendername">Alexander Harvey</b> <<a href="mailto:alexh19740110@gmail.com" title="mailto:alexh19740110@gmail.com (mailto:alexh19740110@gmail.com)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
alexh19740110@gmail.com </a>> wrote:<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div>Hi,<br><br>I found some more information:<br><br>
The following message gets written to syslog:<br><br>/var/log/daemon:Jul 14 16:20:09 ausyd-dw01 daemon:err|error nrpe[876772]: Error: Request packet had invalid CRC32. <br>/var/log/daemon:Jul 14 16:20:09 ausyd-dw01 daemon:err|error nrpe[876772]: Client request was invalid, bailing out... 
<br><br>I see this happens in the following code fragment:<br><br>        /***** DECRYPT REQUEST ******/<br><br><br>        /* check the crc 32 value */<br>        packet_crc32=ntohl(pkt->crc32_value);<br>        pkt->crc32_value=0L; 
<br>        calculated_crc32=calculate_crc32((char *)pkt,sizeof(packet));<br>        if(packet_crc32!=calculated_crc32){<br>                syslog(LOG_ERR,"Error: Request packet had invalid CRC32.");<br>                return ERROR; 
<br>                }<br><br>Anyone have any idea why this would happen? (My configure options etc were given in previous post).<br><br>Thanks,<br>Alex</div><div><br><br><br><br> <div>On 7/13/06, <b class="gmail_sendername">
 Alexander Harvey</b> <<a href="mailto:alexh19740110@gmail.com" title="mailto:alexh19740110@gmail.com (mailto:alexh19740110@gmail.com) (mailto:alexh19740110@gmail.com)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
alexh19740110@gmail.com </a>> wrote: <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div>Hi List,<br><br>I am having a lot of grief trying to make NRPE 
2.5.2 (and I've tried 2.5.1 and 2.5 as well) work in AIX5.3.<br><br>From the Nagios host I'm getting:<br><br># /usr/local/nagios/libexec/check_nrpe -H grenados <br>CHECK_NRPE: Received 0 bytes.  Are we allowed to connect to the host?
<br><br>and on the client I just see the following in the syslog:<br><br>Jul 11 06:49:04 ns1 nrpe[29329]: [ID 927837 <a href="http://mail.info" title="http://mail.info (http://mail.info) (http://mail.info) (http://mail.info)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 mail.info </a>] connect from <a href="http://202.139.122.88" title="http://202.139.122.88 (http://202.139.122.88) (http://202.139.122.88) (http://202.139.122.88)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
202.139.122.88</a><br> <br>(Aside: why's the logging going to " <a href="http://mail.info" title="http://mail.info (http://mail.info) (http://mail.info) (http://mail.info)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 mail.info</a>"??)<br><br>I'm building nrpe using:<br><br># ./configure --disable-ssl <br><br># make all<br><br>Then<br><br># grep nrpe /etc/services<br>nrpe            5666/tcp                # NRPE<br><br># grep nrpe /etc/inetd.conf
<br>nrpe    stream  tcp     nowait  nagios  /usr/local/bin/tcpd /usr/local/nagios/libexec/nrpe -c /usr/local/nagios/etc/nrpe.cfg -i <br><br># cat /etc/hosts.allow<br>nrpe: <IPnumberhere>: ALLOW<br><br>I tried trussing it without finding anything much. If anyone can help I'd be most appreciative; I'm out of ideas as to how to troubleshoot this any further. 
<br><br>Thanks in advance,<br>Alex<br> </div></blockquote></div><br> </div></blockquote></div><br> </div><br><br>-------------------------------------------------------------------------<br>Using Tomcat but need to do more? Need to support web services, security?
<br>Get stuff done quickly with pre-integrated technology to make your job easier <br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" title="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a><br><br><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net" title="mailto:Nagios-users@lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
 Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" title="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://lists.sourceforge.net/lists/listinfo/nagios-users </a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br><br></blockquote></div><br><br clear="all"><br>-- <br>         ___________________________________    <br>( >-   /  Scaling FreeSoftware & OpenSource        \   -< ) <br>/~\   /                   In the Enterprise                       \   /~\ 
<br>|  \) \      | <a href="http://www.fsf.org" title="http://www.fsf.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.fsf.org</a> | <a href="http://www.opensource.org" title="http://www.opensource.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
www.opensource.org</a> |         /  (/ |<br>|_|_   \____________________________________/  _|_|<br><br> An eye for an eye will soon turn the world blind - MKG<br><br>"You cannot see me, yet I am the light you see by. You cannot hear me, yet I speak through your voice. You cannot feel me, yet I am the power at work in your hands. I am at work, though you do not understand my ways. I am not strange visions. I am not mysteries.
<br>Only in absolute stillness, beyond self, can you know me as I am, and then but as a feeling and a faith. Yet I am here. Yet I hear. Yet I answer. -anon " <br><br></span></div><div><p align="center">This message has been scanned for viruses by 
<a href="http://www.MailController.altohiway.com/" title="http://www.MailController.altohiway.com/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">MailController</a>.</p></div><div><span class="q">
<div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;">-------------------------------------------------------------------------</div><div style="margin: 0px;">Using Tomcat but need to do more? Need to support web services, security?
</div><div style="margin: 0px;">Get stuff done quickly with pre-integrated technology to make your job easier</div><div style="margin: 0px;">Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo</div>
<div style="margin: 0px;"><a href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" title="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a></div><div style="margin: 0px;">_______________________________________________</div><div style="margin: 0px;">Nagios-users mailing list
</div><div style="margin: 0px;"><a href="mailto:Nagios-users@lists.sourceforge.net" title="mailto:Nagios-users@lists.sourceforge.net" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Nagios-users@lists.sourceforge.net
</a></div><div style="margin: 0px;"><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" title="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a></div><div style="margin: 0px;">::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<span> </span></div><div style="margin: 0px;">
::: Messages without supporting info will risk being sent to /dev/null</div> </span></div><div></div><br></div></div><br><br><div> <span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<span style="border-collapse: separate; border-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
<div><br></div><div><br></div><div><a href="http://www.altinity.com" title="http://www.altinity.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.altinity.com</a></div><div>T: +44 (0)870 787 9243
</div><div>F: +44 (0)845 280 1725</div><div>Skype: tonvoon</div></span></span></span></span></span><br></span> </div><br></div>
</div></blockquote></div><br>