Hi!

On Fri, 2009-01-30 at 11:20 +0000, David Sheldon wrote:
> 
> If you have 2 sources configured in your /etc/syslog-ng/syslog-ng.conf that 
> reference udp() then it will segfault when it recieves a HUP. This happens
> whenever the logs are rotated, thus leaving you without logging.
> 
> To reproduce:
> 
> Create your syslog-ng.conf file as:
> source s_network_1 {
>         udp();
> };
> source s_network {
>         udp();
> };

I will send it to upstream, but this is not a valid config. Not valid in
the meaning that you try to start two listener in one port. It will not
work reliably.


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to