<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 1:05 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 04/19/2017 02:34 PM, Gabe Rubin wrote:<br>
</span><span class="gmail-"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On Wed, Apr 19, 2017 at 12:29 PM, Bill Meek <<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 04/19/2017 02:17 PM, Gabe Rubin wrote:<br>
<br>
These are the respective results:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
</blockquote>
...<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
# systemctl cat mythtv-backend<br>
No files found for mythtv-backend.service.<br>
[root@Mythbox 19a3360c5cac4dd7abd27b7d5b9aac<wbr>98]#<br>
<br>
</blockquote>
<br>
Maybe Fedora uses a different name for the backend service.<br>
<br>
Try pressing the tab key after: systemctl cat my<br>
<br>
<br>
</blockquote>
That worked, cat mythbackend.service<br>
<br>
<br>
Should I paste the output?<br>
</blockquote>
<br></span>
Sure, at <a href="http://pastebin.com" rel="noreferrer" target="_blank">pastebin.com</a> (or your favorite.) But the key is what<br>
type of logging is being used when the backend is started. E.g<br>
--syslog localX or --logpath /some/path/name<br>
<br>
Then verify the permissions: ls -ld /var/log/mythtv (or if the<br>
above has a different logpath, use it.<br></blockquote><div><br><a href="https://pastebin.com/Mn5TL6Ws">https://pastebin.com/Mn5TL6Ws</a><br><br></div><div>The only logging seems to be the logs that go into /var/log/mythtv/<br><br></div><div>The logging there seems to be fine, that is how Greg discovered that systemd is killing mythbackend with PID1 (which I am trying to discovery what it is).<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I did this also:<br>
... # journalctl --full--no-pager --unit myth<br>
-- No entries --<br>
</blockquote>
<br>
If you really typed --unit myth, then retry with myth<tab>, or just mythbackend<br>
otherwise, the backend isn't logging to the journal.<br>
<br>
Then you can use journalctl --no-pager --full --until <timestamp> where timestamp is from<br>
the backend exiting. Look for other things that may be going on at the time e.g. a cron<br>
job used to restart the backend etc.<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
<br></div></div></blockquote><div><br></div><div>When I use the command journalctl --full --no-pager --unit mythbackend.service I get a ton of logging information, but it ends in October 2016. Here are the last two lines:<br>Oct 20 08:47:37 Mythbox mythbackend[10381]: 2016-10-20 08:47:37.276062 C Upgrading to MythTV schema version 1327<br>Failed to get journal fields: Bad message<br> <br></div></div></div></div>