Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 229289

Summary: openldap's slapd init script is way too quiet
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo LDAP project <ldap-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-06-24 20:54:48 UTC
enterprise ~ # /etc/init.d/slapd start
slapd            | * Caching service dependencies ...                                                                                                                          [ ok ]
slapd            | * Starting ldap-server ...                                                                                                                                  [ !! ]
slapd            | * ERROR: slapd failed to start

Now this does not help a lot to find why it failed as syslog is also empty. Removing the --quiet option to s-s-d shows instead

enterprise ~ # /etc/init.d/slapd start
slapd            | * Caching service dependencies ...                                                                                                                          [ ok ]
slapd            | * Starting ldap-server ...
slapd            |Unrecognized database type (hdb)
slapd            | * start-stop-daemon: failed to start `/usr/lib64/openldap/slapd'                                                                                            [ !! ]
slapd            | * ERROR: slapd failed to start

Quite a bit more helpful. Maybe you should remove --quiet from the s-s-d call?

Thanks,
Diego
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2008-10-14 10:29:25 UTC
incvs.