mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #00552
[Bug 507436] Re: mythvideo/jamu should only run on backends
** Changed in: mythplugins (Ubuntu)
Status: New => Fix Committed
--
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.