[mythtv-users] Separate Frontend - New Install

Bill Meek keemllib at gmail.com
Sat Aug 5 03:05:07 UTC 2017


On 08/04/2017 09:04 PM, Ashu Desai wrote:
> [mythtv at mythfe7 ~]$ chmod 755/home/mythtv/.mythtv/config.xml
> 
> [mythtv at mythfe7 ~]$ ls -ahl/home/mythtv/.mythtv/config.xml
> -rwxr-xr-x 1 mythtv mythtv 604 Aug  4 16:42/home/mythtv/.mythtv/config.xml

config.xml isn't an executable. Mode 664 is good (and isn't
the problem.) This line says the frontend has connected to
the database:

     2017-08-04 22:16:04.669452 D [7102/7102] CoreContext mythcontext.cpp:433 (FindDatabase) - FindDatabase() - Success!

> https://pastebin.com/tbXraUPX

Try this:  nmap -p 6543 172.16.10.54
from the remote frontend.

Looking for these two lines:

   PORT     STATE SERVICE REASON
   6543/tcp open  mythtv  syn-ack

sudo apt-get install nmap if you don't have it. It's
a handy tool to have around.

-- 
Bill


More information about the mythtv-users mailing list