Bug 186448

Summary: boot process hangs with current init level
Product: [Fedora] Fedora Reporter: Juan A. Burgos <surkum>
Component: nss_ldapAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 5CC: ask, briang, elsmorian, jsafrane, rollercow
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-22 13:23:40 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:
Bug Depends On: 186527    
Bug Blocks:    

Description Juan A. Burgos 2006-03-23 17:15:10 UTC
Description of problem:


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

fc5 openldap-servers release version 2.3.19 

How reproducible:

every time the machine boots

Steps to Reproduce:
1. Install fc5 with ldap auth in the same machine as the server runs.
2. boot the machine.
3.
  
Actual results:
the machine hangs looking for the ldap service which is not already up.

Expected results:
the machine continue to boot and presents a login screen.

Additional info:

Modifying the init script to run at S12 alows the machine to boot fine.

During the fistboot auth config the machine hangs to.

Comment 1 Chris Jones 2006-04-05 16:33:22 UTC
I see this as well.

Comment 2 Chris Nguyen 2006-07-06 18:43:58 UTC
I've seen this since I've installed FC5.

Startup looks like its hung, but its waiting for a timeout.  Once the timeout
expires, FC5 boots up fine.

I've been waiting for an openldap update.

Comment 3 Chris Nguyen 2006-09-18 17:22:09 UTC
I have found a solution to the extremely slow startup.

In /etc/ldap.conf, uncomment the following line
# Just assume that there are no supplemental groups for these named users
nss_initgroups_ignoreusers root,ldap

The solution was posted here:
http://www.fedoraforum.org/forum/showthread.php?t=105954

Comment 4 Chris Jones 2006-09-19 14:27:37 UTC
Probably the same bug as [186527]

Comment 5 Jan Safranek 2007-05-22 13:06:50 UTC
please uncomment nss_initgroups_ignoreusers in default /etc/ldap.conf

Comment 6 Juan A. Burgos 2007-05-22 13:22:44 UTC
This issue was solved in fc6 as Jan comment above.