Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!uunet!fjcp60!brinkema From: brinkema@fjcnet.GOV (John R. Brinkema) Newsgroups: comp.unix.i386 Subject: logging the console Summary: Is there a way to log to a file console transactions? Keywords: console, logging Message-ID: <280@fjcp60.GOV> Date: 4 Jun 90 02:37:51 GMT Organization: Federal Judicial Center, Washington, D.C. Lines: 7 For security (and sanity) reasions, we need to keep a log of console terminal activity; esp. error messages displayed. We want to have a printer or "sync'd" file keep a copy of what goes on. Unfortuately, the i386 PC based UNIX system seems to by-pass the standard UNIX I/O for the console and use very low level BIOS style I/O to the video of the PC. We can't get at the informtion. Any suggestions?