I have this error message come up on 3 servers... 
 
Message from syslogd@machine3 at Sun Feb 27 17:15:46 2005 ...
machine3 kernel: CPU1: Temperature above threshold
 
Message from syslogd@machine3 at Sun Feb 27 17:15:46 2005 ...
machine3 kernel: CPU0: Temperature above threshold
 
Message from syslogd@machine3 at Sun Feb 27 17:15:46 2005 ...
machine3 kernel: CPU0: Running in modulated clock mode
 
Message from syslogd@machine3 at Sun Feb 27 17:15:46 2005 ...
machine3 kernel: CPU1: Running in modulated clock mode
 
 
I thought it was due to it getting hot, so i purchase a 1U Heatsink with fan, so its getting cool air to it.
 
Can anyone suggest anything for me.
 
It's 775 modo with a Intel P4 3 Ghz and 1 gig DDR ram.   it has 5 blow fans, 2 suck fans, and a CPU fan.
 
 
Thanks
 
Did you check your CPU temperature when you got those messages? If you don't know how to do that check "lm_sensors" (or enter the BIOS very fast after rebooting :/). The first message should be self explanationary, second one means that the CPU is not running at full speed.
 
i have tried to install LM_senosrs.. and i cannot seem to make it work.. its all install.. that i can see.. but no joy.
 
the servers are not held near me... so.. its abit of a trip to do it that way...  
 
also.. its not even a duel macheine....
 
are there any really good guilds how to install LM_SENSORS, i have seached the net.. but they all seem out of date.. and thou the newest helps with with the questions.. i do as it says.. it still dont work... ?
 
Which problems did you have with lm_sensors? Did you run "sensors-detect"?
 
yes, and i run through the list, paste the info needed into the right file, and copy as it requests at the end.
 
but... still no joy.
 
when i put Sensors in the cmd line, i get this error:
 
[root@machine1 ~]# sensors
Error: Line 2382: Invalid keyword
General parse error
 
?
 
Quote:[root@machine1 ~]# sensorsError: Line 2382: Invalid keyword
General parse error
Ehm? o_O This file is a binary on my FC4 release and not a script. What do you get upon "
head -n2382 `which sensors`|tail -n1" (with backticks ``, but without quotes "")? How did you install lm_sensors?
 
 
i am not sure what the command dose, but, I dont really understand it.. and when i put it on, it just hangs there...
 
I installed it.. by i think... putting in sensors-detect, I did not install it myself, it was already there.
 
Hi,
 
To install lm_sensors do the following as root:
 
Code:
yum install lm_sensors
 
hiya..
 
that is was i did, but i still the error.
 
ok.. got it to work... this is the output:
 
Adapter: ISA adapter
VCore 1:   +1.36 V  (min =  +1.42 V, max =  +1.57 V)   ALARM
VCore 2:   +1.58 V  (min =  +2.40 V, max =  +2.61 V)   ALARM
+3.3V:     +6.75 V  (min =  +3.14 V, max =  +3.46 V)   ALARM
+5V:       +5.00 V  (min =  +4.76 V, max =  +5.24 V)
+12V:     +10.37 V  (min = +11.39 V, max = +12.61 V)   ALARM
-12V:     -14.97 V  (min = -12.63 V, max = -11.41 V)   ALARM
-5V:       -6.64 V  (min =  -5.26 V, max =  -4.77 V)   ALARM
Stdby:     +4.87 V  (min =  +4.76 V, max =  +5.24 V)
VBat:      +3.18 V
fan1:     7670 RPM  (min =    0 RPM, div = 8)
fan2:     10546 RPM  (min =  664 RPM, div = 8)
fan3:        0 RPM  (min =  664 RPM, div = 8)
M/B Temp:    +62°C  (low  =   +15°C, high =   +40°C)   sensor = diode
CPU Temp:    +27°C  (low  =   +15°C, high =   +45°C)   sensor = thermistor   ALARM
Temp3:       +37°C  (low  =   +15°C, high =   +45°C)   sensor = thermistor   ALARM
 
eeprom-i2c-0-51
Adapter: SMBus Via Pro adapter at 0500
Memory type:            DDR SDRAM DIMM
Memory size (MB):       512
 
eeprom-i2c-0-50
Adapter: SMBus Via Pro adapter at 0500
Memory type:            DDR SDRAM DIMM
Memory size (MB):       512
 
 
i do not know what Temp3 is... nor do i understand why i get the above messages...  
 
anyone ?