ipa-server-4.5.0-21.el7.centos.2.2.x86_64
ipa-server-common-4.5.0-21.el7.centos.2.2.noarch

​I was getting this error in errors.log:

​     ​
Data required to update replica has been purged
​     ​
from the changelog. If the error persists the replica
​     ​
must be reinitialized.

​This has been known to fix the issue:


[root@auth2 /]# ipa-replica-manage re-initialize --from auth1.mydomain.com
--verbose
ipa: ERROR: DNS query for auth1.mydomain.com. A failed: Text input is
malformed.
Traceback (most recent call last):
  File "/sbin/ipa-replica-manage", line 1615, in <module>
    main(options, args)
  File "/sbin/ipa-replica-manage", line 1530, in main
    if (not test_connection(realm, host, options.nolookup) or
  File "/sbin/ipa-replica-manage", line 142, in test_connection
    enforce_host_existence(host)
  File "/sbin/ipa-replica-manage", line 840, in enforce_host_existence
    verify_host_resolvable(host)
  File "/usr/lib/python2.7/site-packages/ipalib/util.py", line 91, in
verify_host_resolvable
    raise errors.DNSResolverError(exception=ex)
DNSResolverError: Text input is malformed.
Unexpected error: Text input is malformed.

​I assumed I had a DNS issue, but can't seem to find one unless PTR records
are broken.

[root@auth2 /]# nslookup auth1.mydomain.com
Server: 127.0.0.1
Address: 127.0.0.1#53

Name: auth1.mydomain.com
Address: 192.168.0.33


[root@auth2 /]# dig auth1.mydomain.com @127.0.0.1

; <<>> DiG 9.9.4-RedHat-9.9.4-51.el7 <<>> auth1.mydomain.com @127.0.0.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 433
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;auth1.mydomain.com. IN A

;; ANSWER SECTION:
auth1.mydomain.com. 1200 IN A 192.168.0.33


Do I just need to build a new replica and forget this one?​

-- 
 

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. 
If you have received this email in error, please notify the system manager. 
Please note that any views or opinions presented in this email are solely 
those of the author and do not necessarily represent those of the company. 
Finally, the recipient should check this email and any attachments for the 
presence of viruses. The company accepts no liability for any damage caused 
by any virus transmitted by this email.
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org

Reply via email to