[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Logs in tty12
- From: Tony Nugent <tony linuxworks com au>
- To: redhat-list redhat com, valhalla-list redhat com
- Subject: Re: Logs in tty12
- Date: Mon Jun 3 10:35:08 2002
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]