Looking for a syslog that works in SysV3.2 land...

Vernon Schryver vjs at calcite.UUCP
Sun Jan 20 17:22:17 AEST 1991


In article <81376 at unix.cis.pitt.edu>, cgwst at unix.cis.pitt.edu (Gray Watson) writes:
> I am also looking for a "syslog-like" logging facility for SysV3.2 land that
> includes source.

It's easy to port the 4.3BSD syslog library and syslogd to SVR3.  Simply
replace the BSD ipc with a named pipe.  The major disadvantages of this
scheme is that you can't send log messages accross wires, and it's rather
inconvenient to log kernel messages.  One of the top 5 workstation vendors
has shipping such an implementation for about 4.5 years.  The 4.3BSD syslog
source should be available on uunet.

Using the toy STREAMS log mechanism in the SVR3.0 source might be an easier
IPC for kernel error logging.


Vernon Schryver,   vjs at calcite.uucp



More information about the Comp.unix.sysv386 mailing list