[mythtv] mythfilldatabase not auto-running

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


Oops!  If you see no records then do:

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

Venky

> -----Original Message-----
> From: mythtv-dev-bounces at mythtv.org [mailto:mythtv-dev-bounces at mythtv.org]
> On Behalf Of Chris Petersen
> Sent: Friday, July 02, 2004 1:52 PM
> To: dev at venky.ws; Development of mythtv; Discussion about mythtv
> Subject: Re: [mythtv] mythfilldatabase not auto-running
> 
> > 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:
> 
> yup, no records at all in housekeeping
> 
> > 	UPDATE housekeeping SET lastrun="2004-07-01 05:00:00" WHERE tag =
> > "MythFillDB";
> 
> update won't work if there are no records.  I used:
> 
> SELECT * FROM housekeeping 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.
> 
> Perhaps this was broken when I grabbed my version of cvs?
> 
> -Chris




More information about the mythtv-dev mailing list