From owner-freebsd-hardware@FreeBSD.ORG Sun Mar 13 01:55:56 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA4F106566C for ; Sun, 13 Mar 2011 01:55:56 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECB68FC13 for ; Sun, 13 Mar 2011 01:55:56 +0000 (UTC) Received: by iwn33 with SMTP id 33so4589138iwn.13 for ; Sat, 12 Mar 2011 17:55:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:date:to:cc:subject:message-id:reply-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=2fmWXE1+P/QsgXDne+KZ6Rr0zhdDX74vbkW5BiWeLiA=; b=ROO91GetDLoWE+wpWnD/urKkfs3MqtvpYp2PgYnz/N0ASK9mRtYXdH13+uIzKsFDkh 80uTzgrPm9SeJbfDTh+5Z8JmLtvi0vpFIGk1bQ8U/3HZgxsv7EfAmY1hF8PtnPH+nMRp tmSXavwHZ/4yoALyhPqrzEOoQhwUbLdIklSJ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Cxu7Ew04cpc17X/bDSWEBCdURW9yGL6xlR0+oiDRvJ/L2z4gnsEJJ0fqha6CXtl9xp S/mc6Mw4PqgWwwkaG1aPIpoZozrXHh1OVAJpJL7y+/zbxUVBDmOQfTTuSRLqwBx/BihM D87L6RqRtDFjBkJ6BIPNFK+1Lyoby6cbBE5/E= Received: by 10.43.45.5 with SMTP id ui5mr6415626icb.268.1299979680039; Sat, 12 Mar 2011 17:28:00 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id c4sm4482549ict.19.2011.03.12.17.27.57 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 12 Mar 2011 17:27:58 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Sat, 12 Mar 2011 17:27:16 -0800 From: YongHyeon PYUN Date: Sat, 12 Mar 2011 17:27:16 -0800 To: Jim Pazarena Message-ID: <20110313012716.GB1621@michelle.cdnetworks.com> References: <4D7C043A.6050508@paz.bz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D7C043A.6050508@paz.bz> User-Agent: Mutt/1.4.2.3i Cc: freebsd-hardware@freebsd.org Subject: Re: watchdog timout with FreeBSD 8.2 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2011 01:55:56 -0000 On Sat, Mar 12, 2011 at 03:39:38PM -0800, Jim Pazarena wrote: > re0: watchdog timeout (using AMD64 version) > > with FreeBSD 8.1, I never experienced this 'ever'. > with v 8.2, it doesn't quit, and the server is useless. > > I am going to re-load 8.1 to see if I am delusional, > or if 8.2 really has changed something. > Show us more information like dmesg output to know which controller you have. If you know a reliable way that triggers the issue it would be helpful to narrow down that issue. > Suggestions would be appreciated. > Thanks!