From owner-freebsd-questions@FreeBSD.ORG Sun Jan 3 18:32:41 2010 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 85AAA106566B for ; Sun, 3 Jan 2010 18:32:41 +0000 (UTC) (envelope-from samankaya@netscape.net) Received: from imr-ma03.mx.aol.com (imr-ma03.mx.aol.com [64.12.206.41]) by mx1.freebsd.org (Postfix) with ESMTP id 47C8D8FC20 for ; Sun, 3 Jan 2010 18:32:40 +0000 (UTC) Received: from imo-da03.mx.aol.com (imo-da03.mx.aol.com [205.188.169.201]) by imr-ma03.mx.aol.com (8.14.1/8.14.1) with ESMTP id o03IWe5c016114 for ; Sun, 3 Jan 2010 13:32:40 -0500 Received: from samankaya@netscape.net by imo-da03.mx.aol.com (mail_out_v42.5.) id n.c8a.4f668128 (43900) for ; Sun, 3 Jan 2010 13:32:36 -0500 (EST) Received: from [192.168.1.2] (mail.reformkurumsal.com [212.156.209.87]) by cia-dc06.mx.aol.com (v127.7) with ESMTP id MAILCIADC065-ab7c4b40e2c2287; Sun, 03 Jan 2010 13:32:36 -0500 Message-ID: <4B40E2C1.9040208@netscape.net> Date: Sun, 03 Jan 2010 20:32:33 +0200 From: Kaya Saman User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17 (Ubuntu-1.1.17+nobinonly-0ubuntu0.9.04.1) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AOL-IP: 212.156.209.87 X-Mailer: Unknown (No Version) X-Spam-Flag: NO X-AOL-SENDER: samankaya@netscape.net Subject: Compiled Xmms2 on FreeBSD 8 from ports but no output plugin? 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: Sun, 03 Jan 2010 18:32:41 -0000 Hi guys, I am trying to get xmms2 working on my server as I want to tie it into Icecast2 in order to stream music to my network. I'm having major problems with getting xmms2 to work though! This is output from /var/log/messages: Jan 3 20:16:55 test kernel: pid 1218 (xmms2-mdns-avahi), uid 500: exited on signal 6 (core dumped) If I try to start it I get issues with the output plugin as it doesn't seem to like wave: $ xmms2d INFO: ../src/xmms/log.c:49: Initialized logging system :) 20:24:47 INFO: ../src/xmms/ipc.c:795: IPC listening on 'tcp://192.168.1.100:9090'. 20:24:47 INFO: ../src/xmms/main.c:517: Using output plugin: wave 20:24:47 ERROR: ../src/xmms/main.c:521: Baaaaad output plugin, try to change theoutput.plugin config variable to something usefull 20:24:47 ERROR: ../src/xmms/output.c:981: initalized output without a plugin, please fix! Starting XMMS2 phone home agent... Starting XMMS2 mDNS Agent... Failed to create Avahi client: Daemon not running Assertion failed: (client), function avahi_client_free, file client.c, line 613. I am sure that xmms2 will start without the Avahi client though as I have no plans to install that since I am using static IP addressing which means I won't need Avahi...... (would it be better to recompile or can I leave like this??) Anyway if anyone can help me with resolving these errors I would be so grateful! In addition I need to create a startup script for xmms2-launcher so that I can run the app as a daemon in the background only I am not very familiar with BSD or startup scripts in general so if anyone can help that would be cool too! Incase it helps: $ uname -a FreeBSD test.optiplex-networks.com 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Many thanks and best regards to all!! :-) P.s. many of you saw my initial email which I posted pre building this server. I actually have come to really quite like BSD as it doesn't take any power from the system at all or even use much HD space either. I mean ports needs about 1GB but I seem to do get round things clogging with make install clean. BTW thanks to all who helped out on that! --Kaya