[mythtv-users] gencutlist errors

Michael T. Dean mtdean at thirdcontact.com
Tue Apr 13 07:32:45 UTC 2010


On 04/13/2010 02:48 AM, sonofzev wrote:
>>> 'DBManager0'2010-04-12 12:19:51.354 No program data exists for channel
>>> at QSqlDatabasePrivate::removeDatabase: connection 'DBManager0' is still
>>> in use, all queries will cease to work.2010-04-12 12:19:51.358 JobQueue
>>> Error: User Job 'mythcommflag --gencutlist' failed.
>>>        
>> That's http://svn.mythtv.org/trac/ticket/8310 .  It's a false failure.
>> Not much you can do for a user job other than place the call to
>> mythcommflag --gencutlist in a script that ends with:
>>
>> exit 0
>>      
> Thanks again Mike,
>
> By this you mean something simple like the thing I have written below or
> something a little more complex?
>
> #/bin/sh ...
> ## code to run gencutlist.
> mythcommflag --gencutlist&
> exit 0
>    

Something like that--though you probably don't want to background the 
run (don't put the & at the end of the line) so other jobs don't kick 
off while that's processing.  Granted, gencutlist is extremely fast, but 
still...

Mike


More information about the mythtv-users mailing list