Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1663543

Summary: ipa-client-install fails: "not a fully qualified hostname"
Product: Red Hat Enterprise Linux 7 Reporter: Robbie Harwood <rharwood>
Component: ipaAssignee: IPA Maintainers <ipa-maint>
Status: CLOSED WORKSFORME QA Contact: ipa-qe <ipa-qe>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.6CC: abokovoy, cheimes, frenaud, pcech, pvoborni, rcritten, rharwood, steffies127, tscherf
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-04 14:38:40 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 Robbie Harwood 2019-01-04 19:30:02 UTC
Hi!  I imagine this has something to do with DNS, but really can't tell what's wrong:

[root@7-3 ~]# hostname
7-3.example.com
[root@7-3 ~]# ipa-client-install -N
7-3 is not a fully-qualified hostname
The ipa-client-install command failed. See /var/log/ipaclient-install.log for more information
[root@7-3 ~]# cat /var/log/ipaclient-install.log
2019-01-04T19:27:32Z DEBUG Logging to /var/log/ipaclient-install.log
2019-01-04T19:27:32Z DEBUG ipa-client-install was invoked with arguments [] and options: {'no_dns_sshfp': False, 'force': False, 'verbose': False, 'ip_addresses': None, 'configure_firefox': False, 'realm_name': None, 'force_ntpd': False, 'on_master': False, 'no_nisdomain': False, 'ssh_trust_dns': False, 'principal': None, 'keytab': None, 'no_ntp': True, 'domain_name': None, 'request_cert': False, 'fixed_primary': False, 'no_ac': False, 'no_sudo': False, 'ca_cert_files': None, 'all_ip_addresses': False, 'kinit_attempts': None, 'ntp_servers': None, 'enable_dns_updates': False, 'no_sshd': False, 'no_sssd': False, 'no_krb5_offline_passwords': False, 'servers': None, 'no_ssh': False, 'force_join': False, 'firefox_dir': None, 'unattended': False, 'quiet': False, 'nisdomain': None, 'prompt_password': False, 'host_name': None, 'permit': False, 'automount_location': None, 'preserve_sssd': False, 'mkhomedir': False, 'log_file': None, 'uninstall': False}
2019-01-04T19:27:32Z DEBUG IPA version 4.6.4-10.el7
2019-01-04T19:27:32Z DEBUG Loading Index file from '/var/lib/ipa-client/sysrestore/sysrestore.index'
2019-01-04T19:27:32Z DEBUG Starting external process
2019-01-04T19:27:32Z DEBUG args=/usr/sbin/selinuxenabled
2019-01-04T19:27:32Z DEBUG Process finished, return code=0
2019-01-04T19:27:32Z DEBUG stdout=
2019-01-04T19:27:32Z DEBUG stderr=
2019-01-04T19:27:32Z DEBUG [IPA Discovery]
2019-01-04T19:27:32Z DEBUG Starting IPA discovery with domain=None, servers=None, hostname=7-3
2019-01-04T19:27:32Z DEBUG   File "/usr/lib/python2.7/site-packages/ipapython/admintool.py", line 178, in execute
    return_value = self.run()
  File "/usr/lib/python2.7/site-packages/ipapython/install/cli.py", line 319, in run
    return cfgr.run()
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 362, in run
    self.validate()
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 371, in validate
    for _nothing in self._validator():
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 434, in __runner
    exc_handler(exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 458, in _handle_validate_exception
    self._handle_exception(exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 453, in _handle_exception
    six.reraise(*exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 424, in __runner
    step()
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 421, in <lambda>
    step = lambda: next(self.__gen)
  File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line 81, in run_generator_with_yield_from
    six.reraise(*exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line 59, in run_generator_with_yield_from
    value = gen.send(prev_value)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 636, in _configure
    next(validator)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 434, in __runner
    exc_handler(exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 458, in _handle_validate_exception
    self._handle_exception(exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 521, in _handle_exception
    self.__parent._handle_exception(exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 453, in _handle_exception
    six.reraise(*exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 518, in _handle_exception
    super(ComponentBase, self)._handle_exception(exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 453, in _handle_exception
    six.reraise(*exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 424, in __runner
    step()
  File "/usr/lib/python2.7/site-packages/ipapython/install/core.py", line 421, in <lambda>
    step = lambda: next(self.__gen)
  File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line 81, in run_generator_with_yield_from
    six.reraise(*exc_info)
  File "/usr/lib/python2.7/site-packages/ipapython/install/util.py", line 59, in run_generator_with_yield_from
    value = gen.send(prev_value)
  File "/usr/lib/python2.7/site-packages/ipapython/install/common.py", line 65, in _install
    for unused in self._installer(self.parent):
  File "/usr/lib/python2.7/site-packages/ipaclient/install/client.py", line 3630, in main
    install_check(self)
  File "/usr/lib/python2.7/site-packages/ipaclient/install/client.py", line 2106, in install_check
    rval=CLIENT_INSTALL_ERROR)

2019-01-04T19:27:32Z DEBUG The ipa-client-install command failed, exception: ScriptError: 7-3 is not a fully-qualified hostname
2019-01-04T19:27:32Z ERROR 7-3 is not a fully-qualified hostname
2019-01-04T19:27:32Z ERROR The ipa-client-install command failed. See /var/log/ipaclient-install.log for more information
[root@7-3 ~]# rpm -qv ipa-client 
ipa-client-4.6.4-10.el7.x86_64
[root@7-3 ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
[root@7-3 ~]#

Comment 2 Robbie Harwood 2019-01-04 19:37:12 UTC
It seems it was related to DNS somehow.  Adding `192.168.122.110	7-3.example.com 7-3` to /etc/hosts caused the installation to succeed.

So at the very least that error message needs updated.

Comment 3 Rob Crittenden 2019-01-04 20:41:09 UTC
The python call socket.getfqdn() is returning only 7.3 as evidenced by the log message:

2019-01-04T19:27:32Z DEBUG Starting IPA discovery with domain=None, servers=None, hostname=7-3

Comment 4 Alexander Bokovoy 2019-01-29 14:42:57 UTC
https://tools.ietf.org/html/rfc1123#page-13 claims that a hostname starting with a digit is allowed so it might be a bug in our code.

Comment 5 Alexander Bokovoy 2019-01-29 14:45:59 UTC
Christian, could you please check if socket.getfqdn() or glibc has a restriction against RFC1123 section 2.1?

Comment 6 Christian Heimes 2019-01-31 10:44:02 UTC
I'm unable to reproduce the issue on a RHEL 7.6 machine.

I have created an IPA master with DNS and a client with hostname "7-6.ipa.test". The DNS server on master manages the "ipa.test." zone as well as the reverse zone for the client's IP address. The client uses the master's DNS server in /etc/resolv.conf. I haven't added any additional entries to /etc/hosts. socket.getfqdn() returns the correct hostname "7-6.ipa.test". ipa-client-install succeeds with the hostname, too.

Comment 8 Florence Blanc-Renaud 2019-02-15 17:17:33 UTC
Hi Robbie,

could you check the config for hosts: in /etc/nsswitch.conf, /etc/hostname, the output of hostname, hostnamectl, and dig +short -x <IP addr>? The hostname is probably defined as a short name somewhere.