<br><br><div class="gmail_quote">On Wed, Dec 26, 2012 at 11:17 PM, Bill Meek <span dir="ltr">&lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On 12/26/2012 11:20 PM, Nick Rout wrote:<br>
...<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Quoting Gabe Rubin &lt;<a href="mailto:gaberubin@gmail.com" target="_blank">gaberubin@gmail.com</a>&gt;:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Cannot find (ping) database host 192.168.1.101 on the network<br>
</blockquote></blockquote></blockquote></blockquote></blockquote></blockquote></div>
...<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Actually it has everything to do with mysql. It is the details myth needs<br>
in order to log in to mysql, which it has to do pretty well as soon as it<br>
starts.<br>
</blockquote>
<br></div>
Hi;<br>
<br>
Sorry, it&#39;s not an issue with the database.<br>
<br>
The diagnostic Gabe posted originally, comes from a simple ping<br>
to the box that hosts the database. See:<br>
<br>
    <a href="http://code.mythtv.org/cgit/mythtv/tree/mythtv/libs/libmyth/mythcontext.cpp#n630" target="_blank">http://code.mythtv.org/cgit/<u></u>mythtv/tree/mythtv/libs/<u></u>libmyth/mythcontext.cpp#n630</a><br>
<br>
His error message prints below at line 682. I guessing he&#39;s running<br>
on 0.25 since he references mysql.txt. Not so subtle hint to everyone<br>
that it&#39;s nice to mention the version you&#39;re running on.<br>
<br>
The test of the connection to the database happens on line 693. He also<br>
stated that without the ping, the frontend works.<br>
<br>
That&#39;s why I suggested running the frontend with -v system --loglevel debug.<br>
It will print what happens when ping() runs the system call. He&#39;s already<br>
said he can ping the machine both from itself, and from a remote host.<br>
<br>
So, if the command line ping works, then we need to see what&#39;s actually in<br>
the command being executed.<br>
<br>
As to why the ping is even being done at all, I believe it&#39;s because<br>
DBHostName=192.168.1.101, rather than 127.0.0.1, localhost or the<br>
value returned by the hostname command. Any one of the three would<br>
prevent the ping.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill</font></span></blockquote><div><br>Thanks.  I will provide this information tonight (hopefully) when I in front of my system.<br></div></div><br>