我正在尝试使用以下方式在 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 中运行良好,我尝试使用以下命令重新启动网络服务
systemctl restart network.service
重新启动服务后问题仍然存在。
请注意,我使用 VSphere 作为 VM 主机,使用 E1000 作为适配器。