PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.www.webmaster > CPU overheats, Linux slows down, need some ideas.
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
CPU overheats, Linux slows down, need some ideas.

Réponse
 
LinkBack Outils de la discussion
Vieux 05/09/2007, 22h33   #1
Ignoramus22620
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut CPU overheats, Linux slows down, need some ideas.

Something happened on my server that made several processes do
intensive computations. (a bug in some of my perl scripts) That loaded
all cores of my two dual cored CPUs at 100% CPU. I got these messages
in /var/log/messages and a lot of "wall" messages:

Sep 5 13:17:09 ak74 kernel: CPU1: Running in modulated clock mode
Sep 5 13:17:18 ak74 kernel: CPU1: Temperature above threshold
Sep 5 13:17:18 ak74 kernel: CPU0: Temperature above threshold
Sep 5 13:17:18 ak74 kernel: CPU0: Running in modulated clock mode
Sep 5 13:17:18 ak74 kernel: CPU1: Running in modulated clock mode
Sep 5 13:17:27 ak74 kernel: CPU0: Temperature above threshold
Sep 5 13:17:27 ak74 kernel: CPU1: Temperature above threshold
Sep 5 13:17:27 ak74 kernel: CPU1: Running in modulated clock mode
Sep 5 13:17:27 ak74 kernel: CPU0: Running in modulated clock mode
Sep 5 13:17:38 ak74 kernel: CPU0: Temperature above threshold
Sep 5 13:17:38 ak74 kernel: CPU1: Temperature above threshold
Sep 5 13:17:38 ak74 kernel: CPU1: Running in modulated clock mode
Sep 5 13:17:38 ak74 kernel: CPU0: Running in modulated clock mode
Sep 5 13:17:44 ak74 kernel: CPU1: Temperature above threshold
Sep 5 13:17:44 ak74 kernel: CPU0: Temperature above threshold


So I think that Linux saved my ass and switched to modulated clock
mode instead of shutting down or burning my CPU. It simply slowed
down.

Thanks for that.

My question is, normally a computer can be very busy and should not
overheat. So something physical is wrong. Would you have any idea,
maybe I need to replace case fans or the CPU fan?

This is a 1U rackmount from Rackmounts Etc.

I called my ISP and they confirmed that they did not have any cooling
or heating issues on their racks.

thanks

i
  Réponse avec citation
Vieux 05/09/2007, 23h00   #2
Ron Hardin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

For what it's worth, my new Dell Vostro 1500 runs very hot on Ubuntu, but okay on Windows XP Home.
I think fan management isn't perfect yet.
--
rhhardin@mindspring.com

On the internet, nobody knows you're a jerk.
  Réponse avec citation
Vieux 05/09/2007, 23h11   #3
Ignoramus22620
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

On Wed, 05 Sep 2007 17:00:56 -0400, Ron Hardin <rhhardin@mindspring.com> wrote:
> For what it's worth, my new Dell Vostro 1500 runs very hot on Ubuntu, but okay on Windows XP Home.
> I think fan management isn't perfect yet.


It probably runs hotter because Linux is more efficient at making
computers work harder. Windows cannot get a CPU loaded like this due
to its inefficiency. I went through this 6 years ago with an AMD CPU.

This server sits on the ISP premises and I am paying a flat fee for
power. So I do not care for "fan management", I just want the baddest
fan to blow air as fast as it can. I hope that Linux would not
interfere with that.

i
  Réponse avec citation
Vieux 05/09/2007, 23h11   #4
Ignoramus22620
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

On Wed, 05 Sep 2007 17:00:56 -0400, Ron Hardin <rhhardin@mindspring.com> wrote:
> For what it's worth, my new Dell Vostro 1500 runs very hot on Ubuntu, but okay on Windows XP Home.
> I think fan management isn't perfect yet.


It probably runs hotter because Linux is more efficient at making
computers work harder. Windows cannot get a CPU loaded like this due
to its inefficiency. I went through this 6 years ago with an AMD CPU.

This server sits on the ISP premises and I am paying a flat fee for
power. So I do not care for "fan management", I just want the baddest
fan to blow air as fast as it can. I hope that Linux would not
interfere with that.

i
  Réponse avec citation
Vieux 05/09/2007, 23h39   #5
Ron Hardin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

Ignoramus22620 wrote:
>
> On Wed, 05 Sep 2007 17:00:56 -0400, Ron Hardin <rhhardin@mindspring.com> wrote:
> > For what it's worth, my new Dell Vostro 1500 runs very hot on Ubuntu, but okay on Windows XP Home.
> > I think fan management isn't perfect yet.

>
> It probably runs hotter because Linux is more efficient at making
> computers work harder. Windows cannot get a CPU loaded like this due
> to its inefficiency. I went through this 6 years ago with an AMD CPU.
>
> This server sits on the ISP premises and I am paying a flat fee for
> power. So I do not care for "fan management", I just want the baddest
> fan to blow air as fast as it can. I hope that Linux would not
> interfere with that.
>
> i


No, actually under Ubuntu, in the case at hand, it was running one processor at full 1.6 GHz
and the other idle at .8 GHz; Windows XP was running both at 1.6 GHz, presumably one at fast idle.

For the same computation (Cygwin under XP), taking the same amount of time (ten minutes).

Vast quantities of superhot air was blowing out under Ubuntu; nothing noticeable under XP.

(There's a laptop cooler under the thing, so air moves regardless what the system wants.)

So I think fan management is probably something to look at. It can differ over systems, and if the
hardware is newer than Ubuntu, it might be doing the wrong thing.
--
rhhardin@mindspring.com

On the internet, nobody knows you're a jerk.
  Réponse avec citation
Vieux 05/09/2007, 23h53   #6
Robert Heller
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

At Wed, 05 Sep 2007 15:33:37 -0500 Ignoramus22620 <ignoramus22620@NOSPAM.22620.invalid> wrote:

>
> Something happened on my server that made several processes do
> intensive computations. (a bug in some of my perl scripts) That loaded
> all cores of my two dual cored CPUs at 100% CPU. I got these messages
> in /var/log/messages and a lot of "wall" messages:
>
> Sep 5 13:17:09 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:18 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:18 ak74 kernel: CPU0: Temperature above threshold
> Sep 5 13:17:18 ak74 kernel: CPU0: Running in modulated clock mode
> Sep 5 13:17:18 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:27 ak74 kernel: CPU0: Temperature above threshold
> Sep 5 13:17:27 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:27 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:27 ak74 kernel: CPU0: Running in modulated clock mode
> Sep 5 13:17:38 ak74 kernel: CPU0: Temperature above threshold
> Sep 5 13:17:38 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:38 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:38 ak74 kernel: CPU0: Running in modulated clock mode
> Sep 5 13:17:44 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:44 ak74 kernel: CPU0: Temperature above threshold
>
>
> So I think that Linux saved my ass and switched to modulated clock
> mode instead of shutting down or burning my CPU. It simply slowed
> down.
>
> Thanks for that.
>
> My question is, normally a computer can be very busy and should not
> overheat. So something physical is wrong. Would you have any idea,
> maybe I need to replace case fans or the CPU fan?


Very much likely. Fans have bearings that after a time wearout, sieze
up, and burnout the fan motor. Good old 'entropy' at work here.


>
> This is a 1U rackmount from Rackmounts Etc.
>
> I called my ISP and they confirmed that they did not have any cooling
> or heating issues on their racks.
>
> thanks
>
> i
>


--
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software -- Linux Installation and Administration
http://www.deepsoft.com/ -- Web Hosting, with CGI and Database
heller@deepsoft.com -- Contract Programming: C/C++, Tcl/Tk

  Réponse avec citation
Vieux 05/09/2007, 23h53   #7
Robert Heller
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

At Wed, 05 Sep 2007 15:33:37 -0500 Ignoramus22620 <ignoramus22620@NOSPAM.22620.invalid> wrote:

>
> Something happened on my server that made several processes do
> intensive computations. (a bug in some of my perl scripts) That loaded
> all cores of my two dual cored CPUs at 100% CPU. I got these messages
> in /var/log/messages and a lot of "wall" messages:
>
> Sep 5 13:17:09 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:18 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:18 ak74 kernel: CPU0: Temperature above threshold
> Sep 5 13:17:18 ak74 kernel: CPU0: Running in modulated clock mode
> Sep 5 13:17:18 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:27 ak74 kernel: CPU0: Temperature above threshold
> Sep 5 13:17:27 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:27 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:27 ak74 kernel: CPU0: Running in modulated clock mode
> Sep 5 13:17:38 ak74 kernel: CPU0: Temperature above threshold
> Sep 5 13:17:38 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:38 ak74 kernel: CPU1: Running in modulated clock mode
> Sep 5 13:17:38 ak74 kernel: CPU0: Running in modulated clock mode
> Sep 5 13:17:44 ak74 kernel: CPU1: Temperature above threshold
> Sep 5 13:17:44 ak74 kernel: CPU0: Temperature above threshold
>
>
> So I think that Linux saved my ass and switched to modulated clock
> mode instead of shutting down or burning my CPU. It simply slowed
> down.
>
> Thanks for that.
>
> My question is, normally a computer can be very busy and should not
> overheat. So something physical is wrong. Would you have any idea,
> maybe I need to replace case fans or the CPU fan?


Very much likely. Fans have bearings that after a time wearout, sieze
up, and burnout the fan motor. Good old 'entropy' at work here.


>
> This is a 1U rackmount from Rackmounts Etc.
>
> I called my ISP and they confirmed that they did not have any cooling
> or heating issues on their racks.
>
> thanks
>
> i
>


--
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software -- Linux Installation and Administration
http://www.deepsoft.com/ -- Web Hosting, with CGI and Database
heller@deepsoft.com -- Contract Programming: C/C++, Tcl/Tk

  Réponse avec citation
Vieux 06/09/2007, 01h31   #8
Jean-David Beyer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

Robert Heller wrote:
> At Wed, 05 Sep 2007 15:33:37 -0500 Ignoramus22620
> <ignoramus22620@NOSPAM.22620.invalid> wrote:
>
>> Something happened on my server that made several processes do
>> intensive computations. (a bug in some of my perl scripts) That loaded
>> all cores of my two dual cored CPUs at 100% CPU. I got these messages
>> in /var/log/messages and a lot of "wall" messages:
>>


>> So I think that Linux saved my ass and switched to modulated clock mode
>> instead of shutting down or burning my CPU. It simply slowed down.
>>
>> Thanks for that.
>>
>> My question is, normally a computer can be very busy and should not
>> overheat. So something physical is wrong. Would you have any idea,
>> maybe I need to replace case fans or the CPU fan?

>
> Very much likely. Fans have bearings that after a time wearout, sieze
> up, and burnout the fan motor. Good old 'entropy' at work here.
>

That's for sure. When I first put together this machine, it worked fine for
about 3 or 4 months, then the cpu fans (temperature controlled) speeded up
to slightly over 6000 rpm. It turned out the main case intake fan had
already seized up though not very old at all. Sleeve bearing type. I put in
a ball-bearing replacement one and it has worked over two years with no trouble.


--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 19:25:01 up 27 days, 22:47, 4 users, load average: 5.29, 5.26, 5.19
  Réponse avec citation
Vieux 06/09/2007, 11h29   #9
Brian Cryer
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

"Ignoramus22620" <ignoramus22620@NOSPAM.22620.invalid> wrote in message
news:E5KdnfMRXJ88j0LbnZ2dnUVZ_jSdnZ2d@giganews.com ...
<snip>
> My question is, normally a computer can be very busy and should not
> overheat. So something physical is wrong. Would you have any idea,
> maybe I need to replace case fans or the CPU fan?


The only time I've had a problem with overheating was when dust clogged the
cpu fan (this was at home). Otherwise fans (as others have pointed out) are
the obvious thing to look at.

> This is a 1U rackmount from Rackmounts Etc.
>
> I called my ISP and they confirmed that they did not have any cooling
> or heating issues on their racks.


If the computer is owned by your ISP and you have logs showing that there is
a problem with overheating then surely its the ISP's responsibility? or have
I missed something? Tell them the problem and ask them to sort it. Just
becasue they are not aware of heating issues doesn't mean they don't have
heating issues - you've found the problem but I would have thought it was
their responsibility to fix it.
--
Brian Cryer
www.cryer.co.uk/brian


  Réponse avec citation
Vieux 06/09/2007, 12h56   #10
Ignoramus7495
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

On Thu, 6 Sep 2007 10:29:18 +0100, Brian Cryer <brian.cryer@127.0.0.1.ntlworld.com> wrote:
> "Ignoramus22620" <ignoramus22620@NOSPAM.22620.invalid> wrote in message
> news:E5KdnfMRXJ88j0LbnZ2dnUVZ_jSdnZ2d@giganews.com ...
><snip>
>> My question is, normally a computer can be very busy and should not
>> overheat. So something physical is wrong. Would you have any idea,
>> maybe I need to replace case fans or the CPU fan?

>
> The only time I've had a problem with overheating was when dust clogged the
> cpu fan (this was at home). Otherwise fans (as others have pointed out) are
> the obvious thing to look at.


Yes, indeed I will replace the [CPU] fan.

>> This is a 1U rackmount from Rackmounts Etc.
>>
>> I called my ISP and they confirmed that they did not have any cooling
>> or heating issues on their racks.

>
> If the computer is owned by your ISP and you have logs showing that there is
> a problem with overheating then surely its the ISP's responsibility? or have
> I missed something? Tell them the problem and ask them to sort it. Just
> becasue they are not aware of heating issues doesn't mean they don't have
> heating issues - you've found the problem but I would have thought it was
> their responsibility to fix it.


The computer is owned by me, but it is co-located on their premises.

i
  Réponse avec citation
Vieux 09/09/2007, 12h27   #11
SpaceGirl
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: CPU overheats, Linux slows down, need some ideas.

Ignoramus22620 wrote:
> On Wed, 05 Sep 2007 17:00:56 -0400, Ron Hardin <rhhardin@mindspring.com> wrote:
>> For what it's worth, my new Dell Vostro 1500 runs very hot on Ubuntu, but okay on Windows XP Home.
>> I think fan management isn't perfect yet.

>
> It probably runs hotter because Linux is more efficient at making
> computers work harder. Windows cannot get a CPU loaded like this due
> to its inefficiency. I went through this 6 years ago with an AMD CPU.
>
> This server sits on the ISP premises and I am paying a flat fee for
> power. So I do not care for "fan management", I just want the baddest
> fan to blow air as fast as it can. I hope that Linux would not
> interfere with that.
>
> i


I would have thought if something was more efficient, it would just get
the job done quicker, not run your machine hot all the time. Sounds to
me like the complete reverse is happening.

--

x theSpaceGirl (miranda)

http://www.northleithmill.com

-.-

Kammy has a new home: http://www.bitesizedjapan.com
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 16h38.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,23123 seconds with 19 queries