From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 08:25:46 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 3177616A4CE for ; Sat, 10 Jan 2004 08:25:46 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B653343D2D for ; Sat, 10 Jan 2004 08:25:44 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 10 Jan 2004 10:29:03 -0600 Message-ID: <40002738.1050606@daleco.biz> Date: Sat, 10 Jan 2004 10:24:24 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman References: <71190286567.20040110152304@vkt.lt> <20040110135419.GA1190@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040110135419.GA1190@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Jan 2004 16:29:03.0562 (UTC) FILETIME=[DC2EB2A0:01C3D796] cc: hugle cc: freebsd-questions@freebsd.org Subject: Re: turn off FreeBSD 5.1 machine? completely? 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: Sat, 10 Jan 2004 16:25:46 -0000 Matthew Seaman wrote: >On Sat, Jan 10, 2004 at 03:23:04PM +0200, hugle wrote: > > > >>How can I turn off machine completely? >>cause it waits for CTRL+D of root pass.. >> > > >Alternatively, and only if you have support for apm or acpi in your >kernel and a compatible motherboard, you can type: > > # shutdown -p now > >which does exactly the same as 'shutdown -h' but goes on to power down >the system automatically. This is safe to use if your system doesn't >have the appropriate support -- it just halts the system but fails to >either power down or (I think) tell you that the system is down. > > You think correctly, according to my experience. A box (running 5.X) that doesn't support apm/apci simply acts as if you called "-h" instead of "-p". A Good Thing. Kevin Kinsey