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?
freeipa-users@lists.fedorahosted.org