Problem and solution, not sure if correct
After upgrading to 5.1 and restarting, lm_sensors complained "General Parse Error." Google pointed here: http://www.lm-sensors.org/wiki/Devices Where I found this under "SENSOR CHIP DRIVERS - STATUS" AMD --> "Since Kernel 2.6.19"
Latest AMD K8 processors have integrated sensors which can be read directly without any additional monitoring chip. Driver contributed by Rudolf Marek. Userspace support available in lm_sensors 2.10.1. Upgrade to lm_sensors 2.10.1 is mandatory, earlier versions of libsensors will fail with a "General parse error" message.
My kernel is "2.6.18-53.el5.centos.plus-i686", but I figured I must of gotten me some backported stuff in there (i.e. I'm in over my head).
I upgraded to the lm_sensors in ATRPMS testing repo, and the problem went away. (lm_sensors-2.10.5-52.el5)
On 2007-12-07, John Thomas gmane-2006-04-16@jt-socal.com wrote:
Problem and solution, not sure if correct
After upgrading to 5.1 and restarting, lm_sensors complained "General Parse Error."
[...]
I upgraded to the lm_sensors in ATRPMS testing repo, and the problem went away. (lm_sensors-2.10.5-52.el5)
The sensor modules have to match the kernel. If you update the kernel, you need to update the sensors as well.
John Thomas wrote:
My kernel is "2.6.18-53.el5.centos.plus-i686", but I figured I must of gotten me some backported stuff in there (i.e. I'm in over my head).
I upgraded to the lm_sensors in ATRPMS testing repo, and the problem went away. (lm_sensors-2.10.5-52.el5)
I had the same problem with a clean fresh install of CentOS 5.1, kernel 2.6.18-53.1.4.el5
Installing the lm_sensors-2.10.5-52.el5.x86_64.rpm package from ATrpms fixed the problem.
Looks like it's a bug in 5.1, either in the kernel or in the lm_sensors packages.