Bug 705024

Summary: network setup broken with "Minimal" installation
Product: [Fedora] Fedora Reporter: Alexander Hass <alexander.hass>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 15CC: anaconda-maint-list, fdanapfe, jonathan, rvykydal, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-16 13:02:43 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 Alexander Hass 2011-05-16 12:49:52 UTC
After configuring the network during installation, the network is not set up correctly after the initial reboot.

The configuration file /etc/sysconfig/network-scripts/ifcfg-pci3p1 contains the following lines:
...
ONBOOT="yes"
NM_CONTROLLED="yes"
...

As the NetworkManager is not installed by the "Minimal" pattern, this prevents the device from being initialised with the correct network configuration.
A workaround seems to be setting
NM_CONTROLLED="no"

or 

chkconfig network on

and restarting the network afterwards

Comment 1 Radek Vykydal 2011-05-16 13:02:43 UTC

*** This bug has been marked as a duplicate of bug 702261 ***