Description of problem: We have an apache installation that loads a module from /usr/local which is NFS mounted. httpd fails to start at boot time although it can be successfully started with systemctl after boot. If the module is placed on a local filesystem everything works fine. Version-Release number of selected component (if applicable): httpd-2.2.21-1.fc15.x86_64 How reproducible: Always. Steps to Reproduce: 1. NFS mount /usr/local 2. Configure an apache module to be loaded from /usr/local 3. Enable httpd, "systemctl enable httpd.service" 4. reboot Actual results: httpd fails to start at boot but can be started manually with systemctl Expected results: httpd should start at boot Additional info: I suspect that apache is starting before netfs and autofs although I don't quite know how to check this since httpd is still a SysV init script.
*** This bug has been marked as a duplicate of bug 751591 ***