From owner-freebsd-amd64@FreeBSD.ORG Thu Mar 31 17:49:40 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E839116A4CE for ; Thu, 31 Mar 2005 17:49:40 +0000 (GMT) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D084943D53 for ; Thu, 31 Mar 2005 17:49:37 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from [172.20.0.75] (gmulder.infotechfl.com [172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id j2VGCI231994; Thu, 31 Mar 2005 11:12:18 -0500 Message-ID: <424C215E.5080201@infotechfl.com> Date: Thu, 31 Mar 2005 11:12:14 -0500 From: Gary Mu1der User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vivek Khera References: <3f9aa5aef19c41837cce1563e2c97a21@khera.org> In-Reply-To: <3f9aa5aef19c41837cce1563e2c97a21@khera.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-amd64@freebsd.org Subject: Re: Tyan k8sr lockups X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2005 17:49:41 -0000 All, Well I can just now reliably hang (no panic, have to reset) my shiny new AMD64 dual processor box (2 x Opteron 246, Tyan Thunder K8S PRO, 6GB, Adaptec 2200S) with a simple dd of /dev/mem: $ uname -a FreeBSD d10.bidx.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 $ dd if=/dev/mem of=/dev/null bs=1024k (hang after about 5 seconds of watching it via top) How do I force a kernel dump or get other diagnostics? The keyboard doesn't seem to respond. Thought it might be due to the fact that I wasn't using a AMD64 kernel, but the same command crashes the following: $ uname -a FreeBSD d10.bidx.com 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 03:50:01 UTC 2004 root@fanboy.samsco.home:/usr/obj/usr/src/sys/GENERIC amd64 I ran memtest+ over night for 16 hours last night with no reported memory errors. Gary