From owner-freebsd-questions@FreeBSD.ORG Wed May 24 13:36:52 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 1DB0E16A436 for ; Wed, 24 May 2006 13:36:52 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id A508C43D62 for ; Wed, 24 May 2006 13:36:46 +0000 (GMT) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (c-69-249-95-97.hsd1.nj.comcast.net [69.249.95.97]) (authenticated bits=128) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id k4ODajJo077352; Wed, 24 May 2006 09:36:45 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.12.10) with ESMTP id k4ODaj0Y078703; Wed, 24 May 2006 09:36:45 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.3/8.13.1/Submit) id k4ODajd1078702; Wed, 24 May 2006 09:36:45 -0400 (EDT) (envelope-from tbohml) From: Scott "Tuc" Ellentuch at T-B-O-H Message-Id: <200605241336.k4ODajd1078702@himinbjorg.tucs-beachin-obx-house.com> To: petermatulis@yahoo.ca (Peter) Date: Wed, 24 May 2006 09:36:44 -0400 (EDT) In-Reply-To: <20060523042011.54834.qmail@web60020.mail.yahoo.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Scott Tuc Ellentuch at T-B-O-H , freebsd-questions Subject: Re: Anyone using sysutils/nut ? 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: Wed, 24 May 2006 13:36:52 -0000 > > I'm going by : > > > > /usr/local/share/doc/nut/shutdown.txt > > > > Subsection "How you set it up", item #2 : > > > > 2. Edit your shutdown scripts to check for the POWERDOWNFLAG so they > > know > > when to power off the UPS. You must check for this file, as you > > don't > > want this to happen during normal shutdowns! > > > > You can use upsdrvctl to start the shutdown process in your UPS > > hardware. Use this script as an example, but change the paths to > > suit your system: > > My bad. I did edit rc.shutdown on both a 5.4 and a 6.0 system with no > troubles. The end of my file shows this: > > # Inserted next 5 lines March 13, 2006 for UPS shutdown. > if (test -f /etc/killpower) > then > echo "Killing the power, bye!" > /usr/local/libexec/nut/upsdrvctl shutdown > fi > > echo '.' > exit 0 > But doesn't that immediately shut down your system causing it to need FSCK when it comes back up? Thanks, Tuc