Bill Davidsen writes:
Thomas Horsley wrote:Probably this: https://lists.fedoraproject.org/pipermail/users/2014-July/ 451332.htmlThanks, this is undoubtedly why I have had to start (or restart) a bunch of stuff after the net-fs is working. My rc.local is basically awhile net-not-up; do sleep 1 done stuff that failedHave to look and see how hard it is to go back to sysvinit, which is dumb but reliable within its limited capabilities.
For me, wait-for-network.service appears to be working fairly reliably. Just in case anyone wants it, without having to dig through that sordid thread, save this in /etc/systemd/system, and don't forget to systemctl enable it. Of course, this will only work until systemd's dependency resolution logic changes again, with no advance notice:
[Unit] Description=Wait for network ports to be initialized Before=network.target network-online.target After=network.service Wants=network.target [Service] Type=oneshot ExecStart=/usr/bin/true [Install] WantedBy=multi-user.target
Attachment:
pgpLOzE09L2Ol.pgp
Description: PGP signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org