Я пытаюсь развернуть RDO но не могу следить за некоторыми из его предпосылки:
Если ваша система работает с NetworkManager, вам необходимо отключить его.
Остановите и отключите NetworkManager:
systemctl stop NetworkManager systemctl disable NetworkManager systemctl enable network
Я могу без проблем выполнить первые две команды. Однако третий дает мне ответ, которого я не понимаю:
#systemctl enable network
network.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig network on
The unit files have no [Install] section. They are not meant to be enabled
using systemctl.
Possible reasons for having this kind of units are:
1) A unit may be statically enabled by being symlinked from another unit's
.wants/ or .requires/ directory.
2) A unit's purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
3) A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, ...).
Сервис кажется неактивным:
#systemctl status network.service
network.service - LSB: Bring up/down networking
Loaded: loaded (/etc/rc.d/init.d/network)
Active: failed (Result: exit-code) since Thu 2015-09-10 11:46:50 ICT; 28min ago
ОС: CentOS Linux, выпуск 7.1.1503 (Core) (минимальная установка)
Каким-то образом используя #chkconfig network on
работает.