|
Bugzilla – Full Text Bug Listing |
| Summary: | /etc/init.d/lm_sensors start fails | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | michel munnix <michel.munnix> |
| Component: | Other | Assignee: | 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 | ||
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 |
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_*}