Hi,
we had a script that updated every minute around 1000 ldap-entries (kopano-contacts) (deleted, re-added) and the logs filled up the ldap/database/mdb/maxsize.
We stopped permanently the sync-script, slapd, listener and notifier, removed LDAP-entries and all data in /var/lib/univention-ldap/notify and /listener and restarted all services. Now there is still some magic going on that we can not stop. Its going in an endless loop
03.02.20 17:49:17.240 LISTENER ( PROCESS ) : updating 'cn=3434,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command a
03.02.20 17:49:17.241 LISTENER ( PROCESS ) : updating 'cn=334,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command a
03.02.20 17:49:17.242 LISTENER ( PROCESS ) : updating 'cn=34343,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command a
03.02.20 17:49:17.243 LISTENER ( PROCESS ) : updating 'cn=3434,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command a
03.02.20 17:49:16.240 LISTENER ( PROCESS ) : updating 'cn=3434,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command d
03.02.20 17:49:16.241 LISTENER ( PROCESS ) : updating 'cn=334,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command d
03.02.20 17:49:16.242 LISTENER ( PROCESS ) : updating 'cn=34343,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command d
03.02.20 17:49:16.243 LISTENER ( PROCESS ) : updating 'cn=3434,cn=contacts,cn=kopano,dc=cubewerk,dc=intern' command d
Howto tell the services, that there should not be any updates any more of old data?
Thank you.