[Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Tom
Hi, I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm seeing seg faults... [root@g0801 nagios]# /usr/bin/nagios /etc/nagios/nagios.cfg Nagios Core 3.2.3 Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last M

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Tom
On 17/01/12 14:13, Tom wrote: > > Hi, > > I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm > seeing seg faults... This is the strace of "strace /usr/bin/nagios /etc/nagios/nagios.cfg" stat("/usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi", 0x7fff3eaa72a0) = -1 ENOE

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Mark Elsen
>> >> I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm >> seeing seg faults... > > > This is the strace of "strace /usr/bin/nagios  /etc/nagios/nagios.cfg" > > > stat("/usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi", - Check /var/log/messages on your system; watchout

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Tom
On 17/01/12 15:32, Mark Elsen wrote: >>> I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm >>> seeing seg faults... >> >> This is the strace of "strace /usr/bin/nagios /etc/nagios/nagios.cfg" >> >> >> stat("/usr/lib64/perl5/site_perl/5.8.7/x86_64-linux-thread-multi", >- Check /v

[Nagios-users] can't disable embedded perl

2012-01-17 Thread Tom
So I tried to disable the embedded perl... [root@g0801 nagios]# grep embedded /etc/nagios/nagios.cfg enable_embedded_perl=0 use_embedded_perl_implicitly=0 but its still segfaulting trying to init embedded perl [root@g0801 nagios]# gdb -q --args /usr/bin/nagios -d /etc/nagios/nagios.cfg

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Mark Elsen
On Tue, Jan 17, 2012 at 4:59 PM, Tom wrote: > On 17/01/12 15:32, Mark Elsen wrote: I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm seeing seg faults... >>> >>> This is the strace of "strace /usr/bin/nagios  /etc/nagios/nagios.cfg" >>> >>> >>> stat("/usr/lib64/perl5/site_

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Andreas Ericsson
On 01/17/2012 03:26 PM, Tom wrote: > On 17/01/12 14:13, Tom wrote: >> >> Hi, >> >> I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm >> seeing seg faults... > > > This is the strace of "strace /usr/bin/nagios /etc/nagios/nagios.cfg" > > > stat("/usr/lib64/perl5/site_perl/5.8.7/x

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Tom
On 17/01/12 16:21, Andreas Ericsson wrote: > On 01/17/2012 03:26 PM, Tom wrote: >> On 17/01/12 14:13, Tom wrote: >>> Hi, >>> >>> I upgraded my nagios to the 3.2.3 base rpm from rpmforge and I'm >>> seeing seg faults... >> >> This is the strace of "strace /usr/bin/nagios /etc/nagios/nagios.cfg" >>

Re: [Nagios-users] Segmentation fault under 3.2.3 on CentOS release 5.7

2012-01-17 Thread Tom
On 17/01/12 16:10, Mark Elsen wrote: > > - Check wether you can verify your nagios configuration using > > % nagios -v.../nagios.cfg > Yeah, was my first check... but it is OK.. [root@g0801 nagios]# /usr/bin/nagios -v /etc/nagios/nagios.cfg | grep okay Read main config f

Re: [Nagios-users] can't disable embedded perl

2012-01-17 Thread Tom
On 17/01/12 16:32, Sven Nierlein wrote: > > > Nagios will always init embedded perl even when it is disabled by the > config. > Recompiling without embedded perl is the only way to fully remove epn. Damn. I was really pleased to find a known yum repo with a packaged copy, I thought it would save

Re: [Nagios-users] can't disable embedded perl

2012-01-17 Thread Sven Nierlein
Hi, On 1/17/12 17:05, Tom wrote: > So I tried to disable the embedded perl... > > [root@g0801 nagios]# grep embedded /etc/nagios/nagios.cfg > enable_embedded_perl=0 > use_embedded_perl_implicitly=0 This is not possible after compile time. See base/nagios.c line 740: /* initialize em

Re: [Nagios-users] can't disable embedded perl

2012-01-17 Thread Sven Nierlein
On 1/17/12 17:35, Tom wrote: > Damn. I was really pleased to find a known yum repo with a packaged > copy, I thought it would save a whole bunch of time building a source > package and installing it. Just make sure your perl installation/packages match the nagios packages. Don't mix up different