apcupsd & Fedora 14

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Is anyone here using apcupsd with Fedora 14? I just noticed the stock
apcupsd package is crippled.  It won't send the "killpower" signal to
the UPS (just had a power outage).

When I inspect /etc/init.d/hat, the only UPS-related logic there is:

# Shutdown UPS drivers
if [ "$command" = /sbin/halt ] && [ -f /etc/sysconfig/ups ]; then
        . /etc/sysconfig/ups
        if [ -z $POWERDOWNFLAG ]; then
                POWERDOWNFLAG=/etc/killpower
        fi
        if [ "$SERVER" = "yes" ] && [ -f $POWERDOWNFLAG ]; then
                /sbin/upsdrvctl shutdown
        fi
fi

These files (/etc/sysconfig/ups & /etc/killpower) are not related at all
to apcupsd.  Also, when I check what package provides /sbin/upsdrvctl I
get the "nut" package.  I'm not using nut and I also disabled the
power-manager on Gnome.

I verified the apcupsd package for scriplets (to see if it would modify
/etc/init.d/halt according to apcupsd) but it won't.  Am I missing
something? If not I'll open a bugzilla then.

Thanks,
Jorge
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux