[Bug 569953] New: dbus startup on boot very slow if ldap authentification is active
http://bugzilla.novell.com/show_bug.cgi?id=569953 http://bugzilla.novell.com/show_bug.cgi?id=569953#c0 Summary: dbus startup on boot very slow if ldap authentification is active Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86 OS/Version: openSUSE 11.2 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: Alexander.Fleischer@tu-ilmenau.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.6) Gecko/20091201 SUSE/3.5.6-1.1.1 Firefox/3.5.6 After configuring LDAP authentification via yast the system needs about 20 minutes to start the dbus-daemon on boot. I got a lot of ldap messages in /var/log/messages like these: Jan 12 12:01:44 w2 dbus-daemon: nss_ldap: failed to bind to LDAP server ldaps://10.0.0.10: Can't contact LDAP server Jan 12 12:01:44 w2 dbus-daemon: nss_ldap: reconnecting to LDAP server (sleeping 8 seconds)... Of course, because network is started after dbus, dbus can't connect to the ldap server, and waits several times until the timeout is reached. Network has dbus as "required-start", so i can't change the startup order and add $network to required-start in the dbus script. My temporary solution is to replace the /etc/nsswitch.conf file with a one without ldap access in /etc/init.d/boot.local and restoring the original one after the network is up. Reproducible: Always Steps to Reproduce: 1. Configure LDAP Authentification via yast 2. reboot Actual Results: Boot stops for about 20 minutes at "Starting D-Bus daemon", ldap errors in /var/log/messages (see details) Expected Results: No delay during boot -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=569953 http://bugzilla.novell.com/show_bug.cgi?id=569953#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |mravichandra@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=569953 http://bugzilla.novell.com/show_bug.cgi?id=569953#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |jjohansen@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=569953 http://bugzilla.novell.com/show_bug.cgi?id=569953#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |thoenig@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=569953 http://bugzilla.novell.com/show_bug.cgi?id=569953#c3 Timo Hoenig <thoenig@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |thoenig@novell.com Resolution| |FEATURE --- Comment #3 from Timo Hoenig <thoenig@novell.com> 2010-03-05 11:33:40 UTC --- We have basically two different network stacks: the old traditional one(ifconfig, ifup & friends) and NetworkManager. NetworkManager requires D-Bus. As LDAP requires a working network environment this is a mutual dependency. The only possibility I can see would be two different versions of /etc/init.d/network : One for NetworkManager, one for the traditional setup. The one for the traditional setup would not require D-Bus and thus would work for your setup. Alexander. I assume that this better fits into the category feature, therefore I kindly ask to file a feature request using FATE -- see http://en.opensuse.org/OpenFate . -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com