From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 17:53:11 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E01B16A4CE for ; Tue, 14 Sep 2004 17:53:11 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2705C43D41 for ; Tue, 14 Sep 2004 17:53:11 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 14 Sep 2004 12:55:45 -0500 Message-ID: <41473004.6020504@daleco.biz> Date: Tue, 14 Sep 2004 12:53:08 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Florian Hengstberger References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Sep 2004 17:55:46.0602 (UTC) FILETIME=[0FE198A0:01C49A84] cc: FreeBSD mailinglist Subject: Re: acpi shutdown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 17:53:11 -0000 Florian Hengstberger wrote: >Hi! > >I have a standard pc-style computer, how do I enable >acpi?s automatic shutdown (adding something to /boot/loader.conf ?) >so that I don?t have to press the power button in then end? > >Thanx >Florian > > How are you shutting down the computer? What does "shutdown -p now" do when called from the console, as root? KDK