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 »

On Thu, 2004-11-04 at 13:39, Justin Lambert wrote:
> I'm not sure on how to do a backtrace, but if you have some info I'd be
> glad to do it.

It's pretty easy, make sure you have gdb installed

mkent@fuego:~/nagios/base$ gdb nagios
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-linux"...
(gdb) r /nagios.cfg

Which should run nagios in the foreground as you've been doing. When it
dies, just type 'where' or 'bt'. It should show exactly where it crapped
out. Send that here. Now type 'kill' to end your session.
--
Matthew Kent
http://magoazul.com






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