[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Internal (implementation specific) error (80)
- To: openldap-software@OpenLDAP.org
- Subject: Internal (implementation specific) error (80)
- From: Fabien Germain <fabien.germain@gmail.com>
- Date: Wed, 1 Feb 2006 17:59:45 +0100
- 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=nByC4ZAA3lFM2JsZ6+c2IgbkvC8oo3nPhxN1F7gAxSCAQAFkGlqLqHarpvWOIMyjwft/GJyIS038Eft2Yv58HV+9Na3KcNs2z89aZW7NfIaMxa1B/P1XcqJYkAOR6YOh4PgCmfGjXMQMuC4Ex8hyR+MExTQpS6szuQ21dtbZ/ZQ=
Hello,
I'm moving my current OpenLDAP to a new server. Old and new servers
are both RHEL 4, with OpenLDAP v2.2.13. I copied /var/lib/openldap/*
(dirty, I know, but it works) and /etc/openldap/* to the new server,
started it : ok, it works great. The problem is when I try to modify
or add a new entry, I got strange errors, then the LDAP base crashes
and I can't restart it :-( Moreover, I don't always have the same
error :
# ldapadd -x -D "cn=admin,dc=ch-test,dc=loc" -w mypass < /tmp/USER
adding new entry "uid=fabien,ou=People,dc=ch-test,dc=loc"
ldap_add: Internal (implementation specific) error (80)
additional info: index generation failed
# ldapadd -x -D "cn=admin,dc=ch-test,dc=loc" -w mypass < /tmp/USERGRP
adding new entry "cn=fabien,ou=Group,dc=ch-test,dc=loc"
ldap_add: Internal (implementation specific) error (80)
additional info: txn_commit failed
Another try later, with a new restored base :
# ldapadd -x -D "cn=admin,dc=ch-test,dc=loc" -w mypass < /tmp/USER
adding new entry "uid=fabien,ou=People,dc=ch-test,dc=loc"
ldap_add: Internal (implementation specific) error (80)
additional info: entry store failed
Any suggestion ?
Fabien