From owner-freebsd-stable@FreeBSD.ORG Mon Oct 23 16:59:08 2006 Return-Path: X-Original-To: freebsd-stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B350A16A4C8 for ; Mon, 23 Oct 2006 16:59:08 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 989F943E3F for ; Mon, 23 Oct 2006 16:56:53 +0000 (GMT) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (qtedgn@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id k9NGugXU065807; Mon, 23 Oct 2006 18:56:48 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id k9NGug1p065806; Mon, 23 Oct 2006 18:56:42 +0200 (CEST) (envelope-from olli) Date: Mon, 23 Oct 2006 18:56:42 +0200 (CEST) Message-Id: <200610231656.k9NGug1p065806@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, bsd@lordcow.org In-Reply-To: <20061023162352.GA30413@lordcow.org> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Mon, 23 Oct 2006 18:56:52 +0200 (CEST) Cc: Subject: Re: cpu usage X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, bsd@lordcow.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Oct 2006 16:59:08 -0000 gareth wrote: > hi, i'm on FreeBSD 6.1, with a problematic cpu - it seems > to be overheating and shutting the system down when running > intensive jobs, at the moment i can't even finish compiling > the mysql-server in ports. i've tried running the make with > an increased nice level, but that doesn't seem to change > much. It shouldn't change anything. The nice level will not reduce the amount of work that your CPU is doing, it might only shift that amount between processes. > and looking through ports there only seems to be > cpu monitoring tools, not suppression? Depending on the type of your CPU (which you didn't tell us), it might be possible to reduce the clock rate using the cpufreq(4) framework. You can control it with sysctl. Reducing the clock rate will reduce the power consumption and thus the heat generated by the CPU. Of course it will also make your computer run much slower. However, since you seem to have a hardware problem, you should first try to fix your hardware. If the CPU is overclocked, stop that. If the timing values in the BIOS setup have been set too tight, correct them. If there's insufficient cooling (e.g. heat sink to small or not correctly attached, or broken fan, or whatever), then fix it. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. cat man du : where Unix geeks go when they die