[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2012-03-16 Thread Mario Limonciello
jamu dead in 0.25.  0.25 in precise.  - won't fix.

** Changed in: mythbuntu
   Status: Confirmed = Won't Fix

** Changed in: mythtv (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/702661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2011-08-12 Thread Nate Carlson
Right now,  the jamu job is included in both mythtv-frontend and
mythvideo packages, where jamu itself is only bundled with mythvideo. At
the very least, the cron job should be configured to check and see if
the jamu script actually exists before trying to run, and exit silently
if it doesn't. It would be ideal if this could also read in from
/etc/defaults/mythtv and have the option to disable it there on machines
that you don't want it running on (ie - frontend-only machines with
mythvideo installed.)

mythbackend1:/etc/cron.hourly# dpkg -S /etc/cron.hourly/mythtv-frontend 
/etc/cron.hourly/mythvideo 
mythtv-frontend: /etc/cron.hourly/mythtv-frontend
mythvideo: /etc/cron.hourly/mythvideo
mythbackend1:/etc/cron.hourly# cat /etc/cron.hourly/mythtv-frontend
#!/bin/sh
#Hourly massive update to ensure users see graphics coming in for upcoming 
recordings and current recordings
DIRECTORY=$(getent passwd mythtv | cut -d':' -f6)
if [ -f $DIRECTORY/.mythtv/config.xml ]  [ -x /usr/bin/mythbackend ]; then
su mythtv -c /usr/bin/python /usr/share/mythtv/mythvideo/scripts/jamu.py 
-MW  '/var/log/mythtv/jamu.log' 21
fi

mythbackend1:/etc/cron.hourly# cat /etc/cron.hourly/mythvideo
#!/bin/sh
#Hourly massive update to ensure users see graphics coming in for upcoming 
recordings and current recordings
DIRECTORY=$(getent passwd mythtv | cut -d':' -f6)
if [ -f $DIRECTORY/.mythtv/config.xml ]  [ -x /usr/bin/mythbackend ]; then
su mythtv -c /usr/bin/python /usr/share/mythtv/mythvideo/scripts/jamu.py 
-MW  '/var/log/mythtv/jamu.log' 21
fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/702661/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2011-05-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~tgm4883/mythbuntu/mythtv-fixes

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2011-01-23 Thread Thomas Mashos
Currently jamu is located in the mythvideo package. Should be moved to
mythtv-backend

** Changed in: mythplugins (Ubuntu)
   Status: New = Confirmed

** Also affects: mythbuntu
   Importance: Undecided
   Status: New

** Changed in: mythbuntu
   Status: New = Confirmed

** Changed in: mythbuntu
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2011-01-23 Thread Mario Limonciello
** Package changed: mythplugins (Ubuntu) = mythtv (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2011-01-14 Thread doug
I agree that Jamu should not have cron jobs on a frontend only
installation.

Jamu will ONLY process MythVideo files and/or Scheduled/Recorded videos
specific to the backend it is running on master or slave. This is stated
in the Jamu wiki. If you do not run Jamu on a slave and it has either
Scheduled/Recorded videos and/or MythVideos files you will not get
images or metadata for those video files. No doubling of image downloads
occur no matter how many mythtv backends you may have.

I do not agree with removing warnings and configuration error
information. The issues mentioned here are more about running jamu on
machines where it does not provide any value.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 702661] Re: /etc/cron.hourly/mythvideo (jamu.py) should not run except on master backend

2011-01-13 Thread Greg


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/702661

Title:
  /etc/cron.hourly/mythvideo (jamu.py) should not run except on master
  backend

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs