<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 10:02, Kingsley Turner
      wrote:<br>
    </div>
    <blockquote cite="mid:57858530.5010600@krt.com.au" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      <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>
        <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>
        <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>
        <blockquote type="cite">
          <pre wrap="">Screen-shot: <a moz-do-not-send="true" 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>
        <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.</font></code><br>
    </blockquote>
    <br>
    <code><font size="3">Actually I spoke too soon.<br>
        It still comes up almost every time.<br>
        <br>
        Myth-backend is taking a while to start, but it's nothing to do
        with the network interface.<br>
        This is quite a speedy box too, maybe I need to add a delay
        before the front-end GUI launches.<br>
        <br>
        cheers,<br>
        -kt<br>
        <br>
      </font></code>
  </body>
</html>