<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 11, 2023 at 3:16 PM James Abernathy <<a href="mailto:jfabernathy@gmail.com">jfabernathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Oct 11, 2023 at 2:30 PM Roland Ernst <<a href="mailto:rcrernst@gmail.com" target="_blank">rcrernst@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr"><br></div><div>I would start with </div><div><span style="font-family:monospace"><font size="4">sudo updatedb</font></span></div><div>and repeat the above search with locate.</div><div>The  try to run for each mythtv program e.g.:<br></div><div><span style="font-family:monospace"><font size="4">which mythbackend</font></span><br></div><div>and see if it is located in the  /usr folder ( on Ubuntu, if installed, replace 'mythfrontend' with 'mythfrontend.real'</div><div>Check this with</div><div><span style="font-family:monospace"><font size="4">apt-cache policy</font></span></div><div>and <br></div><div>dpkg -l | grep myth</div><div><br></div><div>No need to re-install anything. Just remove the old remnants.<br></div><div><br></div><div>Roland</div><div> </div></div></div></blockquote><div><br></div><div>Thanks, I think I'm making progress.   </div><div><br></div><div>im@kubuntu-closet:~$ locate MythTV.pm<br>/usr/local/share/perl/5.34.0/MythTV.pm<br>/usr/local/share/perl/5.34.0/IO/Socket/INET/MythTV.pm<br>/usr/share/perl5/MythTV.pm<br>/usr/share/perl5/IO/Socket/INET/MythTV.pm</div><div><br>jim@kubuntu-closet:~$ locate static.py<br>/usr/lib/python3/dist-packages/MythTV/static.py<br>/usr/lib/python3/dist-packages/ansible_collections/fortinet/fortios/plugins/modules/fortios_router_static.py<br></div><div><br></div><div>It seems the python stuff is working as I can run ./find_orphans.py and clean up the lost stuff.  However when I run the backup script it still fails because of thinking it's schema 1378 </div><div><br></div><div>grep SCHEMA $(find /usr -name MythTV.pm 2>/dev/null) | head -1d -1<br>/usr/local/share/perl/5.34.0/MythTV.pm:    our $SCHEMA_VERSION = "1378";<br></div><div><br></div><div>which perl<br>/usr/bin/perl<br></div><div><br></div><div>Not sure what is going on with perl. I have one in local that seems to be getting updated occasionally.</div><div><br></div><div>jim@kubuntu-closet:~$ ls /usr/share/perl -l<br>lrwxrwxrwx 1 root root    6 Feb  6  2022 5.34 -> 5.34.0<br>drwxr-xr-x 1 root root 1990 Jun  6 13:58 5.34.0<br><br></div><div>jim@kubuntu-closet:~$ ls -l /usr/local/share/perl<br><br>drwxrwxr-x 1 root root 26 Jan 25  2022 5.32.1<br>drwxrwxr-x 1 root root 34 Jun 18 11:13 5.34.0<br>jim@kubuntu-closet:~$ <br></div><div><br></div><div>Jim A</div></div></div></blockquote><div><br></div><div><br></div><div>FOUND IT.  I moved the /usr/local/share/perl to a hidden place and now the database backup stuff works.</div><div><br></div><div>$ locate MythTV.pm<br>/usr/share/perl5/MythTV.pm<br>/usr/share/perl5/IO/Socket/INET/MythTV.pm<br></div><div><br></div><div>$ locate static.py<br>/usr/lib/python3/dist-packages/MythTV/static.py<br>/usr/lib/python3/dist-packages/ansible_collections/fortinet/fortios/plugins/modules/fortios_router_static.py<br></div><div><br></div><div>Thanks for the help,</div><div><br></div><div>Jim A</div><div><br></div></div></div>