Re: [Nagios-devel] Nagios 3.0b7 High CPU Load FreeBSD 6.2

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Nagios 3.0b7 High CPU Load FreeBSD 6.2

Post by Guest »

------=_Part_30541_14607234.1197319801769
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Same box, same OS Nagios 2.10 does NOT have this problem

On 10/12/2007, Mike Brown wrote:
>
> So I guess we are at a loss :|
>
> netmon# ldd /usr/local/nagios/bin/nagios
> /usr/local/nagios/bin/nagios:
> libm.so.4 => /lib/libm.so.4 (0x280f4000)
> libpthread.so.2 => /usr/lib/libc_r.so.6 (0x2810a000)
> libc.so.6 => /lib/libc.so.6 (0x2812c000)
> netmon#
>
>
>
> On 10/12/2007, Andrew Ivanov wrote:
> >
> > Hi Mike,
> >
> > please use ldd utility to verify libmap.conf settings:
> >
> > # ldd /path_to_/nagios
> > /path_to_/nagios:
> > ...
> > libpthread.so.2 => /usr/lib/libc_r.so.6 (0x2cb19000)
> > ...
> >
> > if pthread will not be mapped to libc_r, then probably you need to set
> > correct path to nagios.
> >
> > If mapping is ok, then I don't know what to suggest.
> >
> > > here is the output from BEFORE the libmap.conf change
> > > 98795 nagios RET kse_release -1 errno 22 Invalid argument
> > > 98795 nagios CALL kse_release(0xbfbfe460)
> >
> > > here is the output from AFTER the libmap.conf change
> > > 98688 nagios CALL kse_release(0xbfbfe490)
> > > 98688 nagios RET kse_release -1 errno 22 Invalid argument
> >
> > It's strange that BEFORE pid is higher than AFTER, but nevertheless
> > output
> > is the same.
> >
> > With best regards,
> > Andrew.
> >
> >
> >
> > -------------------------------------------------------------------------
> > SF.Net email is sponsored by:
> > Check out the new SourceForge.net Marketplace.
> > It's the best place to buy or sell services for
> > just about anything Open Source.
> > http://sourceforge.net/services/buy/index.php
> > _______________________________________________
> > Nagios-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/lis ... gios-devel
> >
>
>

------=_Part_30541_14607234.1197319801769
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Same box, same OS   Nagios 2.10 does NOT have this problem
On 10/12/2007, Mike Brown <[email protected]> wrote:

So I guess we are at a loss :|
 
netmon# ldd /usr/local/nagios/bin/nagios/usr/local/nagios/bin/nagios:        libm.so.4 => /lib/libm.so.4 (0x280f4000)        libpthread.so.2 => /usr/lib/libc_r.so.6 (0x2810a000)        libc.so.6
=> /lib/libc.so.6 (0x2812c000)netmon# 
On 10/12/2007, Andrew Ivanov <[email protected]
> wrote:

Hi Mike,please use ldd utility to verify libmap.conf settings:# ldd /path_to_/nagios/path_to_/nagios:
       ...       libpthread.so.2 => /usr/lib/libc_r.so.6 (0x2cb19000)       ...if pthread will not be mapped to libc_r, then probably you need to setcorrect path to nagios.If mapping is ok, then I don't know what to suggest.
> here is the output from BEFORE the libmap.conf change>  98795 nagios   RET   kse_release -1 errno 22 Invalid argument>  98795 nagios&nbsp

...[email truncated]...


This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked