From owner-freebsd-stable@FreeBSD.ORG Fri Oct 28 15:47:49 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B33D616A41F for ; Fri, 28 Oct 2005 15:47:49 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB4BF43D5E for ; Fri, 28 Oct 2005 15:47:47 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id 8183534DA12; Fri, 28 Oct 2005 08:47:47 -0700 (PDT) Received: from [192.168.2.120] (blackhole.no-such-agency.net [64.142.103.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id 2F96134D433; Fri, 28 Oct 2005 08:47:45 -0700 (PDT) Message-ID: <4362481E.1080507@cloudview.com> Date: Fri, 28 Oct 2005 08:47:42 -0700 From: John Pettitt User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Carl Makin References: <436168E9.8080907@xena.ipaustralia.gov.au> <43618625.30202@cloudview.com> <4361A8E0.9090509@xena.ipaustralia.gov.au> In-Reply-To: <4361A8E0.9090509@xena.ipaustralia.gov.au> X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AV-Checked: by skipjack Cc: freebsd-stable@freebsd.org Subject: Re: 5.x/6.x network stability X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Oct 2005 15:47:49 -0000 Carl Makin wrote: > John Pettitt wrote: > >> Carl Makin wrote: >> >> >> >>> Morning All, >>> >>> the interface would just go dead. Nothing in ifconfig or syslog or >>> dmesg would indicate a problem, but nothing would go in or out. The >>> only way to fix it was reboot. >>> >> >> What sort of network card? I've been having the same syptoms with a sk >> driver gigabit card. >> >> > Intel Etherexpress 10/100 using the fxp driver and some other brand X > card using the rl (RealTek) driver. Interestingly disabling ACPI > seemed to lengthen the time between failures by a day or so, but it > still failed. > > It's been running for a week now without a problem by setting > debug.mpsafenet="0" in loader.conf. > > Are you using any oddball protocols or devices? > > Carl. > > Not unles you consider a GPS clock on a serial interface and a highpoint raid controller oddball. I'll try the debug flag. John