From owner-freebsd-i386@FreeBSD.ORG Tue Dec 8 13:20:01 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52F8B1065694 for ; Tue, 8 Dec 2009 13:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1898A8FC12 for ; Tue, 8 Dec 2009 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nB8DK0Zi073691 for ; Tue, 8 Dec 2009 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nB8DK0x3073690; Tue, 8 Dec 2009 13:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 8 Dec 2009 13:20:00 GMT Resent-Message-Id: <200912081320.nB8DK0x3073690@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "M. Carey Jones" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACF071065693 for ; Tue, 8 Dec 2009 13:10:23 +0000 (UTC) (envelope-from mcj@bluetonic.org) Received: from ark.bluetonic.org (c-69-243-246-89.hsd1.ks.comcast.net [69.243.246.89]) by mx1.freebsd.org (Postfix) with ESMTP id 624058FC23 for ; Tue, 8 Dec 2009 13:10:23 +0000 (UTC) Received: by ark.bluetonic.org (Postfix, from userid 1001) id 280123F40E; Tue, 8 Dec 2009 06:52:20 -0600 (CST) Message-Id: <20091208125220.280123F40E@ark.bluetonic.org> Date: Tue, 8 Dec 2009 06:52:20 -0600 (CST) From: "M. Carey Jones" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: i386/141276: Strange behavior with vge gigabit ethernet adapter X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "M. Carey Jones" List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 13:20:01 -0000 >Number: 141276 >Category: i386 >Synopsis: Strange behavior with vge gigabit ethernet adapter >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 08 13:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: M. Carey Jones >Release: FreeBSD 8.0-STABLE i386 >Organization: none >Environment: System: FreeBSD ark.bluetonic.org 8.0-STABLE FreeBSD 8.0-STABLE #10: Mon Nov 30 06:17:07 CST 2009 root@ark.bluetonic.org:/usr/obj/usr/src/sys/ARK i386 vge0: port 0xb400-0xb4ff mem 0xe8020000-0xe80200ff irq 10 at device 11.0 on pci2 miibus1: on vge0 ciphy0: PHY 1 on miibus1 ciphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto vge0: WARNING: using obsoleted if_watchdog interface vge0: Ethernet address: 00:50:8d:6b:f1:5a vge0: [ITHREAD] >Description: I've been having a problem with network connections getting hung on my vge adapter after updating from 7-STABLE to 8-STABLE. This machine is acting as a gateway, and throughput between the networks seems fine, but destinations local to the server have issues. >How-To-Repeat: I first noticed the issue with Mediatomb, a upnp media server from the ports collection. The server would appear as a destination on my client devices, but it appeared as though no data was returning from the server - I could not browse the contents. As part of troubleshooting, I ran the daemon in debug mode, and it looked like it was outputting the data correctly. I noticed then that there was data being built up in the Send-Q in netstat output. mcj@ark ~ % netstat Active Internet connections Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp4 0 1551 ark.49152 192.168.1.50.61681 FIN_WAIT_1 I attempted to try the same thing with a different media server, ushare (also from the ports collection), and I got the same results, suggesting that the problem is not specific to Mediatomb. This machine also runs apache, which serves up some logfiles and mrtg-type graphs. When pulling up pages there, the HTML portion loads file, but the images referenced do not. Again, the data is getting stuck in the Send-Q. This suggests that the issue is not specific to the upnp protocol. mcj@ark ~ % netstat Active Internet connections Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp4 0 25234 ark.http chibi.61526 FIN_WAIT_1 I have seen some discussion of this issue on the mailing lists, and it seems that Pyun YongHyeon is looking into the problem, but he does not currently have the hardware. I checked in the pr database, and did not see this issue reported, so I thought I'd go ahead and send it in myself. >Fix: None known. I have tried forcing the adapter to 100mbit, half-duplex, etc, but no setting seems to make a difference. >Release-Note: >Audit-Trail: >Unformatted: