El 01/07/16 a las 23:36, David A. De Graaf escribió:
Thank you, Jose Maria Terry Jimenez.
Your answer, combined with Sam Varshavchik's, has solved my problem.

It is necessary to fix TWO things:

1)  systemctl enable NetworkManager-wait-online

2)  Correct the starting criteria for httpd.service:
   # diff /usr/lib/systemd/system/httpd.service \
     /etc/systemd/system/httpd.service
   19c19,21
   < After=network.target remote-fs.target nss-lookup.target
   ---
   > Wants=network-online.target
   > After=network-online.target remote-fs.target nss-lookup.target
   > ## After=network.target remote-fs.target nss-lookup.target

With BOTH fixes, httpd now starts correctly.

You're welcome

Best,
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
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

Reply via email to