[15012] in Athena Bugs
sun4 8.0J: /etc/athena/syslogd
daemon@ATHENA.MIT.EDU (bdrosen@MIT.EDU)
Mon Mar 17 13:14:24 1997
From: bdrosen@MIT.EDU
To: bugs@MIT.EDU
Date: Mon, 17 Mar 1997 13:14:20 EST
System name: cogsworth
Type and version: SPARC/5 8.0J (1 update(s) to same version)
Display type: cgthree
What were you trying to do?
Use /etc/athena/syslogd instead of /usr/sbin/syslogd to be able
to use the zephyr features.
What's wrong:
It doesn't read from /dev/log properly since it assumes /dev/log
is UNIX domain socket instead of a STREAMS log driver. So most syslog'd
info appears to be lost.
What should have happened:
syslogd for Solaris should have STREAMS code in it. Apparently
the version 2.0 and higher zephyr syslogd code has had the STREAMS code since
1995. Hopefully the code used to build syslogd for the system packs can
be updated.
Please describe any relevant documentation references:
/afs/athena.mit.edu/astaff/project/zephyr/src/clients/syslogd/syslogd.c
man streamio
man -s 7 log
man getmsg