← Back to team overview

linux-traipu team mailing list archive

[Bug 797668] Re: mythtv-frontend cron scripts call jamu, which is in a different package

 

msherman@chunks:~$ dpkg -S /etc/cron.hourly/mythtv-frontend
mythtv-frontend: /etc/cron.hourly/mythtv-frontend

msherman@chunks:~$ 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' 2>&1"
fi

-- 
You received this bug notification because you are a member of UBUNTU -
AL, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/797668

Title:
  mythtv-frontend cron scripts call jamu, which is in a different
  package

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Incomplete

Bug description:
  You recently added cron.hourly and cron.daily scripts to the mythtv-
  frontend package which call jamu, but that script is part of the
  mythvideo package. If mythvideo is not installed, the scripts fail.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: mythtv-frontend 2:0.24.1+fixes.20110614.1be38ea-0ubuntu0mythbuntu2
  ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic x86_64
  Architecture: amd64
  CrashDB: mythbuntu
  Date: Wed Jun 15 07:59:04 2011
  Installed_mythtv_dbg: 0.0
  ProcEnviron:
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: mythtv

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


References