<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 19, 2017 at 12:06 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"><div class="gmail-HOEnZb"><div class="gmail-h5">On 04/19/2017 01:53 PM, Gabe Rubin wrote:<br>
<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 11:18 AM, Greg Oliver <<a href="mailto:oliver.greg@gmail.com" target="_blank">oliver.greg@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 Wed, Apr 19, 2017 at 12:35 PM, Gabe Rubin <<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@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">
Lately, my backend has been fairly unstable, with the frontend taking<br>
quite some time to display my recordings (basically seems like it has to<br>
restart the backend) and mythweb not displaying any recordings in the<br>
Recorded Programs section, even after a backend restart.  I have to restart<br>
the whole system (a combined FE/BE).  I am running version:<br>
mythtv-backend-0.28-12<br>
<br>
I can post my full log from the backend, but this seems like the relevant<br>
portion (the last part of the log):<br>
<br>
2017-04-19 10:02:38.686676 I [26528/16485] MythSocketThread(78)<br>
mainserver.cpp:7656 (connectionClosed) - Monitor sock(de1090) 'Mythbox'<br>
disconnected<br>
2017-04-19 10:05:26.116680 C [26528/26528] CoreContext<br>
signalhandling.cpp:305 (handleSignal) - Received Terminated: Code 0, PID 1,<br>
UID 0, Value 0x00000000<br>
2017-04-19 10:05:26.117772 N [26528/26528] CoreContext<br>
main_helpers.cpp:730 (run_backend) - MythBackend exiting<br>
<br>
<br>
<br>
</blockquote>
Looks like it is being killed by PID1 - which is init or systemd depending<br>
on your system.  You should have system logs or journal that tells you why<br>
it is happening.  journalctl or files in /var/log/<br>
<br>
<br>
<br>
</blockquote>
I am running fedora, so using systemd.  Where would I find the logs in<br>
/var/log/ (/var/log/journal/ has a directory named<br>
19a3360c5cac4dd7abd27b7d5b9aac<wbr>98 and there does not seem to be readable<br>
files in it)?  When I use the journalctl command, i have to constantly<br>
space to get the next page of data.  It cuts out at April 5, with this as<br>
the last message (making me think there is some other issue going on):<br>
<br>
<br>
Apr 05 19:24:20 Mythbox /usr/libexec/gdm-x-session[153<wbr>2]: (--)<br>
NVIDIA(GPU-0): ONKYO Corporation TX-NR525 (DFP-2): connected<br>
Failed to get journal fields: Bad message<br>
</blockquote>
<br></div></div>
journalctl has lots-o-options, but try this:<br>
<br>
    journalctl --full --no-pager --unit mythtv-backend<br>
<br>
Not sure about the April 5th comment. I'd look at the logging that<br>
the backend is started with first:<br>
<br>
    systemctl cat mythtv-backend<br>
<br>
This may be of interest:<br>
<br>
    grep ForwardToSyslog /etc/systemd/journald.conf<span class="gmail-HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill<br><br></font></span></blockquote><div><br></div><div>These are the respective results:<br><br>[root@Mythbox 19a3360c5cac4dd7abd27b7d5b9aac98]#  journalctl --full --no-pager --unit mythtv-backend<br>-- No entries --<br>[root@Mythbox 19a3360c5cac4dd7abd27b7d5b9aac98]# grep ForwardToSyslog /etc/systemd/journald.conf<br>#ForwardToSyslog=no<br>[root@Mythbox 19a3360c5cac4dd7abd27b7d5b9aac98]# systemctl cat mythtv-backend<br>No files found for mythtv-backend.service.<br>[root@Mythbox 19a3360c5cac4dd7abd27b7d5b9aac98]#<br> <br></div></div><br></div></div>