I am getting the following error when tryng to start mythbackend<br>
<br>
$ /etc/init.d/mythtv-backend start<br>
Starting MythTV server: mythbackendstart-stop-daemon: Unable to set initgroups() with gid 117 (Operation not permitted)<br>
<br>
I have a mythtv user with id 117 and it's group is mythtv with gid
117.&nbsp; I installed on Ubuntu from the mythtv package repository at <br>
<pre style="font-weight: bold;">deb <a href="http://dijkstra.csh.rit.edu/~mdz/debian">http://dijkstra.csh.rit.edu/~mdz/debian</a> unstable mythtv<br></pre>
The frontend is ready to go, but it can't connect to the backend server - because I can't start it up due to the error above.<br>
<br>
When I try running the script as root, I get this error.<br>
<br>
<span style="font-weight: bold;">Starting MythTV server:
mythbackendSession management error: Authentication Rejected, reason :
None of the authentication protocols specified are supported and
host-based authentication failed<br>
<br>
</span>Now, when I run mythbackend as user mythtv, it runs fine.&nbsp;
How can I get the backend running as a daemon with the script in
/etc/init.d?<br>
<br>
<br>
<br>