From owner-freebsd-multimedia@FreeBSD.ORG Fri Sep 7 02:29:50 2007 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0758216A419 for ; Fri, 7 Sep 2007 02:29:50 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.121]) by mx1.freebsd.org (Postfix) with ESMTP id A663A13C467 for ; Fri, 7 Sep 2007 02:29:49 +0000 (UTC) (envelope-from morganw@chemikals.org) Received: from shop.chemikals.org ([75.182.2.94]) by cdptpa-omta03.mail.rr.com with ESMTP id <20070907020635.LGAH3971.cdptpa-omta03.mail.rr.com@shop.chemikals.org>; Fri, 7 Sep 2007 02:06:35 +0000 Received: from volatile.chemikals.org (root@r74-193-170-223.bssrcmta01.bscyla.by.dh.suddenlink.net [74.193.170.223] (may be forged)) by shop.chemikals.org (8.14.1/8.14.1) with ESMTP id l8726XqX067286; Thu, 6 Sep 2007 22:06:34 -0400 (EDT) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost [127.0.0.1]) by volatile.chemikals.org (8.14.1/8.14.1) with ESMTP id l8726uBQ011539; Thu, 6 Sep 2007 22:06:56 -0400 (EDT) (envelope-from morganw@chemikals.org) Date: Thu, 6 Sep 2007 22:06:56 -0400 (EDT) From: Wes Morgan To: "M. Warner Losh" Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=us-ascii Cc: freebsd-multimedia@freebsd.org Subject: Re: UPnP on FreeBSD X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2007 02:29:50 -0000 On Thu, 6 Sep 2007, M. Warner Losh wrote: > I'm having a run of bad luck. Maybe you can help. I'm trying to > setup a UPnP Media Server on my amd64 server running FreeBSD. I've > tried mediavault, but it core dumps right away. I've tried building a > couple that depend on devel/upnp, but I get a not for this > architecture error (and a build error once I get past that). > > So rather than invest a ton of time into this, I thought I'd ask here > what are people using? I have a N770 that I'd like to be my Media > Player so I can listen to my CD collection wirelessly while I'm around > the house. Mediavault? I run mediaTOMB on -stable/amd64. However, you cannot use it with libthr, as it will immediately crash. It works quite well with sqlite3. I think I might have had to build sqlite3 *without* thread support -- it isn't linked against a threading library at least. Try it both ways before giving up, though.