Date: Sat, 29 Jan 2005 00:50:55 -0800 From: "Thomas Foster" <tbonius@comcast.net> To: <freebsd-questions@freebsd.org>, "Alan Curtis" <acurtis@ieee.org> Subject: Re: starting mt-daapd Message-ID: <002c01c505df$a556c420$c900a8c0@ostros> References: <DF95E8B4-71A1-11D9-8D9D-000A958FBA16@ieee.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <acurtis@ieee.org> To: <freebsd-questions@freebsd.org> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002c01c505df$a556c420$c900a8c0>