[mythtv-users] mythfilldatabase

Venky Raju dev at venky.ws
Fri Jul 2 15:06:33 EDT 2004


Correction, use the UPDATE command if you see a record for MythFillDB.
Otherwise use:

INSERT INTO housekeeping VALUES ("MythFillDB", "2004-07-01 05:00:00");

Venky

> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> bounces at mythtv.org] On Behalf Of Venky Raju
> Sent: Friday, July 02, 2004 1:31 PM
> To: 'Discussion about mythtv'
> Subject: RE: [mythtv-users] mythfilldatabase
> 
> 
> I had the same issue and tracked it down on my system to a problem in the
> 'housekeeping' table.
> 
> Try the following sql command:
> 
> 	SELECT * FROM housekeeping WHERE tag = "MythFillDB";
> 
> If it returns no records or a record with a suspicious value for the
> 'lastrun' column, then do the following:
> 
> 	UPDATE housekeeping SET lastrun="2004-07-01 05:00:00" WHERE tag =
> "MythFillDB";
> 
> 
> This should fix things.  No restarts are required for the backend or
> frontend.  The problem is due to the way the housekeeper thread determines
> if it should kickoff mythfilldatabase in housekeeper.cpp.
> 
> HTH,
> Venky
> 
> > -----Original Message-----
> > From: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> > bounces at mythtv.org] On Behalf Of Dudley Atkinson
> > Sent: Friday, July 02, 2004 10:06 AM
> > To: Discussion about mythtv
> > Subject: [mythtv-users] mythfilldatabase
> >
> > Hi all...
> >
> > I've setup mythfrontend to run mythfilldatabase daily between 2 and 5
> AM.
> > It doesn't seem to run.  Does the builtin running of mythfilldatabase
> > work,
> > or should I move to the cron job method?
> >
> > JD
> >
> > _______________________________________________
> > mythtv-users mailing list
> > mythtv-users at mythtv.org
> > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> >
> 
> 





More information about the mythtv-users mailing list