Bug 463336

Summary: hostname screen lacks a pre-filled in hostname
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: anaconda-maint-list, dcantrell, poelstra
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-09-24 06:24:57 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:
Bug Depends On:    
Bug Blocks: 438943    

Description Jesse Keating 2008-09-22 22:25:10 UTC
In the case where network isn't up, or a reverse lookup is not possible, the hostname box is blank.  In the case where a reverse lookup is possible, only the domain part of the fqdn is filled in (ie ".click-network.com")  I'm told that this is wrong, and should be fixed.

While fixing, many of us find it odd that the screen talks about a hostname everywhere, but then expects a fqdn filled in.  Perhaps this mismatch can be corrected (yeah, sorry about the pile-on)

Putting it on the blocker tracker.

Comment 1 David Cantrell 2008-09-24 06:24:57 UTC
If network isn't up, the box is getting populated with 'localhost.localdomain', which is correct.  I can't get an empty box to show up anymore.  Likewise, when I do have network up for, say, stage 1, I get the FQDN in the box.

The screen doesn't require an FQDN, but will accept it.  By default, I try to populate the box with an FQDN if I can.  If I can't, I just put the value of Hostname from NetworkManager.  If that's nothing, I try a few other methods until finally falling back on 'localhost.localdomain'.

At any rate, not seeing the problem in the latest rawhide that I have.