Was this bug ever fixed?
Mark Hennessy
mhennessy at cloud9.net
Fri May 5 20:34:44 CEST 2006
Was the bug noted below ever fixed in a later Nagios 2.x? The changelog
doesn't seem to indicate that it has.
>From the Nagios 2.x documentation:
Known Issues
There is a known issue that can affect Nagios 2.0 on FreeBSD systems.
Hopefully this
problem can be fixed in a 2.x release...
1. FreeBSD and threads. On FreeBSD there's a native user-level
implementation of
threads called 'pthread' and there's also an optional ports collection
'linuxthreads' that uses kernel hooks. Some folks from Yahoo! have reported
that
using the pthread library causes Nagios to pause under heavy I/O load,
causing some
service check results to be lost. Switching to linuxthreads seems to help
this
problem, but not fix it. The lock happens in liblthread's
__pthread_acquire() - it
can't ever acquire the spinlock. It happens when the main thread forks to
execute an
active check. On the second fork to create the grandchild, the grandchild
is created
by fork, but never returns from liblthread's fork wrapper, because it's
stuck in
__pthread_acquire(). Maybe some FreeBSD users can help out with this
problem.
--
Mark Hennessy
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list