Bugzilla – Bug 137963
/etc/init.d/lm_sensors start fails
Last modified: 2005-12-13 10:22:07 UTC
I tried to configure lm_sensors. configuration was OK. When running the start script it shows "failed" debugging shows that following environment variables exist whose names begin with MODULE_ but are not modules to be loaded: MODULE_VERSION_STACK=3.1.6 MODULE_VERSION=3.1.6 I inserted following command in /etc/init.d/lm_sensors in start and stop to fix it: unset ${MODULE_*}
Created attachment 60242 [details] patch for /etc/init.d/lm_sensors
Hmmm ... currently this works for me. Where do the variable MODULE_VERSION_STACK and MODULE_VERSION come from?
these variables are actually coming from the rpm package Modules-3.1.6-36, there are scripts in /usr/share/modules/init which define these values
Fixed for next release