[mythtv-users] find_orphans.py not working as expected

Roland Ernst rcrernst at gmail.com
Fri May 15 18:34:52 UTC 2020


On Fri, May 15, 2020 at 8:14 PM Bill Meek <keemllib at gmail.com> wrote:

> On 5/15/20 12:51 PM, Roland Ernst wrote:
>
> ...
>
> > Gary
> > MythTV v29 changed the behaviour for
> > 'BackendServerAddr', 'BackendServerIP', 'BackendServerIP6'
> > as described in ticket https://code.mythtv.org/trac/ticket/13024.
> >
> > In short:
> > If someone explicitly wants a 'BackendServerIP' or 'BackendServerIP6'
> > this must be entered in the database during the setup step.
> > But 'BackendServerAddr' should be always in the database for each
> backend.
> >
> > The script 'find_orphans.py' iterates over all backends, therefore
> > I kindly ask you to change every occurrence of
> > 'BackendServerIP' to 'BackendServerAddr' in this script and try again.
>
> If that's done via mysql, don't forget to run: mythutil --clearcache
> after the changes.
>
> --
> Bill
>
>

And, please post the output of


select * from settings where value like 'BackendServer%';
>

and

select * from settings where value like 'Master%';
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20200515/84074283/attachment.htm>


More information about the mythtv-users mailing list