Bug in /etc/sysconfig/lm_sensors
Ricardo Fernandez
fernandez_rj at yahoo.es
Wed Aug 14 18:20:34 CEST 2002
Hi, i'm using lm_sensors-2.6.4.tar.gz and i've found a bug in
/etc/sysconfig/lm_sensors.
your /etc/sysconfig/lm_sensors look like this
MODULE_1=xxxxxxxx
MODULE_2=xxxxxxx
MODULE_3=xxxxxxx
MODULE_4=xxxxxxx
If you have to load 4 modules. The file must be look like this
MODULE_0=xxxxxx <---- look this
MODULE_1=xxxxxx
MODULE_2=xxxxxxx
MODULE_3=xxxxxxx
The module secuence must start with 0 because in the init script $i
start with that number. Otherwise, the last module _never_ will be loaded.
Thanx for your time and excuse my poor english
More information about the lm-sensors
mailing list