Solved - Can't connect to backend
#1
Marking as solved. Systemd-resolved was the problem. Moving the /etc/resolv.conf symlink to something else and making a static /etc/resolv.conf and everything works flawlessly.

I have no vested interest in systemd vs the world, but this is just bad when it flat out breaks a network or software in a person's lan.


https://paste.ee/p/00whg

Mythtv .29 on Ubuntu 18.04 fresh installation. Accessing via Kodi 18 Leia. My living room htpc is direct booting to Kodi and I'm watching tv as we speak through the mythtv backend. However my machine in my bedroom can't connect to the backend. I'm not sure why. It is also Kodi 18 via the unstable ppa.

I'm also finding that my thumbnails of local media aren't loading properly on the bedroom box. But I can click the invisible boxes and it starts playing, it's getting the db.

Found this command in another thread. I've double checked that Mythtv user in mysql has the proper permissions. i've restarted both the server & the bedroom a few times.
 
Code:
 sudo netstat -tanp | grep 3306
[sudo] password for jason: 
tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN      1367/mysqld         
tcp        0      0 192.168.1.2:3306        192.168.1.2:41066       ESTABLISHED 1367/mysqld         
tcp        0      0 192.168.1.2:41066       192.168.1.2:3306        ESTABLISHED 5521/kodi-x11
Reply

Logout Mark Read Team Forum Stats Members Help
Solved - Can't connect to backend0