Florence Blanc-Renaud via FreeIPA-users wrote:
> 1/ did you sanitize your logs and replace your real domain name with
> "mydomain"? If you are really using "mydomain" then this may be an issue
> as FreeIPA does not support single-level domain names (this requirement
> is enforced by the server installer since a recent bugfix [1]).
> 
> 2/ the error happens during a call to ipa-join. The interesting logs
> will be on the server in /var/logs/httpd/error_logs. You can retry
> ipa-client-install after enabling debug logs on the server:
> - create a file /etc/ipa/server.conf with the following content
> [global]
> debug=True
> - restart httpd service with systemctl restart httpd
> 
> The logs will be around the lines containing
> [date] [:error] [pid xx] ipa: DEBUG: raw: join(u'client.domain.com',
> nshardwareplatform=u'x86_64', nsosversion=u'3.10.0-693.5.2.el7.x86_64',
> version=u'2.51')
> ...
> 
> Flo
> 
> [1] https://pagure.io/freeipa/issue/7207

ipa-join is returning 17 which is an XML-RPC fault.

If you re-run ipa-client-install with the -d flag it will enable
additional tracing of the XML-RPC request.

rob
_______________________________________________
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