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

syncrepl error Resource temporarily unavailable



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