尝试在SLES12.1中调出networking时出错

我正在尝试使用SLES12 sp1调出eth0适配器

ifup eth0 

但每次我得到一个错误说:

 wicked: Reading config file /etc/wicked/client.xml wicked: Reading config file /etc/wicked/common.xml wicked: __ni_config_parse_ifconfig_source: Adding ifconfig firmware: wicked: __ni_config_parse_ifconfig_source: Adding ifconfig compat: wicked: __ni_config_parse_ifconfig_source: Adding ifconfig wicked:/etc/wicked/ifconfig wicked: Executing: /usr/sbin/wicked --debug most ifup eth0 wicked: /org/opensuse/Network/Interface.getManagedObjects failed. Server responds: wicked: org.freedesktop.DBus.Error.ServiceUnknown: The name org.opensuse.Network was not provided by any .service files wicked: Couldn't refresh list of active network interfaces wicked: Exit with status: 1 

同样的命令在SLES12.0中工作正常,我尝试使用重新启动networking服务

 systemctl restart network.service 

仍然问题在重新启动服务后仍然存在。

请注意我使用VSphere作为VM主机,E1000作为适配器。