Bug 236483

Summary: fallback to vnc on failure to start X -- but no network.
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: anacondaAssignee: David Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2007-04-20 20:12:10 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 David Woodhouse 2007-04-15 00:01:15 UTC
When X fails to start, I get offered VNC. But the network isn't brought up first.

Comment 1 David Cantrell 2007-04-20 20:12:10 UTC
We call getLinkStatus in _isys which returns 1 for having a link, 0 for not
having a link, and -1 for unknown state.  In isys.py, we return that value to
the caller.  In network.py in hasActiveNetDev(), we say:

if isys.getLinkStatus(dev):
    return True

Hahahaha....we're dumb sometimes.

Committed fix to rawhide.