Bug 129588

Summary: Skip host name lookup if no DNS is entered
Product: [Fedora] Fedora Reporter: Leonard den Ottolander <leonard-rh-bugzilla>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: nobody+pnasrat
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: 2004-08-12 16:10:29 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 Leonard den Ottolander 2004-08-10 17:12:27 UTC
Anaconda and boot.iso as of 2004-08-09, assuming this is
anaconda-10.0.2-0.20040806112009

On my small home network I do only use an external DNS. Thus when
doing an NFS/FTP/HTTP installation I do not enter a primary nameserver
in the "Configure TCP/IP". Still anaconda is trying to look up the
host name for the machine. Since there is no DNS server providing the
machine with a name this fails. You could thus save the time spent
searching by skipping this step and setting a default host name.

Guess this needs to be fixed in loader2/net.c. Maybe loaderData->noDns
is not set if the DNS string is empty?

Comment 1 Jeremy Katz 2004-08-10 20:01:42 UTC
Sure, committed to CVS

Comment 2 Leonard den Ottolander 2004-08-12 16:10:29 UTC
Works fine for me. Thanks for this quick fix.