From owner-freebsd-questions@FreeBSD.ORG Sat Nov 26 17:48:35 2005 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 176F516A423 for ; Sat, 26 Nov 2005 17:48:35 +0000 (GMT) (envelope-from greg@grokking.org) Received: from herbert.sohotech.ca (herbert.sohotech.ca [206.116.63.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id D33F843D8B for ; Sat, 26 Nov 2005 17:47:34 +0000 (GMT) (envelope-from greg@grokking.org) Received: from localhost (unknown [127.0.0.1]) by herbert.sohotech.ca (Postfix) with ESMTP id D0F491800BD for ; Sat, 26 Nov 2005 09:47:18 -0800 (PST) Received: from herbert.sohotech.ca ([127.0.0.1]) by localhost (herbert.sohotech.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 56135-03 for ; Sat, 26 Nov 2005 09:47:18 -0800 (PST) Received: from [192.168.11.2] (niven.sohotech.ca [192.168.11.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by herbert.sohotech.ca (Postfix) with ESMTP id 140CF17D761 for ; Sat, 26 Nov 2005 09:47:18 -0800 (PST) Message-ID: <43889FA5.8000106@grokking.org> Date: Sat, 26 Nov 2005 09:47:17 -0800 From: Greg Maruszeczka User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051108) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20051124003154.38502.qmail@web60022.mail.yahoo.com> <01a101c5f223$979db740$0599460a@Dan> In-Reply-To: <01a101c5f223$979db740$0599460a@Dan> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at sohotech.ca Subject: Re: troubles with apcupsd (basic setup) 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: Sat, 26 Nov 2005 17:48:35 -0000 Dan O'Connor wrote: >>> > > My config file: >>> > > UPSNAME APC_BACKUPS_650 >>> > UPSCABLE 940-0020B >>> > UPSTYPE dumb >>> > DEVICE /dev/cuaa0 >>> > LOCKFILE /var/spool/lock >>> > > ONBATTERYDELAY 10 >>> > > BATTERYLEVEL 20 >>> > MINUTES 5 >>> > TIMEOUT 600 >>> > > > >> Nope. Same thing. > > > Well, first off, try setting UPSTYPE to "apcsmart" > then just set UPSCABLE to "smart"... > To the OP: Is it a BACKUPS __PRO__ 650 or just a BACKUPS 650? If it's the latter then the dumb UPSTYPE should be correct. I have two boxes running this model with apcupsd without issue. Incidentally, based on your original description it almost sounds like your battery is dead (or very low charge) which would explain why apcupsd wants to shutdown immediately. Try running the ups without load for a few hours to see. G