Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 229289 - openldap's slapd init script is way too quiet
Summary: openldap's slapd init script is way too quiet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo LDAP project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-24 20:54 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2008-10-14 10:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.