From owner-freebsd-current@FreeBSD.ORG Tue Jan 13 18:18:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98E9416A4CF for ; Tue, 13 Jan 2004 18:18:32 -0800 (PST) Received: from ns.atcom.spb.ru (ns.atcom.spb.ru [213.182.169.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 971AF43D67 for ; Tue, 13 Jan 2004 18:18:29 -0800 (PST) (envelope-from postfix@sendmail.ru) Received: from karputer (ppp-dialup-2.atcom.spb.ru [213.182.168.2]) by ns.atcom.spb.ru (Postfix) with SMTP id EBCF34BB6B for ; Wed, 14 Jan 2004 05:18:26 +0300 (MSK) X-AntiVirus: Checked by Dr.Web (http://www.drweb.net) Message-ID: <000c01c3da44$8a6d5c40$0202a8c0@karputer> From: "toxa" To: Date: Wed, 14 Jan 2004 05:17:19 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: acpi S4 resume partition X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 02:18:32 -0000 Sorry for stupid question but I can't find good documentation about preparing system for hibernating with acpi. I mean, if I use acpiconf -s4 (suspend to disk) then system should to put all memory contest info physical partition and resume from it when booting by bootloader, shouldn't it? So I have to prepare such partition and tell system (probably using loader.conf) to use it for hibernating. Something like "resume=/dev/hda2" in lilo.conf in linux. Am I right? Because for now acpiconf -s4 puts my system into shutdown/sleep, and, when I powering on, it boots into new session, with "partitions was unproperly unmounted" errors.