Bug 171271 - ldap does not start after power failure
Summary: ldap does not start after power failure
Keywords:
Status: CLOSED DUPLICATE of bug 171272
Alias: None
Product: Fedora
Classification: Fedora
Component: openldap
Version: 4
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jay Fenlason
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-10-20 07:59 UTC by Alexey Baj
Modified: 2014-08-31 23:27 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-10-20 08:06:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Alexey Baj 2005-10-20 07:59:46 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.2 (like Gecko)

Description of problem:
After power failure there is a high probability that ldap startup script would  
hang or would fail but report success. To make it start again one has to  
either recreate databases or run db_recover -h /var/lib/ldap, THEN run  
slaptest as user ldap.  

Version-Release number of selected component (if applicable):
openldap-servers-2.2.23-5

How reproducible:
Sometimes

Steps to Reproduce:
1. start slapd   
2. press 'reset'   
3. boot computer again  
      

Actual Results:  boot process hangs on "Starting slapd"   
or  . 
"Starting slapd [ OK ]", but slapd is not running. 

Expected Results:  At very least, init script should not block booting, and report failure if 
slapd fails to start. 
 
Maybe good thing is to run db_recovery each time slapd starts. 

Additional info:

When one manually runs db_recover $PATH_TO_LDAP_DB, then /sbin/service ldap 
start, in $PATH_TO_LDAP_DB files __db.* will be created with root permissions, 
and slapd would still not run. Cause is slaptest in init script.

Comment 1 Ignacio Vazquez-Abrams 2005-10-20 08:06:07 UTC

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


Note You need to log in before you can comment on or make changes to this bug.