Syslog-ng v1.4.11, libol 0.2.21, Slackware Linux 7.1, Not Logging
I am trying to get syslog-ng running. I am using the stock syslog-ng.conf.RedHat config file, and syslog-ng starts, but will not autocreate the files, and it also wont log at all. If I run syslog-ng in -d mode. This is some of the output it shows me when I telnet in from another client. [root@bone:/root] syslog-ng -d io.c: listening on fd 3 io.c: listening on fd 4 syslog-ng version 1.4.11 starting io.c: Preparing fd 5 for reading io.c: Preparing fd 6 for reading Read EOF on fd 5. Marking fd 5 for closing. Closing fd 5. io.c: Preparing fd 5 for reading Read EOF on fd 5. Marking fd 5 for closing. Closing fd 5. Read EOF on fd 6. Marking fd 6 for closing. Closing fd 6. io.c: Preparing fd 5 for reading Any help would be greatly appreciated. Note.. libol was configured with no ./configure options specified. And syslog-ng was configured with only -sysconf -sbindir -bindir and -prefix specified. And I have moved the config file all together to make sure it was in the correct place, and when I did, it would not start. Help, I have used earlier versions of this daemon before, just fine. Jon Todaro
On Sun, May 06, 2001 at 12:29:05PM -0500, Jon Todaro wrote:
I am trying to get syslog-ng running. I am using the stock syslog-ng.conf.RedHat config file, and syslog-ng starts, but will not autocreate the files, and it also wont log at all. If I run syslog-ng in -d mode. This is some of the output it shows me when I telnet in from another client.
an strace dump of syslog-ng would be a bit more helpful. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
An strace of syslog-ng is included. Jon Todaro -----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu]On Behalf Of Balazs Scheidler Sent: Monday, May 07, 2001 2:50 AM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]Syslog-ng v1.4.11, libol 0.2.21, Slackware Linux 7.1, Not Logging On Sun, May 06, 2001 at 12:29:05PM -0500, Jon Todaro wrote:
I am trying to get syslog-ng running. I am using the stock syslog-ng.conf.RedHat config file, and syslog-ng starts, but will not autocreate the files, and it also wont log at all. If I run syslog-ng in -d mode. This is some of the output it shows me when I telnet in from another client.
an strace dump of syslog-ng would be a bit more helpful. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
On Mon, May 07, 2001 at 08:08:28AM -0500, Jon Todaro wrote:
An strace of syslog-ng is included.
add a -f -s 256 parameter to strace -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
New strace of syslog-ng, with options of -f -s 256 added, and included. Jon Todaro -----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu]On Behalf Of Balazs Scheidler Sent: Monday, May 07, 2001 8:32 AM To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]Syslog-ng v1.4.11, libol 0.2.21, Slackware Linux 7.1, Not Logging On Mon, May 07, 2001 at 08:08:28AM -0500, Jon Todaro wrote:
An strace of syslog-ng is included.
add a -f -s 256 parameter to strace -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng
On Mon, May 07, 2001 at 05:31:00PM -0500, Jon Todaro wrote:
New strace of syslog-ng, with options of -f -s 256 added, and included.
syslog-ng receives your messages without problems. as I see the included syslog-ng.conf.RedHat doesn't reference for example facility=mail logs. Most of your logs have a priority of 29, which means facility=daemon, level=notice you might try with a simple config file first, with a source and a destination and no filters. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Jon Todaro