18 Mar
2004
18 Mar
'04
1 a.m.
On Thu, Mar 18, 2004 at 12:10:11AM +0100, Pawel Dziekonski wrote:
also, should it be:
source src { unix-stream("/dev/log"); internal(); pipe("/proc/kmsg"); };
or:
source src { unix-dgram("/dev/log"); internal(); pipe("/proc/kmsg"); };
stream or dgram ???
I use this: source src { # don't read from /proc/kmsg and run klogd also (Linux) pipe("/proc/kmsg"); tcp(port(51400)); udp(ip("192.168.1.1") port(514)); internal(); unix-stream("/dev/log" keep-alive(yes)); };
please, see also (old bug, what the same problem): http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=95480
yeah looks the same -- Nate "The man who does not read good books has no advantage over the man who can't read them." - Samuel Clemens