[syslog-ng] Syslog-ng Dead But PID exists
Padmanabhan, Rajeesh (GE Healthcare)
Rajeesh.Padmanabhan at ge.com
Mon Jan 22 13:07:06 CET 2007
Thanks a lot Bazsi. Will send you the core file.
-Rajeesh
-----Original Message-----
From: syslog-ng-bounces at lists.balabit.hu
[mailto:syslog-ng-bounces at lists.balabit.hu] On Behalf Of Balazs
Scheidler
Sent: Monday, January 22, 2007 4:41 PM
To: Syslog-ng users' and developers' mailing list
Subject: Re: [syslog-ng] Syslog-ng Dead But PID exists
On Mon, 2007-01-22 at 12:09 +0530, Padmanabhan, Rajeesh (GE Healthcare)
wrote:
> Hi All,
>
> I have configured a syslog-ng client(Syslog-ng 2.0rc1) on Linux. Afer
> couple of hours it stops working. It happens quiet often.
> If I check the daemen status( /etc/init.d/syslog-ng status), its says,
>
> Syslog-ng dead, but PID exists.
>
> Can anyone help me to resolve this issue.
> Thanks in advance.
first, please try using the latest stable release, which is 2.0.1 (not
2.0rc1). You can check the list of user-visible changes in the file
named NEWS in the root of the distribution tarball.
Second if it still crashes, compile syslog-ng with debugging symbols
(--enable-debug configure option), enable core dumping (ulimit -c
unlimited) before starting syslog-ng, and look for the core file once
the daemon has crashed. (the core file is saved to the current directory
of the daemon, it has to be writable by the user running syslog-ng)
Once you have a core file:
gdb /path/to/syslog-ng -c /path/to/core-file
(gdb) bt
And send its output to this list.
--
Bazsi
_______________________________________________
syslog-ng maillist - syslog-ng at lists.balabit.hu
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
More information about the syslog-ng
mailing list