Syslog-ng 1.9.8 unable to resolve hostnames
Hi, I upgraded syslog-ng to the latest debian build (1.9.8). In /etc/syslog-ng/syslog-ng.conf i have this line to redirect logs to a particular host. log { source(s_all); filter(f_attncr); destination(buckrogers.lan); }; Unfortunately my logs are hitting 2Gb in only a few mins. Why? It seems according to Szalay Attila that this build is unable to resolve hostnames properly. It is a new feature, a bug, a misunderstanding on my side...? Thanks Laurent
syslog-ng 1.9.8 could not resolve hostnames because it was not yet implemented :) I've added this now, please see the attached patch or use the tomorrow's snapshot. On Wed, 2006-01-25 at 17:03 +0100, Laurent CARON wrote:
Hi,
I upgraded syslog-ng to the latest debian build (1.9.8).
In /etc/syslog-ng/syslog-ng.conf i have this line to redirect logs to a particular host.
log { source(s_all); filter(f_attncr); destination(buckrogers.lan); };
Unfortunately my logs are hitting 2Gb in only a few mins.
Why?
It seems according to Szalay Attila that this build is unable to resolve hostnames properly.
It is a new feature, a bug, a misunderstanding on my side...?
Thanks
-- Bazsi
participants (2)
-
Balazs Scheidler
-
Laurent CARON