logo       

Re: Re: sysnlog-ng lock whole machine ...: msg#00058

syslog-ng

Subject: Re: Re: sysnlog-ng lock whole machine ...

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

_______________________________________________
syslog-ng maillist - syslog-ng@xxxxxxxxxxxxxxxx
https://lists.balabit.hu/mailman/listinfo/syslog-ng
Frequently asked questions at http://www.campin.net/syslog-ng/faq.html




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise