From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 11:26:23 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12BEB1065679 for ; Sun, 13 Jul 2008 11:26:23 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from raq3.nitrex.net (raq3.nitrex.net [213.165.226.4]) by mx1.freebsd.org (Postfix) with ESMTP id 822F48FC1E for ; Sun, 13 Jul 2008 11:26:22 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.10.144] (gate.zenatode.org.uk [213.165.225.167]) by raq3.nitrex.net (8.13.1/8.13.1) with ESMTP id m6DBQGYn003245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 13 Jul 2008 12:26:20 +0100 Message-ID: <4879E657.7040505@onetel.com> Date: Sun, 13 Jul 2008 12:26:15 +0100 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: Aggelidis Nikos References: <30fc78250807122309r21ea625dn58c93ac7d1f3c345@mail.gmail.com> <20080713025108.3839d97e@bhuda.mired.org> <30fc78250807130104p3d1447behc40cf71c4b817d4@mail.gmail.com> In-Reply-To: <30fc78250807130104p3d1447behc40cf71c4b817d4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: weird restarts when compiling 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: Sun, 13 Jul 2008 11:26:23 -0000 Aggelidis Nikos wrote: > > * CPU overheating > -> Is there anyway to check for cpu temperatures within freebsd? > -> I 've used the pc for like 8 hours in a really hot day but it > didn't restart...if this can be considered as an indication. > You could try sysutils/mbmon or sysutils/xmbmon - shows cpu temperature, inside case temperature and vcore voltage. Supported chipsets are listed in mbmon/pkg-descr. Chris