From owner-freebsd-questions@FreeBSD.ORG Wed Jun 22 12:33:53 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 BEAA716A41C for ; Wed, 22 Jun 2005 12:33:53 +0000 (GMT) (envelope-from flanagan.matt@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67B5C43D49 for ; Wed, 22 Jun 2005 12:33:53 +0000 (GMT) (envelope-from flanagan.matt@gmail.com) Received: by zproxy.gmail.com with SMTP id 9so318670nzo for ; Wed, 22 Jun 2005 05:33:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qR/mQo6+PmFUnCcXCuQEerblHjrY41HFWKKdJKCwSOEf2UVi+v9qQvADeDg5ayAhncjHENH1LH6aKrXH/1cCElTxJWaY9Qbl78LvnGy4FrCNLS0cQIvTx7mKTeWr4jkUOxSlbbNk0DhUQIHOoahYfWVWfGEbnIRzXVQ+ExROu1g= Received: by 10.36.96.18 with SMTP id t18mr509659nzb; Wed, 22 Jun 2005 05:33:52 -0700 (PDT) Received: by 10.36.126.4 with HTTP; Wed, 22 Jun 2005 05:33:52 -0700 (PDT) Message-ID: <7cd06a2d05062205331d03372c@mail.gmail.com> Date: Wed, 22 Jun 2005 09:33:52 -0300 From: Matthew Flanagan To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Raising temperature threshold X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Flanagan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jun 2005 12:33:53 -0000 Hi everyone, I`ve installed a FreeBSD 5.4-STABLE and I was building some ports when=20 suddenly my system shut down. Upon rebooting it and checking=20 /var/log/messages, I found the following lines: Jun 21 16:01:30 bell root: WARNING: system temperature too high, shutting down soon! Jun 21 16:01:40 bell kernel: acpi_tz0: WARNING - current temperature (60.0C) exceeds safe limits Then I realized what had happened. My acpi_thermal sysctl's are: hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.tz0.temperature: 50.0C hw.acpi.thermal.tz0.active: 0 hw.acpi.thermal.tz0.thermal_flags: 1 hw.acpi.thermal.tz0._PSV: 50.0C hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 60.0C hw.acpi.thermal.tz0._ACx: 50.0C -1 -1 -1 -1 -1 -1 -1 -1 -1 When I try to raise hw.acpi.thermal.tz0._CRT to 85C (which is the threshold= in the BIOS setup) it doesn't work: bell# sysctl hw.acpi.thermal.tz0._CRT=3D3580 # 3580 tenths of Kelvin=3D85C sysctl: oid 'hw.acpi.thermal.tz0._CRT' is read only I've tried /etc/sysctl.conf as well, but I get the same error. Now, my question is: how do I change this value? I've read several manpages (acpi(4), acpi_thermal(4), acpiconf(8), and many others) and checked the handbook, to no avail. Can anyone point me to the right direction? Thanks a lot, Matt