Bug 84282

Summary: ip command-line option -> network doesn't work
Product: [Retired] Red Hat Linux Reporter: Matthew Miller <mattdm>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
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: 2003-05-25 14:52:42 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 Matthew Miller 2003-02-13 22:53:40 UTC
This one is driving me crazy.

If I use "linux method=ftp://myserver/mypath ip=128.197.20.226
netmask=255.255.255.0 gateway=128.197.20.1 dns=128.197.27.7" as my boot
parameters, anaconda ought to happily take all this and properly configure the
network.

(Note to Jeremy Katz -- this is independent of my wish to be able to just
specify dns without ip. *grin*)

Instead, it goes to reverse-lookup the name and fails, because the network isn't
there. On vt 4, I see: "loader: failed to set up default route: Network is
unreachable".

I tried to debug this a bit, but I'm stumped. If I change
setupNetworkDeviceConfig to not set cfg->preset to 1, the newt form comes up
with all the info I gave properly filled out, and *everything works perfectly
when I say okay*. 

As far as I can tell, the only non-newt-gui difference between the two code
paths is that fillInIpInfo gets called in the second case but not the first. I
thought -- hmm, maybe broadcast isn't getting set. But I added a call to
fillInIpInfo(cfg) right after "doing kickstart... setting it up", and it doesn't
fix things.

So I'm missing something here. But what?

Comment 1 Michael Fulbright 2003-02-14 22:33:17 UTC
This is related to bug 82748 - looking into it now.


Comment 2 Michael Fulbright 2003-02-14 22:48:02 UTC
Fixed.

Comment 3 Brent Fox 2003-05-25 14:52:42 UTC
I'm going through Bugzilla closing some bugs that have been marked as Modified
for some period of time.  I believe that most of these issues have been fixed,
so I'm resolving these bugs as Rawhide.  If the bug you are seeing still exists,
please reopen this report and mark it as Reopened.