Open TonyS95 opened 4 years ago
@TonyS95 you can use docker for simple installation. please check wiki page... it is easy and works...
same here: fresh setup on freshly set up Ubuntu 20.04.2 gives 502. from installer log: Failed to enable unit: Unit file supervisord.service does not exist. Failed to restart supervisord.service: Unit supervisord.service not found.
as on this ubuntu version the service is called "supervisor.service". to fix your setup just systemctl restart supervisor.service; systemctl enable supervisor.service
the bug is here: https://github.com/retspen/webvirtcloud/blob/e3398bd6ff8f488b2321286012b4293978ff0584/webvirtcloud.sh#L324
same here: fresh setup on freshly set up Ubuntu 20.04.2 gives 502. from installer log: Failed to enable unit: Unit file supervisord.service does not exist. Failed to restart supervisord.service: Unit supervisord.service not found.
as on this ubuntu version the service is called "supervisor.service". to fix your setup just systemctl restart supervisor.service; systemctl enable supervisor.service
the bug is here:
谢谢,thank u
right so i installed everything and followed the guide for ubuntu and i get a 502 bad gateway error i checked logs nothing useful. http://ovirt.vitalecentral.xyz/
i tried the centos nginx config and the ubuntu one didin't work.