Re: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-06 Thread dan (ddp)
Any chance you can run it under gdb in case it crashes again? I think a backtrace might help find the issue. On Mon, Jun 6, 2011 at 5:35 PM, blacklight wrote: > Hello Folks, > > I have a concern about the csyslogd demon: > > 2011 Jun 04 13:51:03 Rule Id: 151601 level: 7 > Location: ossec-server->

RE: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-06 Thread Jefferson, Shawn
Hey, I had the same crash too! -Original Message- From: ossec-list@googlegroups.com [mailto:ossec-list@googlegroups.com] On Behalf Of blacklight Sent: Monday, June 06, 2011 2:36 PM To: ossec-list Subject: [ossec-list] Concern about the ossec-csyslogd daemon Hello Folks, I have a concern

Re: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-06 Thread dan (ddp)
Please try running it under gdb: gdb ossec-csyslogd (gdb) set follow-fork-mode child (gdb) run On Mon, Jun 6, 2011 at 5:50 PM, Jefferson, Shawn wrote: > Hey, I had the same crash too! > > -Original Message- > From: ossec-list@googlegroups.com [mailto:ossec-list@googlegroups.com] On >

Re: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-06 Thread Daniel Cid
At least OSSEC is reporting it :) And yes, try to run it under gdb so we can see where it is crashing. Or try the latest snapshot to see if it works there. Thanks, On Mon, Jun 6, 2011 at 6:58 PM, dan (ddp) wrote: > Please try running it under gdb: > > gdb ossec-csyslogd > > (gdb) set follow-fork

RE: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-07 Thread Jefferson, Shawn
s.com Subject: Re: [ossec-list] Concern about the ossec-csyslogd daemon At least OSSEC is reporting it :) And yes, try to run it under gdb so we can see where it is crashing. Or try the latest snapshot to see if it works there. Thanks, On Mon, Jun 6, 2011 at 6:58 PM, dan (ddp) wrote: > Pl

Re: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-07 Thread Daniel Cid
d by some package > being updated/upgraded? > > > -Original Message- > From: ossec-list@googlegroups.com [mailto:ossec-list@googlegroups.com] On > Behalf Of Daniel Cid > Sent: Monday, June 06, 2011 6:48 PM > To: ossec-list@googlegroups.com > Subject: Re: [ossec-list]

RE: [ossec-list] Concern about the ossec-csyslogd daemon

2011-06-07 Thread Jefferson, Shawn
groups.com] On Behalf Of Daniel Cid Sent: Tuesday, June 07, 2011 11:16 AM To: ossec-list@googlegroups.com Subject: Re: [ossec-list] Concern about the ossec-csyslogd daemon It shouldn't segfault even during a package update... If any of you can run it under gdb, it would be awesome :) thanks,