From owner-freebsd-net@FreeBSD.ORG Tue Jun 12 03:34:38 2007 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EEF7416A400; Tue, 12 Jun 2007 03:34:38 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE4913C489; Tue, 12 Jun 2007 03:34:38 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=jm4lJ6YZh02IbvcRAlsMw8o+M4o+9Knl0VIUQ9RQ4jyzANLCdJoYgWOqCBQ7MjVTGcMWJZyc8Rx7U0xD9vGmAgDrufZfOfcOgslCx+1tcehdffG2BLEUvr0/WEHdAjeXH6+cnsN7OwQZURz6NimAVKODlGNhRJvcK1vryyujffw=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1Hxx9R-000AkO-Hm; Tue, 12 Jun 2007 07:34:37 +0400 Date: Tue, 12 Jun 2007 07:34:32 +0400 From: Eygene Ryabinkin To: Andre Oppermann Message-ID: <20070612033432.GK86872@void.codelabs.ru> References: <20070611140644.GH86872@void.codelabs.ru> <466D9DDE.6090302@freebsd.org> <20070612032656.GJ86872@void.codelabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20070612032656.GJ86872@void.codelabs.ru> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: shigeaki@f.csce.kyushu-u.ac.jp, freebsd-net@freebsd.org, freebsd-current@freebsd.org, yongari@freebsd.org Subject: Re: nfe(4) strangeness on the 7-CURRENT X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 03:34:39 -0000 Me again. Tue, Jun 12, 2007 at 07:26:56AM +0400, Eygene Ryabinkin wrote: > Mon, Jun 11, 2007 at 09:09:18PM +0200, Andre Oppermann wrote: > > These messages are unrelated to your hardware. There you can relax. > > We have a bug in the TCP FSM state transitions which I'm currently > > tracking down that indirectly causes the log messages. You don't > > have to worry about it for your case. TCP connections work fine. > > OK, thank you! Just checked my netstat output and spotted weird lines: ----- tcp4 0 0 127.0.0.1.* 127.0.0.1.40001 CLOSED tcp4 0 0 127.0.0.1.* 127.0.0.1.40001 CLOSED ----- Can they be related to the bug you mentioned? -- Eygene