Bug 37273

Summary: configuration doesn't support inverter shutdown
Product: [Retired] Red Hat Linux Reporter: Need Real Name <lindell>
Component: nutAssignee: Than Ngo <than>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-04-23 21:26:01 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-04-23 21:25:58 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.2-2 i686)


The configuration does not support inverter shutdown.  The following
two changes are needed:

1) move the *ups apps (bestups, genericups, optiups, ...) to /sbin.
This is necessary so that the binaries are still mounted at the end
of a halt sequence.

2) Add the following to the end of /etc/rc.d/init.d/halt
if [ -f /etc/killpower -a -f /etc/sysconfig/ups ]; then
        . /etc/sysconfig/ups
        /sbin/$MODEL $OPTIONS -k $DEVICE
fi

eval $command $HALTARGS



Reproducible: Always
Steps to Reproduce:
1. machine halts but does not kill power on the UPS
2.
3.

Comment 1 Ngo Than 2001-04-23 23:01:30 UTC

*** This bug has been marked as a duplicate of 34312 ***