[GH-ISSUE #301] 502 bad gateway #197

Open
opened 2026-02-27 15:57:43 +03:00 by kerem · 3 comments
Owner

Originally created by @TonyS95 on GitHub (Mar 3, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/301

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.

Originally created by @TonyS95 on GitHub (Mar 3, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/301 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.
Author
Owner

@catborise commented on GitHub (Mar 4, 2020):

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

<!-- gh-comment-id:594673545 --> @catborise commented on GitHub (Mar 4, 2020): @TonyS95 you can use docker for simple installation. please check wiki page... it is easy and works...
Author
Owner

@toastbrotch commented on GitHub (Apr 14, 2021):

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: github.com/retspen/webvirtcloud@e3398bd6ff/webvirtcloud.sh (L324)

<!-- gh-comment-id:819789150 --> @toastbrotch commented on GitHub (Apr 14, 2021): 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
Author
Owner

@kfcceo commented on GitHub (May 24, 2022):

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:

github.com/retspen/webvirtcloud@e3398bd6ff/webvirtcloud.sh (L324)

谢谢,thank u

<!-- gh-comment-id:1135381170 --> @kfcceo commented on GitHub (May 24, 2022): > 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#197
No description provided.