Reply To: Starting DAAP server: execvp: No such file or directory

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Starting DAAP server: execvp: No such file or directory Reply To: Starting DAAP server: execvp: No such file or directory

#13154
rpedde
Participant

@naturedudeks wrote:

Well, I can’t catch a break! 🙂

I rebuilt again assuming that flac was libFlac and flac-devel was libFlac-devel. Got the versions without dependency issues and rebuilt. No errors I could see. Edited the new conf, restarted the service. So far, so good.

But now, I’m not even seeing the admin page when I go to port 3689. Wrong rpm libraries? How to debug?

Thanks,
Drew

You can see if anything is listening to the daap port with something like:

netstat -ntpl | grep 3689

If you don’t see anything, nothing is listening on 3689. If it won’t start, then check /var/log/syslog. It should have dumped an error message in there.

Failing all that, you can try and run it in the foreground with something like:

mt-daapd -d9 -f -c /etc/mt-daapd.conf

and it should print why it’s failing.

— Ron