[mythtv-users] Using MythTV 'offline'?

PlainFaceBoy plainfaceboy at hotmail.com
Fri Jan 4 11:00:54 UTC 2013


I've checked the last suggestion below and it is listening on 127.0.0.1.
The other two possible solutions (static IP and fixing system network) sound reasonable, but I don't know how to do either!
My ISP dynamically assigns my IP each time I connect, so not sure how I would make a static IP - or would it be be one of the 192.168.0's....etc?
Thanks.

> On 12/28/2012 09:01 AM, PlainFaceBoy wrote: 
>> Hi - I've got mythtv working fine (version 0.25/fixes with Ubuntu 12.04 64bit), front and back end both on the same machine, but I have to have my router switched on else I get the message; 
>> 'Could not connect to the master backend server. Is it running? Is the IP address set for it in mythtv-setup correct?' 
>> Is this normal? IP address in backend is 127.0.0.1. If I switch my router on, and restart all is fine and it connects and my recordings appear etc. 
>> Not a huge problem, but as they're both in one box shouldn't I be able to use mythtv "offline" - is there something I can do to fix this? 
>> Thanks
> 
> It's your system's network management code "shutting down" networking when your router is gone. You'll have to fix it there. 
> Mike 

Why not set a static IP for the box, and point to that? 


Could it be that MySQL is either not listening on 127.0.0.1 and/or MySQL permissions are rejecting logins from 127.0.0.1, but accepting from 192.168.x.x? 

To check what address the MySQL daemon is listening on (from Bash): 
bash$ sudo netstat -npl | grep 3306 

To check what address the mythtv MySQL user is allowed to connect to MySQL on (from MySQL prompt): 

Post the results of the above commands here, if you're unsure. 

Joe 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20130104/a9cd014a/attachment.html>


More information about the mythtv-users mailing list