From owner-freebsd-questions@FreeBSD.ORG Sat Jan 29 03:00:45 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 5962216A514 for ; Sat, 29 Jan 2005 03:00:45 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25D2143D3F for ; Sat, 29 Jan 2005 03:00:08 +0000 (GMT) (envelope-from acurtis@ieee.org) Received: from [192.168.1.102] ([151.203.246.97]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050129030007.GNVN8290.out004.verizon.net@[192.168.1.102]> for ; Fri, 28 Jan 2005 21:00:07 -0600 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Alan Curtis Date: Fri, 28 Jan 2005 22:00:03 -0500 X-Mailer: Apple Mail (2.619) X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [151.203.246.97] at Fri, 28 Jan 2005 21:00:07 -0600 Subject: 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 03:00:45 -0000 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