[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#3699) [devel] back-config parsing error



Full_Name: Quanah Gibson-mount
Version: HEAD 2005-05-02
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.66.182.82)


After creating a slapd.d directory, and letting my conf file be parsed into
back-config, things work as expected.  However, if I stop my server, and restart
it, it spits out the error:

May  2 22:00:56 ldap-dev0.Stanford.EDU 
quanah@ldap-dev0.Stanford.EDU:/usr/local/build/openldap-head-20050502/servers/slapd
May  2 22:00:56 ldap-dev0.Stanford.EDU slapd[15901]: [ID 606389 local4.debug]
olcDatabase: value #0: <olcDatabase> failed init (}monitor)!
May  2 22:00:56 ldap-dev0.Stanford.EDU slapd[15902]: [ID 100111 local4.debug]
slapd starting


This is repeatable, and seems to be triggered by having a back-monitor database
defined after a bdb database.

--Quanah