Bug 725318

Summary: /etc/rc.local claims to come up after all init scripts, but doesn't.
Product: Red Hat Enterprise Linux 5 Reporter: Madison Kelly <mkelly>
Component: initscriptsAssignee: initscripts Maintenance Team <initscripts-maint-list>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.7CC: notting
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-25 19:48:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Madison Kelly 2011-07-25 05:24:51 UTC
Description of problem:

In the header of '/etc/rc.local', it reads:
====
# This script will be executed *after* all the other init scripts.
====

However, it is actually started as S99local, which means that any init.d scripts sequentially after S99local (ie: S99rgmanager) will not start until after the /etc/rc.local scripts exit.  

Version-Release number of selected component (if applicable):

initscripts-8.45

How reproducible:

100%

Steps to Reproduce:
1. Create a script that expects rgmanager to be running
2. Add it to /etc/rc.local
3. Watch boot and see your script fail, then have rgmanager start
  
Actual results:

Does not start after all init.d scripts.

Expected results:

Start after all init.d scripts.

Additional info:

The 'rgmanager' example is just that, an example.

Comment 1 Bill Nottingham 2011-07-25 19:48:26 UTC

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