Received: with ECARTIS (v1.0.0; list netdev); Tue, 29 Mar 2005 03:49:55 -0800 (PST) Received: from mx1.elte.hu (mx1.elte.hu [157.181.1.137]) by oss.sgi.com (8.13.0/8.13.0) with ESMTP id j2TBnjga026611 for ; Tue, 29 Mar 2005 03:49:48 -0800 Received: from chiara.elte.hu (chiara.elte.hu [157.181.150.200]) by mx1.elte.hu (Postfix) with ESMTP id 86AEB31D59D; Tue, 29 Mar 2005 13:49:17 +0200 (CEST) Received: by chiara.elte.hu (Postfix, from userid 17806) id 1E91A1FC2; Tue, 29 Mar 2005 13:49:29 +0200 (CEST) Date: Tue, 29 Mar 2005 13:49:26 +0200 From: Ingo Molnar To: Herbert Xu Cc: netdev@oss.sgi.com, linux-net@vger.kernel.org Subject: Re: KERNEL: assertion (!atomic_read(&sk->sk_rmem_alloc)) failed at net/netlink/af_netlink.c (126) Message-ID: <20050329114926.GA14986@elte.hu> References: <20050327091524.GA23215@elte.hu> <20050327133811.GA5569@elte.hu> <20050329104906.GA19836@gondor.apana.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050329104906.GA19836@gondor.apana.org.au> User-Agent: Mutt/1.4.2.1i X-ELTE-SpamVersion: MailScanner 4.31.6-itk1 (ELTE 1.2) SpamAssassin 2.63 ClamAV 0.73 X-ELTE-VirusStatus: clean X-ELTE-SpamCheck: no X-ELTE-SpamCheck-Details: score=-4.9, required 5.9, autolearn=not spam, BAYES_00 -4.90 X-ELTE-SpamLevel: X-ELTE-SpamScore: -4 X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on oss.sgi.com X-Virus-Status: Clean X-archive-position: 945 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: mingo@elte.hu Precedence: bulk X-list: netdev Content-Length: 795 Lines: 30 * Herbert Xu wrote: > On Sun, Mar 27, 2005 at 03:38:11PM +0200, Ingo Molnar wrote: > > > > no vrrpd on this box. There's ipsec and wshaper on the box - both use > > ipsec: Depends on whether you're using ipsec-tools or *swan. > > The former doesn't use netlink while the latter does. it's openswan/pluto. > wshaper: Yes when it's setting things up. so it could be both - the ipsec startup/restart script that is used on the box uses wshaper too. > > netlink? No ULOG target AFAIK (it's a pretty much stock FC4 install). > > cat /proc/net/netlink > > should tell you what's using it all the time. pluto (ipsec/openswan), dbus-daemon, hald. (i guess the debug message should be extended to do a dump_stack() so that we see which process does?) Ingo