[Bug 507436] [NEW] mythvideo/jamu should only run on backends

2010-01-14 Thread Brian J. Murrell
Public bug reported: 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

Re: [Bug 507436] [NEW] mythvideo/jamu should only run on backends

2010-01-14 Thread Mario Limonciello
The problem is that this ships in the myth plugins package not mythtv package. Not sure there is much we can do about it because of that. On 01/14/2010, Brian J. Murrell br...@interlinx.bc.ca wrote: Ahh. There is a cron.daily cron job which is equally invalid. -- mythvideo/jamu should only

Re: [Bug 507436] [NEW] mythvideo/jamu should only run on backends

2010-01-14 Thread Brian J. Murrell
On Thu, 2010-01-14 at 14:00 +, Mario Limonciello wrote: The problem is that this ships in the myth plugins package not mythtv package. So is the installation of these cron jobs a direct result of make install in the myth package? i.e. is this a myth packaging error or a {myth,u}buntu