Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-29 Thread Achilleas Mantzios
Just to summarize (after 5.5 days of uptime), i'd like to recap on what 
happened next.
I burned the SiS 651 based motherboard, while memtesting, and i replaced it 
with 
a new Asrock, Intel 82865G based motherboard.
All run fine, no panics, no unexpected segfaults.
It seems that the old SiS was fine until i fitted the kodicom4400 on the PCI 
bus, 
when all the problems started.
Now at idle i can get CPU temps as low as 35 deg Celsious, altho it turned out 
that was not my problem
in the first place.

Thank you all for your help.
Manoli Euxaristw!
-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-29 Thread Manolis Kiagias

Achilleas Mantzios wrote:

Just to summarize (after 5.5 days of uptime), i'd like to recap on what 
happened next.
I burned the SiS 651 based motherboard, while memtesting, and i replaced it with 
a new Asrock, Intel 82865G based motherboard.
  


Hey, I have three of these! One of them is running www.freebsdgr.org
I've never had problems with this mobo and FreeBSD.


All run fine, no panics, no unexpected segfaults.
It seems that the old SiS was fine until i fitted the kodicom4400 on the PCI bus, 
when all the problems started.

Now at idle i can get CPU temps as low as 35 deg Celsious, altho it turned out 
that was not my problem
in the first place.

  
An average of 35-37 is my usual idle temperature too 
(www.freebsdgr.org/status.php)



Thank you all for your help.
Manoli Euxaristw!
  

No prb :)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-22 Thread Achilleas Mantzios
Στις Tuesday 22 July 2008 00:25:46 ο/η Tore Lund έγραψε:
 Achilleas Mantzios wrote:
  ...
  Having said that, the issue with the temperature must not be my thing :(
  after kldload coretemp, i get
  [EMAIL PROTECTED] ~]% sysctl -a | grep tempera
  hw.acpi.thermal.tz0.temperature: 40,0C
  dev.cpu.0.temperature: -1
  [EMAIL PROTECTED] ~]% 
  The first always is stuck to 40 and dev.cpu.0.temperature to -1.
 
 Achillea, have you told us what CPU you have?  Manolis presumes you have
 an Intel, but I do not see this information anywhere in your posts.  If
 you have a recent AMD, try the port k8temp.

Sorry, i have a 
CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (2672.74-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf29  Stepping = 9
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0x4400CNXT-ID,xTPR
So coretemp is not for me.
While experimenting, i noticed the 1st and 3rd temperatures from mbmon to be 
updated in a fashion that seems
natural. 
[EMAIL PROTECTED] ~]% mbmon
Temp.= 41.0, 201.0, 42.0; Rot.= 3443,0,0
Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69

I started to trust mbmon, and i think the 1st temp must be motherboard, while 
the 3rd CPU,
and indeed the first value varies betaeen 41-42 degrees, and the third value 
from 39, (~ 100% idle)
to 45 (0% idle). So i assume the above must be right.
Yesterday i had mbmon -t  mbmon.out running all night and the highest CPU temp 
was at 46 deg C,
while highest MB temp was at 43 deg Celsius (if the previous assumptions about 
the interpretation of the 
output of mbmon are correct).
Both high temps happened while running periodic daily at 03:00 (which increased 
my trust in those).
All that, was after i blew the box/case inside and closed the case.
If i trust those numbers and their interpretation then i must not have a 
temperature problem (anymore).
Lets see how the machine behaves.
There is always the other usual suspect from the memory department :)

-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-22 Thread Manolis Kiagias

Achilleas Mantzios wrote:

Στις Tuesday 22 July 2008 00:25:46 ο/η Tore Lund έγραψε:
  

Achilleas Mantzios wrote:


...
Having said that, the issue with the temperature must not be my thing :(
after kldload coretemp, i get
[EMAIL PROTECTED] ~]% sysctl -a | grep tempera
hw.acpi.thermal.tz0.temperature: 40,0C
dev.cpu.0.temperature: -1
[EMAIL PROTECTED] ~]% 
The first always is stuck to 40 and dev.cpu.0.temperature to -1.
  

Achillea, have you told us what CPU you have?  Manolis presumes you have
an Intel, but I do not see this information anywhere in your posts.  If
you have a recent AMD, try the port k8temp.



Sorry, i have a 
CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (2672.74-MHz 686-class CPU)

  Origin = GenuineIntel  Id = 0xf29  Stepping = 9
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Features2=0x4400CNXT-ID,xTPR
So coretemp is not for me.
  


Definitely.


While experimenting, i noticed the 1st and 3rd temperatures from mbmon to be 
updated in a fashion that seems
natural. 
[EMAIL PROTECTED] ~]% mbmon

Temp.= 41.0, 201.0, 42.0; Rot.= 3443,0,0
Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69
  


What chipset is the mobo based on? mbmon runs fine on my 865G and a 3Ghz 
P4 CPU. You are probably correct, the middle temp may represent a sensor 
that is not recognized, but the other readings seem normal.



I started to trust mbmon, and i think the 1st temp must be motherboard, while 
the 3rd CPU,
and indeed the first value varies betaeen 41-42 degrees, and the third value 
from 39, (~ 100% idle)
to 45 (0% idle). So i assume the above must be right.
Yesterday i had mbmon -t  mbmon.out running all night and the highest CPU temp 
was at 46 deg C,
while highest MB temp was at 43 deg Celsius (if the previous assumptions about the interpretation of the 
output of mbmon are correct).

Both high temps happened while running periodic daily at 03:00 (which increased 
my trust in those).
All that, was after i blew the box/case inside and closed the case.
If i trust those numbers and their interpretation then i must not have a 
temperature problem (anymore).
Lets see how the machine behaves.
There is always the other usual suspect from the memory department :)

  



For memory, I would suggest memtest86. For stressing the machine, try 
math/mprime in torture mode. Watch the temperatures and make sure you 
leave it running for a couple of hours and you don't get any errors. 
Usually, if you have a termperature problem it will bail out in half an 
hour or less.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-22 Thread Achilleas Mantzios
Στις Tuesday 22 July 2008 10:16:02 ο/η Manolis Kiagias έγραψε:
 Achilleas Mantzios wrote:
  Στις Tuesday 22 July 2008 00:25:46 ο/η Tore Lund έγραψε:

  Achilleas Mantzios wrote:
  
  ...
  Having said that, the issue with the temperature must not be my thing :(
  after kldload coretemp, i get
  [EMAIL PROTECTED] ~]% sysctl -a | grep tempera
  hw.acpi.thermal.tz0.temperature: 40,0C
  dev.cpu.0.temperature: -1
  [EMAIL PROTECTED] ~]% 
  The first always is stuck to 40 and dev.cpu.0.temperature to -1.

  Achillea, have you told us what CPU you have?  Manolis presumes you have
  an Intel, but I do not see this information anywhere in your posts.  If
  you have a recent AMD, try the port k8temp.
  
 
  Sorry, i have a 
  CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz (2672.74-MHz 686-class CPU)
Origin = GenuineIntel  Id = 0xf29  Stepping = 9

  Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
Features2=0x4400CNXT-ID,xTPR
  So coretemp is not for me.

 
 Definitely.
 
  While experimenting, i noticed the 1st and 3rd temperatures from mbmon to 
  be updated in a fashion that seems
  natural. 
  [EMAIL PROTECTED] ~]% mbmon
  Temp.= 41.0, 201.0, 42.0; Rot.= 3443,0,0
  Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69

 
 What chipset is the mobo based on? mbmon runs fine on my 865G and a 3Ghz 
 P4 CPU. You are probably correct, the middle temp may represent a sensor 
 that is not recognized, but the other readings seem normal.
 

i'll let you know next time i open the case. Is there any reading from dmesg or 
sysctl that can reveal
that info?

  I started to trust mbmon, and i think the 1st temp must be motherboard, 
  while the 3rd CPU,
  and indeed the first value varies betaeen 41-42 degrees, and the third 
  value from 39, (~ 100% idle)
  to 45 (0% idle). So i assume the above must be right.
  Yesterday i had mbmon -t  mbmon.out running all night and the highest CPU 
  temp was at 46 deg C,
  while highest MB temp was at 43 deg Celsius (if the previous assumptions 
  about the interpretation of the 
  output of mbmon are correct).
  Both high temps happened while running periodic daily at 03:00 (which 
  increased my trust in those).
  All that, was after i blew the box/case inside and closed the case.
  If i trust those numbers and their interpretation then i must not have a 
  temperature problem (anymore).
  Lets see how the machine behaves.
  There is always the other usual suspect from the memory department :)
 

 
 
 For memory, I would suggest memtest86. For stressing the machine, try 
 math/mprime in torture mode. Watch the temperatures and make sure you 
 leave it running for a couple of hours and you don't get any errors. 
 Usually, if you have a termperature problem it will bail out in half an 
 hour or less.
 

Memtest86 is good enough, i have used it on other machines. Thx for the 
math/mprime hint.

 



-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-22 Thread Manolis Kiagias

Achilleas Mantzios wrote:


While experimenting, i noticed the 1st and 3rd temperatures from mbmon to be 
updated in a fashion that seems
natural. 
[EMAIL PROTECTED] ~]% mbmon

Temp.= 41.0, 201.0, 42.0; Rot.= 3443,0,0
Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69
  
  
What chipset is the mobo based on? mbmon runs fine on my 865G and a 3Ghz 
P4 CPU. You are probably correct, the middle temp may represent a sensor 
that is not recognized, but the other readings seem normal.





i'll let you know next time i open the case. Is there any reading from dmesg or 
sysctl that can reveal
that info?

  


Sure. There are various places to get this info. Sometimes the BIOS 
startup messages contain a hint on the chipset (like 865, 915 and so on).

My dmesg also shows:

agp0: Intel 82865 host to AGP bridge on hostb0

And you can also use pciconf -v -l

hdr=0x00
   vendor = 'Intel Corporation'
   device = '82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface'
   class  = bridge
   subclass   = HOST-PCI

Considering that you are running an older P4, probably socket 478, 
chances are you are using an 845 or 848 or 865 chipset.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-22 Thread Achilleas Mantzios
Στις Tuesday 22 July 2008 14:27:28 ο/η Manolis Kiagias έγραψε:
 Achilleas Mantzios wrote:
  
  While experimenting, i noticed the 1st and 3rd temperatures from mbmon to 
  be updated in a fashion that seems
  natural. 
  [EMAIL PROTECTED] ~]% mbmon
  Temp.= 41.0, 201.0, 42.0; Rot.= 3443,0,0
  Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69


  What chipset is the mobo based on? mbmon runs fine on my 865G and a 3Ghz 
  P4 CPU. You are probably correct, the middle temp may represent a sensor 
  that is not recognized, but the other readings seem normal.
 
  
 
  i'll let you know next time i open the case. Is there any reading from 
  dmesg or sysctl that can reveal
  that info?
 

 
 Sure. There are various places to get this info. Sometimes the BIOS 
 startup messages contain a hint on the chipset (like 865, 915 and so on).
 My dmesg also shows:
 
 agp0: Intel 82865 host to AGP bridge on hostb0
 
 And you can also use pciconf -v -l
 
 hdr=0x00
 vendor = 'Intel Corporation'
 device = '82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface'
 class  = bridge
 subclass   = HOST-PCI
 
 Considering that you are running an older P4, probably socket 478, 
 chances are you are using an 845 or 848 or 865 chipset.
 

Then by all evidence, 
% dmesg | grep -i agp
agp0: SiS 651 host to AGP bridge on hostb0

[EMAIL PROTECTED]:0:0:0:  class=0x06 card=0x1801147b chip=0x06511039 
rev=0x02 hdr=0x00
vendor = 'Silicon Integrated Systems (SiS)'
device = 'SiS651 Host-to-PCI Bridge'
class  = bridge
subclass   = HOST-PCI

it must be the SiS 651 chipset
http://www.sis.com/products/sis651.htm

-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-22 Thread Manolis Kiagias

Achilleas Mantzios wrote:

Στις Tuesday 22 July 2008 14:27:28 ο/η Manolis Kiagias έγραψε:
  

Achilleas Mantzios wrote:




While experimenting, i noticed the 1st and 3rd temperatures from mbmon to be 
updated in a fashion that seems
natural. 
[EMAIL PROTECTED] ~]% mbmon

Temp.= 41.0, 201.0, 42.0; Rot.= 3443,0,0
Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.43, -11.74, -1.69
  
  
  
What chipset is the mobo based on? mbmon runs fine on my 865G and a 3Ghz 
P4 CPU. You are probably correct, the middle temp may represent a sensor 
that is not recognized, but the other readings seem normal.





i'll let you know next time i open the case. Is there any reading from dmesg or 
sysctl that can reveal
that info?

  
  
Sure. There are various places to get this info. Sometimes the BIOS 
startup messages contain a hint on the chipset (like 865, 915 and so on).

My dmesg also shows:

agp0: Intel 82865 host to AGP bridge on hostb0

And you can also use pciconf -v -l

hdr=0x00
vendor = 'Intel Corporation'
device = '82865G/PE/P, 82848P DRAM Controller / Host-Hub Interface'
class  = bridge
subclass   = HOST-PCI

Considering that you are running an older P4, probably socket 478, 
chances are you are using an 845 or 848 or 865 chipset.





Then by all evidence, 
% dmesg | grep -i agp

agp0: SiS 651 host to AGP bridge on hostb0

[EMAIL PROTECTED]:0:0:0:  class=0x06 card=0x1801147b chip=0x06511039 
rev=0x02 hdr=0x00
vendor = 'Silicon Integrated Systems (SiS)'
device = 'SiS651 Host-to-PCI Bridge'
class  = bridge
subclass   = HOST-PCI

it must be the SiS 651 chipset
http://www.sis.com/products/sis651.htm

  


Right.
SIS chipsets are not exactly my favorites, but they seem to be working 
with FreeBSD, so I won't complain.
I got one at school loaded with 7.0 and have no problems. Arguably it is 
not as stressed as yours.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Achilleas Mantzios
Στις Monday 21 July 2008 14:59:09 ο/η Kemian Dang έγραψε:
 Achilleas Mantzios wrote:
  Hi, i have had various crashes and segfaults in the last hot days (room 
  temp about 30 deg C).
  I tried to monitor CPU temp with mbmon, which shows a very big value in COU 
  temperature:
  [EMAIL PROTECTED]:~# mbmon -c 1
 
  Temp.= 42.0, 201.0, 39.0; Rot.= 3245,0,0
  Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.31, -11.74, -1.66
 
  Also, healthdc shows:
  localhost   186.00.0 0.0531417307   1.49
  2.491.625.42   0.00 -10.84  0.00
  and lmmon -i shows:
   Motherboard Temp   Voltages
 
   186C / 366F / 459KVcore1:   +1.469V
 Vcore2:   +1.766V
  Fan Speeds + 3.3V:   +3.219V
 + 5.0V:   +4.932V
  1: 10629rpm+12.0V:  +11.750V
  2: 33750rpm-12.0V:  -13.188V
  3: 16071rpm- 5.0V:   -1.800V
 
  So i dont have any idea how to assess the real CPU temperature.
  I am thinking of tuning down the BIOS to fail-safe settings, just as an 
  extra measure.
  Apart from that, i have no clue how to solve the random crashes/segfaults 
  problem.
  I also opened the case in order to get ventilated with fresh air from the 
  room.
  Any hints would be welcome.
  P.S.
  Please include me in the reply, i am not subscribed to -questions.

 I use
 sysctl -a |grep tepmerature
 to get the temperature, tough to say the truth, I am not sure about 
 their exactly meaning...
Yes thx, the problem is that 
hw.acpi.thermal.tz0.temperature always return 40.0C, and i read about others
noticing that.
 
 Best wishes,
 Kemian
 



-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Kemian Dang

Achilleas Mantzios wrote:

Hi, i have had various crashes and segfaults in the last hot days (room temp 
about 30 deg C).
I tried to monitor CPU temp with mbmon, which shows a very big value in COU 
temperature:
[EMAIL PROTECTED]:~# mbmon -c 1

Temp.= 42.0, 201.0, 39.0; Rot.= 3245,0,0
Vcore = 1.50, 1.81; Volt. = 3.30, 5.08, 11.31, -11.74, -1.66

Also, healthdc shows:
localhost   186.00.0 0.0531417307   1.492.49
1.625.42   0.00 -10.84  0.00
and lmmon -i shows:
 Motherboard Temp   Voltages

 186C / 366F / 459KVcore1:   +1.469V
   Vcore2:   +1.766V
Fan Speeds + 3.3V:   +3.219V
   + 5.0V:   +4.932V
1: 10629rpm+12.0V:  +11.750V
2: 33750rpm-12.0V:  -13.188V
3: 16071rpm- 5.0V:   -1.800V

So i dont have any idea how to assess the real CPU temperature.
I am thinking of tuning down the BIOS to fail-safe settings, just as an extra 
measure.
Apart from that, i have no clue how to solve the random crashes/segfaults 
problem.
I also opened the case in order to get ventilated with fresh air from the room.
Any hints would be welcome.
P.S.
Please include me in the reply, i am not subscribed to -questions.
  

I use
sysctl -a |grep tepmerature
to get the temperature, tough to say the truth, I am not sure about 
their exactly meaning...


Best wishes,
Kemian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread DA Forsyth
From: Achilleas Mantzios [EMAIL PROTECTED]

 Hi, i have had various crashes and segfaults in the last hot days
 (room temp about 30 deg C). I tried to monitor CPU temp with mbmon,
 which shows a very big value in COU temperature:

 I also opened the case in order to get ventilated with fresh air from
 the room. 

Actually, that doesn't work, your components will get hotter.  This 
is because the case provides a through flow environment where air is 
forced to flow over most of the components most of the time.  By 
opening the case you remove the force, and now have to rely on 
convection.

What you want to do is make sure all the fans are running freely.
Especially the processor fan.  It may have stopped silently an dthat 
would definitely cause crashes.

A fan at the front of the case blowing IN is more effective than one 
on the back blowing out, so if there isn't one on the front, add one.
The 80 to 120mm ones can be very quiet and some can control their own 
speed if your motherboard cannot do it.  If one can blow in the front 
and directly on the harddrives then that is a bonus, cool harddrives 
last longer.

The basic idea of a case is to have air coming in the front and 
exiting at the rear.  So make sure all your fans are blowing in the 
right direction.

My office goes to 38C in summer, and all 5 computers just keep on 
going, using the principles above.  I fitted a fan to the UPS as well 
(-:




--
   DA Fo rsythNetwork Supervisor
Principal Technical Officer -- Institute for Water Research
http://www.ru.ac.za/institutes/iwr/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Achilleas Mantzios
Στις Monday 21 July 2008 15:41:01 ο/η DA Forsyth έγραψε:
 From: Achilleas Mantzios [EMAIL PROTECTED]
 
  Hi, i have had various crashes and segfaults in the last hot days
  (room temp about 30 deg C). I tried to monitor CPU temp with mbmon,
  which shows a very big value in COU temperature:
 
  I also opened the case in order to get ventilated with fresh air from
  the room. 
 
 Actually, that doesn't work, your components will get hotter.  This 
 is because the case provides a through flow environment where air is 
 forced to flow over most of the components most of the time.  By 
 opening the case you remove the force, and now have to rely on 
 convection.
 
 What you want to do is make sure all the fans are running freely.
 Especially the processor fan.  It may have stopped silently an dthat 
 would definitely cause crashes.
 
 A fan at the front of the case blowing IN is more effective than one 
 on the back blowing out, so if there isn't one on the front, add one.
 The 80 to 120mm ones can be very quiet and some can control their own 
 speed if your motherboard cannot do it.  If one can blow in the front 
 and directly on the harddrives then that is a bonus, cool harddrives 
 last longer.
 
 The basic idea of a case is to have air coming in the front and 
 exiting at the rear.  So make sure all your fans are blowing in the 
 right direction.
 
 My office goes to 38C in summer, and all 5 computers just keep on 
 going, using the principles above.  I fitted a fan to the UPS as well 
 (-:
 
 
My box has 3 fans, one on the case blowing from outside=inside,
one in the power supply and one on the CPU.

In the evening, i will have the case/board inside blown/cleaned with air,
i am gonna close the case, and i am gonna tune BIOS to fail-safe settings.

Apart from that, i would like to have a reliable tool to monitor temperature.
Is there anything in mind?
 
 
 --
DA Fo rsythNetwork Supervisor
 Principal Technical Officer -- Institute for Water Research
 http://www.ru.ac.za/institutes/iwr/
 
 
 



-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Manolis Kiagias

Achilleas Mantzios wrote:
My office goes to 38C in summer, and all 5 computers just keep on 
going, using the principles above.  I fitted a fan to the UPS as well 
(-:





My box has 3 fans, one on the case blowing from outside=inside,
one in the power supply and one on the CPU.

In the evening, i will have the case/board inside blown/cleaned with air,
i am gonna close the case, and i am gonna tune BIOS to fail-safe settings.

Apart from that, i would like to have a reliable tool to monitor temperature.
Is there anything in mind?
  


As you already noticed, mbmon is no good in recent hardware. It works 
successfully in my 865-based systems though.
As others have said, I would recommend adding a rear out-take fan. Do 
not rely on the PSU's fan to take all the warm air out. The PSU 
generates heat on its own, and the fan may not be sufficient. A rear 
out-take fan should be located rather high - at CPU height - since warm 
air always goes up. This is where most cases have a place for the fan 
anyway.


A note for monitoring: If you are using FreeBSD 7.0 and you have an 
Intel Core CPU, there is a new coretemp(4) driver that can actually read 
the on-die digital thermal sensor. Have a look at man coretemp

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Achilleas Mantzios
Στις Monday 21 July 2008 18:17:59 ο/η Manolis Kiagias έγραψε:
 Achilleas Mantzios wrote:
  My office goes to 38C in summer, and all 5 computers just keep on 
  going, using the principles above.  I fitted a fan to the UPS as well 
  (-:
 
 
  
  My box has 3 fans, one on the case blowing from outside=inside,
  one in the power supply and one on the CPU.
 
  In the evening, i will have the case/board inside blown/cleaned with air,
  i am gonna close the case, and i am gonna tune BIOS to fail-safe settings.
 
  Apart from that, i would like to have a reliable tool to monitor 
  temperature.
  Is there anything in mind?

 
 As you already noticed, mbmon is no good in recent hardware. It works 
 successfully in my 865-based systems though.
 As others have said, I would recommend adding a rear out-take fan. Do 
 not rely on the PSU's fan to take all the warm air out. The PSU 
 generates heat on its own, and the fan may not be sufficient. A rear 
 out-take fan should be located rather high - at CPU height - since warm 
 air always goes up. This is where most cases have a place for the fan 
 anyway.
It is indeed as you say. The fans on my case are:
the PSU fan, one takeout fan just below the PSU and the CPU fan.
It is a medium tower size case. The thing is on the bottom PCI slot
i have installed a Kodicom 4400 for video capture for use with zoneminder,
(the FreeBSD port is available from the zoneminder site)
and right above that a LML video capture card.
and then while capturing 5 full frame-rate (25fps) cameras in zoneminder
a) the load never falls below 0.4 even while no users use it (it is our family 
workstation as well:)
b) all the heat from the kodicom flows higher to the CPU/memory area of the case

Having said that, the issue with the temperature must not be my thing :(
after kldload coretemp, i get
[EMAIL PROTECTED] ~]% sysctl -a | grep tempera
hw.acpi.thermal.tz0.temperature: 40,0C
dev.cpu.0.temperature: -1
[EMAIL PROTECTED] ~]% 
The first always is stuck to 40 and dev.cpu.0.temperature to -1.
 
 A note for monitoring: If you are using FreeBSD 7.0 and you have an 
 Intel Core CPU, there is a new coretemp(4) driver that can actually read 
 the on-die digital thermal sensor. Have a look at man coretemp
 



-- 
Achilleas Mantzios
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Manolis Kiagias

Achilleas Mantzios wrote:
  
  
As you already noticed, mbmon is no good in recent hardware. It works 
successfully in my 865-based systems though.
As others have said, I would recommend adding a rear out-take fan. Do 
not rely on the PSU's fan to take all the warm air out. The PSU 
generates heat on its own, and the fan may not be sufficient. A rear 
out-take fan should be located rather high - at CPU height - since warm 
air always goes up. This is where most cases have a place for the fan 
anyway.


It is indeed as you say. The fans on my case are:
the PSU fan, one takeout fan just below the PSU and the CPU fan.
It is a medium tower size case. The thing is on the bottom PCI slot
i have installed a Kodicom 4400 for video capture for use with zoneminder,
(the FreeBSD port is available from the zoneminder site)
and right above that a LML video capture card.
and then while capturing 5 full frame-rate (25fps) cameras in zoneminder
a) the load never falls below 0.4 even while no users use it (it is our family 
workstation as well:)
b) all the heat from the kodicom flows higher to the CPU/memory area of the case

Having said that, the issue with the temperature must not be my thing :(
after kldload coretemp, i get
[EMAIL PROTECTED] ~]% sysctl -a | grep tempera
hw.acpi.thermal.tz0.temperature: 40,0C
dev.cpu.0.temperature: -1
[EMAIL PROTECTED] ~]% 
The first always is stuck to 40 and dev.cpu.0.temperature to -1.
  


This  -1 probably means your CPU is not supported. The man page says 
Intel Core or newer CPUs, and as I understand this is specific to 
Intel and will not work on AMD. It works fine on my core2duo laptop. I 
don't know if it works with the earlier Intel CoreDuo (not core2duo)


Assuming the heat is what is actually causing you the problems, your 
options are rather limited: Move to a bigger case with options for 
better ventilation (maybe 12cm fans in front / rear) or use fans with 
higher CFM ratings (that will also make it more noisy, one more factor 
to consider). I currently have a machine with a 25cm side fan. 
Completely noiseless, and always runs cool.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Tore Lund
Achilleas Mantzios wrote:
 ...
 Having said that, the issue with the temperature must not be my thing :(
 after kldload coretemp, i get
 [EMAIL PROTECTED] ~]% sysctl -a | grep tempera
 hw.acpi.thermal.tz0.temperature: 40,0C
 dev.cpu.0.temperature: -1
 [EMAIL PROTECTED] ~]% 
 The first always is stuck to 40 and dev.cpu.0.temperature to -1.

Achillea, have you told us what CPU you have?  Manolis presumes you have
an Intel, but I do not see this information anywhere in your posts.  If
you have a recent AMD, try the port k8temp.
-- 
Tore

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Monitoring CPU temperature: mbmon shows 201 degrees C

2008-07-21 Thread Scott Bennett
 On Mon, 21 Jul 2008 16:56:10 +0300 Achilleas Mantzios
[EMAIL PROTECTED] wrote:
Στις Monday 21 July 2008 15:41:01 ο/η DA Forsyth έγραψε:
 From: Achilleas Mantzios [EMAIL PROTECTED]
 
  Hi, i have had various crashes and segfaults in the last hot days
  (room temp about 30 deg C). I tried to monitor CPU temp with mbmon,
  which shows a very big value in COU temperature:
 
  I also opened the case in order to get ventilated with fresh air from
  the room. 
 
 Actually, that doesn't work, your components will get hotter.  This 
 is because the case provides a through flow environment where air is 
 forced to flow over most of the components most of the time.  By 
 opening the case you remove the force, and now have to rely on 
 convection.
 
 What you want to do is make sure all the fans are running freely.
 Especially the processor fan.  It may have stopped silently an dthat 
 would definitely cause crashes.
 
 A fan at the front of the case blowing IN is more effective than one 
 on the back blowing out, so if there isn't one on the front, add one.
 The 80 to 120mm ones can be very quiet and some can control their own 
 speed if your motherboard cannot do it.  If one can blow in the front 
 and directly on the harddrives then that is a bonus, cool harddrives 
 last longer.
 
 The basic idea of a case is to have air coming in the front and 
 exiting at the rear.  So make sure all your fans are blowing in the 
 right direction.
 
 My office goes to 38C in summer, and all 5 computers just keep on 
 going, using the principles above.  I fitted a fan to the UPS as well 
 (-:
 
 
My box has 3 fans, one on the case blowing from outside=inside,
one in the power supply and one on the CPU.

In the evening, i will have the case/board inside blown/cleaned with air,
i am gonna close the case, and i am gonna tune BIOS to fail-safe settings.

 When blowing the dust out, be sure to put the nozzle up against the
edges of the cooling vanes on any coolers, especially the one for the CPU(s).
Often such vanes are very close together and trap dust easily that will not
be blown out when just cleaning the case and the motherboard.  My portable,
a Dell Inpsiron XPS, was running in a reduced-speed mode with COU temperatures
in the high 70s C to low 80s C, but was also doing frequent emergency shutdowns
at 89.5 C.  After replacing two of the three fans and blowing out visible
dust, the temperatures were reduced by about 15-18 C.  Replacing the third
fan brought the temperatures down another 2-3 C.  Blowing the dust out of
the cooling vanes brought them down another 6-8 C.

Apart from that, i would like to have a reliable tool to monitor temperature.
Is there anything in mind?

 As was suggested earlier, you should first post your CPU make and model.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army.   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]