[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
backend_startup: bi_open 1 failed!
hi all,
i just installed openldap-2.0.15 on freebsd...
and using slurpd for replication.. it successfully installed on my first
slave server but the above error came out on my second slave server..
below is my slapd.conf for master & slave server
the complete error is stated below (after run this command
/usr/local/libexec/slapd -d 255)
slapd startup: initiated.
backend_startup: bi_open 1 failed!
slapd shutdown: initiated
ldbm backend syncing
ldbm backend done syncing
====> cache_release_all
slapd shutdown: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
MASTER slapd.conf
include /usr/local/etc/openldap/schema/core.schema
schemacheck off
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
cachesize 0
suffix "dc=hate,dc=mu,dc=fc,dc=net"
directory /usr/local/openldap-ldbm
rootdn "uid=admin,dc=hate,dc=mu,dc=fc,dc=net"
rootpw secret
# replication directives for 1st slave server
replogfile /usr/local/openldap-slurp/replica/slurpd.replog
replica host=10.10.10.2:389
binddn="uid=admin,dc=hate,dc=mu,dc=fc,dc=net"
bindmethod=simple
credentials=secret
# replication directives for 2nd slave server
replogfile /usr/local/openldap-slurp/replica/slurpd.replog
replica host=10.10.10.3:389
binddn="uid=admin,dc=hate,dc=mu,dc=fc,dc=net"
bindmethod=simple
credentials=secret
1st SLAVE slapd.conf
include /usr/local/etc/openldap/schema/core.schema
schemacheck off
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
cachesize 0
suffix "dc=hate,dc=mu,dc=fc,dc=net"
directory /usr/openldap-ldbm
rootdn "uid=admin,dc=hate,dc=mu,dc=fc,dc=net"
rootpw secret
updatedn "uid=admin,dc=hate,dc=mu,dc=fc,dc=net"
2nd SLAVE slapd.conf
include /usr/local/etc/openldap/schema/core.schema
schemacheck off
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
#######################################################################
# ldbm database definitions
#######################################################################
database ldbm
cachesize 0
suffix "dc=hate,dc=mu,dc=fc,dc=net"
directory /usr/openldap-ldbm
rootdn "uid=admin,dc=hate,dc=mu,dc=fc,dc=net"
rootpw secret
updatedn "uid=admin,dc=hate,dc=mu,dc=fc,dc=net"