From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 17:45:29 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 63C3116A4CE for ; Mon, 19 Jul 2004 17:45:29 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C882843D4C for ; Mon, 19 Jul 2004 17:45:28 +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); Mon, 19 Jul 2004 12:47:10 -0500 Message-ID: <40FC08B6.9010503@daleco.biz> Date: Mon, 19 Jul 2004 12:45:26 -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: =?ISO-8859-1?Q?Marco_Gon=E7alves?= References: <006401c46db4$dd80e790$65026b83@marco> In-Reply-To: <006401c46db4$dd80e790$65026b83@marco> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 19 Jul 2004 17:47:10.0609 (UTC) FILETIME=[6AC79010:01C46DB8] cc: questions@freebsd.org Subject: Re: Power off 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: Mon, 19 Jul 2004 17:45:29 -0000 Marco Gonçalves wrote: >Hi list > >how can i get a 'shutdown -p now' to actually cut the power off (instead of >'press key to reboot') ? > >Best regards, >Marco Gonçalves > > > Does your motherboard use ACPI? What version of FreeBSD? What hardware? "shutdown -p now" does it on compatible machinery, so is it likely that either your hardware is not supported for ACPI? Checked "man acpi" or "man shutdown" ? "hardware support required"! Short of hacking together ACPI/APM support for your particular motherboard, or replacing said motherboard, I'm not sure. Generally I see this on older machines when using FreeBSD 5.X ... That's probably the best I can do for ya, given the lack of details. Maybe a Real Hacker(TM) will chime in with some new info? Kevin Kinsey DaleCo, S.P.