On Wed, 19 Mar 2014, Fredrik Pettai wrote: > I looked at another Dell R610 (the "lighter" version) running > NetBSD 6.1_STABLE. Temp6 look more normal on that box, but, it > didn't have the limits defined either. I think the best fix would > be to get rid of those limits that are on by default. > > xsrv1# envstat > Current CritMax WarnMax WarnMin CritMin > Unit [coretemp0] > > […] > Temp6: 55.235 47.201 42.180 8.034 3.013 > degC > > Is it possible to remove CritMax, WarnMax, WarnMax and CritMin ?
I shut this up on my R610's by adding: ipmi0 { sensor2 { critical-max = 90C; warning-max = 85C; } } to /etc/envsys.conf and envsys=YES to /etc/rc.conf. cheers mark