Bug 137963 - /etc/init.d/lm_sensors start fails
Summary: /etc/init.d/lm_sensors start fails
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Other (show other bugs)
Version: Final
Hardware: i686 Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-10 15:16 UTC by michel munnix
Modified: 2005-12-13 10:22 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
patch for /etc/init.d/lm_sensors (413 bytes, patch)
2005-12-10 15:19 UTC, michel munnix
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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