Re: [Nagios-devel] Nagios 2 quitting

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 quitting

Post by Guest »

do a search for RLIMIT_CORE in utils.c and delete the setrlimit call.
then in the shell before you call nagios do
ulimit -c unlimited

this should let nagios actually dump core and then you can see what is
causing it.

--Ian

hey Ethan.. what is the logic behind disabling cores in the code like
this instead of using ulimit?

On Tue, 10 Aug 2004 07:58:52 -0700, Jason Martin wrote:
> On Tue, Aug 10, 2004 at 08:06:26AM -0500, Justin Lambert wrote:
> > out of the log file - is there a way to turn on more logging so I can
> > get some more info?
> If you compile in debugging you'll get a lot more info on where
> the failure occured.
>
> -Jason Martin
> --

> Alexander the Grape: He Concord the world.
> This message is PGP/MIME signed.
>
>
>





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