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

Strange syncrepl? problem




Hi all,
I'm running 2.3.19 on Solaris 10 and I'm using syncrepl to replicate.
I upgraded after finding my slaves not updating after running out of file
handles. (A separate issue but is anyone running tcpwrappers on solaris
and seeing it run out of file handles even after upping descriptors to 65536?)


Anyway, I had a branch set-up for our Samba Machines

ou=smbMachines,dc=st-andrews...

This was present and populated on the master but not on the slaves, I deleted
it on the master & recreated but it still won't appear on the slaves.


dn: ou=smbMachines,dc=st-andrews,dc=ac,dc=uk
ou: smbMachines
objectClass: top
objectClass: organizationalUnit
objectClass: domainRelatedObject
associatedDomain: st-andrews.ac.uk

If I drop the s from the end of it's name it will propagate to the slaves.

I've tried creating a new slave, via slapcat / slapadd from the master and
adding the entry but it won't replicate to that slave either.

Getting syncrepl to log on the slave shows me

Feb 14 12:25:10 ldap slapd[8166]: [ID 968320 local4.debug] do_syncrep2: LDAP_RES_INTERMEDIATE - SYNC_ID_SET
Feb 14 12:25:12 ldap last message repeated 93 times
Feb 14 12:25:12 ldap slapd[8166]: [ID 801593 local4.debug] syncrepl_entry: LDAP_RES_SEARCH_ENTRY(LDAP_SYNC_ADD)
Feb 14 12:25:12 ldap slapd[8166]: [ID 181434 local4.debug] syncrepl_entry: be_search (0)
Feb 14 12:25:12 ldap slapd[8166]: [ID 260518 local4.debug] syncrepl_entry: ou=smbmachine,dc=st-andrews,dc=ac,dc=uk
Feb 14 12:25:12 ldap slapd[8166]: [ID 181434 local4.debug] syncrepl_entry: be_add (0)
Feb 14 12:25:12 ldap slapd[8166]: [ID 496601 local4.debug] do_syncrep2: LDAP_RES_SEARCH_RESULT



when I add smbmachine, but only

Feb 14 12:24:03 ldap slapd[8166]: [ID 968320 local4.debug] do_syncrep2: LDAP_RES_INTERMEDIATE - SYNC_ID_SET
Feb 14 12:24:04 ldap last message repeated 42 times
Feb 14 12:24:04 ldap slapd[8166]: [ID 496601 local4.debug] do_syncrep2: LDAP_RES_SEARCH_RESULT


when I try to add smbmachines.

Could there be some kind of corruption in the master?