Unable to reinstall TvHeadend
Added by Raphael Manke over 10 years ago
Hello,
i uninstalled TvHeadend on my Synology ds213+ which worked fine.
But after trying to reinstall it it says that the port 9981 is allready in use. I had the problem earlier but a restart fixed the problem. But now that does not help.
Anyone who can help me with this problem?
I think there must be a file on the NAS where the ports are mapped to an application?
Thank you
Raphael
Replies (1)
RE: Unable to reinstall TvHeadend - Added by Prof Yaffle over 10 years ago
Thoughts...
1. Did you stop the service before trying to remove it?
2. Have you rebooted the NAS?
3. Is there any port listening utility on Synology... netstat?
4. What happens if you go to http://<yourIP>:9981? What does it say?
EDIT
Try netstat -l or netstat -an, see if the port appears on that list. Pipe it into grep 9981 to shorten the list. Or even netstat -lp, which will resolve to processes if that port is in use. ssh in as root (not admin, despite it having the same password) to be sure.