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

Bill Meek keemllib at gmail.com
Sun May 26 14:55:45 UTC 2019


On 5/26/19 8:56 AM, Barry Martin wrote:

...

>     barry at Backend-3:~$ cat /etc/mythtv/config.xml
> 
>     <Configuration>
> 
>     <Database>
> 
>     <PingHost>1</PingHost>
> 
>     <Host>192.168.0.3</Host>   <----------------------------
> 

...

No need to guess what config.xml is in play. Just look at the log output.
A line containing this will give you the answer:

     ... Using configuration directory = /home/mythtv/.mythtv

That's likely your case and in the above output is wrong. Change
the Host IP address to localhost, as mentioned before.

Important, run: mythtv-setup. Don't use --loglevel err because that
masks too much.

/home/barry/.mythtv/config.xml and /home/mythtv/.mythtv/config.xml
should be symbolic links to /etc/mythtv/config.xml. You can check
that with:

     ls -ld /etc/mythtv/config.xml /home/{mythtv,barry}/.mythtv/config.xml

Be sure to read this: https://www.mythtv.org/wiki/Config.xml#Troubleshooting

-- 
Bill


More information about the mythtv-users mailing list