[mythtvnz] Frontend on another computer
Duncan Kennington
mythtvnz@lists.linuxnut.co.nz
Fri, 13 Jan 2006 08:53:50 +1300 (NZDT)
Check your settings table in the database -
SELECT * FROM settings WHERE value IN ('BackendServerIP', 'MasterServerIP')
BackendServerIP 192.168.0.90 frontend1
BackendServerIP 192.168.0.90 frontend2
MasterServerIP 192.168.0.90 NULL
The MasterServer IP is global - the hostname is NULL. Each Frontend should have
an entry corresponding to the backend (including the frontend running on the
backend).
Good luck!
Quoting Robert Fisher <robert@fisher.net.nz>:
> On Thu, 12 Jan 2006 7:27 pm, Duncan Kennington wrote:
> > This suggests you're running a different version of the frontend than
> you
> > have on the backend. If you have mythweb running, check the Backend
> > Status page - the title for this (at least used to before they
> overhauled
> > mythweb in the current SVN) show the backend version, it should be
> >
> > 0.18.1.20050510-1
>
> No, actually after several hours of hair pulling and suspecting that I
> had
> really stuffed things up (I was getting the same errors on my main
> MythTV
> box) I found a post on the Gentoo Forums which got me going on the main
>
> machine again.
>
> Excerpt below.......
>
> Apparently, MythTV likes to have both options for IP addresses set to
> the same
> in the general setup, and it doesn't like to host a mythfrontend on the
> same
> machine if you change the ip to an externally accessible one. Here's why
> I
> figure this:
>
> I originally had it setup as 127.0.0.1 for both IPs (master backend, and
>
> backend IP)
>
> Then, since I wanted to run a front end on my desktop machine upstairs,
> I had
> to change the IP's to the externally accessible IPs (192.168.50.10).
> When they are set this way, Myth Frontend on the machine running the
> backend
> has trouble connecting to itself. However, if I changed the backend IP
> to
> 127.0.0.1 (the bottom option in the mythtv-setup menu), it timed out and
>
> couldn't connect. On the other hand, if both IPs were 127.0.0.1, it
> seemed to
> work.
>
> --
> Regards, Robert
>
> --------------------------------------------------------------
> Robert Fisher
> (aka - Rob, Bob, Robbie, Robbo, Fish)
> FishNet Computer & Electrical Services
> www.fisher.net.nz
> Phone: 03 383 5807
> Mobile: 027 477 3356
>
>
> _______________________________________________
> mythtvnz mailing list
> mythtvnz@lists.linuxnut.co.nz
> http://lists.ourshack.com/mailman/listinfo/mythtvnz
> Archives http://www.gossamer-threads.com/lists/mythtv/mythtvnz/
>