* send messages to console
@ 2003-12-11 13:54 rspr
2003-12-11 15:42 ` whitnl73
0 siblings, 1 reply; 2+ messages in thread
From: rspr @ 2003-12-11 13:54 UTC (permalink / raw)
To: linux-newbie
Lawson,
I recall you telling us how to send all [kernel?] messages to the console, so that when you do left alt+f8 if I recall correctly, would provide you with a lot of real-time information.
Would you refresh my memory? What do I need to write, and where?
I am running Debian 3, rel. 2 on a Dell Latitude LM laptop with a Pentium, 8 gb hdd, and 74 Mb RAM.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: send messages to console
2003-12-11 13:54 send messages to console rspr
@ 2003-12-11 15:42 ` whitnl73
0 siblings, 0 replies; 2+ messages in thread
From: whitnl73 @ 2003-12-11 15:42 UTC (permalink / raw)
To: rspr; +Cc: linux-newbie
On Thu, 11 Dec 2003 rspr@sunflower.com wrote:
> Lawson,
>
> I recall you telling us how to send all [kernel?] messages to the console,
> so that when you do left alt+f8 if I recall correctly, would provide
> you with a lot of real-time information.
>
> Would you refresh my memory? What do I need to write, and where?
>
> I am running Debian 3, rel. 2 on a Dell Latitude LM laptop with a Pentium, 8 gb hdd, and 74 Mb RAM.
> -
Where is /etc/syslog.conf (described in man syslog.conf). Here is what
I use to catch all syslog messages on tty12, and pppd/chat traffic on
tty11:
*.* /dev/tty12
daemon,local2.* /dev/tty11
daemon,local2.* /var/log/ppp
# to catch only kernel messages to tty8:
kern.* /dev/tty8
Probably the file /etc/syslog.conf has some examples too if you can't
make sense of the man page or don't have it handy.
Lawson
--
---oops---
________________________________________________________________
The best thing to hit the internet in years - Juno SpeedBand!
Surf the web up to FIVE TIMES FASTER!
Only $14.95/ month - visit www.juno.com to sign up today!
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-12-11 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-11 13:54 send messages to console rspr
2003-12-11 15:42 ` whitnl73
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox