Bug 1232843
| Summary: | ipa-client-install errors out if client and server time are not in sync or unreachable | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Kaushik Banerjee <kbanerje> |
| Component: | ipa | Assignee: | IPA Maintainers <ipa-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.7 | CC: | akasurde, kbanerje, ksiddiqu, mkosek, pvoborni, rcritten |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-3.0.0-50.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-11 00:08:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Kaushik Banerjee
2015-06-17 15:48:50 UTC
Kaushik, do you know if this bug is present only on RHEL 6.x or also on later versions 7.x, upstream)? (In reply to Petr Vobornik from comment #2) > Kaushik, do you know if this bug is present only on RHEL 6.x or also on > later versions 7.x, upstream)? I had only used a rhel6.7 client and seen this issue. Not sure if this exists on rhel7. If you want I can try connecting a rhel7.1 client to a ipa-server and see if I can reproduce this issue. That would be very helpful. I cannot reproduce this issue on rhel7.1 (ipa-client-4.1.0-18.el7.x86_64) This should be fixed, if reproduced. I would also like to backport the related NTP fixes from FreeIPA 4.1.x: https://fedorahosted.org/freeipa/ticket/4842 The linked upstream ticket is fixed, therefore moving to POST. Verified using ipa-client using version ipa-client-3.0.0-50.el6.x86_64 Console log for verification steps :: # rpm -qa |grep ipa-client ipa-client-3.0.0-50.el6.x86_64 # date Mon Feb 15 14:46:09 IST 2016 # date -s "Mon Feb 15 14:46:09 IST 2017" Wed Feb 15 14:46:09 IST 2017 # date Wed Feb 15 14:46:10 IST 2017 # ipa-client-install --server=dhcp201-151.testrelm.test --domain=testrelm.test --realm=TESTRELM.TEST Autodiscovery of servers for failover cannot work with this configuration. If you proceed with the installation, services will be configured to always access the discovered server for all operations and will not fail over to other servers in case of failure. Proceed with fixed values and no DNS discovery? [no]: yes Hostname: dhcp201-214.testrelm.test Realm: TESTRELM.TEST DNS Domain: testrelm.test IPA Server: dhcp201-151.testrelm.test BaseDN: dc=testrelm,dc=test Continue to configure the system with these values? [no]: yes User authorized to enroll computers: admin Synchronizing time with KDC... Password for admin: Enrolled in IPA realm TESTRELM.TEST Attempting to get host TGT... Created /etc/ipa/default.conf New SSSD config will be created Configured sudoers in /etc/nsswitch.conf Configured /etc/sssd/sssd.conf Configured /etc/krb5.conf for IPA realm TESTRELM.TEST trying https://dhcp201-151.testrelm.test/ipa/xml Forwarding 'env' to server u'https://dhcp201-151.testrelm.test/ipa/xml' Hostname (dhcp201-214.testrelm.test) not found in DNS Failed to update DNS records. Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub Forwarding 'host_mod' to server u'https://dhcp201-151.testrelm.test/ipa/xml' Could not update DNS SSHFP records. SSSD enabled Configuring testrelm.test as NIS domain Configured /etc/openldap/ldap.conf NTP enabled Configured /etc/ssh/ssh_config Configured /etc/ssh/sshd_config Client configuration complete. # echo $? 0 # date Mon Feb 15 14:47:30 IST 2016 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0874.html |