MythTV backend not binding to local network address after startup

Barry Scott barry at barrys-emacs.org
Mon Aug 24 15:33:02 CEST 2015


On Friday 21 August 2015 06:51:33 Paul Wilson wrote:
> I opened MythWeb after upgrading to Fedora 22 found that it couldn't
> connect to port :6543
> 
> 
> I found this in the MythBackend log file
> 
> 2015-08-20 18:03:10.717807 C [1525/1525] CoreContext serverpool.cpp:267
> (SelectDefaultListen) - ServerPool: Host is configured to listen on
> 192.168.0.2, but address is not used on any local network interfaces.
> 
> [root at mythbox .mythtv]# netstat -n | grep ":6543"
> tcp        0      0 127.0.0.1:44792         127.0.0.1:6543
> ESTABLISHED
> tcp        0      0 127.0.0.1:44791         127.0.0.1:6543
> ESTABLISHED
> tcp        0      0 127.0.0.1:6543          127.0.0.1:44791
> ESTABLISHED
> tcp        0      0 127.0.0.1:6543          127.0.0.1:44792
> ESTABLISHED
> 
> 
> I googled a few solutions about and found that a SSD base solution was
> starting backend before network is initialized.
> 
> Do I need to add another prereq to systemd config?
> eg
> Wants=network-online.target to mythbackend.service

For sequencing you need to use After= and Requires= rather then Wants=

Barry

> 
> Paul


More information about the rpmfusion-users mailing list