[Linux-disciples] What does this mean? (fwd)

Stephen R Laniel steve at laniels.org
Thu Jul 7 12:40:30 EDT 2005


Meant to send this to everyone.

----- Forwarded message from Stephen R Laniel <steve at laniels.org> -----

Date: Thu, 7 Jul 2005 12:40:05 -0400
From: Stephen R Laniel <steve at laniels.org>
To: Karl Sokol <revkarl at gmail.com>
Subject: Re: [Linux-disciples] What does this mean?
Content-Type: text/plain; charset=us-ascii
Organization: USMBTRT
User-Agent: Mutt/1.5.9i

On Thu, Jul 07, 2005 at 11:27:54AM -0500, Karl Sokol wrote:
>     It *is* excessive
>     logging, though: is it logging every inbound packet?
> 
> how can i find out?

For a typical web user there will be, I hasten to say,
millions upon millions of packets. How many lines similar to
the one you sent are in your dmesg output? If it's more than
a few, then this is excessive.

If it's only a few, on the other hand, then I wonder why
it's just singling out those few.

Check whether you've loaded the ip_conntrack module:

lsmod |grep -i conntrack

The output you sent looks very ip_conntrack-ish. I didn't
know it logged anything; I just thought it was a device
(/dev/net/ipv4/ip_conntrack or whatever).

If it's loaded, you could do

sudo modprobe -r ip_conntrack

to get rid of it. It's not necessary.

-- 
Stephen R. Laniel
steve at laniels.org
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key

----- End forwarded message -----

-- 
Stephen R. Laniel
steve at laniels.org
+(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.bostoncoop.net/pipermail/linux-disciples/attachments/20050707/de7f0657/attachment.pgp


More information about the Linux-disciples mailing list