Re: musicpd frustrations

2007-03-02 Thread Micheal Patterson




- Original Message - 
From: "Sam Jones" <[EMAIL PROTECTED]>

To: 
Sent: Friday, March 02, 2007 11:43 AM
Subject: musicpd frustrations



Hi all,

I'm trying to get musicpd to start on bootup. I'm doing my best to
follow the documentation on the website, but there are slight
contradictions as far as where to put config files. Right now I have
the line

musicpd_enable="YES"

in /etc/rc.conf, the file /usr/local/etc/rc.d/musicpd, and the file
/usr/local/etc/mpd.conf, which looks like this:

port   "6600"
music_directory "~/music"
playlist_directory   "~/playlists"
log_file  "~/.mpdlog"
error_file"~/.mpderror"
db_file   "~/.mpddb"
filesystem_charset "ISO-8859-1"
user  "sdjones"

I can start musicpd by typing

/usr/local/etc/rc.d/musicpd start

but it won't start at bootup.
--
Sam Jones
[EMAIL PROTECTED]
[EMAIL PROTECTED]



/usr/local/etc/rc.d/musicpd should be /usr/local/etc/rc.d/musicpd.sh for 
it to be started at bootup unless things have changed in the bootup 
requirements that I'm not aware of.


--

Micheal Patterson

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


musicpd frustrations

2007-03-02 Thread Sam Jones

Hi all,

I'm trying to get musicpd to start on bootup. I'm doing my best to
follow the documentation on the website, but there are slight
contradictions as far as where to put config files. Right now I have
the line

musicpd_enable="YES"

in /etc/rc.conf, the file /usr/local/etc/rc.d/musicpd, and the file
/usr/local/etc/mpd.conf, which looks like this:

port   "6600"
music_directory "~/music"
playlist_directory   "~/playlists"
log_file  "~/.mpdlog"
error_file"~/.mpderror"
db_file   "~/.mpddb"
filesystem_charset "ISO-8859-1"
user  "sdjones"

I can start musicpd by typing

/usr/local/etc/rc.d/musicpd start

but it won't start at bootup.
--
Sam Jones
[EMAIL PROTECTED]
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"