Bug in the Package 'nut'
Support knowledgebase (nut_8.0)
Applies to
SuSE Linux: Version 8.0
Symptom
The automatic configuration from the file /etc/sysconfig/smartups
,
assisted by SuSEconfig
, does not work.
Cause
The script SuSEconfig.nut has not been properly adapted to the new configuration structure.
Solution
Login as root and change the following lines in the file
/sbin/conf.d/SuSEconfig.nut
:
Lines 12 and 13
test -s /etc/rc.config.d/smartups.rc.config && \
. /etc/rc.config.d/smartups.rc.config
to
test -s /etc/sysconfig/smartups && \
. /etc/sysconfig/smartups
After doing this, SuSEconfig
can/must be executed.
Keywords: SMARTUPS, NUT
Categories:
Applications
SDB-nut_8.0, Copyright SuSE Linux AG, Nürnberg, Germany
- Version: 11. Jun 2002
SuSE Linux AG - Last generated: 11. Jun 2002 by ip (sdb_gen 1.40.0)