From owner-freebsd-stable@FreeBSD.ORG Sun Sep 5 20:35:27 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9314A10656D6 for ; Sun, 5 Sep 2010 20:35:27 +0000 (UTC) (envelope-from benschumacher@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 50BAE8FC19 for ; Sun, 5 Sep 2010 20:35:27 +0000 (UTC) Received: by gxk24 with SMTP id 24so1676725gxk.13 for ; Sun, 05 Sep 2010 13:35:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=EQ0a/YIFbvgO93BAWQuiwfzCeQl8rDInLeIRS4YhvBE=; b=dsTrJf2Crxxb61YFj/MPda82wDdt7Mci7qsLv+U6FTtUE0UohK5QGa2bdmTUSiHKMd 5ddxTNw5gv7Wvyz6fNTx01rZdnW9DTuiyJCBxmmTytfTRZMtDRHxjSJr3hrv9xKEqLne mbzbRguqJ5HcXi77DLRmrzYYf2E/PN9G3DnOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=AI76VjftebaHbAYeBYkwJ0ECNc6R27tpMUkbOyBPxgLCY40aJF7y2KYBAY/iX/YClt wAVPAdvgPSGbmlu54xButWeihPrqbw2gCywgtthKbV79wuJcgLlr57NEdIIPnEGSgxV0 2llcuB+X0+zeKC90noLGw18vJlsWJWGM0swyw= MIME-Version: 1.0 Received: by 10.100.139.10 with SMTP id m10mr297109and.132.1283718926492; Sun, 05 Sep 2010 13:35:26 -0700 (PDT) Received: by 10.100.243.20 with HTTP; Sun, 5 Sep 2010 13:35:26 -0700 (PDT) Date: Sun, 5 Sep 2010 14:35:26 -0600 Message-ID: From: Ben Schumacher To: apcupsd-users@lists.sourceforge.net, freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: apcupsd, USB and FreeBSD 8.1 aren't getting along (SOLVED) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Sep 2010 20:35:27 -0000 On Sat, Sep 4, 2010 at 5:37 AM, Mike Tancsa wrote: > At 04:44 PM 9/3/2010, Ben Schumacher wrote: >> >> All- >> >> It seems that something about the combination of FreeBSD 8.1 and >> apcupsd connecting to an APC Back-UPS RS 1500. >> >> Here's what I've got: >> 1. FreeBSD 8.1 (source compiled up to RELENG_8_1 for security fixes) >> 2. apcupsd 3.14.8 compiled from FreeBSD Ports >> 3. APC Back-UPS RS 1500 > > Hi, > =C2=A0 =C2=A0 =C2=A0 =C2=A0I am running RELENG_8 with such a ups. > > 8.1-STABLE FreeBSD 8.1-STABLE #1: Wed Sep =C2=A01 11:42:00 EDT 2010 Mike- Thanks for your help. Your email encouraged me to keep digging and I eventually figured out the problem. For some reason (I'm not sure why/when/how) I had managed to get libusb installed from ports and apcupsd (and other tools) was linked against that version of libusb. I figured this out with ldd. After removing that port (on which nothing else I had installed depended) with pkg_delete and a rebuild from the apcupsd port, everything is working fine again. I've migrated this machine from FreeBSD 7.0-BETA1 forward using source upgrades and I'd guess that at some point along the way something required the libusb from ports, but that dependency appears to be gone now. Just thought I'd shared this back with the mailing lists in case anybody else runs into a similar issue. Thanks again! Ben