From owner-freebsd-questions@FreeBSD.ORG Sun Oct 13 11:29:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A4BC490 for ; Sun, 13 Oct 2013 11:29:01 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 676A52EC4 for ; Sun, 13 Oct 2013 11:28:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id r9DBGUGh099632; Sun, 13 Oct 2013 22:16:30 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 13 Oct 2013 22:16:30 +1100 (EST) From: Ian Smith To: yudi v Subject: Re: Is it possible to suspend to disk with geli+Root on ZFS installation In-Reply-To: Message-ID: <20131013214155.O37608@sola.nimnet.asn.au> References: <20130930015912.G67367@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Oct 2013 11:29:01 -0000 On Sun, 13 Oct 2013 13:17:20 +1000, yudi v wrote: > On Mon, Sep 30, 2013 at 2:47 AM, Ian Smith wrote: > > In freebsd-questions Digest, Vol 486, Issue 7, Message: 5 > > On Sat, 28 Sep 2013 16:25:33 +0200 Roland Smith wrote: > > > On Fri, Sep 27, 2013 at 05:37:55PM +1000, yudi v wrote: > > > > Hi all, > > > > > > > > Is it possible to suspend to disk (hibernate) when using geli for > full disk > > > > encryption. [..] > > I must reiterate, FreeBSD does not support Suspend to Disk (state S4 aka > > 'hibernate') on ANY platform, except - perhaps - on machines supporting > > S4 in BIOS (hw.acpi.s4bios=1) which are very rarely spotted in the wild. > > > > > And even suspend to RAM doesn't work on every machine [2]. > > > > > > [2]: https://wiki.freebsd.org/IdeasPage#Suspend_to_disk > > > > That page IS about Suspend to Disk - but only as a wishlist idea, as it > > has been for many years. Someone did take it on as a Google SoC project > > years ago, but nothing ever came of it to my knowledge. [..] > Thanks Ian for clarifying that FreeBSD does not support Suspend to Disk. I > just assumed all major distros supported all the suspend states. Now I am > looking for a UPS that cleanly shuts down the machine when there is a power > outage. Hi Yudi, you haven't said what sort of machine (desktop/server/laptop) or how long a mains power fail runtime you're after, so it's impossible to guess what sort of size UPS you might need .. > I am looking at a APC Power-Saving Back-UPS ES 8 Outlet 700VA 230V AS > 3112, I don't know about that model; it makes no mention of shutdown alert / control at all, only 'some models' have a USB connector, and I couldn't find the manual for it there. Certainly not all 'desktop' UPSes support what's needed to communicate and shutdown cleanly, so check carefully both the specs and that software (apcupsd or nut) supports the model. I gather from your timestamp (and that model) that you may be in Australia, in which case you could browse from here for the APCs: http://www.apc.com/products/category.cfm?id=13&ISOCountryCode=au [However that page currently throws errors on the various model links of 'Element CACHE.APCTOSECOUNTRYMAPPINGS is undefined in APPLICATION.' :( ] > anyone know if apcupsd daemon works fine under FreeBSD or should I be > looking at Network UPS Tools (NUT). I'm sure there are people here who can advise. I've only setup Eaton and PowerWare UPSes, and those on a Debian linux server, using NUT. cheers, Ian