1.6.0rc4 released
Hi, I've released version 1.6.0rc4 with the following NEWS entry: News for the 1.6.0rc4 release Fri, 3 Oct 2003 16:00:47 +0200 * close stderr when going into background * set the fd for file sources into nonblocking mode to avoid blocking in the case both klogd and syslog-ng is reading /proc/kmsg * added support to parse PIX timestamps A couple of parsing errors reported earlier are _not_ fixed in this release as they would change the parsing code, and I don't want to get it wrong in the stable series. I'll post a patch instead which can be tested by interested parties. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
On Fri, 3 Oct 2003, Balazs Scheidler wrote:
Hi,
I've released version 1.6.0rc4 with the following NEWS entry:
News for the 1.6.0rc4 release Fri, 3 Oct 2003 16:00:47 +0200
* close stderr when going into background * set the fd for file sources into nonblocking mode to avoid blocking in the case both klogd and syslog-ng is reading /proc/kmsg * added support to parse PIX timestamps
The bug with different dates log file is still present in 1.6.0rc4: destination d_fetchm { file("/var/log/fetchmail/fetchmaillog.$DAY.$MONTH.$YEAR") ; }; # date Oct 9 18:06:49 ls -la /var/log/fetchmail -rw------- 1 root root 5355 Oct 9 17:59 fetchmaillog.09.10.2003 -rw------- 1 root root 430 Oct 9 17:59 fetchmaillog.31.12.2002
On Thu, Oct 09, 2003 at 06:08:54PM +0400, Serge Torop wrote:
On Fri, 3 Oct 2003, Balazs Scheidler wrote: The bug with different dates log file is still present in 1.6.0rc4:
destination d_fetchm { file("/var/log/fetchmail/fetchmaillog.$DAY.$MONTH.$YEAR") ; };
# date Oct 9 18:06:49
ls -la /var/log/fetchmail
-rw------- 1 root root 5355 Oct 9 17:59 fetchmaillog.09.10.2003 -rw------- 1 root root 430 Oct 9 17:59 fetchmaillog.31.12.2002
by default syslog-ng uses the timestamp within the message, so you might have received a message which contains bad timestamp. (and the year itself is not included in the log message so it is deduced from the other parts of the timestamp) -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
participants (2)
-
Balazs Scheidler
-
Serge Torop