<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
&gt; On 13/09/2012 9:50 PM, Bob Long wrote:<br>
&gt;&gt;<br>
&gt;&gt; MythTV Version : v0.25.2-19-gcf06841<br>
&gt;&gt; MythTV Branch : fixes/0.25<br>
&gt;&gt;<br>
&gt;&gt; Combined backend/frontend.<br>
&gt;&gt;<br>
&gt;&gt; My understanding was that a MythTV box can (should?) be configured so that<br>
&gt;&gt; its network address is static, and that that IP address be told to the<br>
&gt;&gt; backend and to the frontend.<br>
&gt;&gt;<br>
&gt;&gt; However, if the network for some reason can&#39;t connect (in my case, a<br>
&gt;&gt; wireless connection to the router), then the frontend won&#39;t start in the<br>
&gt;&gt; normal manner, and I&#39;m presented with the language selection menu of the<br>
&gt;&gt; frontend. Attempting to cancel that just restarts the frontend and it<br>
&gt;&gt; returns to that menu.<br>
&gt;&gt;<br>
&gt;&gt; Is there an easy way around that (assuming that for some reason the<br>
&gt;&gt; network connection can&#39;t be quickly re-established, eg., router failure)? Or<br>
&gt;&gt; have I got the configuration wrong? In other words, must MythTV have a<br>
&gt;&gt; working network connection for operation?<br>
&gt;&gt;<br>
&gt;&gt; Thanks.<br>
&gt;&gt;<br>
&gt;<br>
&gt; If you look at the upstart configuration, it depends on the non loopback<br>
&gt; network being up for the backend service to start:<br>
&gt;<br>
&gt; start on (local-filesystems and net-device-up IFACE!=lo and started<br>
&gt; udev-finish)<br>
&gt;<br>
&gt; I believe the idea is to ensure that the backend is listening on all<br>
&gt; interfaces when it starts so that remote clients can connect.<br>
&gt; I do recall some workaround is to just configure a dummy static eth0<br>
&gt; interface that always comes up so the script can get on with it, or you<br>
&gt; could hack that section out of the upstart config<br>
&gt; (/etc/init/mythtv-backend.conf).<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mythtv-users mailing list<br>
&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
&gt; <a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br>
</div></div>That is only for the backend, the OP is talking about the frontend.<br>
The frontend must be able to talk to the backend for it to start<br>
correctly. All the information about the frontend is kept in the<br>
database, plus you would need a connection to the backend to playback<br>
any content. As frontend local content is going away, I don&#39;t see this<br>
changing.<br>
<br></blockquote><div>I think he is talking about a combined frontend/backend... frontend is failing to connect because the backend isn&#39;t running yet.</div><div><br></div><div>I would adjust your frontend to connect on the loopback adapter of 127.0.0.1.  You may need to make sure that mysql and mythbackend are both listening on loopback, but they typically are by default IIRC.</div>

<div> </div></div>