[syslog-ng]central log server not working

Nate Campi syslog-ng@lists.balabit.hu
Mon, 28 Feb 2005 21:53:55 -0800


On Mon, Feb 28, 2005 at 12:15:54PM -0600, Ed Davison wrote:
> Any thoughts?

Here's some thoughts, don't duplicate sources in your source{}
(unix-stream("/dev/log"); and internal); directives, set up a source
once and use it in multiple log{} statements.

Since you do that on your clients and server, it might be the cause of
all your problems. I know that when I accidentally tried to use a TCP
socket in multiple source{} statements it didn't work, so I assume it's
the same with the unix-stream() and internal() sources.

Let the list know if this doesn't fix the problem.
-- 
Nate

"Fifty years of programming language research, and we end up with C++ ???"
 - Richard A. O'Keefe.