Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] apcupsd to recycle power
Date: Fri, 14 Nov 2014 18:53:24
Message-Id: 54664F99.602@asyr.hopto.org
1 I have an APC SC620I, which in case of power failure, it successfully
2 initiates a shutdown to the connected (via SMART cable) PC, but if the
3 mains power returns, the UPS does not recycle the power to the PC, and
4 consequently the PC stays off.
5
6 Regardless if the mains power returns soon after the UPS has initiated a
7 shutdown to the PC, shouldn't the UPS recycle the power anyway, so that
8 the PC comes back on as set in BIOS?
9
10 Am I missing something in the configuration or the daemons that should
11 be running?
12
13 (Running sys-power/apcupsd-3.14.8-r2)
14
15 /etc/apcupsd/apcupsd.conf folows:
16
17 UPSNAME SC620I
18 UPSCABLE smart
19 UPSTYPE apcsmart
20 DEVICE /dev/ttyS0
21 LOCKFILE /var/lock
22 SCRIPTDIR /etc/apcupsd
23 PWRFAILDIR /etc/apcupsd
24 NOLOGINDIR /etc
25 ONBATTERYDELAY 6
26 BATTERYLEVEL 20
27 MINUTES 2
28 TIMEOUT 0
29 ANNOY 300
30 ANNOYDELAY 60
31 NOLOGON disable
32 KILLDELAY 0
33 NETSERVER on
34 NISIP 192.168.0.1
35 NISPORT 3551
36 EVENTSFILE /var/log/apcupsd.events
37 EVENTSFILEMAX 10
38 UPSCLASS standalone
39 UPSMODE disable
40 STATTIME 600
41 STATFILE /var/log/apcupsd.status
42 LOGSTATS off
43 DATATIME 0
44 BATTDATE 10/17/11
45 SENSITIVITY H
46 WAKEUP 60
47 SLEEP 180
48 LOTRANSFER 208
49 HITRANSFER 253
50 RETURNCHARGE 45
51 BEEPSTATE L
52 LOWBATT 5
53 OUTPUTVOLTS 230
54 SELFTEST 336

Replies

Subject Author
Re: [gentoo-user] apcupsd to recycle power Mick <michaelkintzios@×××××.com>
Re: [gentoo-user] apcupsd to recycle power Daniel Frey <djqfrey@×××××.com>
Re: [gentoo-user] apcupsd to recycle power "J. Roeleveld" <joost@××××××××.org>