Bug 137963

Summary: /etc/init.d/lm_sensors start fails
Product: [openSUSE] SUSE LINUX 10.0 Reporter: michel munnix <michel.munnix>
Component: OtherAssignee: Dr. Werner Fink <werner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: i686   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: patch for /etc/init.d/lm_sensors

Description michel munnix 2005-12-10 15:16:21 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_*}
Comment 1 michel munnix 2005-12-10 15:19:44 UTC
Created attachment 60242 [details]
patch for /etc/init.d/lm_sensors
Comment 2 Dr. Werner Fink 2005-12-12 16:25:14 UTC
Hmmm ... currently this works for me.  Where do the variable
MODULE_VERSION_STACK and MODULE_VERSION come from?
Comment 3 michel munnix 2005-12-12 22:53:43 UTC
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
Comment 4 Dr. Werner Fink 2005-12-13 10:22:07 UTC
Fixed for next release