id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 9113 AutoExpire: ERROR: Filesystem Info cache is empty klaas.de.waal@… cpinkham " {{{ 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. }}} " defect closed minor 0.24 MythTV - General Master Head low Fixed AutoExpire error message 0