From owner-freebsd-questions@FreeBSD.ORG Wed Oct 22 15:34:56 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25F364D5 for ; Wed, 22 Oct 2014 15:34:56 +0000 (UTC) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB898A0C for ; Wed, 22 Oct 2014 15:34:55 +0000 (UTC) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by gateway2.nyi.internal (Postfix) with ESMTP id 046194A13 for ; Wed, 22 Oct 2014 11:34:54 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute6.internal (MEProxy); Wed, 22 Oct 2014 11:34:54 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:x-sasl-enc:from:to :mime-version:content-transfer-encoding:content-type:in-reply-to :references:subject:date; s=smtpout; bh=HJAuIA9ZBknKX+EiMbtPeTCP Szk=; b=DDLfcB9OjQI5je2CSxsDc0Q7CCIzCQn7vREieg4GlGJAiSRWMw+/dlPK ZkpU3zs7ToGk8Y7VpAJ/IDZyFXg8zTTkxAoLKS+mG2SUNTbFbsdMEg9UMwcRbGy6 jvNbYj1lnnLLJIIQ4l9MTu7eu5oI1NowgpRH/uVfyT+GLq1qMLA= Received: by web3.nyi.internal (Postfix, from userid 99) id BB92210A2CE; Wed, 22 Oct 2014 11:34:53 -0400 (EDT) Message-Id: <1413992093.4048622.182045789.77F2595C@webmail.messagingengine.com> X-Sasl-Enc: UAKgH+KwgEcKfY+HGuZB+itldkgyvTnuClt3OyATWSv1 1413992093 From: Mark Felder To: "Martin G. McCormick" , freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-87015d4b In-Reply-To: <20141022030310.10BBB22956@server1.shellworld.net> References: <20141022030310.10BBB22956@server1.shellworld.net> Subject: Re: Network Interface Keeps Dying FreeBSD9.1 Date: Wed, 22 Oct 2014 10:34:53 -0500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 15:34:56 -0000 On Tue, Oct 21, 2014, at 22:03, Martin G. McCormick wrote: > > Has anybody seen this behavior? Yes. Is this an HP server? There were known issues with newer bge NICs on HPs around FreeBSD 9.1. The fix should be available in a newer FreeBSD release. Can you try one and report back? Thanks.