[mythtv-users] Cannot connect to backend?

Mark Rutten markgrutten at yahoo.com.au
Tue Nov 27 09:51:07 UTC 2007


----- Original Message ----
> From: Dave dave at 0bits.com
> 
> I found the only solution was to use a non localhost ip address. Do this 
> in your mysql
> 
> select * from settings where value like '%ServerIP'
> 
> You should get
> 
> +-----------------+----------+----------+
> | value | data | hostname |
> +-----------------+----------+----------+
> | BackendServerIP | 127.0.0.1| htpc |
> | MasterServerIP | 127.0.0.1| NULL |
> +-----------------+----------+----------+
> 2 rows in set (0.00 sec)
> 
> 
> Change those to a non local ip address for machine's interface. So i had 
> to do (my ip address was 1.0.0.40) the following
> 
> update settings set data='1.0.0.40' where value='MasterServerIP';
> update settings set data='1.0.0.40' where value='BackendServerIP';
> 
> 
> Now all is fine again.
> 
> Cheers
> D

 
Brilliant!  That worked.  I set it using mythtv-setup, rather than using mysql, but it's all good now.
Thanks for your help
 
Mark.


      Make the switch to the world's best email. Get the new Yahoo!7 Mail now. www.yahoo7.com.au/worldsbestemail




More information about the mythtv-users mailing list