Hello everyone,
I have a FreeBSD 9.2-RELEASE-p5 server on which I have my music that I broadcast with musicpd (httpd audio output). Everything worked well and now it doesn't (and I don't know what actions led to the breaking). I manage to start mpd fine, without errors. But the real problem is that I use ncmpcpp to add songs/play/pause, and it doesn't load, it just hangs. The same happens with mpc. For example, the command
I tried to rebuild the port, without success (I mean it builds fine, but it doesn't work). I tried with a simple configuration file, the same. It is started as a service by root, but runs under my user. All permissions are good.
Any input on where to look would be greatly appreciated
Regards,
~ktr
EDIT: ok, the problem was solved by putting "bind_to_address" to "any" (was the path to a socket before...)
				
			I have a FreeBSD 9.2-RELEASE-p5 server on which I have my music that I broadcast with musicpd (httpd audio output). Everything worked well and now it doesn't (and I don't know what actions led to the breaking). I manage to start mpd fine, without errors. But the real problem is that I use ncmpcpp to add songs/play/pause, and it doesn't load, it just hangs. The same happens with mpc. For example, the command
 mpc status just hangs. So I believe there is a problem with musicpd, but as there is nothing in the log file, I don't know where to look !!I tried to rebuild the port, without success (I mean it builds fine, but it doesn't work). I tried with a simple configuration file, the same. It is started as a service by root, but runs under my user. All permissions are good.
Any input on where to look would be greatly appreciated
Regards,
~ktr
EDIT: ok, the problem was solved by putting "bind_to_address" to "any" (was the path to a socket before...)