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