today I tried to add a new user. This user couldn’t log in to ox.
I updated UCS to 4.4.2 and tried to run the join scripts.
univention-run-join-scripts showed, that 65univention-ox.inst failed with exit code 1
join.log:
Waiting for activation of the extension object oxmail/oxcontext: …ERROR: Master did not mark the extension object active within 180 seconds.
ERROR
ucs_registerLDAPExtension: registraton of /usr/share/univention-ox/udm/oxmail/oxcontext.py failed.
65univention-ox.inst: Failed to register LDAP module.
EXITCODE=1
listener.log
11.11.19 15:34:24.110 LDAP ( PROCESS ) : connecting to ldap://my.domain:7389
11.11.19 15:34:24.117 LISTENER ( ERROR ) : failed to connect to any notifier
11.11.19 15:34:24.118 LISTENER ( WARN ) : can not connect any server, retrying in 30 seconds
Looks like the notifier (used replicate changes in LDAP) is not reachable.
Either the network connection to the master is not OK (firewall?) or it is simply not running (on the master), then run service univention-directory-notifier restart (on the master).
listener.log
connecting to ldap://my.domain:7389
failed to connect to any notifier
can not connect any server, retrying in 30 seconds
Was it later able to connect to the notifier?
Is the FQDN resolvable? → nslookup my.domain
Restart both notifier and listener, check: systemctl status univention-directory-notifier.service and systemctl status univention-directory-listener.service