** Branch linked: lp:~mythbuntu/mythplugins/mythplugins-fixes

-- 
mythvideo/jamu should only run on backends
https://bugs.launchpad.net/bugs/507436
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythplugins in ubuntu.

Status in “mythplugins” package in Ubuntu: Fix Committed

Bug description:
Binary package hint: mythplugins

Right in the jamu code there is the following check:

if not mythdb.getSetting('BackendServerIP', hostname = localhostname):
        sys.stderr.write(u"\n! Error: Jamu must be run on a MythTV backend. 
Local host (%s) is not a MythTV backend.\n" % localhostname)
        sys.exit(1)

and yet mythvideo installs a cron job in cron.hourly which executes the script 
with the above check in it.  mythvideo is typically installed on frontends, not 
backends so /etc/cron.hourly/mythvideo, as it is currently, does not belong in 
the mythvideo package.



_______________________________________________
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to