> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:mythtv-users- > [EMAIL PROTECTED] On Behalf Of Donavan Stanley > Sent: Tuesday, July 19, 2005 9:51 AM > To: Discussion about mythtv > Subject: Re: [mythtv-users] pcHDTV HD3000, MythTV, DVB > > On 7/19/05, Marc Tousignant <[EMAIL PROTECTED]> wrote: > > The other one > > 2005-07-18 20:35:50.490 Connecting to backend server: 127.0.0.1:6543 > (try 1 > > of 5) > > Connection timed out. > > > > This means that either your mysql server is not started or it does not > exist > > at localhost (127.0.0.1:6543) > > Ummm no, that means it can't connect to the master MythTV backend to > tell it there are new programs available.
Exactly.. It does not exist at localhost (127.0.0.1:6543) The master backend can not be set to connect to mysql on localhost/127.0.0.1 if you have slaves or remote frontends. This is because, while the master backend will work fine, the slaves/frontends will initially be told to connect to 192.168.1.1 (or whatever your master backend ip is) and then update their record from the master telling each that the server is at localhost. The next time they try to connect they fail because the master is not located at localhost. The backend can only be set to localhost if everything mysql/backend/frontend are all on the same system.
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
