[mythtv-users] My mythfilldatabasecron problem fixed!

Joseph A. Caputo jcaputo1 at comcast.net
Mon Jul 14 15:11:30 EDT 2003


> -----Original Message-----
> From: mythtv-users-bounces at snowman.net
> [mailto:mythtv-users-bounces at snowman.net]On Behalf Of John Rives
> Sent: Monday, July 14, 2003 1:43 PM
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] My mythfilldatabasecron problem fixed!
>
>
> I am having the same problem (cannot find //.mythtv/XXXXXXX.xmltv shows up
> in my cron logs)... how/where did you set the variable??
>
>


My eyesight must be going... for a second I thought this post was from Joan
Rivers :-)

The HOME variable (and any other environment variables you need) should be
set right in the crontab entry, as below:

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.18012 installed on Mon Mar 10 19:21:14 2003)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.497 installed on Sun Dec 29 22:21:53 2002)
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $)
SHELL=/bin/bash
PATH=/bin:/usr/bin:/usr/local/bin
HOME=/home/mythtv

# run-parts
02 4 * * * /usr/local/bin/mythfilldatabase


-JAC



More information about the mythtv-users mailing list