From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 02:20:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 896CD16A41F for ; Tue, 8 Nov 2005 02:20:05 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: from smtpout1.ywave.com (ycomradius.yelmtel.com [216.227.100.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 23C3843D46 for ; Tue, 8 Nov 2005 02:20:04 +0000 (GMT) (envelope-from micahjon@ywave.com) Received: (qmail 4143 invoked by uid 502); 8 Nov 2005 02:20:03 -0000 Received: from dsl28217.ywave.com (HELO ?192.168.1.65?) (micahjon@ywave.com@216.227.115.217) by 0 with SMTP; 8 Nov 2005 02:20:03 -0000 X-CLIENT-IP: 216.227.115.217 X-CLIENT-HOST: dsl28217.ywave.com Message-ID: <43700B52.2000909@ywave.com> Date: Mon, 07 Nov 2005 18:20:02 -0800 From: Micah User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Zbyslaw References: <309AD90BD8FC7E4383DB1ACCBF6C8DC00173AAB9@usa0300ms01.na.xerox.net> <436F6EAE.7010605@ywave.com> <20051107160744.GB72376@slackbox.xs4all.nl> <436F7E2C.3050208@ywave.com> <436F8A1A.6050301@dial.pipex.com> In-Reply-To: <436F8A1A.6050301@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Subject: Re: Diagnosing reboot under load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 02:20:05 -0000 Alex Zbyslaw wrote: > Micah wrote: > >> Roland Smith wrote: >> >>> On Mon, Nov 07, 2005 at 07:11:42AM -0800, Micah wrote: >>> >>>> I cleaned out all the fans, but they weren't that dirty. I can't >>>> test the temps while the system is under load (have to reboot and >>>> check them in the bios). >>> >>> >>> >>> >>> Try xmbmon of mbmon from the/usr/ports/sysutils/xmbmon port. That should >>> help you read the temperatures. >> >> >> >> Tried that before. It doesn't properly support my mobo. It displays >> a constant temp for both MB and CPU as 127 deg celsius (260.6 F). >> >> > On an ASUS Athlon 64 board (that's what you have isn't it?), -p winbond > worked reasonably for me. > > --Alex Thanks for the tips. I tried each probe and access method and -P lm75 -S are the only ones that don't immediately error out, and it still gives me: trisha% mbmon -P lm75 -S Temp.= 127.0, 127.0, 0.0; Rot.= 0, 0, 0 Vcore = 0.00, 0.00; Volt. = 0.00, 0.00, 0.00, 0.00, 0.00 Will play with it more later. Micah