From owner-freebsd-questions@FreeBSD.ORG Tue Mar 21 16:23:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 21AB716A49C for ; Tue, 21 Mar 2006 16:23:47 +0000 (UTC) (envelope-from regnans@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E45A543D6E for ; Tue, 21 Mar 2006 16:23:40 +0000 (GMT) (envelope-from regnans@gmail.com) Received: by uproxy.gmail.com with SMTP id m3so769899ugc for ; Tue, 21 Mar 2006 08:23:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=Ri75tWCGqseZD5mLp5Xj2r3rrzw+yXx2AOBMEo4KoTMYCaMDjr6HQiuC5lvpMOE7iKNwnZGeJLXlfYUVf6UD/Q4INn9IdgUBBSRsppDeZT0GNUYFsDW9Aonz/6NGlPOfUZcEk15W2zsDx7lYstSIvWxBh5NYa2NlR4Q1Mdor9RU= Received: by 10.66.245.10 with SMTP id s10mr2470419ugh; Tue, 21 Mar 2006 08:23:39 -0800 (PST) Received: from ?192.168.2.193? ( [88.134.0.192]) by mx.gmail.com with ESMTP id m1sm5825380ugc.2006.03.21.08.23.38; Tue, 21 Mar 2006 08:23:38 -0800 (PST) Message-ID: <44202897.3020602@freebsd.org> Date: Tue, 21 Mar 2006 16:23:51 +0000 User-Agent: Mail/News 1.5 (X11/20060226) MIME-Version: 1.0 To: Malcolm Fitzgerald References: <7e6edc4c961db1f296c1a3d995129635@pacific.net.au> In-Reply-To: <7e6edc4c961db1f296c1a3d995129635@pacific.net.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit From: regnans@gmail.com Cc: freebsd-questions@freebsd.org Subject: Re: Why doesn't Turn Off The Computer turn off the computer? 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, 21 Mar 2006 16:23:47 -0000 Malcolm Fitzgerald wrote: > When I log out and select "Turn off the computer" it shuts down the > system and leaves the machinery running, displaying this message: > > "The operating system has halted. > Please press any key to reboot." > > Pressing the power button fires up the system. I have to hold the > power button down for several seconds to get a forced power-off or > pull the plug. > > How do I setup BSD so that the command at the login panel turns the > machine off? > > Malcolm I figure you use kdm as Display Manager, because "Turn off the computer" is what is offers as a choice when you select "Shutdown". To set it up properly, run kcontrol, select "System Administration", then "Login Manager", then "Shutdown". Go into Administrator Mode and correct the command for "Halt" to "/sbin/halt -p". HTH, Helge