[mythtv-users] MythTV backend starts before HDHR tuners are available

David Engel david at istwok.net
Thu Nov 16 21:22:10 UTC 2023


On Thu, Nov 16, 2023 at 12:40:26PM -0500, Will Dormann wrote:
> So my questions at this point are:
> 
> 1) Is "Added 0 devices from <DeviceName>" a symptom of the MythTV backend
> starting up before the network is fully up?
> 
> 2) If 1) is true, what is an appropriate way to get an Ubuntu 22.04 system
> to start MythTV only after the network is fully up and running?

I have the following in my mythbackend.service file.  192.168.1.24 is
one of my HDHRs.

ExecStartPre=timeout 30 sh -c "while ! ping -c1 192.168.1.24 ; do sleep 1 ; done"

David
-- 
David Engel
david at istwok.net


More information about the mythtv-users mailing list