I've got a problem with my EPG grabber script 'shepherd' for the Australian EPG. These two commands below work when I type it as user mythserver but when I put them in cron the first command creates a file of zero length:
# Collect data
18 13 * * * mythserver /usr/bin/tv_grab_au --notimetest --output /home/mythserver/.mythtv/farm2.xmltv
# Read in data
30 4 * * * mythserver /usr/bin/mythfilldatabase --file 1 /home/mythserver/.mythtv/farm2.xmltv
What am I missing here?
I would suggest to enable cron logging and see what exactly is happening. Googling finds the following instructions on enabling cron logging:
I think the most likely cause of the problem is permissions although I don't see anything suspicious in your crontab