<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 6, 2019 at 9:14 PM Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Pretty short BE log. pastebin requires no setup, just go to <a href="http://pastebin.com" rel="noreferrer" target="_blank">pastebin.com</a><br>
There are usually more lines that say what the BE is listening on. I can't<br>
recall if 0.27 has the log message, but a '... connected to the DB ... is<br>
expected currently. Need to know that to be sure that the BE isn't reverting<br>
to some fail-safe values, e.g. 127.0.0.1.<br>
<br>
If mythtv-setup isn't working, and you're comfortable with SQL, I'd do<br>
this:<br>
<br>
     SELECT * FROM settings WHERE value IN ('AllowLinkLocal', 'BackendServerIP', 'MasterServerIP');<br>
<br>
The log say the BE is running as master, so the ServerIPs should be OK.<br>
<br>
If AllowLinkLocal isn't = 1, then the BE won't be listening on 127.0.0.1<br>
<br>
-- <br>
Bill<br></blockquote><div><br></div><div>Thanks for getting back to me.  It seems there's always something arcane I need to add to my knowledge when working with MythTV. :-)</div><div><br></div><div>Regarding pastebin, I did a quick look and thought there was a package to install for pastebin and concluded I'd have to deal with that.</div><div><br></div><div>As for the SQL query, it came back with multiple BackendServerIP entries, one for the master backend with it's correct IP -- 192.168.1.149 -- and three for frontend-only systems. Dunno whether those should be there, but one lists 192.168.1.148 (That frontend's IP!) and the other two list 127.0.0.1.  Not sure if I should remove them or update them.</div><div><br></div><div>AllowLinkLocal = 1, so that's good.</div><div><br></div><div>MasterServerIP = 192.168.1.149, which is correct, but it has hostname = NULL.  IP is correct, but not sure if the hostname = NULL is an issue.<br></div><div><br></div><div>AFAIK, these settings haven't changed in years, so I don't know if something else was twiddling with them or I'd just been skating on thin ice all this time (if they're wrong), or they're weird but ok.</div><div><br></div><div>--</div><div>Craig.<br></div></div></div>