From owner-freebsd-questions@FreeBSD.ORG Tue May 15 01:26:23 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 095B616A403 for ; Tue, 15 May 2007 01:26:23 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: from smtp104.sbc.mail.mud.yahoo.com (smtp104.sbc.mail.mud.yahoo.com [68.142.198.203]) by mx1.freebsd.org (Postfix) with SMTP id C2A7D13C455 for ; Tue, 15 May 2007 01:26:22 +0000 (UTC) (envelope-from jekillen@prodigy.net) Received: (qmail 77068 invoked from network); 15 May 2007 01:26:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=prodigy.net; h=Received:X-YMail-OSG:In-Reply-To:References:Mime-Version:Content-Type:Message-Id:Content-Transfer-Encoding:Cc:From:Subject:Date:To:X-Mailer; b=EKlcOKMBIV+nNd2QF698m7Qo2hZDg0Z1mRwY6ZXbOoBcuEhGmOzpaH+PfEnT6M+RsyvG7FLi6+CzGhOXSJXpGQnD5isn/1MjH9OW0nLBY3+TxmnTnA3tn4/1N+W5ZqKyTgbzU7TjNH9700cuuYI5e42KZ78+63AevAKkqMKzJVE= ; Received: from unknown (HELO ?75.7.236.228?) (jekillen@prodigy.net@75.7.236.228 with plain) by smtp104.sbc.mail.mud.yahoo.com with SMTP; 15 May 2007 01:26:21 -0000 X-YMail-OSG: 2UeCJ64VM1nEhz188tEj0ceimc9oAHrBOeo7grz7BD5dUxwPoIiIYnEBNCdFq37kiM9jFdKm.g-- In-Reply-To: <200705132113.15443.wizlayer@gmail.com> References: <23042ea705a53aea5d36bb86a06d3b4c@prodigy.net> <46466861.8000706@hdk5.net> <200705132113.15443.wizlayer@gmail.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: jekillen Date: Mon, 14 May 2007 18:27:48 -0700 To: wizlayer@gmail.com X-Mailer: Apple Mail (2.622) Cc: FreeBSD Mailing List Subject: Re: Auto shutdown/restart software for FreeBSD? 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: Tue, 15 May 2007 01:26:23 -0000 On May 13, 2007, at 7:13 PM, WizLayer wrote: > On Sunday 13 May 2007 07:17:14 pm Aftab Jahan Subedar wrote: >> Would it recharge the battery fully after discharge? I dont think so. >> So you got to recharge the external battery EXTERNALLY after power >> failure. > > What's wrong with that? Trickle-charge the battery and ride the > computers > from the battery at the same time... That's an uninterrupted power > supply. > A voltage regulator, converter, and a few filters will give you a > clean, > constant supply. It will last longer, and it's a lot cheaper in > comparison. > > Actually, this is a project of mine that's been on the back burner for > years > now. I'd like to add a network interface for remote controls, some > health > checking, and test modes, but would have to incorporate an embedded > processor > (serial port and/or USB interfaces are just as possible). > > Being that I've never messed with such, any suggestions as far as a > good > processor to start with? It doesn't necessarily have to be a > processor that > will do the whole kit-n-kaboodle. Right now, I'm just looking for > something > I can learn the basics with. > > I know it's not a BSD-related question, but I figured I'd ask anyway. > > Thanks > > WizLayer > > This is another approach that seems like it would be practical: Use deep cycle car batteries, trickle charge with solar panels. If a desktop computer can run on square wave generated by dc/ac converter, use that as a power backup system, It would have to have some kind of switching system to detect main power drop and switch to the backup system. Perhaps someone would be willing to, with engineering expertise put together servers that would work on laptop batteries, like a laptop. I do have one machine that has Yellow Dog linux (Mac Powerbook 3400c) that runs 24/7 as my backup DNS server. JK