All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Diggs <kevdig@hypersurf.com>
To: linuxppc-dev@ozlabs.org
Subject: Re: schizophrenic G5 ...
Date: Wed, 24 Dec 2008 20:48:18 -0800	[thread overview]
Message-ID: <49531092.6060209@hypersurf.com> (raw)
In-Reply-To: <494EDB3F.4090604@hypersurf.com>

Kevin Diggs wrote:
> Hi,
> 
>     I have a water cooled dual 2.5 GHz G5 (Powermac7,3). It has YDL 6.0 
> on it. Using the stock YDL 2.6.23 kernel this machine "appears" to work 
> fine.
> 
>     After finally getting it to boot under 2.6.27, it will shut itself 
> off if put under any significant load. And it is doing it very quickly. 
> Like within a few seconds of becoming busy. I just discovered it is 
> spitting out messages about "temperature way above maximum" (from 
> therm_pm72.c).
> 
>     This one has the Panasonic cooling system. I have checked behind the 
> cover and see no evidence of leaks.
> 
>     When put under load under the stock YDL kernel, the cpu fans will 
> speed up for about 2 minutes. Then over the next minute or so they will 
> slow down almost to idle. Thereafter a whirring sound can be heard every 
> 15 to 30 seconds lasting about 5 seconds. Which I am guessing is the 
> pump? The exhaust air barely gets warm?
> 
> 

If I run:

while true; do
	echo -n "cpu0\:  "; cat cpu0_temperature;
	echo -ne "\t"; cat cpu0_current; echo "";
	echo -n "cpu1\:  "; cat cpu1_temperature;
	echo -ne "\t"; cat cpu1_current;
	echo ""; sleep 1;
done

in one window and:

time /home/kevdig//r-970 -b4 -s1|nice -19 bzip2 -9v|dd bs=4b
count=400000 of=/dev/null

in two others I see different results between 2.6.23 and 2.6.27. Under 
the stock YDL 6.0 2.6.23 kernel, the temperatures level off at 50 and 
70. Peak temps are about 56 and 76. Idle temps are about 46 and 54.

Under 2.6.27, if I run ONE I see cpu1 temps range from 74 -> 89 -> 105
-> 111 -> 86. All one second apart. This happened pretty fast. Once I 
saw the 111 I ^c'ed the process. Can the temp really change that fast?

kevin

      parent reply	other threads:[~2008-12-25  4:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-22  0:11 schizophrenic G5 Kevin Diggs
2008-12-22 21:03 ` Benjamin Herrenschmidt
2008-12-23  8:03   ` Kevin Diggs
2008-12-23 16:22 ` Christian Krafft
2008-12-23 20:23   ` Benjamin Herrenschmidt
2008-12-23 20:51   ` Kevin Diggs
2008-12-25  4:48 ` Kevin Diggs [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49531092.6060209@hypersurf.com \
    --to=kevdig@hypersurf.com \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.