| Summary: | Add NOINITSENSORS flag to lm_sensors | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Colin Tinker <g1gsw> |
| Component: | New packages | Assignee: | Mobile Herd (OBSOLETE) <mobile+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | plasmaroo, sbriesen |
| Priority: | High | Keywords: | InVCS |
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Colin Tinker
2005-01-01 17:12:55 UTC
dito here. But I would furthermore suggest to add a INITSENSORS=yes for enable/disable the following part: > if [ "$INITSENSORS" == "yes" ] ; then if ! [ -f /etc/sensors.conf ] ; then eerror "/etc/sensors.conf does not exist!" return 1 fi ebegin "Initializing sensors" /usr/bin/sensors -s &>/dev/null eend $? > fi I have some machines, where "sensors -s" produces strange results (raise fan @ 6000 rpm or contant beeping), whereas the modules are working perfectly. I want to have a possibility to disable the "sensors -s" part. LOADMODULES has been changed to NOLOADMODULES, closing bug as FIXED. If you still get this issue after an emerge sync and remerge of lm-sensors please reopen this bug. Thanks! hey, what about a "NOINITSENSORS"? I need this flag! Look at Comment #1. Should be easy to implement. Thanks! I forgot the ;-) Reopen :-] ty. ;-) This will be added in the next release. Fixed in sys-apps/lm_sensors-2.9.1. Thank you for reporting this. |