[ATrpms-users] Mythbackend will not start after upgrade to Mythtv ver 174
Ben Caldwell
benny.caldwell at gmail.com
Tue Feb 26 01:53:27 CET 2008
I just fixed this myself last night, the problem here seems to be that an
export command must not have the $ before the variable (this is from my own
experiences with Fedora 8, not sure if this is distro specific).
The fix: in /etc/init.d/mythbackend find the part that says "export $HOME"
and change to "export HOME". Check that there aren't any other export
commands in this file that need the same change.
Regards,
Ben Caldwell
On Tue, Feb 26, 2008 at 12:01 AM, Jos Hoekstra <joshoekstra at gmx.net> wrote:
> Jeffrey J. Kosowsky schreef op 25-2-2008 15:42:
> > I upgraded to 172 late last week and noticed this morning that 174 is
> > available (I assume that somehow I missed a short-lived 173 upgrade).
> >
> > Given the reported 174 problems, should I just hold off on upgrading
> > until a new version is released or does this problem only affect a
> > small subset of users? (I am running Fedora 8).
> >
> > Could someone please clarify what the suggested solution is for the
> > "average" user?
> >
> > Thanks!
>
> Don't upgrade just yet.
>
> If you don't mind doing some manual editing:
> Change
> cd $MYTHTV_HOME && daemon --user mythtv $binary $OPTIONS
>
> into:
>
> cd $MYTHTV_HOME && daemon $binary $OPTIONS
>
> And it's the same as .173
>
> It makes the backend to run as root...
>
> Regards,
>
> Jos Hoekstra
>
> _______________________________________________
> atrpms-users mailing list
> atrpms-users at atrpms.net
> http://lists.atrpms.net/mailman/listinfo/atrpms-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-users/attachments/20080226/26662155/attachment.html
More information about the atrpms-users
mailing list