Re: strange information constantly pops up on screen
On Fri, 5 Jul 2002 12:19:08 -0500
Derrick 'dman' Hudson <dman@dman.ddts.net> wrote:
> On Fri, Jul 05, 2002 at 09:55:18AM -0700, Curtis Vaughan wrote:
> | After reconfiguring my computer (kernel 2.4.18) with Freeswan lines
> | of information like the following constantly prints up on any bash
> | screen
> |
> | I'm in.
> |
> | IN=eth0 OUT= MAC= SRC=10.0.1.10 DST=239.255.255.253 LEN=32 TOS=0x00
> | PREC=0x00 TLL=1 ID=0 DF PROTO=2
> |
> | Does anyone know why this is happening and how to stop it?
>
> That's logging info from iptables. Find where you created a rule that
> had "LOG" as the destination and remove it. ('iptables -L' will show
> you the current rules, but won't show you where you created them from)
Rather than simply removing the logging, perhaps it would be better to
stop this level of information from being put to the consoles. Editing
'/etc/init.d/klogd' and modifying the following line:
KLOGD=""
to
KLOGD="-c4"
and restarting the klogd daemon will stop these messages from being
displayed on the console and yet still leave the logging in place.
--
Jamin W. Collins
--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: