[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
syncrepl error Resource temporarily unavailable
- To: openldap-software@OpenLDAP.org
- Subject: syncrepl error Resource temporarily unavailable
- From: "Daniel Kobayashi Imori" <daniel.imori@gmail.com>
- Date: Mon, 5 Jun 2006 15:54:17 -0300
- 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=QjRunU2WHA/g9K1LomzVRRBJPc8stCEK7P6PAOTdQuRsqkwb9+QkH5HCrUX2ioVdbNBgR0tiWO637ToHgQo2zJ81XHGh0yxCNXekFMTvzktmKsVqgTTgMninKqh7mxq4ifPiewQT8DoeKohoeJO6C0yCzRH5CRfCgYHg16A1228=
Hi,
I'm trying synchronize a LDAP database with syncrepl, but when I start
slapd, only the first level of the tree is sync. Using debug (slapd -d
2) this message appear in looping:
ldap_read: want=8 error=Resource temporarily unavailable
I'm using openldap-2.3.20 on provider and openldap-2.2.26 on consumer
side.
This is the consumer side configuration:
syncrepl rid=123
provider=ldap://server1.mydomain
type=refreshOnly
interval=00:00:01:00
searchbase="dc=db1"
bindmethod=simple
binddn="cn=syncuser,dc=db1"
credentials=pass
This is the provider side configuration:
overlay syncprov
syncprov-checkpoint 100 5
syncprov-sessionlog 100
Someone had the same problem?
Thanks in advance,
Daniel