<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 13/07/16 08:02, Hika van den Hoven
      wrote:<br>
    </div>
    <blockquote cite="mid:1604298511.20160713000256@gmail.com"
      type="cite">
      <pre wrap="">Hoi Kingsley,

Tuesday, July 12, 2016, 11:50:28 PM, you wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">G'day,
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">I migrated from Mythbuntu 14.04 to 16.04, and for the most part it's been
flawless.
I dumped my database, restored on a clean install, all good.
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">However, on reboot it always re-runs the MythTV Setup programme in a window.
If I exit this, and start the front-end manually everything is OK.
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">Screen-shot: <a class="moz-txt-link-freetext" href="http://208.92.232.73/Junk/1604_start.jpg">http://208.92.232.73/Junk/1604_start.jpg</a>
</pre>
      </blockquote>
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">Any ideas why it's doing this?
</pre>
      </blockquote>
      <br>
      <pre wrap="">
Very probably your network is not jet fully on when MythTV starts.
There are many recent items on this subject in this list and I believe
there is also something in the WIKI. In essence you have to make
MythTV wait on the network.

</pre>
    </blockquote>
    Thanks for that Hika!<br>
    <br>
    For me on Mythbuntu 16.04 it looks like the network is slow to start
    because the network interface details are not set by the
    NetworkManager software until the user-login is complete.<br>
    <br>
    So to fix this, I:<br>
    <br>
    Disabled the NetworkManager ~<br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    <font style="font-size: 12pt" size="3"><code class="western">   
        sudo stop network-manager</code></font><font style="font-size:
      12pt" size="3"><code></code></font><br>
    <font style="font-size: 12pt" size="3"><code>    echo "manual" |
        sudo tee /etc/init/network-manager.override</code></font><br>
    <font style="font-size: 12pt" size="3"><code></code></font><font
      style="font-size: 12pt" size="3"><code class="western"></code></font><font
      style="font-size: 12pt" size="3"><code class="western"></code></font><br>
    <code><font size="3">Set the network interface to have static IP
        Address.  Note: you need to do an "ifconfig" to see the
        (potentially new) name of your ethernet port.  <br>
        Since the update, mine has become renamed from "eth0" to
        "enp6s0" <br>
      </font></code><br>
    <code><font size="3">Add to /etc/network/interfaces ~<br>
      </font><font size="3">    auto enp6s0<br>
            iface enp6s0 inet static<br>
            address 192.168.1.20<br>
            netmask 255.255.255.0<br>
            gateway 192.168.1.1<br>
            dns-nameservers 192.168.1.1</font><font size="3"><br>
      </font></code><br>
    <code><font size="3">Seems to have fixed that issue OK.<br>
        <br>
        <br>
      </font><font size="3"><font face="Times New Roman, serif"></font></font></code>
    <p><code><font size="3"><font face="Times New Roman, serif"><br>
          </font></font></code></p>
    <p><code><font size="3"><font face="Times New Roman, serif"><br>
          </font></font></code></p>
    <title></title>
    <meta name="generator" content="LibreOffice 5.1.4.2 (Linux)">
    <style type="text/css">
                @page { margin: 2cm }
                p { margin-bottom: 0.25cm; line-height: 120% }
                code.cjk { font-family: "Courier New", monospace }
                a:link { so-language: zxx }
        </style>
  </body>
</html>