[mythtv-users] gencutlist errors
sonofzev at iinet.net.au
sonofzev at iinet.net.au
Tue Apr 13 06:48:18 UTC 2010
>> '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
>
>Mike
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
More information about the mythtv-users
mailing list