From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020408 Description of problem: genericups driver from nut package called in /etc/init.d/halt without parameter "-t". This prevent switch off power. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Configure nut with genericups driver. 2. Switch off UPS power. 3. Wait for "low power" and shutdown. Actual Results: Power is not switch off. Expected Results: Power is off. Additional info: Fix: replace string in /etc/init.d/halt ... && $MODEL -k $DEVICE with ... && $MODEL $OPTIONS -k $DEVICE
I have fixed this in our internal cvs version, should be part of the next release. Thanks a lot, Florian La Roche