From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 08:50:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94CD16A4CE for ; Sat, 29 Jan 2005 08:50:22 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52B0243D49 for ; Sat, 29 Jan 2005 08:50:22 +0000 (GMT) (envelope-from tbonius@comcast.net) Received: from ostros (c-24-18-102-54.client.comcast.net[24.18.102.54]) by comcast.net (sccrmhc11) with SMTP id <2005012908502101100cbrnue>; Sat, 29 Jan 2005 08:50:21 +0000 Message-ID: <002c01c505df$a556c420$c900a8c0@ostros> From: "Thomas Foster" To: , "Alan Curtis" References: Date: Sat, 29 Jan 2005 00:50:55 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: starting mt-daapd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 08:50:22 -0000 Heres a good example mt-daapd config file.. try using something similar to this.. and make sure your editor isnt leaving garbage characters in the file: ################################################################## web_root /path/to/mt-daapd/admin-root port 3689 admin_pw password db_dir /var/cache/mt-daapd mp3_dir /path/to/music servername Music runas nobody playlist /etc/mt-daapd.playlist extensions .mp3,.m4a,.m4p logfile /var/log/mt-daapd.log rescan_interval 300 process_m3u 1 scan_type 0 compress 1 ####################################################################- ---- Original Message ----- From: "Alan Curtis" To: Sent: Friday, January 28, 2005 7:00 PM Subject: starting mt-daapd >I installed mt-daapd and used the default config file in > > but when I try to start it using > > /usr/local/etc/rc.d/mt-daapd.sh start > > I get the following message > > Invalid config directive: > Error reading config file (/usr/local/etc/mt-daapd.conf) > > I deleted all the empty lines and now get the message > > 2005-01-29 02:53:24: Starting rendezvous daemon > 2005-01-29 02:53:24: Starting signal handler > 2005-01-29 02:53:24: Loading playlists > 2005-01-29 02:53:24: Initializing database > 2005-01-29 02:53:24: Starting mp3 scan > 2005-01-29 02:53:24: Starting web server from > /usr/local/share/mt-daapd/admin-root on port 3689 > 2005-01-29 02:53:24: Rendezvous pipe closed... Exiting > 2005-01-29 02:53:24: Aborting > > in the log file. > > How do I get this thing running? > > Alan > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >