From owner-freebsd-questions@FreeBSD.ORG Sun Jun 24 15:13:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0A5A16A400 for ; Sun, 24 Jun 2007 15:13:15 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.94]) by mx1.freebsd.org (Postfix) with ESMTP id 6031413C455 for ; Sun, 24 Jun 2007 15:13:14 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-324008.home.otenet.gr [85.72.121.70]) by rosebud.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l5OFD6Pe022653; Sun, 24 Jun 2007 18:13:08 +0300 Message-ID: <467E8A02.1090506@otenet.gr> Date: Sun, 24 Jun 2007 18:13:06 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: ivan@careytech.com.au References: <467E6130.40406@careytech.com.au> In-Reply-To: <467E6130.40406@careytech.com.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: UPS enabled Shutdown 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: Sun, 24 Jun 2007 15:13:16 -0000 Ivan Carey wrote: > Hello, > How do I setup FreeBSD 6.2 to allow a UPS to shutdown a system via a > USB port. > > I may be using a Powerware UPS, I'm not sure which one yet. > > Thanks, > Ivan > As others said, if you get an APC then apcupsd works flawlessly. I am using it myself on both Linux and FreeBSD. If you do buy something else though, have a look at /usr/ports/sysutils/nut This is the network ups tools program that supports a variety of UPSes and is very configurable. Have a look at their website and see if it supports your intended model. I have not used the BSD port myself, but I am using it with a cheap mustek ups on Linux and it works without problems. Manolis