<div dir="ltr">Bill thanks for all the advice.  I'm really grateful.  I have started over just to get back to square one and undo anything I have screwed up.  I have two questions about xmltv I will post on the other thread.  Re installation:  Should I run everything--i.e. mythtv-setup, xmltv config--as user mythtv rather than as user steve?  I'm thinking the answer is yes and this is where I started developing problems before.<div><br></div><div>\</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 25, 2020 at 1:11 PM Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@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">On 7/25/20 2:58 PM, DryHeat122 wrote:<br>
> <br>
> <br>
> On Sat, Jul 25, 2020 at 12:41 PM DryHeat122 <<a href="mailto:dryheat122@gmail.com" target="_blank">dryheat122@gmail.com</a> <mailto:<a href="mailto:dryheat122@gmail.com" target="_blank">dryheat122@gmail.com</a>>> wrote:<br>
> <br>
>     On Sat, Jul 25, 2020 at 12:37 PM Bill Meek <<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a> <mailto:<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>>> wrote:<br>
> <br>
>         On 7/25/20 2:26 PM, DryHeat122 wrote:<br>
>         [snip]<br>
> <br>
>         That's *perfect*, maybe. The entries in ~ and ~mythtv should be symbolic links to<br>
>         the one in /etc/mythtv. I'm asking because it's common for one of those links to<br>
>         be broken and be replaced by a file and I've never been able to find out why.<br>
> <br>
>         This please:<br>
> <br>
>             ls -ld /etc/mythtv/config.xml {~,~mythtv}/.mythtv/config.xml<br>
> <br>
> <br>
>     -rw-rw---- 1 mythtv mythtv 452 Jul 25 07:54 /etc/mythtv/config.xml<br>
>     lrwxrwxrwx 1 root   root    22 Jul 25 07:54 /home/mythtv/.mythtv/config.xml -> /etc/mythtv/config.xml<br>
>     -rw-rw-r-- 1 steve  steve  565 Jul 25 11:23 /home/steve/.mythtv/config.xml<br>
> <br>
> ...You know, I'm thinking the mistake I made was not installing the OS as user mythtv, and maybe I should just start over and do that.<br>
<br>
<br>
I wouldn't start over. Note that /home/steve/.mythtv/config.xml is a file, not a<br>
symbolic like like /home/mythtv/.mythtv/config.xml is. Also note that the two<br>
files have different sizes. This *can* be OK as long as the DB credentials are<br>
the same. This is where folks get in trouble. Common report is that the backend<br>
runs OK, but the user can't start the frontend ('cause it connect to the DB.)<br>
<br>
I'd rm /home/steve/.mythtv/config.xml and link it to /etc/mythtv/config.xml<br>
<br>
   ln -s /etc/mythtv/config.xml /home/steve/.mythtv/config.xml<br>
<br>
*Assuming the backend is running OK*, proving that the data in /etc/mythtv/config.xml<br>
is correct.<br>
<br>
-- <br>
Bill<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</blockquote></div>