[syslog-ng]solaris 9 problem, no logging
Oscar Knight
syslog-ng@lists.balabit.hu
Wed, 26 May 2004 16:58:18 -0400 (EDT)
Hello All,
Running Solaris 9. I installed syslog-ng. I kill solaris syslogd and
then start syslog-ng. I get nothing. I even tried "syslog-ng -d -d"
It says it started, nothing else.
I use logger to test, nothing.
Any suggestions?
Some details:
I've installed syslog-ng from sunfreeware.com packages:
libol-0.3.13-sol9-sparc-local.gz
syslogng-1.6.4-sol9-sparc-local.gz
/etc/syslog-ng/syslog-ng.conf:
#
# Syslog-ng example configuration file for Solaris
#
# Copyright (c) 1999 Balazs Scheidler
# $Id: syslog-ng.conf.solaris,v 1.2 1999/11/15 12:30:41 bazsi Exp $
#
# Solaris 2.5.1 and below uses the STREAMS driver, above extends it
# with doors. For 2.5.1 remove the door() option from the source declaration.
#
source local { sun-streams("/dev/log" door("/etc/.syslog_door"));
internal(); };
#destination all { file("/var/log/messages"); };
destination all { file("/var/log/syslog"); };
log { source(local); destination(all); };
Thanks in advance,
odk
--
Oscar D. Knight knightod at appstate dot edu
Voice: 828-262-6946
Appalachian State University, Boone, NC 28608 FAX: 828-262-2236