Bug 637792 - /etc/init.d/network fails to bring up configured eth0 interface with systemd
Summary: /etc/init.d/network fails to bring up configured eth0 interface with systemd
Keywords:
Status: CLOSED DUPLICATE of bug 630225
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-27 13:01 UTC by Nils Philippsen
Modified: 2014-03-17 03:25 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-09-27 17:02:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.