Hi,
since a few versions, I can't start the unstable version of TVH anymore, the stable version works without any problems.
When I want to run TVH I got this error message:
2014-11-20 10:57:13.665 [  ERROR] tcp: bind:
: Address already in use
I started some investigation and the main difference for me is the port listening.
This is my netstat with the unstable version:
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode       PID/Program name
tcp        0      0 0.0.0.0:9981            0.0.0.0:               LISTEN      0          91276       22879/tvheadend 
tcp        0      0 0.0.0.0:9982            0.0.0.0:*               LISTEN      0          91279       22879/tvheadend 
As soon as I use the unstable version, the user is set to 0, which seems to be wrong. While in the stable version it's user 116 and all is fine.
the entry in etc/passwd is always the same:
hts:x:116:125::/home/hts:/bin/bash
Any ideas? The stable version is not an option, as I would like to use the SAT>IP function.
Edit: Almost forgot. I'm using Xubuntu 14.04.
Joerg