-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error #589
Comments
Check supervisor daemon status.if it shows webvirtcloud is running check your nginx configuration |
Sorry for the dumb question... do you mean the service? Systemctl status?
The supervisor service is not running
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Sandaruwan ***@***.***>
Sent: Saturday, July 1, 2023 1:51:47 AM
To: retspen/webvirtcloud ***@***.***>
Cc: James W Waltrip IV ***@***.***>; Author ***@***.***>
Subject: Re: [retspen/webvirtcloud] Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error (Issue #589)
Check supervisor daemon status.if it shows webvirtcloud is running check your nginx configuration
—
Reply to this email directly, view it on GitHub<#589 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVZGBQQCFR3KIENGCLD57LXN63HHANCNFSM6AAAAAAZ2LQUHQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
did you run install.sh script ? |
Yes
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Sandaruwan ***@***.***>
Sent: Saturday, July 1, 2023 3:17:09 AM
To: retspen/webvirtcloud ***@***.***>
Cc: James W Waltrip IV ***@***.***>; Author ***@***.***>
Subject: Re: [retspen/webvirtcloud] Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error (Issue #589)
did you run install.sh script ?
—
Reply to this email directly, view it on GitHub<#589 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVZGBXQQJCEXIKTIAE2DM3XN7FHLANCNFSM6AAAAAAZ2LQUHQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
check configuration file of supervisor daemon there should be following section then start supervisor add it to startup service list supervisor will start your webvirtcloud,to check it application should be run without error,I think error should be 502 not 501 |
/etc/supervisord.conf is empty…
From: Sandaruwan ***@***.***>
Sent: Saturday, July 1, 2023 10:37 AM
To: retspen/webvirtcloud ***@***.***>
Cc: James W Waltrip IV ***@***.***>; Author ***@***.***>
Subject: Re: [retspen/webvirtcloud] Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error (Issue #589)
check configuration file of supervisor daemon
sudo nano /etc/supervisord.conf
there should be following section
[program:webvirtcloud]
[program:novncd]
then start supervisor
sudo systemctl start supervisor
add it to startup service list
sudo systemctl enable supervisor
supervisor will start your webvirtcloud,to check it
sudo supervisorctl status
application should be run without error,I think error should be 502 not 501
—
Reply to this email directly, view it on GitHub <#589 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADVZGBUA424Q2VKAX34WFD3XOAYXVANCNFSM6AAAAAAZ2LQUHQ> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/ADVZGBQ7V4KR7SBDAYH7VKTXOAYXVA5CNFSM6AAAAAAZ2LQUHSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTTAKFKAS.gif> Message ID: ***@***.*** ***@***.***> >
|
Sorry in ubuntu configuration file located in |
Heh :)
Out abd about. Will. Hekc when i return. Thanks
Pretty sure that supervisor service no running
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Sandaruwan ***@***.***>
Sent: Saturday, July 1, 2023 1:10:41 PM
To: retspen/webvirtcloud ***@***.***>
Cc: James W Waltrip IV ***@***.***>; Author ***@***.***>
Subject: Re: [retspen/webvirtcloud] Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error (Issue #589)
Sorry in ubuntu configuration file located in
"/etc/supervisor/conf.d/webvirtcloud.conf"
check install.sh line 354-356
—
Reply to this email directly, view it on GitHub<#589 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVZGBRYPCCJQDQ3762KYL3XOBKZDANCNFSM6AAAAAAZ2LQUHQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am not sure where to begin on troubleshooting this. help? :)
The text was updated successfully, but these errors were encountered: