[syslog-ng]syslog-ng on Solaris

Nate Campi nate@campin.net
Fri, 14 Jun 2002 09:11:13 -0700


--jozmn01XJZjDjM3N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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=20
> have it working perfectly on all my linux machines, but when I attempt=20
> to go over to Solaris, I run into problems.  I have recompiled with the=
=20
> "--enable-sun-streams" and "--enable-sun-door" and edited my conf file,=
=20
> 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(); =
};

--=20
"Whom computers would destroy, they must first drive mad."  -Anon.


--jozmn01XJZjDjM3N
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9ChWhWpDEZMF673kRArKzAJ9/YveMfvVmkVUonLOZMGAMuB0JzwCeMf57
jCjt6NgKUTOD3N6sD1q/KBs=
=p3ys
-----END PGP SIGNATURE-----

--jozmn01XJZjDjM3N--