From owner-freebsd-stable@FreeBSD.ORG Mon Aug 22 14:41:27 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 4A2D916A41F for ; Mon, 22 Aug 2005 14:41:27 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (shared10.hosting.flyingcroc.net [207.246.149.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id 021B343D45 for ; Mon, 22 Aug 2005 14:41:26 +0000 (GMT) (envelope-from dpk@dpk.net) Received: from shared10.hosting.flyingcroc.net (localhost [127.0.0.1]) by shared10.hosting.flyingcroc.net (8.12.9p2/8.12.10) with ESMTP id j7MEfQrR040618; Mon, 22 Aug 2005 07:41:26 -0700 (PDT) Received: from localhost (dpk@localhost) by shared10.hosting.flyingcroc.net (8.12.9p2/8.12.10/Submit) with ESMTP id j7MEfPx2040613; Mon, 22 Aug 2005 07:41:26 -0700 (PDT) X-Authentication-Warning: shared10.hosting.flyingcroc.net: dpk owned process doing -bs Date: Mon, 22 Aug 2005 07:41:25 -0700 (PDT) From: dpk X-X-Sender: dpk@shared10.hosting.flyingcroc.net To: "Marc G. Fournier" In-Reply-To: <20050822013402.B1002@ganymede.hub.org> Message-ID: <20050822073642.B71377@shared10.hosting.flyingcroc.net> References: <20050822013402.B1002@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: broken fxp driver in 4.x ... 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: Mon, 22 Aug 2005 14:41:27 -0000 On Mon, 22 Aug 2005, Marc G. Fournier wrote: > Now, on one of our newer servers runnign a fairly recent cvsup of 4.x, the > fxp driver is doing the exact same thing ... all the other fxp based > servers do a nice quick 'ifconfig alias' for an IP, and arp broadcasts are > sent out, but on this one, I get the '60 second hang' and have to get our > network guys to clear arp caches for the changes to take effect :( > > Has anyone else running 4.x experienced this? Or am I just unlucky with > these things? Is there a way of fixing it? > > Thanks ... We have a similar problem with our servers using em and bge drivers, but we don't experience that exact problem with fxp (although we have a different but similarly annoying problem). I was told for our problem we should enable 'portfast' on our switch ports -- we're in the process of trying to get that done. I don't know if the alias problem is the same, though. It's definitely still present in 5.4-R. We aren't in a position to try 6.0 or 7.0 or whatever version people are moving on to, so I don't know if it's fixed there. I was thinking we might be the only people seeing the huge delay in getting networking up -- wasn't finding anything on Google about it. Can you try having your network guys enable 'portfast' on your server port, and then see if adding an IP alias still causes the hang?