<div>On Mon, May 17, 2010 at 4:54 PM, Aaron <span dir="ltr"><<a href="mailto:aaron@rb303.net">aaron@rb303.net</a>></span> wrote:</div><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Sat, May 8, 2010 at 1:48 PM, Si Jones <<a href="mailto:sijones2010@googlemail.com">sijones2010@googlemail.com</a>> wrote:<br>
> Remove the myth script in /etc/default, there is a upstart script in<br>
> /etc/init that works fine, it just will fail while the script is in<br>
> /etc/default.<br>
><br>
><br>
<br>
</div>I am having the exact same problem, but moving the "mythtv-backend"<br>
script from default did not fix my problem. I still can not start the<br>
back end.<br>
<br>
What else should i be looking for?<br>
<div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></div></div></blockquote><div><br></div><div><br></div>Do you have a myth script in /etc/init?<br>
<br><div>Should look like this</div><div><br></div><div><div># MythTV Backend service</div><div><br></div><div>description "MythTV Backend"</div><div>author "Mario Limonciello <<a href="mailto:superm1@ubuntu.com">superm1@ubuntu.com</a>>"</div>
<div><br></div><div>start on (local-filesystems and net-device-up IFACE=lo)</div><div>stop on starting shutdown</div><div><br></div><div>#expect fork</div><div>respawn</div><div><br></div><div>script</div><div> USER=mythtv</div>
<div> ARGS="--logfile /var/log/mythtv/mythbackend.log --user $USER"</div><div> test -f /etc/default/mythtv-backend && . /etc/default/mythtv-backend || true</div><div> /usr/bin/mythbackend $ARGS</div>
<div>end script</div></div><div><br></div><div><br></div><div>and named mythtv-backend.conf </div></div><br></div>