My myth_mtc has not run in a couple of months.
Code:
Oct 28 02:35:06 mythtvquad myth_mtc: 2020-10-28 02:35
Oct 28 02:35:06 mythtvquad myth_mtc: Checking system idle...
Oct 28 02:35:06 mythtvquad myth_mtc: Checking if the schema is locked...
Oct 28 02:35:06 mythtvquad myth_mtc: Checking if programs are in use...
Oct 28 02:35:06 mythtvquad myth_mtc: Programs are in use.
Oct 28 02:35:06 mythtvquad myth_mtc: System is busy.
Trouble shooting, I tracked down the issue to the inuseprogram table having two entries in it. Deleted those entries, thought everything was good, expected myth_mtc to run, but it did not. The two delete entries were readded to the inuseprogram table again.
Code:
mysql> select * from inuseprograms;
+--------+---------------------+----------+---------------------+------------+------------+------------------------------+
| chanid | starttime | recusage | lastupdatetime | hostname | rechost | recdir |
+--------+---------------------+----------+---------------------+------------+------------+------------------------------+
| 71455 | 2020-08-09 00:00:00 | flagger | 2020-10-29 01:07:52 | mythtvquad | mythtvquad | /data/storage/raid2/media/tv |
| 71007 | 2020-10-22 01:00:00 | flagger | 2020-10-29 01:14:22 | mythtvquad | mythtvquad | /data/storage/raid2/media/tv |
There are no entries in the jobqueue table that line up these dates. Any ideas on what and why these two entries are getting inserted?
thanks