<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:lkk@interfree.it">lkk@interfree.it</a> wrote:<br>
<blockquote  cite="mid20051021095118.22898.qmail@community22.interfree.it"  type="cite">
  <blockquote type="cite">
    <pre wrap="">have you ever tried to start it with "strace" (if you're on a linux system) ?? 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The nrpe daemon run on Solaris 9
Can you send me the strace sintax for to view errors?
  </pre>
</blockquote>
<br>
Have you checked the syslog error messages in /var/adm/messages??<br>
Have you run NRPE with the full path(s)  /usr/local/nagios/bin/nrpe -c
/usr/local/nagios/etc/nrpe.cfg    (replace /usr/local/nagios with
wherever you installed it to)<br>
<br>
On Solaris you can use 'truss' which is what shows you the system calls
that are running, and will show any errors that the application has.<br>
You would run at the prompt:<br>
<br>
truss /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg<br>
<br>
<br>
Also, you can run 'ldd' on the nrpe binary to see if it's missing any
libraries (like openssl etc)<br>
<br>
Cheers<br>
rob<br>
<br>
</body>
</html>