From owner-freebsd-stable@FreeBSD.ORG Thu Mar 3 14:43:57 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A5F81065678 for ; Thu, 3 Mar 2011 14:43:57 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id CB3F38FC0C for ; Thu, 3 Mar 2011 14:43:56 +0000 (UTC) Received: by wyb32 with SMTP id 32so1278102wyb.13 for ; Thu, 03 Mar 2011 06:43:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=KMdOiYcF1RnWT6QbXrIsakkboC5LmaKIaMDTxjVat18=; b=la8PtpXJBBjcn8zWXhyaPLWTOAJHXLlRjJDPXWvJZoOUPNJPR3nDENTMvkD7vC9o3z 6E4gf4NlZa6mDSC8xxan9B56sCvxyRlGpXhlrEPkUr7kMjBOha2XAKYLYwcNVJ2Upnwp 8gSp4muesBytNPEvYTEQ7zGIsanIQ1GhIADqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=T60p9SBxRL5LpGEpmag6N1PWummb9lJBdYWfd3ur7zCXPRsaWZtRWwgTAZU4YxTyC0 161Z9pmTCAmLkhcbYESM4ozhVp3Ommxrv52JG52IAZYlq9qQXCurd6EzxgAUlHth2N03 pHfUP9AFBMfRX2BgkXw9uF2j5GJVLgG6mRxx8= MIME-Version: 1.0 Received: by 10.216.145.222 with SMTP id p72mr881471wej.65.1299161306479; Thu, 03 Mar 2011 06:08:26 -0800 (PST) Received: by 10.216.25.72 with HTTP; Thu, 3 Mar 2011 06:08:26 -0800 (PST) In-Reply-To: <1627628072.20110303111046@serebryakov.spb.ru> References: <1975926365.20110223121637@serebryakov.spb.ru> <4D64EC8C.2080007@sentex.net> <1004451940.20110223143607@serebryakov.spb.ru> <4D6D00C1.1040805@sentex.net> <1416421652.20110301225215@serebryakov.spb.ru> <1627628072.20110303111046@serebryakov.spb.ru> Date: Thu, 3 Mar 2011 08:08:26 -0600 Message-ID: From: Brandon Gooch To: Lev Serebryakov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org, Jan Koum , freebsd-stable@freebsd.org, Jack Vogel , Arnaud Lacombe Subject: Re: em0 with latest driver hangs again and again (without "Watchdog timeout" message!) 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: Thu, 03 Mar 2011 14:43:57 -0000 On Thu, Mar 3, 2011 at 2:10 AM, Lev Serebryakov wr= ote: > Hello, Arnaud. > You wrote 2 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2011 =D0=B3., 9:55:50: > >>>> I have been running with 7.2.2 and so far so good. =C2=A0However, its = hard to >>>> say in my case as the box I would only periodically see the issue. >>> =C2=A0As I wrote to Jack, my NIC hangs today with 7.2.2 >> Do you have any detailed error ? What the output of sysctl "dev.em.X" >> where X is the index of the hung interface ? > =C2=A0One more hang. Two logs are attached. > > -- > // Black Lion AKA Lev Serebryakov I see that you have CRC errors: dev.em.0.mac_stats.crc_errs: 156 and receive errors: dev.em.0.mac_stats.recv_errs: 147 You probably have a hardware problem. Is this the only machine on which you're experiencing the problem? -Brandon