Re: DEBUG - analysing core dumps

2011-05-26 Thread Damien Fleuriot
On 26 May 2011 09:51, Damien Fleuriot wrote: > > > On 5/25/11 7:10 PM, Garrett Cooper wrote: >> On Wed, May 25, 2011 at 9:36 AM, Damien Fleuriot wrote: >>> Hello list, >>> >>> >>> >>> We've got these boxes at work running FreeBSD 8.1-STABLE amd64 and >>> serving as firewalls and openvpn gateways.

Re: DEBUG - analysing core dumps

2011-05-26 Thread Damien Fleuriot
On 5/25/11 7:10 PM, Garrett Cooper wrote: > On Wed, May 25, 2011 at 9:36 AM, Damien Fleuriot wrote: >> Hello list, >> >> >> >> We've got these boxes at work running FreeBSD 8.1-STABLE amd64 and >> serving as firewalls and openvpn gateways. >> >> We use CARP interfaces to provide an active-passiv

Re: DEBUG - analysing core dumps

2011-05-25 Thread Daniel Hartmeier
On Wed, May 25, 2011 at 06:36:49PM +0200, Damien Fleuriot wrote: > I am not sure what steps I should follow to get more information ? Rebuild the port with debug information, as in # cd /usr/ports/sysutils/rsyslog4 # WITH_DEBUG=1 make package And install that on the target host. Then repeat

Re: DEBUG - analysing core dumps

2011-05-25 Thread Patrick Lamaiziere
Le Wed, 25 May 2011 18:36:49 +0200, Damien Fleuriot a écrit : Hello, > Sadly, getting a backtrace with "bt" gives me more lines with "??", > which is totally not helpful: > [SNIP] > #13 0x7f1f9d70 in ?? () > #14 0x in ?? () > #15 0x6f70732f7261762f in ?? () > #16 0x6c7379

RE: DEBUG - analysing core dumps

2011-05-25 Thread Andrew Duane
Damien Fleuriot wrote: > Hello list, > > > > We've got these boxes at work running FreeBSD 8.1-STABLE amd64 and > serving as firewalls and openvpn gateways. > > We use CARP interfaces to provide an active-passive fault tolerant > system. > > > Today, we received a nagios alert from the maste