[mythtv-commits] Ticket #12105: EPG: EITCache: Ignoring channel since it is locked

MythTV noreply at mythtv.org
Sat Mar 29 10:52:49 UTC 2014


#12105: EPG: EITCache: Ignoring channel since it is locked
--------------------------------------+------------------------
     Reporter:  angela.schmid@…       |      Owner:
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - General      |    Version:  0.27-fixes
     Severity:  high                  |   Keywords:  eit locked
Ticket locked:  0                     |
--------------------------------------+------------------------
 After a mythbackend restart EPG is not loaded anymore and see the
 following messages:

 {{{
 2014-03-29 11:34:47.681760 I [410/435] TVRecEvent eitscanner.cpp:265
 (StartActiveScan) - EITScanner (31): StartActiveScan called with 37
 multiplexes
 2014-03-29 11:34:47.905509 I [410/436] EIT eitscanner.cpp:143 (run) -
 EITScanner (31): Now looking for EIT data on multiplex of channel 81
 2014-03-29 11:34:47.905563 I [410/436] EIT eitcache.cpp:386
 (PruneOldEntries) - EITCache: Pruning all entries that ended before UTC
 2014-03-28T10:40:12Z
 2014-03-29 11:34:47.905573 I [410/436] EIT eitcache.cpp:112 (delete_in_db)
 - EITCache: Deleting old cache entries from the database
 2014-03-29 11:34:49.046523 N [410/515] DVBRead
 recorders/dtvsignalmonitor.cpp:367 (HandlePMT) -
 DTVSigMon[31](/dev/dvb/adapter6/frontend0): PMT says program 81 is
 encrypted
 2014-03-29 11:34:49.628863 I [410/435] TVRecEvent eitscanner.cpp:205
 (StartPassiveScan) - EITScanner (31): Started passive scan.
 2014-03-29 11:34:49.783281 I [410/515] DVBRead eitcache.cpp:161
 (lock_channel) - EITCache: Ignoring channel 10099 since it is locked.
 2014-03-29 11:34:49.844445 I [410/515] DVBRead eitcache.cpp:161
 (lock_channel) - EITCache: Ignoring channel 1081 since it is locked.
 2014-03-29 11:34:49.892038 I [410/515] DVBRead eitcache.cpp:161
 (lock_channel) - EITCache: Ignoring channel 4930 since it is locked.
 }}}

 Before the restart mythbackend was in the middle of an active scan.

 A little bit ugly is also the message when doing an active scan, that it
 shows it is doing a passive scan:
 {{{
 (StartPassiveScan) - EITScanner (31): Started passive scan
 }}}

 As an intermediate fix:
 {{{
 delete from eit_cache where status=1;
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12105>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list