<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 07/18/2016 01:05 PM, Douglas Peale
      wrote:<br>
    </div>
    <blockquote
      cite="mid:7d0bdcdf-7375-8ab9-7d88-90b473162dcb@comcast.net"
      type="cite">
      <pre wrap="">On 07/18/2016 02:48 AM, Mark Perkins wrote:
</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">Ok this is good progress. From looking at this
<a class="moz-txt-link-freetext" href="https://code.mythtv.org/trac/ticket/12713">https://code.mythtv.org/trac/ticket/12713</a> you may be running MySQL
version 5.7 which had some incompatibilities with MythTV. It looks like your
version of MythTV 0.28 is current as of about 12th April 2016.  There were
some fixes pushed to 0.28 around 24th April 2016 to address. Can you pull an
updated package? If not, try adding the following line to the bottom of your
/etc/mysql/mysql.conf.d/mythtv.cnf file:

sql_mode=NO_ENGINE_SUBSTITUTION

Reboot and try again.
</pre>
        </blockquote>
        <pre wrap="">Sorry my mistake. The fixes went into Mythweb not MythTV. You will need to try and pull an updated mythweb package.
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>

</pre>
      </blockquote>
      <pre wrap="">sql_mode=NO_ENGINE_SUBSTITUTION

was the final tweak that got MythWeb working again. Thanks.

No all that is left is to figure out why the live TV does not work.


</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</pre>
    </blockquote>
    <p>Just to add closure to this thread</p>
    <p>The reason live TV is not working is that mythbackend is starting
      before the network is running. It does not see the network, so
      assumes there is no network, and therefore can't access the
      HDHomeRun tuners.</p>
    <p>I think this may have been the cause of many other networking
      issues in this thread.</p>
    <p>Anyway, as soon as I figure out how to delay mythbackend starting
      until after the network is working, I should have a working system
      again.<br>
    </p>
  </body>
</html>