<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
I've been looking at something <possibly> related (to the housekeeping<br>
job running, not LiveTV.)<br>
<br>
Please post the output of these:<br>
<br>
SELECT * FROM housekeeping WHERE tag='MythFillDB';<br>
SELECT * FROM settings WHERE value in ('MythFillEnabled', 'MythFillMinHour', 'MythFillMaxHour');<br>
<br>
Second observation: on line 315,  EITScanner stops. Are you/do you need to run EIT as MFDB and<br>
EIT can clobber each other's data.<br><br></blockquote><div>Bill, thank you for your response and questions.</div><div><br></div><div>I am not using EIT intentionally.  If I go into mythtv-setup and navigate to: </div><div>Listings Grabber > Perform EIT Scan </div><div>the box is unchecked for both of my two video sources.  </div><div><br></div><div>However, I found there is another EIT related setting under:</div><div>Capture Cards  > HDHOMERUN: xxxxxx > Card Type >  Recording Options > Use HD Homerun for Active EIT Scan</div><div>which was checked.  I unchecked these but the LiveTV issue with mythfilldatabase remains the same.</div><div><br></div><div>Here is the output of the mysql commands requested.</div><div> </div><div>mysql> SELECT * FROM housekeeping WHERE tag='MythFillDB';<br>+------------+----------+---------------------+---------------------+<br>| tag          | hostname | lastrun             | lastsuccess         |<br>+------------+----------+---------------------+---------------------+<br>| MythFillDB | NULL     | 2020-03-08 00:36:59 | 2020-03-08 00:36:59 |<br>+------------+----------+---------------------+---------------------+<br>1 row in set (0.00 sec)<br></div><div> </div><div>mysql> SELECT * FROM settings WHERE value in ('MythFillEnabled', 'MythFillMinHour', 'MythFillMaxHour');<br>+-----------------+------+----------+<br>| value           | data | hostname |<br>+-----------------+------+----------+<br>| MythFillEnabled | 1    | NULL     |<br>| MythFillMaxHour | 5    | NULL     |<br>| MythFillMinHour | 2    | NULL     |<br>+-----------------+------+----------+<br>3 rows in set (0.00 sec)<br></div><div><br></div><div>I have played with some of the optimization parameters to see if this is related to heavy I/O on the backend but it is a relatively powerful machine (i5-8400) and the database is on an SSD.  No luck so far.</div><div><br></div></div></div>