14 Jun
2002
14 Jun
'02
5:11 p.m.
On Fri, Jun 14, 2002 at 11:51:16AM -0400, Matthew C Valites wrote:
I'm using syslog-ng over stunnel to log to a remote mysql database. I have it working perfectly on all my linux machines, but when I attempt to go over to Solaris, I run into problems. I have recompiled with the "--enable-sun-streams" and "--enable-sun-door" and edited my conf file, and this is the error I get when I try to run syslog-ng:
<snip>
###source lets your receive messages source src { sun-streams("/var/log"); };
Use a source like this: source src { sun-stream("/dev/log" door("/etc/.syslog_door")); internal(); }; -- "Whom computers would destroy, they must first drive mad." -Anon.