<div dir="auto"><br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Fri, Jun 21, 2024, 10:46 James Abernathy <<a href="mailto:jfabernathy@gmail.com" rel="noreferrer noreferrer" target="_blank">jfabernathy@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div><br></div><div>Okay, it's fixed now.  What I did was delete the link in /home/jim/.mythtv for config.xml to /home/mythtv/.mythtv/config.xml.</div><div><br></div><div>Then I just copied /etc/mythtv/config.xml to /home/jim/.mythtv/config.xml and that worked.</div></div></div></blockquote></div><div dir="auto"><br></div><div dir="auto">Hello James,</div><div dir="auto"><br></div><div dir="auto">I believe the problem you are seeing is intrinsic with the way that Debian creates a new user directory, to not allow anyone else except that user to read it, or chdir to it.</div><div dir="auto"><br></div><div dir="auto">This user home directory is likely explicitly permission 700.  </div><div dir="auto">rwx --- ----</div><div dir="auto"><br></div><div dir="auto">I suspect that the installation for the package created for Debian makes this permission more permissive, perhaps something like</div><div dir="auto"><br></div><div dir="auto">711 rwx--x--x</div><div dir="auto"><br></div><div dir="auto">This would allow access to the files in the directory, if you know the file name, and if the file is permissive enough to you.</div><div dir="auto"><br></div><div dir="auto">Or 744 rwxr-xr-x</div><div dir="auto">Which would allow actual directory content listing.</div><div dir="auto"><br></div><div dir="auto">I believe the error is caused by that one simple fact.</div><div dir="auto"><br></div><div dir="auto">If you manually instead change the permissions on the directory to either of the two that I mentioned, your process should work.  </div><div dir="auto"><br></div><div dir="auto">Perhaps the installation scripts should double check the permissions and correct them if the directory already exists?</div><div dir="auto"><br></div><div dir="auto">Mike</div><div class="gmail_quote" dir="auto"></div></div>