The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:APC UPS Daemon"
m |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
}} | }} | ||
<blockquote> | |||
"Apcupsd can be used for power mangement and controlling most of APC's UPS models on Unix and Windows machines. Apcupsd works with most of APC's Smart-UPS models as well as most simple signalling models such a Back-UPS, and BackUPS-Office. During a power failure, apcupsd will inform the users about the power failure and that a shutdown may occur. If power is not restored, a system shutdown will follow when the battery is exhausted, a timeout (seconds) expires, or runtime expires based on internal APC calculations determined by power consumption rates. Apcupsd is licensed under the GPL version 2." [http://www.apcupsd.org/] | "Apcupsd can be used for power mangement and controlling most of APC's UPS models on Unix and Windows machines. Apcupsd works with most of APC's Smart-UPS models as well as most simple signalling models such a Back-UPS, and BackUPS-Office. During a power failure, apcupsd will inform the users about the power failure and that a shutdown may occur. If power is not restored, a system shutdown will follow when the battery is exhausted, a timeout (seconds) expires, or runtime expires based on internal APC calculations determined by power consumption rates. Apcupsd is licensed under the GPL version 2." [http://www.apcupsd.org/] | ||
</blockquote> | |||
==Installation== | ==Installation== | ||
=== Emerging === | |||
Emerge {{Package|sys-power/acpupsd}}: | |||
<console> | <console> | ||
###i## emerge apcupsd | ###i## emerge apcupsd | ||
</console> | </console> | ||
Latest revision as of 17:58, September 16, 2014
APC UPS Daemon
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
"Apcupsd can be used for power mangement and controlling most of APC's UPS models on Unix and Windows machines. Apcupsd works with most of APC's Smart-UPS models as well as most simple signalling models such a Back-UPS, and BackUPS-Office. During a power failure, apcupsd will inform the users about the power failure and that a shutdown may occur. If power is not restored, a system shutdown will follow when the battery is exhausted, a timeout (seconds) expires, or runtime expires based on internal APC calculations determined by power consumption rates. Apcupsd is licensed under the GPL version 2." [1]
Installation
Emerging
Emerge No results:
root # emerge apcupsd
Configuration and Runlevel Registration
Edit your /etc/apcupsd/apcupsd.conf properly.
To start apcupsd, run the following:
root # /etc/init.d/apcupsd start
To add apcupsd to the appropriate runlevels, execute the following commands:
root # rc-update add apcupsd default * service apcupsd added to runlevel default root # rc-update add apcupsd.powerfail shutdown * service apcupsd added to runlevel shutdown
Check UPS status
Finally, to check on the status of acpupsd, run the following:
root # apcaccess status root # tail -f /var/log/apcupsd.events