retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.71k stars 372 forks source link

502 bad gateway #301

Open TonyS95 opened 4 years ago

TonyS95 commented 4 years ago

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.

catborise commented 4 years ago

@TonyS95 you can use docker for simple installation. please check wiki page... it is easy and works...

toastbrotch commented 3 years ago

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

kfcceo commented 2 years ago

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

谢谢,thank u