[ATrpms-users] Mythbackend will not start after upgrade to Mythtv ver 174
Paulo Cavalcanti
promac at gmail.com
Tue Feb 26 02:46:51 CET 2008
On Mon, Feb 25, 2008 at 9:57 PM, Ben Caldwell <benny.caldwell at gmail.com>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.atrpms.net/pipermail/atrpms-users/attachments/20080225/304f9311/attachment.html
More information about the atrpms-users
mailing list