From owner-freebsd-questions@FreeBSD.ORG Tue Feb 8 17:40:22 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DC53106566C for ; Tue, 8 Feb 2011 17:40:22 +0000 (UTC) (envelope-from mailing@alokat.org) Received: from smtp.alokat.org (smtp.alokat.org [46.4.186.11]) by mx1.freebsd.org (Postfix) with ESMTP id D25458FC14 for ; Tue, 8 Feb 2011 17:40:21 +0000 (UTC) Received: from smtp.alokat.org (localhost.localdomain [127.0.0.1]) by smtp.alokat.org (Postfix) with ESMTP id E5C7411250097 for ; Tue, 8 Feb 2011 18:40:20 +0100 (CET) Received: from [192.168.24.23] (188-192-38-254-dynip.superkabel.de [188.192.38.254]) by smtp.alokat.org (Postfix) with ESMTPSA id C419211250096 for ; Tue, 8 Feb 2011 18:40:20 +0100 (CET) Message-ID: <4D518001.6030405@alokat.org> Date: Tue, 08 Feb 2011 18:40:17 +0100 From: Alokat User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101226 Icedove/3.0.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4D508917.3000202@alokat.org> <1297124530.2564.5.camel@dt.vicor.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP Subject: Re: shutdown computer after the halt command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Feb 2011 17:40:22 -0000 On 02/08/2011 01:26 AM, Eitan Adler wrote: >>> if I use the *halt* command I just see "the system is halted press any >>> key to reboot" >>> How can I fix this? >>> > shutdown -p now > don't use halt directly > > Thanks works as expected ... Regards, alokat