<div dir="ltr">Just a heads-up that this won't work for anyone who has a Ceton InfiniTV card. That uses a virtual network interface, and the network-online.target is happy once ANY network interface comes online. What tends to happen with mine is:<div><br></div><div>1) System boots up</div><div>2) Ceton "network" comes up</div><div>3) systemd says, "hey, the network is up!"</div><div>4) mythbackend starts, listens on all available addresses</div><div>5) DHCP assigns address to ethernet card</div><div>6) Remote frontends fail to access mythbackend</div><div><br></div><div>-justin</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 2, 2017 at 2:40 PM, Peter Bennett <span dir="ltr"><<a href="mailto:cats22@comcast.net" target="_blank">cats22@comcast.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 07/02/2017 01:19 PM, Don Brett wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Is there a way make mythbackend wait until the network is ready?<br>
</blockquote>
<br>
<br></span>
If you are using systemd, which mythbuntu should be using, look at your mythtv-backend.service file. You should find it somewhere under /lib/systemd. It should include these lines. I believe there was a version where one of the items in these lines was misspelled.<br>
<br>
[Unit]<br>
Description=MythTV Backend<br>
Wants=mysql.service network-online.target<br>
After=mysql.service network-online.target<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailma<wbr>n/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing<wbr>_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div>