From owner-freebsd-stable@FreeBSD.ORG Sat Aug 6 09:00:47 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D296916A41F for ; Sat, 6 Aug 2005 09:00:47 +0000 (GMT) (envelope-from mse_software@charter.net) Received: from mxsf18.cluster1.charter.net (mxsf18.cluster1.charter.net [209.225.28.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4321C43D45 for ; Sat, 6 Aug 2005 09:00:46 +0000 (GMT) (envelope-from mse_software@charter.net) Received: from mxip10a.cluster1.charter.net (mxip10a.cluster1.charter.net [209.225.28.140]) by mxsf18.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j7690jca010488 for ; Sat, 6 Aug 2005 05:00:45 -0400 Received: from fep05.charter.net (HELO 209.225.8.224) ([209.225.8.85]) by mxip10a.cluster1.charter.net with SMTP; 06 Aug 2005 05:00:45 -0400 Message-Id: <48u2gp$17ornj0@mxip10a.cluster1.charter.net> X-IronPort-AV: i="3.95,171,1120449600"; d="scan'208"; a="1334697568:sNHT58059028" X-Mailer: Openwave WebEngine, version 2.8.18 (webedge20-101-1108-20050216) From: To: Zoran Kolic Date: Sat, 6 Aug 2005 5:00:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: "Shutdown -p now" not working in 5.4 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2005 09:00:48 -0000 > > From: Zoran Kolic > Date: 2005/08/06 Sat AM 12:39:31 EDT > To: mse_software@character.net > CC: freebsd-stable@freebsd.org > Subject: Re: "Shutdown -p now" not working in 5.4 STABLE > > Hi Mike! > If you still manage this puzzle, > is there something in your bios that > affects 5.4 and not 5.1? Must be > "power" menue with apm and other > stuff. Acpi is on and should take > the whole process for you. > Best regards > > Zoran > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > You were right! I was using a auto-power up feature to power the machine on automatically at a certain time every day. Everyting works after disabling it in the CMOS setup. I was planning to use the `shutdown -p now' command to compliment the auto power on feature in the BIOS to alleviate the need for the client to turn it off and on. This is not only because there isn't much computer literacy, but also because I didn't want the disks spinning during the time no one is in the office. I'm curious, between 5.1 and 5.4, was the change made to more accurately represent the hardware the system was running on (fixing a problem), or was it simply due to other circumstances that resulted in the functionality being broken? I would definitely be interested in creating a patch to regain the functionality if the development team didn't do it for a reason. I don't want to break what someone else has taken the time to fix. Thanks, Mike Eubanks