<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 21, 2015 at 1:33 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 03/21/2015 11:10 AM, Larry Kennedy wrote:<br>
...<span class=""><br>
> I had mythmote working fine on my main FE machine (host A), but now it<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
stopped working for some reason.  It connects for like 3-5 seconds and then<br>
disconnects.  I've noticed that it works fine on my combination BE/FE<br>
machine (Host B), which I think is configured the same way.  Both hosts<br>
have the NetworkControlEnabled flag set to "1"<br>
<br>
Is there a good way to diagnose this?  Log files on the FE I can check?<br>
</blockquote></span>
...<br>
<br>
You could start your frontend with -v network.<br>
<br>
With default (-v general) logging, you may see:<br>
<br>
    Client Socket disconnected<br>
<br>
but that looks like the result of a problem, not the cause.<br>
<br>
You'll also see things like:<br>
<br>
 NetworkControl::<u></u>receiveCommand(key down)<br>
 BACKEND_MESSAGE[]:[]SYSTEM_<u></u>EVENT NET_CTRL_DISCONNECTED SENDER ofc0[]:[]empty<br>
<br>
the 2nd one is a result of a normal closing of the app. But if<br>
you didn't close it, perhaps it's a local network issue.<br>
<br>
I'd fire up Wireshark on the FE that's failing and see what's<br>
going on:<br>
<br>
    wireshark -i ethYOURS -f 'host yourTabletPhoneEtcIPorHostname<u></u>'<br>
<br>
-- <br>
Bill</blockquote><div><br></div><div>Bill, thanks for the tip.   I found through logging that I had a stale copy of mythfrontend running in the background, occupying the network port.  Once I killed this process...success.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
</span><a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://lists.mythtv.org/<u></u>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div><br></div></div>