tmcdonald wrote:Thank you, I've sent that off to our dev team for review.
Hi,
it has just reoccured on our company instance as well, so have pm'd you the link to those files just incase its not the same issue that was causing the whole thing, or at least more to give an idea
service nagios stop
killall -9 nagios
service ndo2db stop
service mysqld restart
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
tar zxf ndoutils_segfault_patched.tar.gz
cd ndoutils_segfault_patched
./upgrade
You do not have the required permissions to view the files attached to this post.
service nagios stop
killall -9 nagios
service ndo2db stop
service mysqld restart
for i in `ipcs -q | grep nagios |awk '{print $2}'`; do ipcrm -q $i; done
tar zxf ndoutils_segfault_patched.tar.gz
cd ndoutils_segfault_patched
./upgrade
morning
awesome timing, i have just been getting a bunch of changes ready to commit, i have run that and has all started up ok
will keep an eye on it over the next few days and let you know if any issues