On Sat Jun 01 2002 at 02:40, "Josep M." wrote:

> Hello!
> 
> Is possible see all logs in tty12 ? I read this,but not how to do this!
> 
> Thanks
> Josep

Trivial.  Add the following to /etc/syslog.conf:

*.*                                             /dev/tty12

then reload or restart syslog.  (Keep your previous entries for
/var/log/messages etc, syslogd can log to more than one
destination).

However, that is a bit too verbose and full of cluttter.  I would
recommend something like the following...

*.*;mail.none;kern.none;authpriv.none;cron.none /dev/tty12
kern.*                                          /dev/tty11
mail.*                                          /dev/tty10

That separates out kernel and mail logs onto their own screens.

  If you don't want to use tty10 or tty11, then use tty13 and tty12 -
  but you can't get to it directly with an F-key (unless shift-alt-F1
  is set up to works for tty13 etc).

Cheers
Tony



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to