[mythtv-commits] Ticket #9113: AutoExpire: ERROR: Filesystem Info cache is empty

MythTV mythtv at cvs.mythtv.org
Mon Oct 18 18:37:54 UTC 2010


#9113: AutoExpire: ERROR: Filesystem Info cache is empty
-----------------------------------------+----------------------------------
     Reporter:  klaas.de.waal@…          |       Owner:  danielk                 
         Type:  defect                   |      Status:  new                     
     Priority:  minor                    |   Milestone:  unknown                 
    Component:  MythTV - Recording       |     Version:  Trunk Head              
     Severity:  low                      |    Keywords:  AutoExpire error message
Ticket locked:  0                        |  
-----------------------------------------+----------------------------------
 {{{
 The following error message is always generated by mythbackend at the
 start:

 2010-10-18 19:52:48.706 AutoExpire: ERROR: Filesystem Info cache is empty,
 unable to calculate necessary parameters.

 The problem is caused by the call to AutoExpire::Update(true) right at the
 beginning
 of MainServer::MainServer() in file
 mythtv/programs/mythbackend/mainserver.cpp,
 before the mainserver is passed to the expirer with
 expirer->SetMainServer(this).

 The problem is solved by moving the call to AutoExpire::Update(true) to
 the end of
 the function body, after the mainserver is passsed to the expirer.

 Patch will be attached.
 Patch is tested with trunk SVN 26882.
 }}}

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9113>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list