• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux server transplant

Red Squirrel

No Lifer
ok so I "transplanted" my server to a new box. Moved all the HDDs made sure the slave/master/primary was ordered ok.

I'm impressed. It booted up no problem. Had a few hardware hiccups and had to reset bios, but nothing major. Running Fedora Core 5.

Theres just one issue so far though.

The sensors command to get cpu temps does not work. I figured this would happen, just not sure how to fix it now, what would be the proper steps?

 
That is a chipset-specific driver. some use a winbond chip, for instance. Research your motherboard to find that out, and take that info to google or fedora support.
 
Cool that worked.


Only thing, could this be right? or is it missreading?

Code:
[root@borg ~]# sensors
w83627thf-isa-0290
Adapter: ISA adapter
VCore:     +1.38 V  (min =  +0.64 V, max =  +0.70 V)       ALARM
+12V:     +11.31 V  (min = +10.82 V, max = +13.19 V)
+3.3V:     +3.23 V  (min =  +3.14 V, max =  +3.47 V)
+5V:       +4.99 V  (min =  +4.75 V, max =  +5.25 V)
-12V:      +6.06 V  (min = -13.18 V, max = -10.80 V)       ALARM
V5SB:      +4.97 V  (min =  +4.76 V, max =  +5.24 V)
VBat:      +1.71 V  (min =  +2.40 V, max =  +3.60 V)       ALARM
fan1:        0 RPM  (min = 21428 RPM, div = 1)              ALARM
CPU Fan:     0 RPM  (min = 13235 RPM, div = 2)              ALARM
fan3:        0 RPM  (min = 5895 RPM, div = 1)              ALARM
M/B Temp:    +22°C  (high =  +123°C, hyst =    -7°C)   sensor = thermistor   
CPU Temp:  +41.0°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor   
temp3:     +21.0°C  (high =   +80°C, hyst =   +75°C)   sensor = thermistor   
vid:      +0.675 V  (VRM Version 2.4)
alarms:
beep_enable:
          Sound alarm enabled
 
Back
Top