[syslog-ng] [Bug 32] syslog-ng stops listening after receiving a zero length udp packet
CentralRegion IPAdmin
IPADMIN at de.ibm.com
Tue Feb 17 09:54:10 CET 2009
Hi,
Many Thanks for your help.
I have tried to test it but I'm struggling with the prereq components such
as pyton and ssl, so I can't report any results.
Werner
Please respond to "Syslog-ng users' and developers' mailing list"
<syslog-ng at lists.balabit.hu>
Sent by: syslog-ng-bounces at lists.balabit.hu
To: "Syslog-ng users' and developers' mailing list"
<syslog-ng at lists.balabit.hu>
cc:
Subject: Re: [syslog-ng] [Bug 32] syslog-ng stops listening after
receiving a zero length udp packet
On Wed, 2009-02-11 at 12:01 +0100, CentralRegion IPAdmin wrote:
>
> Hi,
> We have version 2.0.6 and version 2.1.1 on various servers.
> Is any of them affected by this - If yes, which one ?
Those should not be affected. However here's a short testprogram to test
them:
#!/usr/bin/python
import socket
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)
s.connect(('127.0.0.1', 514))
s.send('')
Of course you can change the destination address in the script.
I'd appreciate if you could report back on your findings. Thanks in
advance.
--
Bazsi
______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation:
http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.campin.net/syslog-ng/faq.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20090217/09b2b362/attachment.htm
More information about the syslog-ng
mailing list