From owner-freebsd-ppc@freebsd.org Wed Jul 8 14:13:44 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA82D9961F1 for ; Wed, 8 Jul 2015 14:13:44 +0000 (UTC) (envelope-from matthias.schojohann@gmail.com) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48B91167C for ; Wed, 8 Jul 2015 14:13:44 +0000 (UTC) (envelope-from matthias.schojohann@gmail.com) Received: by wifm2 with SMTP id m2so90937517wif.1 for ; Wed, 08 Jul 2015 07:13:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TFs75jcW9Q/X5iV9Mw2z1u1V0OE8vOHlR8Q7r1uzutc=; b=vnZmfSAqT47/QsixwUAMuwAV05JSRPHiNq57sE0lb+nGZwMk9Lvsh1GZVjYuCLcnVv JJpXMy2j8twT0vRXi6BH2x0WeZqlFAeUO5etXxVipH326Oo5HgpmY1ojjTlwZoqhyf/p yzDJr6vbgK/Xb5VdOTdYrhS0hoyLKQKglDAPgFPutoKthaT/g2iW0yefMcjBBcrfU2nI Nig+A5+rZyvLiuvDT5CXeHzvf95m8fITw7NGhab0rTtXEBYlbYVK0T4FRHmTSZ9aWD0c U3/wlW5giAnQQvjPdxsrB9VRZz/bJ+ORcqxLQpwPB3jawZA7CWJoS+Axm0zYBYZ3L6qS 0x0A== MIME-Version: 1.0 X-Received: by 10.181.27.131 with SMTP id jg3mr107841531wid.89.1436364822765; Wed, 08 Jul 2015 07:13:42 -0700 (PDT) Received: by 10.28.158.16 with HTTP; Wed, 8 Jul 2015 07:13:42 -0700 (PDT) Date: Wed, 8 Jul 2015 16:13:42 +0200 Message-ID: Subject: CPU Temp Warnings From: Matthias Schojohann To: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2015 14:13:44 -0000 Hey all, i have a FreeBSD10.1-RELEASE on my iBook G4 1,41GHz and every once in a while i get an error on the terminal that says: WARNING: Current temperature (CPU BOTTOMSIDE: 255.0 C) exceeds critical temperature (80.0 C); count = 1 sysctl dev.adt746x.0.sensors.cpu_bottomside.temp however gives me temps like 50.0 C so where does my system get the 255 from? Apart from the fact that i don't want to see my CPU on that temperature, it's pretty annoying when i have systat running on that machine. Cheers, Matt