> I updated using svn last night and now when starting mythfrontend the
backend server can&#39;t<br>&gt;&nbsp; be found. &nbsp;Both my frontend and backend run on the
same machine, so the ip address is<br>&gt;&nbsp; <a href="http://127.0.0.1/" target="_blank">127.0.0.1</a> and I&#39;m using the default port (6543 I think).<br><br>To achieve the same effect, without touching <span style="background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word">
sql</span>, you could just rerun <span style="background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word">
MythSetup</span> and replace both instances where you see <a href="http://127.0.0.1">127.0.0.1</a> with the physical address (<span style="background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word">
ex</span>: <a href="http://192.168.1.100">192.168.1.100</a>).&nbsp; restart the backend and you should be all set.&nbsp; <span style="background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word">
</span><span style="background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word"></span>
<span style="background: yellow none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" class="goog-spellcheck-word"></span>  <br>

<br>
-Seth<br><br>On Nov 25, 2007 7:41 AM, Dave &lt;<a href="mailto:dave@0bits.com">dave@0bits.com</a>&gt; wrote:<br>Mark Rutten markgrutten at <a href="http://yahoo.com.au/" target="_blank">yahoo.com.au</a>:<br>&nbsp;&gt; I&#39;ve been running the head of mythtv development version, updating
<br>&nbsp;&gt; reasonably regularly. &nbsp;I updated using svn last night and now when<br>&nbsp;&gt; starting mythfrontend the backend server can&#39;t be found. &nbsp;Both my<br>&nbsp;&gt; frontend and backend run on the same machine, so the ip address is
<br>&nbsp;&gt; <a href="http://127.0.0.1/" target="_blank">127.0.0.1</a> and I&#39;m using the default port (6543 I think).<br>&nbsp;&gt;<br>&nbsp;&gt; Is there a way to overcome this problem? &nbsp;Is there something new that<br>&nbsp;&gt; I should be doing?
<br><br>I found the only solution was to use a non localhost ip address. Do this<br>in your mysql<br><br> &nbsp; select * from settings where value like &#39;%ServerIP&#39;<br><br>You should get<br><br>+-----------------+----------+
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">----------+<br>| value &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | data &nbsp; &nbsp; | hostname |<br>+-----------------+----------+----------+
<br>| BackendServerIP | 127.0.0.1| htpc &nbsp; &nbsp; |<br>| MasterServerIP &nbsp;| 127.0.0.1| NULL &nbsp; &nbsp; |<br>+-----------------+----------+----------+<br>2 rows in set (0.00 sec)<br><br><br>Change those to a non local ip address for machine&#39;s interface. So i had
<br>to do (my ip address was <a href="http://1.0.0.40/" target="_blank">1.0.0.40</a>) the following<br><br>update settings set data=&#39;<a href="http://1.0.0.40/" target="_blank">1.0.0.40</a>&#39; where value=&#39;MasterServerIP&#39;;
<br>update settings set data=&#39;<a href="http://1.0.0.40/" target="_blank">1.0.0.40</a>&#39; where value=&#39;BackendServerIP&#39;;<br><br><br>Now all is fine again.<br><br>Cheers<br>D<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a></blockquote><br><br><div class="gmail_quote">On Nov 25, 2007 6:13 AM, Mark Rutten &lt;<a href="mailto:markgrutten@yahoo.com.au">markgrutten@yahoo.com.au</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;ve been running the head of mythtv development version, updating reasonably regularly. &nbsp;I updated using svn last night and now when starting mythfrontend the backend server can&#39;t be found. &nbsp;Both my frontend and backend run on the same machine, so the ip address is 
<a href="http://127.0.0.1" target="_blank">127.0.0.1</a> and I&#39;m using the default port (6543 I think).<br><br>Is there a way to overcome this problem? &nbsp;Is there something new that I should be doing?<br><br><br> &nbsp; &nbsp; &nbsp;Make the switch to the world&#39;s best email. Get the new Yahoo!7 Mail now. 
<a href="http://www.yahoo7.com.au/worldsbestemail" target="_blank">www.yahoo7.com.au/worldsbestemail</a><br><br><br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">
mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>