Reply To: svn-1489 scans my mp3s finally, but Bonjour not running

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues svn-1489 scans my mp3s finally, but Bonjour not running Reply To: svn-1489 scans my mp3s finally, but Bonjour not running

#8822
rpedde
Participant

@Digital Larry wrote:

Going back to /etc/init.d and invoking “mt-daapd start”, causes 4 mt-daapd processes to be launched.

That’s normal. With linuxthreads, you get a process-per-thread. They are clone()’d though, so they are pretty lightweight. As light as a thread on a “normal” system.

So 4 is okay. But “socket is in use” means something else is listening on the socket. So maybe you already *had* it running and tried to start another copy. Or maybe you have something else already listening on that port (built-in media center program or something?)