mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #301] 502 bad gateway #197
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@catborise commented on GitHub (Mar 4, 2020):
@TonyS95 you can use docker for simple installation. please check wiki page... it is easy and works...
@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)@kfcceo commented on GitHub (May 24, 2022):
谢谢,thank u