[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [linux-delhi] Re: messages, errors to console?



=>
=>>  also is it possible to get all the messages that are logged into
=>> /var/log/messages to the console in real time, say to tty8? if so, how?
=>
=>add the line in the file /etc/syslogd.conf:
=>
=>*.*                           /dev/tty8
=>
=>This will append all the messages to console tty8. To do selective
=>logging, replace *.* with mail.*, *.info or anything like this.

You would also need to killall -HUP syslogd :) for the changes to take
effect immediately.

Cheers,
Suman
- --
Codito, ergo sum - "I code, therefore I am"
Suman Saraf, http://members.xoom.com/ssaraf, suman@xxxxxxxxxxxxxxx
- --


- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
Please do not post HTML email to this mailing list.  HTML mails will be
thoroughly ignored and derisively sniggered at in private.

------------------------------