From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755955AbYE2Nnx (ORCPT ); Thu, 29 May 2008 09:43:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752349AbYE2Nnl (ORCPT ); Thu, 29 May 2008 09:43:41 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:33900 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752135AbYE2Nnk (ORCPT ); Thu, 29 May 2008 09:43:40 -0400 Date: Thu, 29 May 2008 15:43:15 +0200 From: Ingo Molnar To: Evgeniy Polyakov Cc: Ilpo J?rvinen , LKML , Netdev , "David S. Miller" , "Rafael J. Wysocki" , Andrew Morton Subject: Re: [bug] stuck localhost TCP connections, v2.6.26-rc3+ Message-ID: <20080529134315.GA8176@elte.hu> References: <20080526115628.GA31316@elte.hu> <20080529084524.GA24892@elte.hu> <20080529112257.GA18130@elte.hu> <20080529130535.GA10244@2ka.mipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080529130535.GA10244@2ka.mipt.ru> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Evgeniy Polyakov wrote: > Hi. > > On Thu, May 29, 2008 at 01:22:57PM +0200, Ingo Molnar (mingo@elte.hu) wrote: > > titan:~/tip> netstat -nt > > Active Internet connections (w/o servers) > > Proto Recv-Q Send-Q Local Address Foreign Address > > State > > tcp 0 0 10.0.1.14:22 10.0.1.16:58062 ESTABLISHED > > tcp 0 0 10.0.1.14:22 10.0.1.16:60109 ESTABLISHED > > tcp 0 86368 10.0.1.14:43914 10.0.1.16:3632 ESTABLISHED > > Are namespaces enabled? It is pretty non-trivial to make established > socket without process from userspace :) they are enabled in this particular kernel config, but there were a couple of other failures where they were not enabled. Ingo