IPTables, firestarter and Debian

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Shadow
日付:  
題目: IPTables, firestarter and Debian
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

----------------------------------------
If it compiles, it is good, if it boots up it is perfect.
      - Linus Torvalds
----------------------------------------