madko
(Edouard (Madko))
1
Hi,
Just trying to run Opennebula 4.12 beta. After upgrading packages via yum, upgrading database, I can’t restart opennebula.service:
# systemctl start opennebula
Failed to issue method call: Unit opennebula-scheduler.service failed to load: No such file or directory.
Any idea why this opennebula-scheduler.service is missing?
jmelis
(Jaime Melis)
2
We have fixed that in the repo, it was a packaging problem.
You can download the opennebula-scheduler.service from here:
https://raw.githubusercontent.com/OpenNebula/one/master/share/pkgs/CentOS7/opennebula-scheduler.service
Install it in this path: /lib/systemd/system/opennebula-scheduler.service and run systemctl daemon-reload
cheers,
Jaime
madko
(Edouard (Madko))
3
Thanks Jaime, that’s working now, service is able to start.