Just remembered another fix I had to make, because mythbackend is now
running as user rather than root, you may need to change the permissions of
the /var/logs/mythtv/mythbackend.log file so that the mythtv user can write
to it!

Regards,

Ben Caldwell

On Tue, Feb 26, 2008 at 9:53 AM, Ben Caldwell <[EMAIL PROTECTED]>
wrote:

> 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 <[EMAIL PROTECTED]>
> 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
> > [email protected]
> > http://lists.atrpms.net/mailman/listinfo/atrpms-users
> >
>
>
_______________________________________________
atrpms-users mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-users

Reply via email to