|
Re: Re: sysnlog-ng lock whole machine ...: msg#00058syslog-ng
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> |
|---|---|---|
| Previous by Date: | Re: sysnlog-ng lock whole machine ...: 00058, Pawel Dziekonski |
|---|---|
| Next by Date: | Massive lossage with syslog-ng: 00058, donw |
| Previous by Thread: | Re: sysnlog-ng lock whole machine ...i: 00058, Pawel Dziekonski |
| Next by Thread: | Massive lossage with syslog-ng: 00058, donw |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |