<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 4/19/21 8:57 PM, Stephen Worthington
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:nqjs7gtn1i7olsi6p7n93nms7t07pmbfu6@4ax.com">
      <pre class="moz-quote-pre" wrap="">On Mon, 19 Apr 2021 15:33:22 -0700, you wrote:

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">What log?  What command do I use to see it?
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
The typical place for the log is /var/log/mythtv, but it depends on
what version of Linux you are using.  The file is normally called
mythbackend.log, but that can vary too.  It also pays to look at the
system logs and the systemd journals.  In Ubuntu, look at
/var/log/syslog and run this command which shows you the latest
entries in the system journal:

journalctl -e

So what system are you running?

And I do remember a bug that was in an old version of MythTV that had
symptoms similar to what you are seeing.  But I can not remember what
version it was in - I think it was older than 0.28, but I can not be
sure at all.  It was fixed quite quickly at the time, so if you are on
0.28-fixes, it would not be that bug.
</pre>
    </blockquote>
    <p>The logs showed evidence of permissions problems.  I looked at
      the files in the recording directory and some were owned by mythtv
      and others by jay.  I ran 'sudo chown mythtv:mythtv *' in the
      recording directory and tried the Deleted Recordings ->
      Playlist -> Delete technique again.  It then appeared as if
      mythtv was now deleting the recordings (yeah).</p>
    <p>However, things are still broken somehow.  The 'mythbackend
      --printexpire --quiet' command now shows just 7 recordings (the 7
      I watched and deleted last night).  This is expected.  The
      frontend Deleted Recordings group also only has these same 7
      recordings in it.  But the mythweb backend status still shows over
      500GB of deleted recordings remaining to be deleted.  The actions
      (above) resulted in deleting about 260GB, but according to mythweb
      backend status, there is still 570GB left to go.  How do I get
      mythtv to delete these deleted recordings?<br>
    </p>
    <p>Disk Usage Summary:<br>
    </p>
    <ul>
      <li>Total Disk Space:
        <ul>
          <li>Total Space: 3,813,582 MB</li>
          <li>Space Used: 3,302,627 MB</li>
          <li>Space Free: 510,955 MB</li>
          <li>Space Available After Auto-expire: 1,085,714 MB
            <ul>
              <li>Space Used by LiveTV: 0 MB</li>
              <li>Space Used by Deleted Recordings: 574,759 MB</li>
              <li>Space Used by Auto-expirable Recordings: 0 MB</li>
            </ul>
          </li>
        </ul>
      </li>
    </ul>
    <p>Jay<br>
    </p>
  </body>
</html>