[mythtv-users] Backend will not start from service command after reboot

Matt Goebel matt at goebelnet.com
Tue Jun 29 18:14:25 UTC 2010


It's an error in the init script.  Change line 25 in /etc/init.d/mythbackend

from:

OPTIONS="$OPTIONS --daemon --logfile --user ${MYTHBACKEND_USER} /var/log/mythtv/$prog.log --pidfile /var/run/$prog.pid"

to:

OPTIONS="$OPTIONS --daemon --logfile /var/log/mythtv/$prog.log --user ${MYTHBACKEND_USER} --pidfile /var/run/$prog.pid"


----- Original Message -----
From: "Richard Shaw" <hobbes1069 at gmail.com>
To: "MythTV" <mythtv-users at mythtv.org>
Sent: Tuesday, June 29, 2010 8:09:28 AM
Subject: [mythtv-users] Backend will not start from service command after	reboot

I get the following error:
Starting mythbackend: Invalid or missing argument to -l/--logfile option

This is on a Fedora 12 system running 0.23 fixes from rpmfusion.
Starting directly from a terminal works.

Any ideas?

Richard
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


More information about the mythtv-users mailing list