Bug 750595

Summary: httpd fails to start at boot when loading modules over NFS
Product: [Fedora] Fedora Reporter: Elliott Forney <elliott.forney>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: jkaluza, jorton, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-11-10 01:24:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Elliott Forney 2011-11-01 17:41:47 UTC
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.

Comment 1 Joe Orton 2011-11-10 01:24:52 UTC

*** This bug has been marked as a duplicate of bug 751591 ***