<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Sep 7, 2019 at 6:40 AM Craig Huff <<a href="mailto:huffcslists@gmail.com">huffcslists@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"><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" target="_blank">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">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><br><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></blockquote><div><br></div><div>I've been tied up with other things for weeks and am now just getting back to trying to solve this problem. Here are the last few lines of the log from trying to launch mythwelcome from the command line in an xterm window:</div><div style="margin-left:40px"> 2019-09-27 15:35:52.557130 I MythCoreContext: Connecting to backend server: <a href="http://192.168.1.149:6543">192.168.1.149:6543</a> (try 2 of 5)<br>2019-09-27 15:35:52.557635 E MythSocket(14c5ca0:-1): Failed to connect to (<a href="http://127.0.0.1:6543">127.0.0.1:6543</a>) Connection refused<br>2019-09-27 15:36:52.640164 I MythCoreContext: Connecting to backend server: <a href="http://192.168.1.149:6543">192.168.1.149:6543</a> (try 3 of 5)<br>2019-09-27 15:36:52.640674 E MythSocket(14c5ca0:-1): Failed to connect to (<a href="http://127.0.0.1:6543">127.0.0.1:6543</a>) Connection refused<br>ICE default IO error handler doing an exit(), pid = 4664, errno = 32<br>QWaitCondition: cv destroy failure: Device or resource busy<br>QWaitCondition: mutex destroy failure: Device or resource busy</div></div><div class="gmail_quote"><br></div><div class="gmail_quote">It seems weird to me that it keeps switching between the correct IP address (192.168.1.149) and the local loopback address (127.0.0.1).</div><div class="gmail_quote"><br></div><div class="gmail_quote">Any suggestions on how to troubleshoot this? I have no idea how to figure out why the frontend/mythwelcome suddenly stopped being able to connect to the backend.</div><div class="gmail_quote"><br></div><div class="gmail_quote">--</div><div class="gmail_quote">Craig.<br></div></div>