NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
glem
May 22, 2013Aspirant
Easy fix fan/temp OS6 issues on x86 legacy #no support
>> EDIT - 2014-04-12 << Before to hack your system, update first to 6.1.7. Built-in fancontrol support is there! 6.1.7 has been released: http://www.readynas.com/forum/viewtopic.php?f=1&t=76000 ...
fastfwd
Jul 01, 2013Virtuoso
ATCIS wrote: When I did the - /sys/devices/platform/it87.2576# cat temp1_input
I got 57
When I -sys/devices/platform/it87.2576# cat temp2_input
I got 31
and when I -/sys/devices/platform/it87.2576# cat temp3_input
I got -128 (so I assumed that was erroneous)
I wound up using the temp1_input as the ambient room temperature is a about 85 degrees F and 87.8 degrees F for temp2_input seemed too low to me.
The -128 is certainly erroneous. The temp3 input is clearly not being used.
The 57-degree SYS temperature is probably right; is that how hot your Ultra4 ran when you were using RAIDiator 4.2.23?
ATCIS wrote: My resulting script looks like this: #!/bin/sh
#######################################################
Coretemp="/sys/devices/platform/coretemp.0/temp2_input"
Systemp="/sys/devices/platform/it87.2576/temp1_input"
Ct=`cat $Coretemp`
C=`expr $Ct / 1000`
St=`cat $Systemp`
S=`expr $St / 1`
rrdtool update /run/readynasd/stats/temperature_int_deg.rrd N:$C:$S
So do I need to do anything to make it GO? My temperature graph is still quite empty. . .
You stil need to modify your crontab, as described by Iridabike, in order to make the script automatically execute every minute.
ATCIS wrote: Any chance that the file in there named "systemd" is important?
Not to the syslog mystery, no. Unfortunately, I don't run OS6 so I can't suggest anything further. With luck, someone who does run OS6 will be able to tell you how to get syslogd running again.
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!