elemint@cox.net wrote:
> Also since installing it all messages are put onto all console
> windows, it is constantly rolling it basically makes all console
> windows unusable. I installed firestarter via apt-get install
> firestarter.
Sounds like klogd is a little too verbose on the console. You can
adjust the verbosity to the console without effecting syslog by changing
the following line in /etc/init.d/klogd.
from: KLOGD=""
to: KLOGD="-c 3 -2"
For more info on those args, take a look at the klogd man page.
--
Chris Lewis
shadow@digitalnirvana.com
----------------------------------------
If it compiles, it is good, if it boots up it is perfect.
- Linus Torvalds
----------------------------------------