[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
can not backup using slapcat+ldbm+openldap-2.3.20
- To: openldap-software@OpenLDAP.org
- Subject: can not backup using slapcat+ldbm+openldap-2.3.20
- From: "Yoseph Basri" <yoseph.basri@gmail.com>
- Date: Sat, 3 Jun 2006 11:17:00 +0800
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=npR7CEYd/TMQCarQQEFCC3IoSgTxeJLqBoZV2E3qMJx9gQx9xIUwy7yIiUHMxqi/OSrOSAHQxi8aDqHcr5PDOY51Y73EOn4fEMwwGRlFRMqn9+SRHU/dke8j3Q8LsZyMej0H4emUBWYHHZXrhtxiRgx379wyyDj86EmUb1Mhtik=
Hi OpenLDAP users,
I'm facing problem to backup my database when using openldap 2.3.20.
I need to create backup database ldbm using slapcat command. But I
have problem when run command #slapcat -l <filename> while slapd
service is running.
the error message:
ldbm_back_db_open: database already in use
backend_startup_one: bi_db_open failed! (-1)
slap_startup failed
If i stop slapd and run the command again, there is no error and
slapcat success backup the file.
my current system:
openldap-2.3.20+ldbm backend
uname:
Linux <hostname> 2.6.16.16 #1 SMP Wed May 24 11:12:13 SGT 2006 i686 GNU/Linux
I have tested also openldap-2.3.20 using DBD backend, and slapcat can
run successfully without stop slapd.
Another server running openldap-2.2.26+ldbm, and no error also.
Anyone has the same problem and any solution for this problem?
Thanks
YB