Bug 833505
| Summary: | ipa-client-install crashes when --hostname is given | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Dmitri Pal <dpal> |
| Component: | ipa | Assignee: | Rob Crittenden <rcritten> |
| Status: | CLOSED ERRATA | QA Contact: | Namita Soman <nsoman> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.4 | CC: | jgalipea, mgregg, mkosek, spoore |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-3.0.0-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-21 09:15:45 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Dmitri Pal
2012-06-19 15:48:56 UTC
This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development. This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4. Fixed upstream: master: https://fedorahosted.org/freeipa/changeset/c8abd24ebe612a3a0d415cece508b94a57c636fe automated regression test already exists this was upstream only issue Verified against: ipa-client-3.0.0-9.el6.x86_64 Output from: ipa-client-install --hostname=zippyvm5.testrelm.com.nonexistent --server=zippyvm3.testrelm.com --domain=testrelm.com -p admin -w Secret123 -U ========== execution output =============== Hostname: zippyvm5.testrelm.com.nonexistent Realm: TESTRELM.COM DNS Domain: testrelm.com IPA Server: zippyvm3.testrelm.com BaseDN: dc=testrelm,dc=com Synchronizing time with KDC... Enrolled in IPA realm TESTRELM.COM Created /etc/ipa/default.conf New SSSD config will be created Configured /etc/sssd/sssd.conf Configured /etc/krb5.conf for IPA realm TESTRELM.COM trying https://zippyvm3.testrelm.com/ipa/xml Hostname (zippyvm5.testrelm.com.nonexistent) not found in DNS Failed to update DNS records. Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub Forwarding 'host_mod' to server u'https://zippyvm3.testrelm.com/ipa/xml' Could not update DNS SSHFP records. SSSD enabled Configured /etc/openldap/ldap.conf NTP enabled Configured /etc/ssh/ssh_config Configured /etc/ssh/sshd_config Client configuration complete. ============== end of output ============== This bug is actually for crashing when /etc/sysconfig/network is missing right? It's hard to tell. That is the error message in the original output, but it's unclear if that is what this bug is about. The original description is "ipa-client-install crashes when --hostname is given". No mention of /etc/sysconfig/network. I suppose we will need to let somebody like Simo comment. Confirming that this bug was caused by missing /etc/sysconfig/network (and --hostname option being used). Bug revierified. I removed /etc/sysconfig/network and ran ipa-client-install again. It worked well. [root@iota ~]# mv /etc/sysconfig/network /root/. [root@iota ~]# ipa-client-install -U --domain=testrelm.com --realm=TESTRELM.COM -p admin -w Secret123 --server=blademtv1.testrelm.com Hostname: iota.testrelm.com Realm: TESTRELM.COM DNS Domain: testrelm.com IPA Server: blademtv1.testrelm.com BaseDN: dc=testrelm,dc=com Synchronizing time with KDC... Enrolled in IPA realm TESTRELM.COM Created /etc/ipa/default.conf New SSSD config will be created Configured /etc/sssd/sssd.conf Configured /etc/krb5.conf for IPA realm TESTRELM.COM trying https://blademtv1.testrelm.com/ipa/xml Hostname (iota.testrelm.com) not found in DNS DNS server record set to: iota.testrelm.com -> 10.14.5.188 Adding SSH public key from /etc/ssh/ssh_host_dsa_key.pub Adding SSH public key from /etc/ssh/ssh_host_rsa_key.pub Forwarding 'host_mod' to server u'http://blademtv1.testrelm.com/ipa/xml' SSSD enabled Configured /etc/openldap/ldap.conf Unable to find 'admin' user with 'getent passwd admin'! Recognized configuration: SSSD NTP enabled Configured /etc/ssh/ssh_config Configured /etc/ssh/sshd_config Client configuration complete. [root@iota ~]# kinit admin Password for admin: k[root@iota ~]# klist Ticket cache: FILE:/tmp/krb5cc_0 Default principal: admin Valid starting Expires Service principal 01/23/13 18:53:18 01/24/13 18:53:15 krbtgt/TESTRELM.COM 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. http://rhn.redhat.com/errata/RHSA-2013-0528.html |