From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751764AbWEaRqX (ORCPT ); Wed, 31 May 2006 13:46:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751763AbWEaRqW (ORCPT ); Wed, 31 May 2006 13:46:22 -0400 Received: from stinky.trash.net ([213.144.137.162]:56817 "EHLO stinky.trash.net") by vger.kernel.org with ESMTP id S1751757AbWEaRqW (ORCPT ); Wed, 31 May 2006 13:46:22 -0400 Message-ID: <447DD66C.30605@trash.net> Date: Wed, 31 May 2006 19:46:20 +0200 From: Patrick McHardy User-Agent: Debian Thunderbird 1.0.7 (X11/20051019) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Frank van Maarseveen CC: linux-kernel@vger.kernel.org, Kernel Netdev Mailing List Subject: Re: 2.6.17-rc4: netfilter LOG messages truncated via NETCONSOLE References: <20060531094626.GA23156@janus> <447DAEC9.3050003@trash.net> <20060531160611.GA25637@janus> <447DC613.10102@trash.net> <20060531172936.GB25788@janus> In-Reply-To: <20060531172936.GB25788@janus> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Frank van Maarseveen wrote: > On Wed, May 31, 2006 at 06:36:35PM +0200, Patrick McHardy wrote: > >>The messages might get dropped when the output queue is full. >>Does one of the drop counters shown by "ip -s link list" >>and "tc -s -d qdisc show" increase (the other counts might also >>give some clues)? Otherwise please apply the attached patch >>(should fix tcpdump, last patch was incomplete) and post a dump. > > > No visible improvement with the new patch. Does this mean tcpdump doesn't show any packets? > ip -s link doesn't show any > dropped packets so far with any patch and I don't use traffic control > that I'm aware of. But I'm not sure what to make of "tc" output, maybe > because CONFIG_SHAPER is not set: > > # tc -s -d qdisc show > RTNETLINK answers: Invalid argument > Dump terminated Thats because you're missing CONFIG_NET_SCHED. Please enable it and try the tc command again, without it we can't see whether the qdisc (which is present even without CONFIG_NET_SCHED) just dropped the packets.