Bug 637792

Summary: /etc/init.d/network fails to bring up configured eth0 interface with systemd
Product: [Fedora] Fedora Reporter: Nils Philippsen <nphilipp>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: iarlyy, jonathan, lpoetter, notting, plautrba, rvokal
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: 2010-09-27 17:02:00 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 Nils Philippsen 2010-09-27 13:01:46 UTC
Description of problem:
When configuring a system to use /etc/init.d/network rather than NetworkManager, the configured interface eth0 isn't active.

Version-Release number of selected component (if applicable):
initscripts-9.21-2.fc15.x86_64
systemd-10-5.fc15.x86_64
NetworkManager-0.8.1-6.git20100831.fc15.x86_64

How reproducible:
Reproducible.

Steps to Reproduce:
0. Have a valid /etc/sysconfig/network-scripts/ifcfg-eth0 (*)
1. systemctl disable NetworkManager.service
2. chkconfig enable network
3. Reboot
  
Actual results:
- Machine not reachable
- systemctl status network.service:
network.service - LSB: Bring up/down networking
	  Loaded: loaded (/etc/rc.d/init.d/network)
	  Active: failed since [Mon, 27 Sep 2010 14:39:35 +0200; 21min ago]
	 Process: 836 (/etc/rc.d/init.d/network start, code=killed, signal=TERM)
	  CGroup: name=systemd:/systemd-1/network.service

Expected results:
- Machine reachable, eth0 active

Additional info:
(*): e.g.:

# Network Interface
DEVICE=eth0
HWADDR=54:52:00:58:0A:B7
ONBOOT=yes
BOOTPROTO=dhcp

Comment 1 Bill Nottingham 2010-09-27 17:02:00 UTC

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