Re: [Nagios-devel] Nagios 2.0 problems starting

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 2.0 problems starting

Post by Guest »

I'm not sure on how to do a backtrace, but if you have some info I'd be
glad to do it.

I had some config options left over from a 1.2 compile that I forgot to
remove, and some double debug stuff from my testing. Cleaned that up
(removed enable-debug0, event-broker, template-extinfo,
template-objects, perlcache, embedded-perl) and still get the same
debug trace. I checked file permissions on the log files and the rw
directory, all owned by nagios and has write permissions to everything.

jl



On Nov 3, 2004, at 5:03 AM, Matthew Kent wrote:

> On Wed, 2004-11-03 at 17:08, Justin Lambert wrote:
>> I have compiled nagios-cvs (latest) on a redhat 9 box and am having
>> troubles with it starting. I first used my configs that I had been
>> using and had problems, so I put in the default nagios.cfg and
>> minimal.cfg and am having the same problem.
>>
>> Configured wtih: ./configure --datadir="/usr/share/nagios"
>> --bindir="/usr/bin" --libexecdir="/usr/lib/nagios/plugins"
>> --localstatedir="/var/log/nagios" --sbindir="/usr/lib/nagios/cgi"
>> --sysconfdir="/etc/nagios" --with-cgiurl="/nagios/cgi-bin"
>> --with-command-user="apache" --with-command-grp="apache"
>> --with-gd-lib="/usr/lib/" --with-gd-inc="/usr/include/"
>> --with-init-dir="/etc/rc.d/init.d/" --with-htmurl="/nagios"
>> --with-lockfile="/var/run/nagios.pid" --with-mail="/bin/mail"
>> --with-nagios-user="nagios" --with-nagios-grp="nagios"
>> --enable-embedded-perl --with-perlcache --with-template-objects
>> --with-template-extinfo --enable-event-broker --enable-DEBUG0
>> --enable-DEBUGALL
>
> Well first off it might be worth submitting a backtrace to the list to
> look at. If you need instructions on how to go about that I can give
> em.
>
> Beyond that, initially I had very little luck getting embedded perl to
> work on my RedHat 7.3 install with nagios 2.0, unless you need it, I'd
> remove --enable-embedded-perl and --with-perlcache. I'd also remove
> --enable-event-broker for now unless you are planning on writing one
> (it's not needed for normal operation). Also cosmetically,
> --with-template-objects --with-template-extinfo are no longer required
> and --enable-DEBUGALL supersedes --enable-DEBUG0.
>
> Best of luck,
> --
> Matthew Kent
> http://magoazul.com
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel






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