Comment 2 for bug 502051

Revision history for this message
Stefan Pappalardo (sjuk) wrote : Re: run-parts: /etc/cron.hourly/mythvideo exited with return code 1

Running the cronjob manually doesn't give more.
[..]
sudo run-parts --report /etc/cron.hourly
run-parts: /etc/cron.hourly/mythvideo exited with return code 1
[..]

Running /etc/cron.hourly/mythvideo manually doesn't give anything.
[..]
sudo /etc/cron.hourly/mythvideo
[..]

Looking at /etc/cron.hourly/mythvideo
[..]
#!/bin/sh
#Hourly massive update to ensure users see graphics coming in for upcoming recordings and current recordings
DIRECTORY=$(grep ^mythtv /etc/passwd | awk -F : '{print $6}')
if [ -f "$DIRECTORY/.mythtv/config.xml" ]; then
    su mythtv -c "/usr/bin/python /usr/share/mythtv/mythvideo/scripts/jamu.py -MW >> '/var/log/mythtv/jamu.log'"
fi
[..]

There is no time and date in /var/log/mythtv/jamu.log. So I only can attach it.