[mythtv-users] BE3 - Issues with installation and database

Bill Meek keemllib at gmail.com
Sun May 26 18:23:02 UTC 2019


On 5/26/19 12:50 PM, Barry Martin wrote:
> 
>     barry at Backend-3:~$ ls -ld /etc/mythtv/config.xml /home/{mythtv,barry}/.mythtv/config.xml
>     -rw-rw---- 1 mythtv mythtv 454 May 20 15:03 /etc/mythtv/config.xml
>     -rw-r--r-- 1 barry barry   487 May 20 15:04 /home/barry/.mythtv/config.xml
>     lrwxrwxrwx 1 root root 22  May 12 17:59     /home/mythtv/.mythtv/config.xml -> /etc/mythtv/config.xml

The middle one is in error. rm /home/barry/.mythtv/config.xml, then as
user barry (not root) type:

     ln -s /etc/mythtv/config.xml ~/.mythtv/config.xml

It doesn't hurt anything, as long as the data in the file is the
same (which you proved it wasn't.)

The links just make life easier because there's only one file
with data and two others pointing to it.

-- 
Bill


More information about the mythtv-users mailing list