On Fri, Nov 16, 2012 at 8:23 AM, Darethehair <span dir="ltr">&lt;<a href="mailto:darethehair@gmail.com" target="_blank">darethehair@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

On 16/11/12 09:35 AM, Thomas Mashos wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
The networking doesn&#39;t wait for the backend to come up (if it did, what would happen on systems without a backend?). The backend will wait for some networking to come up before it starts (networking that isn&#39;t lo).<br>


<br>
How long does it take your system to boot up completely?<br>
<br>
Thanks,<br>
<br>
Thomas Mashos<br>
<br>
</blockquote>
I should have been clearer in my speculation -- what I meant is that on my backend server, it appears as though the networking is starting *after* the &#39;mythtv-backend&#39; scripts run.  So putting a delay in the &#39;mythtv-backend&#39; script to wait for the network would not work.<br>


<br>
I just installed &#39;bootlogd&#39; (I wonder why something so useful isn&#39;t installed by default?), and the new &#39;/var/log/boot&#39; seems to confirm my suspicions:<br>
<br>
...<br>
Fri Nov 16 10:11:17 2012: [ ok ] Starting MySQL database server: mysqld . ..<br>
Fri Nov 16 10:11:20 2012: [info] Checking for tables which need an upgrade, are corrupt or were<br>
Fri Nov 16 10:11:20 2012: not closed cleanly..<br>
Fri Nov 16 10:11:22 2012: Starting MythTV server: mythbackend .<br>
Fri Nov 16 10:11:24 2012: [ ok ] Starting network connection manager: NetworkManager.<br>
...<br>
<br>
To answer your original question, it takes about 1:45 for my Atom 330 PC to boot completely to a desktop, complete with a wireless connection.  Hmmm...<br>
<br>
Thanks<br>
</blockquote></div><br></div><div class="gmail_extra">That doesn&#39;t make sense, there is nothing that would have the NetworkManager depend on the backend to start (the networking start scripts are what is used in regular Ubuntu without any MythTV). What happens if you remove the script you added to check the network and then just stuck a &#39;<span style="background-color:rgb(249,249,249);color:rgb(0,0,0);line-height:1.1em">sleep 300&#39; (5 minutes) in the backend upstart script right before the backend starts?</span></div>

<div class="gmail_extra"><br clear="all">Thanks,<br><br>Thomas Mashos<br></div>