From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54D121389F5 for ; Sat, 15 Nov 2014 17:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AED2E0AF7; Sat, 15 Nov 2014 17:19:25 +0000 (UTC) Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31AE0E0AD1 for ; Sat, 15 Nov 2014 17:19:23 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id fp1so1273545pdb.14 for ; Sat, 15 Nov 2014 09:19:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=vfnghAetnucjsCOJbF2fH/lT0PY5t47CQfpa6WlM4To=; b=YVsihkSET1p+owHvQ+vxWEkGsbUIsaqwjW/RkVRHkgrocBDvivnb1J66djy7Cgv4J7 6m4jL896kGL4ouRtN8BgWr8sMIRATHnM3WiqwnoVP9JbVTxCgw9xf90yZ+uEXnI+IVFK FmsCH7bCYGFuyLgh83KLSR1lZhjXpso6cTEZ090zZ2ZquPnYl2E7fWoPNocDtUH0ea62 VA1TDM8otHhJYY5cpyozQORGYxBCuE94bCqvCA5etAgMtfxPymft1RpbyPgYEFpjRdUG QHtSC1928tSdTF3xSiHUf9FO06zadIyVYwgr0xPbY81uCMD6K9CMYTLR0vFWoY54O5mP cABg== X-Received: by 10.66.191.135 with SMTP id gy7mr17957850pac.95.1416071963159; Sat, 15 Nov 2014 09:19:23 -0800 (PST) Received: from [192.168.247.60] (76-10-185-200.dsl.teksavvy.com. [76.10.185.200]) by mx.google.com with ESMTPSA id ft12sm30755266pdb.43.2014.11.15.09.19.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 15 Nov 2014 09:19:22 -0800 (PST) Message-ID: <54678B18.9040408@gmail.com> Date: Sat, 15 Nov 2014 09:19:20 -0800 From: Daniel Frey User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] apcupsd to recycle power References: <54664F99.602@asyr.hopto.org> <546783B1.5050605@gmail.com> <546787D0.9080703@asyr.hopto.org> In-Reply-To: <546787D0.9080703@asyr.hopto.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 59dbda7e-d7d3-4d80-a47b-8a28b0c7ddbc X-Archives-Hash: 847ebfb841fcacdb2c2507d16cba0e5c On 11/15/2014 09:05 AM, Thanasis wrote: >> >> However, in the even that power is restored between the UPS kill and the >> time it actually turns off the mains will still not be cycled. > > Why would this be so? > That was a musing, it wasn't based on testing. On most UPS systems I've seen when the power comes back the UPS resets. As I said, you can time your shutdown and set KILLDELAY, but make sure you add some extra time in case the shutdown takes longer than expected. `man apcupsd.conf` only has a two-sentence description for killdelay usage. Dan