On Mon, Feb 25, 2008 at 9:57 PM, Ben Caldwell <[EMAIL PROTECTED]> wrote:
> 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! > > This is not enough. Without being root, mythtv can not access the video device. This is what I changed in /etc/init.d/mythbackend: MYTHCONFDIR="$MYTHTV_HOME" export MYTHCONFDIR <------------------- removed $ HOME="$MYTHTV_HOME" export HOME cd $MYTHTV_HOME # Does not work on Red Hat, do to to missing audio/video groups. # daemon --user mythtv $binary $OPTIONS <------------------- commented this line (#) daemon $binary $OPTIONS -- Paulo Roma Cavalcanti LCG - UFRJ
_______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
