From owner-freebsd-stable@FreeBSD.ORG Tue Jan 9 14:08:02 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CD8B16A412 for ; Tue, 9 Jan 2007 14:08:02 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.freebsd.org (Postfix) with ESMTP id 14E8813C45A for ; Tue, 9 Jan 2007 14:08:02 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1H4HNH-0008Uh-00; Tue, 09 Jan 2007 14:50:47 +0100 Date: Tue, 9 Jan 2007 14:50:47 +0100 To: Daniel O'Connor Message-ID: <20070109135047.GD4945@poupinou.org> References: <200701091239.46735.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701091239.46735.doconnor@gsoft.com.au> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-stable@freebsd.org Subject: Re: Temperature/fan monitoring on a Supermicro P8SCT 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: Tue, 09 Jan 2007 14:08:02 -0000 Hi, On Tue, Jan 09, 2007 at 12:39:45PM +1030, Daniel O'Connor wrote: > Has anyone had any success? > I've tried healthd (0.7.9) but it can't show temps, eg.. > julx2:/usr/src/sys/amd64/conf>sudo healthd -1 -D It seems we can get directly different temperatures from the CPU. At least this works for some opteron CG core, and believe it should work with other processors as well. In the meantime, could you please try this: # setpci -d1022:1103 e6.b | sed s,^,0x,g | \ awk 'BEGIN {i = 0} {print "processor "i++": " $1 - 49 "C"}' (you must have the sysutils/pciutils port, though, but I need a similar command under Linux, that's why I'm doing something like that). Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.