From owner-freebsd-questions@FreeBSD.ORG Wed Feb 8 17:59:58 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1DA4106566B for ; Wed, 8 Feb 2012 17:59:58 +0000 (UTC) (envelope-from jbiskofski@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 83DE58FC16 for ; Wed, 8 Feb 2012 17:59:58 +0000 (UTC) Received: by yenl12 with SMTP id l12so522190yen.13 for ; Wed, 08 Feb 2012 09:59:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=3Vf351KB3Hnf4avw65dI2GGeAH1XBRWgjISPpoA6mJs=; b=V/D6jgGjxF/jCbBNOI4Y5j1Jh+kapFVPTLivPjEFWfkKb1JTj0H/6FFUY9dPsZQag/ hVHDshE3FxjfoKBc1sxTZQJF0e8S5/3eMA2KpGXGoObdzRGMEPMZIQiJyY3zimPnKInW jh8eqXLKIuVO6KlDBA8M4R7IpJBs6dD13HlPQ= MIME-Version: 1.0 Received: by 10.236.128.232 with SMTP id f68mr39023419yhi.17.1328722154119; Wed, 08 Feb 2012 09:29:14 -0800 (PST) Received: by 10.236.22.166 with HTTP; Wed, 8 Feb 2012 09:29:14 -0800 (PST) Date: Wed, 8 Feb 2012 11:29:14 -0600 Message-ID: From: jbiskofski To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: APC UPS Trip Lite - usb device keeps disconnecting 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, 08 Feb 2012 17:59:58 -0000 Gentlemen, I have recently purchased a small APC UPS unit for my office server. We have power outages from time to time that can last a couple of hours ( Mexico City ). I would like to setup apcupsd to automatically shutdown the server when there is a power outage. Upon connecting the UPS with a USB cable to the server I get this message : ugen1.2: at usbus1 uhid1: on usbus1 And then about 20 seconds later : ugen1.2: at usbus1 (disconnected) uhid1: at uhub1, port 2, addr 2 (disconnected) 20 seconds after that : ugen1.2: at usbus1 uhid1: on usbus1 Another 20 seconds : ugen1.2: at usbus1 (disconnected) uhid1: at uhub1, port 2, addr 2 (disconnected) ---- So on and so forth forever. I'm using 8.2-STABLE. I cvsupd, builttheworld, installedtheworld and all that in hopes that would solve the problem. But unfortunately it did not. I was unable to find a similar situation in Google. Any help would be very appreciated. Thank you! - Jose from Mexico