Bug 37273 - configuration doesn't support inverter shutdown
Summary: configuration doesn't support inverter shutdown
Keywords:
Status: CLOSED DUPLICATE of bug 34312
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: nut
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-04-23 21:25 UTC by Need Real Name
Modified: 2007-04-18 16:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-04-23 21:26:01 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.