Opened 10 years ago
Closed 10 years ago
Last modified 10 years ago
#9113 closed defect (Fixed)
AutoExpire: ERROR: Filesystem Info cache is empty
Reported by: | Owned by: | cpinkham | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | MythTV - General | Version: | Master Head |
Severity: | low | Keywords: | AutoExpire error message |
Cc: | Ticket locked: | no |
Description
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.
Attachments (2)
Change History (6)
Changed 10 years ago by
Attachment: | mainserver.cpp.patch added |
---|
comment:1 Changed 10 years ago by
Component: | MythTV - Recording → MythTV - General |
---|---|
Owner: | changed from danielk to cpinkham |
Status: | new → assigned |
Changed 10 years ago by
Attachment: | autoexpire.2.diff added |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 10 years ago by
Milestone: | unknown → 0.24 |
---|
Note: See
TracTickets for help on using
tickets.
patch looks fine, but cpinkham will know for sure