Ubuntu: move logs from /dev/tty8 to different terminal /dev/tty12 or get rid of it.
Posted
by Casual Coder
on Server Fault
See other posts from Server Fault
or by Casual Coder
Published on 2010-05-23T08:12:21Z
Indexed on
2010/05/23
8:21 UTC
Read the original article
Hit count: 305
I want to know how to move or get rid of /dev/tty8
log output in Ubuntu 9.10. /dev/tty7
is my regular X session. When I am switching user to test account where I can try and test setups and configs I am at next available console i.e. /dev/tty9
because /dev/tty8
is taken by log output. Where can I configure this ? All I've found related to /dev/tty8
is commented lines in /etc/rsyslog.d/50-default.conf
. I changed it like that:
daemon,mail.*;\
news.=crit;news.=err;news.=notice;\
*.=debug;*.=info;\
*.=notice;*.=warn /dev/tty12
And I've got nice log output on /dev/tty12
but where is configuration for log output on /dev/tty8
. How can I change it?
© Server Fault or respective owner