Archive for February, 2025

0262 | freeipa add replica stuck at ‘No status yet’

Tuesday, February 18th, 2025 Posted in Misc | No Comments »

reference: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org/thread/OY6EC5XS54OLKBL57S3FJ3HUANWIJQPN/

ipa-replica-install stuck with:

  [26/40]: setting up initial replication
Starting replication, please wait until this has completed.
No status yet
No status yet
No status yet
No status yet
No status yet
No status yet
No status yet
No status yet
No status yet
No status yet

step to fix

  • cancel the replication process
  • uninstall with
/usr/sbin/ipa-server-install --uninstall
  • create file ‘custom.ldif’ with content:
dn: cn=config
changetype: modify
replace: nsslapd-maxsasliosize
nsslapd-maxsasliosize: 8388608
replace: nsslapd-sasl-max-buffer-size
nsslapd-sasl-max-buffer-size: 8388608
  • rerun ipa-replica-install by adding option ‘–dirsrv-config-file=custom.ldif’