From owner-freebsd-questions@FreeBSD.ORG Thu Dec 11 14:43:43 2003 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 06C7416A4CE for ; Thu, 11 Dec 2003 14:43:43 -0800 (PST) Received: from pi.codefab.com (pi.codefab.com [66.234.138.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3890543D91 for ; Thu, 11 Dec 2003 14:43:01 -0800 (PST) (envelope-from cswiger@mac.com) Received: from [10.1.1.193] (nfw2.codefab.com [66.234.138.66]) by pi.codefab.com (8.12.10/8.12.10) with ESMTP id hBBMgn5D042279; Thu, 11 Dec 2003 17:42:49 -0500 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <58907A56-2C2B-11D8-9FA4-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Thu, 11 Dec 2003 17:42:48 -0500 To: Alex (ander Sendzimir) X-Mailer: Apple Mail (2.606) X-Spam-Status: No, hits=0.0 required=7.0 tests=none autolearn=no version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on pi.codefab.com cc: questions@freebsd.org Subject: Re: Powering off after 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: Thu, 11 Dec 2003 22:43:43 -0000 On Dec 11, 2003, at 5:32 PM, Alex (ander Sendzimir) wrote: > When I issue the command > > shutdown -p now > > the system shuts down normally. However, I have to manually turn the > power off. Does anyone know how to get the system to turn power off? I > have wake-on-lan working. So, this is the other end of the process. You didn't mention which version of FreeBSD you were using, but the capability you're asking about depends on having APM (4.x) or APCI (5.x) configured. Change this line in the GENERIC kernel: # Power management support (see LINT for more options) device apm0 at nexus? disable flags 0x20 # Advanced Power Management ...to "enable" and rebuild your kernel. -- -Chuck