Re: Bug: nul chars at end of log lines
On Tue, 19 Apr 2005 12:15:55 +0200, Balazs Scheidler wrote:
This should have already been fixed in 1.6.5
I tried my test script and I can still see the nul char :-( Debian GNU/Linux "sarge", syslog-ng version 1.6.5-2. Could you please try this on your system? Thanks in advance! Cheers, WB
Looks fixed to me, let me know if I'm missing anything. My home syslog-ng server is running sid, with that same syslog-ng running: -0-[root@duo:~]# ps -ef|grep syslog-ng root 28458 1244 0 2004 ? 00:00:01 supervise syslog-ng root 9195 28458 0 Apr04 ? 00:23:31 /sbin/syslog-ng -d -v -0-[root@duo:~]# dpkg -l|grep syslog-ng ii syslog-ng 1.6.5-2 Next generation logging daemon My laptop is called galileo, logging over UDP to the sid box: -0-[root@galileo:~]# tail -4 /etc/syslog-ng/syslog-ng.conf destination loghost {udp("192.168.1.1");}; log { source(s_all); destination(loghost); }; and here are the messages on the sid box: -0-[root@duo:~]# grep galileo /var/log/messages Apr 19 23:43:03 galileo syslog-ng[3734]: syslog-ng version 1.6.4 starting Apr 19 23:43:06 galileo nate: foo bar Wow I need to apt-get upgrade galileo, judging from the version of syslog-ng - that's sid too! On 4/19/05, W. Borgert <debacle@debian.org> wrote:
On Tue, 19 Apr 2005 12:15:55 +0200, Balazs Scheidler wrote:
This should have already been fixed in 1.6.5
I tried my test script and I can still see the nul char :-( Debian GNU/Linux "sarge", syslog-ng version 1.6.5-2. Could you please try this on your system? Thanks in advance!
Cheers, WB _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
On Tue, 19 Apr 2005 23:53:15 -0700, UNIX Admin wrote:
Looks fixed to me, let me know if I'm missing anything.
Maybe we tested differently? Did you use my Python test script? Btw: I tested locally (with UDP - but anyway)... On "sarge" syslog-ng 1.6.5-2 the problem remains. Cheers, WB
participants (2)
-
UNIX Admin
-
W. Borgert