[mythtv-users] mythfilldatabase

Venky Raju dev at venky.ws
Fri Jul 2 14:31:17 EDT 2004


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