From owner-freebsd-ppc@FreeBSD.ORG Fri Oct 25 03:48:49 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8A2BCAB7 for ; Fri, 25 Oct 2013 03:48:49 +0000 (UTC) (envelope-from julio@meroh.net) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 17FDA2724 for ; Fri, 25 Oct 2013 03:48:48 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id c11so289684lbj.31 for ; Thu, 24 Oct 2013 20:48:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=E4UQN6i9YEve9pfC5YsNL8cGrtjL7d+2aZO90wi0VSU=; b=lAeXcEUU2v9NbJneKxgHjuvOsSUyuCDVUynDJV5kNmFj8M6NMo28Yd0WiTE6Z1KDTk UCcbiBKBSjNPPu6ZbdV45bVxt8ldSubjfpWYr2Xrsn/s6dtqjO+Ck1+MWrGSG2Kd76em WPDqZ+JzAbL14je67RIAks19CchwOI+jKGZv9BTA/hPaxYkjWwH6UWNE7dDmnvynaGy+ AQ6bix3mULZ3FbWl0GdJdpmU8HUKkEWwVcUYwRTLrtpk/DFxupWlSmxStJ42wRk3bHSy WWGYpbWsdKuRyoc0aeKUSD9cTU8ivO6gbcjJN58b+JWpnlBgcdfJMYbg8BAdMaL6Y+2J rUcw== X-Gm-Message-State: ALoCoQnv3GqyRXqJBJ8BEnWkIma6bTPePLtIudHFFtZdNAgDyamenrJZ1hfna8rTCdZugxicBJle X-Received: by 10.152.179.170 with SMTP id dh10mr3806035lac.14.1382672920962; Thu, 24 Oct 2013 20:48:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.132.135 with HTTP; Thu, 24 Oct 2013 20:48:20 -0700 (PDT) X-Originating-IP: [162.17.185.201] In-Reply-To: <20131024213126.GA15457@bifrost.agrussell.com> References: <20131024213126.GA15457@bifrost.agrussell.com> From: Julio Merino Date: Thu, 24 Oct 2013 22:48:20 -0500 Message-ID: Subject: Re: System reboots everytime I build something, FreeBSD-9.2-RELEASE-powerpc-disc1.iso To: "A.G. Russell IV" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 03:48:49 -0000 On Thu, Oct 24, 2013 at 4:31 PM, A.G. Russell IV wrote: > Oct 24 16:18:16 testother kernel: WARNING: Current temperature (CPU A1 DIODE TEMP: 91.1 C) exceeds critical temperature (90.0 C)! Shutting down! > Oct 24 16:18:18 testother kernel: WARNING: Current temperature (CPU A1 DIODE TEMP: 91.1 C) exceeds critical temperature (90.0 C)! Shutting down! > Oct 24 16:18:19 testother kernel: WARNING: Current temperature (CPU A1 DIODE TEMP: 92.2 C) exceeds critical temperature (90.0 C)! Shutting down! > > > Oct 24 16:19:38 testother kernel: cpu0: IBM PowerPC 970MP revision 1.1, 18446744071915.11 MHz > Oct 24 16:19:38 testother kernel: cpu0: Features dc000000 > Oct 24 16:19:38 testother kernel: cpu0: HID0 1511081 > Oct 24 16:19:38 testother kernel: real memory = 2126057472 (2027 MB) > Oct 24 16:19:38 testother kernel: avail memory = 2023890944 (1930 MB) > Oct 24 16:19:38 testother kernel: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs > > > I can put this system on the Internet if that would help debug this. > > Thank you for your time, See PR powerpc/180593; I've seen similar issues on my PowerMac G5. The attached patch in that PR has fixed them for me. -- Julio Merino / @jmmv