<br><font size=2 face="sans-serif">Hi, </font>
<br><font size=2 face="sans-serif">Many Thanks for your help.</font>
<br><font size=2 face="sans-serif">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.</font>
<br><font size=2 face="sans-serif">Werner</font>
<br>
<p><font size=1 color=#800080 face="sans-serif">Please respond to &quot;Syslog-ng
users' and developers' mailing list&quot; &nbsp; &nbsp; &nbsp; &nbsp;&lt;syslog-ng@lists.balabit.hu&gt;
</font>
<p><font size=1 color=#800080 face="sans-serif">Sent by: &nbsp; &nbsp;
&nbsp; &nbsp;syslog-ng-bounces@lists.balabit.hu</font>
<p><font size=1 color=#800080 face="sans-serif">To: &nbsp; &nbsp; &nbsp;
&nbsp;</font><font size=1 face="sans-serif">&quot;Syslog-ng users'
and developers' mailing list&quot; &lt;syslog-ng@lists.balabit.hu&gt;</font>
<br><font size=1 color=#800080 face="sans-serif">cc: &nbsp; &nbsp; &nbsp;
&nbsp; </font>
<br><font size=1 color=#800080 face="sans-serif">Subject: &nbsp; &nbsp;
&nbsp; &nbsp;</font><font size=1 face="sans-serif">Re: [syslog-ng]
[Bug 32] syslog-ng stops listening after receiving a zero length udp packet</font>
<br>
<br>
<br><tt><font size=2>On Wed, 2009-02-11 at 12:01 +0100, CentralRegion IPAdmin
wrote:<br>
&gt; <br>
&gt; Hi, <br>
&gt; We have version 2.0.6 and version 2.1.1 on various servers. <br>
&gt; Is any of them affected by this - If yes, which one ? &nbsp; <br>
<br>
Those should not be affected. However here's a short testprogram to test<br>
them:<br>
<br>
#!/usr/bin/python<br>
import socket<br>
<br>
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM, 0)<br>
s.connect(('127.0.0.1', 514))<br>
s.send('')<br>
<br>
Of course you can change the destination address in the script.<br>
<br>
I'd appreciate if you could report back on your findings. Thanks in<br>
advance.<br>
<br>
-- <br>
Bazsi<br>
<br>
______________________________________________________________________________<br>
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng<br>
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng<br>
FAQ: http://www.campin.net/syslog-ng/faq.html<br>
<br>
</font></tt>
<br>