Re: [Soekris] net6501-50 normal working temperature

2013-12-05 Thread Peter J. Holzer
On 2013-12-02 16:36:56 -0800, David Ruggiero wrote:
 Just out of curiosity, what is everyone using to measure the core
 temp?

/sys/devices/platform/coretemp.0/temp2_input

on Linux. I think that's the temperature in 1/1000 °C, but it could be
off.

I use this script to gather the temperature for munin:


#!/usr/bin/perl
use warnings;
use strict;
use v5.10;
use utf8;
use File::Slurp;

# munin expects latin 1 - can we change that?
binmode STDOUT, :encoding(ISO-8859-1);

if (($ARGV[0] || ) eq config) {
say graph_title core temperature;
say graph_order input crit;
say graph_vlabel °C;
say graph_category system;
say graph_info This graph shows the core temperature;

say input.label Temperature;
say input.draw LINE;
say input.info The current temperature in °C;
say input.colour 00FF00;

say crit.label Critical;
say crit.draw LINE;
say crit.info The critical temperature in °C;
say crit.colour FF;
} else {
my $input = read_file(/sys/devices/platform/coretemp.0/temp2_input);
my $crit =  read_file(/sys/devices/platform/coretemp.0/temp2_crit);

say input.value , $input / 1000;
say crit.value ,  $crit  / 1000;
}


-- 
   _  | Peter J. Holzer   | I think we need two definitions:
|_|_) | WSR - Softwaredevelopment | 1) The problem the *users* want us to solve
| |   | und Projektunterstützung  | 2) The problem our solution addresses.
__/   | h...@wsr.ac.at |-- Phillip Hallam-Baker on spam


signature.asc
Description: Digital signature
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-04 Thread Nikola Gyurov
@David: I am, in fact, running OpenBSD (5.4-stable, was on -current
for a while) and using sysctl hw.sensors to check the temperature.
I am not aware of the problem you are talking about, but then again -
6 months ago I didn't have a Soekris box.
However, based on the other answers on the thread I'm thinking that
the measured value is correct.

Best regards,
Nikola Gyurov


On Tue, Dec 3, 2013 at 12:36 AM, David Ruggiero
thatseattle...@gmail.com wrote:
 Just out of curiosity, what is everyone using to measure the core
 temp? As I recall, OpenBSD 5.x provides (via /sbin/sysctl hw.sensors
 )  an un-compensated value that's actually 10 degrees C higher than
 the real core temperature for these types of Atoms. Or so folks seemed
 to think on this list about six months back. But perhaps you're using
 other tools or OSes that are already fixed...?

 My 6501-60 was running at 70C (compensated, actual) or better even
 under a very light load, using the standard Soekris case. I didn't
 like this, so I went the active-cooling route and drilled a bunch of
 holes in the top, right over the heat sink, and then put a very
 slow-speed, very quiet  fan right under them, tied to the 12v fan
 header. I now run at a cool 45-50C (compensated) depending on the
 ambient temp, and pull only about (IIRC) 2W more at the wall, with no
 more apparent noise.

 I could post pictures of my franken-case if anyone's interested.

 -David-


 On Mon, Dec 2, 2013 at 6:38 AM, Peter J. Holzer hjp+soek...@wsr.ac.at wrote:
 On 2013-12-02 14:27:40 +0100, Dr. Peter Voigt wrote:
 Am Mon, 2 Dec 2013 10:13:09 +0100
 schrieb Peter J. Holzer hjp+soek...@wsr.ac.at:
  I got some 6501-70's in the 19 case and they run even hotter. For now
  I made a little cardboard construction to keep them vertical:
 
  http://www.hjp.at/hw/twin_towers_of_soekris/
 
  But if (or when) we move them into a 19 rack I may have to install
  some fans.

 Well, according to your impressing case positions I have noticed that
 your idle temperatures exceed 80 degrees Celsius in the 19 case.

 I am using the same original Soekris 19 rack mount case and I have
 never observed such high idle temperatures at normal ambient
 temperatures (22-23 degrees Celsius). Usually my idle temperature is
 around 70 degrees Celsius. What is your average ambient temperature?

 About the same. It probably varies more than 1 degree (our office AC is
 old ...), but I'm quite sure it wasn't warmer than 25°C.


 Additionally, I have observed that temperature decreases by ~7 degrees
 Celsius, if you just leave the 19 case open (upper cover).

 Yup. That also allows the warm air to rise.

 hp


 --
_  | Peter J. Holzer   | I think we need two definitions:
 |_|_) | WSR - Softwaredevelopment | 1) The problem the *users* want us to 
 solve
 | |   | und Projektunterstützung  | 2) The problem our solution addresses.
 __/   | h...@wsr.ac.at |-- Phillip Hallam-Baker on spam

 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech

 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-04 Thread Giles Coochey

On 04/12/2013 08:31, Lon Willett wrote:
My net6501s (standard case) were running rather hot too, but had no 
problems.  Then when summer came, they even started throttling the CPU 
because of high temperature.  I still didn't have any reliability 
problems, but it made me nervous.


So I installed the slowest, quietest fan I could find, and added a 
manual fan-speed control.  Even with the fan speed turned down very 
low, I got much less scary temperatures.  Currently under 50°.  And 
there is very little noise, with the fan running slowly.  At higher 
speeds, these little fans do make an annoying whine.


I am assuming that there is no way to control the fan speed with 
software, which would be a much nicer solution.  Am I mistaken? Anyone 
know?


Do you have a manufacturer  part number for the fan that you're using 
in the standard case?


--
Regards,

Giles Coochey, CCNP, CCNA, CCNAS
NetSecSpec Ltd
+44 (0) 8444 780677
+44 (0) 7983 877438
http://www.coochey.net
http://www.netsecspec.co.uk
gi...@coochey.net




smime.p7s
Description: S/MIME Cryptographic Signature
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-04 Thread Lon Willett

On 2013-12-04 14:26, Giles Coochey wrote:

Do you have a manufacturer  part number for the fan that you're using
in the standard case?


Digging through the old emails, I find that the fan is Copal Electronics 
part number F310RF-12LB.  Not that I can particularly recommend it; it 
just seemed to be the best choice of the rather limited selection of 
30mm fans available at the time.


Cheers,
Lon

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-04 Thread Christian Weisgerber
Lon Willett x_soek...@lonw.net wrote:

 My net6501s (standard case) were running rather hot too, but had no 
 problems.  Then when summer came, they even started throttling the CPU 
 because of high temperature.

How can you tell that the CPU is throttling?

-- 
Christian naddy Weisgerber  na...@mips.inka.de
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-04 Thread Lon Willett

On 2013-12-04 20:47, Christian Weisgerber wrote:

Lon Willett x_soek...@lonw.net wrote:


My net6501s (standard case) were running rather hot too, but had no
problems.  Then when summer came, they even started throttling the CPU
because of high temperature.


How can you tell that the CPU is throttling?



Running linux, the kernel prints a message.  I don't have the logs 
easily accessible, but the current source does contain this statement in 
arch/x86/kernel/cpu/mcheck/therm_throt.c:



if (event == THERMAL_THROTTLING_EVENT)
printk(KERN_CRIT CPU%d: %s temperature above threshold, cpu 
clock throttled (total events = %lu)\n,
this_cpu,
level == CORE_LEVEL ? Core : Package,
state-count);


This looks like it was probably the message I was getting.

/Lon

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-02 Thread Peter J. Holzer
On 2013-11-29 23:42:00 +, Nikola Gyurov wrote:
 Can someone with the same box share some expectations for the normal
 working temperature of the Atom?
 I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
 degrees celsium in a room temperature.
 This is still far away from the tjMax of 90 degrees, but still seems a
 lot for a system with very low load. I might be wrong though.

I got some 6501-70's in the 19 case and they run even hotter. For now
I made a little cardboard construction to keep them vertical:

http://www.hjp.at/hw/twin_towers_of_soekris/

But if (or when) we move them into a 19 rack I may have to install some
fans.

hp

-- 
   _  | Peter J. Holzer   | I think we need two definitions:
|_|_) | WSR - Softwaredevelopment | 1) The problem the *users* want us to solve
| |   | und Projektunterstützung  | 2) The problem our solution addresses.
__/   | h...@wsr.ac.at |-- Phillip Hallam-Baker on spam


signature.asc
Description: Digital signature
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-02 Thread Nigel Kukard
On 12/02/2013 09:13 AM, Peter J. Holzer wrote:
 On 2013-11-29 23:42:00 +, Nikola Gyurov wrote:
 Can someone with the same box share some expectations for the normal
 working temperature of the Atom?
 I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
 degrees celsium in a room temperature.
 This is still far away from the tjMax of 90 degrees, but still seems a
 lot for a system with very low load. I might be wrong though.

I've had one maxed for 6 months on 100% CPU to test the impact of the
temp. The chip turned a bit dark but its still going. Seems not to mind
the heat of 92C +- (measured with infrared heat gun).

The temps work nicely for high sites which are in icy/snowy areas, keeps
the inside of the enclosure above 0C :D

 I got some 6501-70's in the 19 case and they run even hotter. For now
 I made a little cardboard construction to keep them vertical:

 http://www.hjp.at/hw/twin_towers_of_soekris/

Magnificent construction!

I found the 30mm high speed fans fit nicely on the side of the 19
chassis. I had to use an extension connector to get to the board though.

-N
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-02 Thread Dr. Peter Voigt
Am Mon, 2 Dec 2013 10:13:09 +0100
schrieb Peter J. Holzer hjp+soek...@wsr.ac.at:

 On 2013-11-29 23:42:00 +, Nikola Gyurov wrote:
  Can someone with the same box share some expectations for the normal
  working temperature of the Atom?
  I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
  degrees celsium in a room temperature.
  This is still far away from the tjMax of 90 degrees, but still
  seems a lot for a system with very low load. I might be wrong
  though.
 
 I got some 6501-70's in the 19 case and they run even hotter. For now
 I made a little cardboard construction to keep them vertical:
 
 http://www.hjp.at/hw/twin_towers_of_soekris/
 
 But if (or when) we move them into a 19 rack I may have to install
 some fans.
 
 hp
 

Well, according to your impressing case positions I have noticed that
your idle temperatures exceed 80 degrees Celsius in the 19 case.

I am using the same original Soekris 19 rack mount case and I have
never observed such high idle temperatures at normal ambient
temperatures (22-23 degrees Celsius). Usually my idle temperature is
around 70 degrees Celsius. What is your average ambient temperature?

Additionally, I have observed that temperature decreases by ~7 degrees
Celsius, if you just leave the 19 case open (upper cover).

Regards,
Peter
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-02 Thread Peter J. Holzer
On 2013-12-02 14:27:40 +0100, Dr. Peter Voigt wrote:
 Am Mon, 2 Dec 2013 10:13:09 +0100
 schrieb Peter J. Holzer hjp+soek...@wsr.ac.at:
  I got some 6501-70's in the 19 case and they run even hotter. For now
  I made a little cardboard construction to keep them vertical:
  
  http://www.hjp.at/hw/twin_towers_of_soekris/
  
  But if (or when) we move them into a 19 rack I may have to install
  some fans.
 
 Well, according to your impressing case positions I have noticed that
 your idle temperatures exceed 80 degrees Celsius in the 19 case.
 
 I am using the same original Soekris 19 rack mount case and I have
 never observed such high idle temperatures at normal ambient
 temperatures (22-23 degrees Celsius). Usually my idle temperature is
 around 70 degrees Celsius. What is your average ambient temperature?

About the same. It probably varies more than 1 degree (our office AC is
old ...), but I'm quite sure it wasn't warmer than 25°C.


 Additionally, I have observed that temperature decreases by ~7 degrees
 Celsius, if you just leave the 19 case open (upper cover).

Yup. That also allows the warm air to rise. 

hp


-- 
   _  | Peter J. Holzer   | I think we need two definitions:
|_|_) | WSR - Softwaredevelopment | 1) The problem the *users* want us to solve
| |   | und Projektunterstützung  | 2) The problem our solution addresses.
__/   | h...@wsr.ac.at |-- Phillip Hallam-Baker on spam


signature.asc
Description: Digital signature
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-02 Thread David Ruggiero
Just out of curiosity, what is everyone using to measure the core
temp? As I recall, OpenBSD 5.x provides (via /sbin/sysctl hw.sensors
)  an un-compensated value that's actually 10 degrees C higher than
the real core temperature for these types of Atoms. Or so folks seemed
to think on this list about six months back. But perhaps you're using
other tools or OSes that are already fixed...?

My 6501-60 was running at 70C (compensated, actual) or better even
under a very light load, using the standard Soekris case. I didn't
like this, so I went the active-cooling route and drilled a bunch of
holes in the top, right over the heat sink, and then put a very
slow-speed, very quiet  fan right under them, tied to the 12v fan
header. I now run at a cool 45-50C (compensated) depending on the
ambient temp, and pull only about (IIRC) 2W more at the wall, with no
more apparent noise.

I could post pictures of my franken-case if anyone's interested.

-David-


On Mon, Dec 2, 2013 at 6:38 AM, Peter J. Holzer hjp+soek...@wsr.ac.at wrote:
 On 2013-12-02 14:27:40 +0100, Dr. Peter Voigt wrote:
 Am Mon, 2 Dec 2013 10:13:09 +0100
 schrieb Peter J. Holzer hjp+soek...@wsr.ac.at:
  I got some 6501-70's in the 19 case and they run even hotter. For now
  I made a little cardboard construction to keep them vertical:
 
  http://www.hjp.at/hw/twin_towers_of_soekris/
 
  But if (or when) we move them into a 19 rack I may have to install
  some fans.

 Well, according to your impressing case positions I have noticed that
 your idle temperatures exceed 80 degrees Celsius in the 19 case.

 I am using the same original Soekris 19 rack mount case and I have
 never observed such high idle temperatures at normal ambient
 temperatures (22-23 degrees Celsius). Usually my idle temperature is
 around 70 degrees Celsius. What is your average ambient temperature?

 About the same. It probably varies more than 1 degree (our office AC is
 old ...), but I'm quite sure it wasn't warmer than 25°C.


 Additionally, I have observed that temperature decreases by ~7 degrees
 Celsius, if you just leave the 19 case open (upper cover).

 Yup. That also allows the warm air to rise.

 hp


 --
_  | Peter J. Holzer   | I think we need two definitions:
 |_|_) | WSR - Softwaredevelopment | 1) The problem the *users* want us to 
 solve
 | |   | und Projektunterstützung  | 2) The problem our solution addresses.
 __/   | h...@wsr.ac.at |-- Phillip Hallam-Baker on spam

 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-12-01 Thread Nikola Gyurov
Thanks to all, who replied.
I guess it is normal to work under these conditions then.

@Bob Bishop: My HDDs usually run around 42-44 C so I'm not so much
worried about them.

Best regards,
Nikola Gyurov


On Sat, Nov 30, 2013 at 5:52 PM, WOLfgang Schricker n...@wols.org wrote:
 Nikola Gyurov schrieb:
 Hi,

 Can someone with the same box share some expectations for the normal
 working temperature of the Atom?
 I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
 degrees celsium in a room temperature.
 This is still far away from the tjMax of 90 degrees, but still seems a
 lot for a system with very low load. I might be wrong though.

 Best regards,
 Nikola Gyurov

 Hi, net6501-70, fanless, living room, one year:

 #-8-8-
 sensors | egrep 'Core|cpu'
 #
 smartctl -a /dev/sda | egrep 'Model|Temperature'
 smartctl -a /dev/sdb | egrep 'Model|Temperature'
 smartctl -a /dev/sdc | egrep 'Model|Temperature'
 smartctl -a /dev/sdd | egrep 'Model|Temperature'
 #-8-8-

 cpu temp: +86.0°C  (crit = +100.0°C)

 Device Model: KingSpec KSM-mSATA.5-016SJ
 194 Temperature_Celsius 0x0022   040   100   000Old_age   Always
   -   40 (Min/Max 30/60)
 Device Model: KingSpec KSM-mSATA.5i-016SJ
 194 Temperature_Celsius 0x0022   040   100   000Old_age   Always
   -   40 (Min/Max 30/60)
 Device Model: SAMSUNG HN-M101MBB
 194 Temperature_Celsius 0x0002   060   051   000Old_age   Always
   -   40 (Min/Max 19/49)
 Device Model: SAMSUNG HN-M101MBB
 194 Temperature_Celsius 0x0002   062   050   000Old_age   Always
   -   38 (Min/Max 19/50)

 --
 Regards
 *WOL*fgang *S*chricker

 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-11-30 Thread Dr. Peter Voigt
Am Fri, 29 Nov 2013 23:42:00 +
schrieb Nikola Gyurov ngyu...@gmail.com:

 Hi,
 
 Can someone with the same box share some expectations for the normal
 working temperature of the Atom?
 I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
 degrees celsium in a room temperature.
 This is still far away from the tjMax of 90 degrees, but still seems a
 lot for a system with very low load. I might be wrong though.
 
 Best regards,
 Nikola Gyurov
 ___
 Soekris-tech mailing list
 Soekris-tech@lists.soekris.com
 http://lists.soekris.com/mailman/listinfo/soekris-tech

Though having with a net6501-70 not exactly the same model I can confirm
this temperature: Average temperature of my Atom is around 70 degrees
Celsius at room temperature (22-23 degrees Celsius). I have to add that
I am using just a compact flash and a WLAN module with my Soekris but
no harddisk.

Last summer I had ambient temperatures of up to 34 degrees Celsius. I
carefully observed the CPU temperature of my Soekris climbing up to 81
degrees Celsius. The box continued working reliably.

I contacted my local reseller in Germany and asked about the high
temperatures. He told me that this temperatures are normal for this box
and he did not recommend additional cooling as none of his customers
would use additional cooling.

Regards,
Peter
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-11-30 Thread Conrad Kostecki
Hi Nikola,

 Can someone with the same box share some expectations for the normal working 
 temperature of the Atom?
 I got it with 2 WD Scorpio HDDs in the box and it is working @ 73 degrees 
 celsium in a room temperature.
 This is still far away from the tjMax of 90 degrees, but still seems a lot 
 for a system with very low load. I might be wrong though.

My net6501-70 is running fine. Here are both graphs:
CPU: http://i.imgur.com/sweT2Ku.png
HDD: http://i.imgur.com/31Krcs6.png

I've no problems so far, but which high cpu usage (e.g. compiling something) in 
summer, it sometimes happens, that I exceed the 90 degrees and the cpu 
throttles automatically.. But is running stable and no crashes.
The HDD is running fine. It's a WD Scorpio Black 750GB.. (7.200RPM)

If you want to look by yourself, see:
https://tinyurl.com/qx5a4w7

Cheers
Conrad

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


Re: [Soekris] net6501-50 normal working temperature

2013-11-30 Thread WOLfgang Schricker
Nikola Gyurov schrieb:
 Hi,
 
 Can someone with the same box share some expectations for the normal
 working temperature of the Atom?
 I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
 degrees celsium in a room temperature.
 This is still far away from the tjMax of 90 degrees, but still seems a
 lot for a system with very low load. I might be wrong though.
 
 Best regards,
 Nikola Gyurov
 
Hi, net6501-70, fanless, living room, one year:

#-8-8-
sensors | egrep 'Core|cpu'
#
smartctl -a /dev/sda | egrep 'Model|Temperature'
smartctl -a /dev/sdb | egrep 'Model|Temperature'
smartctl -a /dev/sdc | egrep 'Model|Temperature'
smartctl -a /dev/sdd | egrep 'Model|Temperature'
#-8-8-

cpu temp: +86.0°C  (crit = +100.0°C)

Device Model: KingSpec KSM-mSATA.5-016SJ
194 Temperature_Celsius 0x0022   040   100   000Old_age   Always
  -   40 (Min/Max 30/60)
Device Model: KingSpec KSM-mSATA.5i-016SJ
194 Temperature_Celsius 0x0022   040   100   000Old_age   Always
  -   40 (Min/Max 30/60)
Device Model: SAMSUNG HN-M101MBB
194 Temperature_Celsius 0x0002   060   051   000Old_age   Always
  -   40 (Min/Max 19/49)
Device Model: SAMSUNG HN-M101MBB
194 Temperature_Celsius 0x0002   062   050   000Old_age   Always
  -   38 (Min/Max 19/50)

-- 
Regards
*WOL*fgang *S*chricker

___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech


[Soekris] net6501-50 normal working temperature

2013-11-29 Thread Nikola Gyurov
Hi,

Can someone with the same box share some expectations for the normal
working temperature of the Atom?
I got it with 2 WD Scorpio HDDs in the box and it is working @ 73
degrees celsium in a room temperature.
This is still far away from the tjMax of 90 degrees, but still seems a
lot for a system with very low load. I might be wrong though.

Best regards,
Nikola Gyurov
___
Soekris-tech mailing list
Soekris-tech@lists.soekris.com
http://lists.soekris.com/mailman/listinfo/soekris-tech