Reply To: Basic: Fail to connect to mt-daapd server on OpenBSD 4.0

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Basic: Fail to connect to mt-daapd server on OpenBSD 4.0 Reply To: Basic: Fail to connect to mt-daapd server on OpenBSD 4.0

#8268
rpedde
Participant

@peter_ljung wrote:

The administrative UI works fine but the logfile indicates that I have some kind of problem. Rendezvous servers seems to fail to start which could explain why I can’t see the server.

2007-01-06 19:58:14: Starting rendezvous daemon
2007-01-06 19:58:14: mDNS Error -65537
2007-01-06 19:58:14: Aborting
2007-01-06 19:58:14: Starting signal handler
2007-01-06 19:58:14: Loading playlists
2007-01-06 19:58:14: Initializing database
2007-01-06 19:58:14: Starting mp3 scan
2007-01-06 19:58:14: Starting web server from /usr/local/share/mt-daapd/admin-root on port 3689
2007-01-06 19:58:14: Registering rendezvous names
2007-01-06 19:58:14: Scanned 13 songs in 0 seconds

Setup:
OS: OpenBSD 4.0
package: mt-daapd-0.2.4

Can this problem be fixed?

Regards / Peter

You can run it with “-m”, to turn off the rendezvous server, and use howl or avahi or another rendezvous daemon. You can use the configuration files of either of those daemons to always advertise mdns for mt-daapd, or let the server advertise and un-advertise when it starts and stops by using the “–enable-howl” configuration option, or the –enable-avahi (only on latest nightlies: http://nightlies.mt-daapd.org).

— Ron