From owner-freebsd-stable@FreeBSD.ORG Mon Aug 10 22:15:26 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E43BF1065676 for ; Mon, 10 Aug 2009 22:15:26 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id 50F518FC20 for ; Mon, 10 Aug 2009 22:15:25 +0000 (UTC) Received: by ewy2 with SMTP id 2so3331965ewy.43 for ; Mon, 10 Aug 2009 15:15:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=wCarG/s+49vQIEOzSFgHcvGxrkylDeHGgunG06X0h/I=; b=JtQXmOffb802PlX73M1qZK8y2hQMuL8rlJwbiosunql2Q+fN2byavSkUvHDhP6txBC 7yLzV+5q4AxUg6IJG3VrRx7fsKj4sxXGLweSCidoMXHXBovhAB2LDXYxpUVsbS3ug7GE qGXn2CG/AAcBh8AgXmm+dlF2XH5JR5uda+DuY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=UxCsIr9DKY80QX4+LQ1WI427gWRxYn5W+SPkxelZ0n/sIAyIA/tCiSG5fhjdz9OPk1 VuJR87C7yD7tJ1X4hJxI0MV95LMAZ+N2qNmVOUmzPKvmZ3xCNdGTmWnKJOMDnd0veYqm rXiJuVxGwfxvST/81mhST3LdJrhcDXyj2eg3Q= MIME-Version: 1.0 Received: by 10.210.53.1 with SMTP id b1mr3988eba.20.1249941190555; Mon, 10 Aug 2009 14:53:10 -0700 (PDT) Date: Mon, 10 Aug 2009 23:53:10 +0200 Message-ID: <14989d6e0908101453i635bbf8fhf26094c3ad896c9c@mail.gmail.com> From: Christian Walther To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Problem with IBM Thinkpad T30 shutting down due to high temperatures 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: Mon, 10 Aug 2009 22:15:27 -0000 Hello list, for some time now my T30 shuts down due to temperatures exceeding the safe limit of 92 degrees celcius. Regardless to say that a 2GHz pentium4m powers the machine, and these chips are "well known" for high temperatures. But I'm unable to do anything that causes high load on the laptop: Building world or complex ports makes the system reach the limit within minutes. A few days ago I configured xcompmgr, which even seems to make the problem whorse (yes, composite extension is enabled). What I don't know is if this is a hardware error, or something caused by the kernel. I wrote a small script to monitor dev.acpi_ibm.0.fan dev.acpi_ibm.0.fan_level, hw.acpi.thermal.tz0.temperature and dev.cpu.0.freq, and it sometimes appears that the temperature of the CPU rises, but the kernel doesn't decrease the clock in time. I tried setting hw.acpi.thermal.polling_rate=2, but this didn't seem to work out, too. Today I wanted to rsync $HOME to my server, which caused several shutdowns. I used a ssh connection, and my hard disk is encrypted using geom.eli with AES-CBC 256. I know that I put this machine under a rather high pressure (yes, I have all my filesystems encrypted, including /usr/ports and /usr/sys), but from my point of view the laptop should be able to deal with this. The kernel I'm using is basically GENERIC, with acpi_ibm and radeondrm added. What could I try next to prevent this from happening again? I guess it's needless to say that rebuilding ports (for example after the jpeg version bump) is next to impossible because it would require manual intervention everytime the temperature reaches the limit... I'm happy about any help I can get on this issue. Regards Christian