mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #459] Quick Install Broken? #279
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#279
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 @ghost on GitHub (Aug 17, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/459
Fresh Centos 8 (KVM VPS). Used below method to install:
Results:
Any suggestions? The install said it was complete, but the web GUI is not coming up. Page not found.
@catborise commented on GitHub (Aug 17, 2021):
while installing it is asking the novncd port. if you do not modify it, its default is 6080. i think there must be a glitch . as you see nginx conf gives error. you can manually edit the /etc/nginx/conf.d/webvirtcloud.conf file line 34 to fix port number. then it should be worked
@ghost commented on GitHub (Aug 17, 2021):
Thanks. Did what you said, was able to restart nginx. I reran the install script, still cannot access via https://ipaddress:6080 (tried http:// too).
@ghost commented on GitHub (Aug 17, 2021):
@catborise commented on GitHub (Aug 17, 2021):
"/srv/webvirtcloud/webvirtcloud/settings.py" edit this before running installation. set WS_PUBLIC_PORT = 6080
@ghost commented on GitHub (Aug 17, 2021):
Thanks. Updated file. Reran install. Still no web GUI.
http://ipaddress:6080 (tried with https too)
@kwmiebach commented on GitHub (Feb 5, 2022):
I probably found the reason why this could happen during installation.
There are some questions during install:
I added the numbers 1-4 in the above snippet for clarity.
To avoid the error please be careful only to answer y/n in Q1 but not in Q2,Q3 and Q4!
If you answer 'n' in any of them, it would lead to an error as described above. Because the installer takes 'n' and tries to use it as a port number.
The correct answer to Q2-Q4 is just hitting enter or write a port number and then hit enter.
The installer could be improved by an additional warning message or explanation, because it is tempting to put the 'n' everywhere.
Or even check for an integer input.
@catborise commented on GitHub (Feb 7, 2022):
yes it is a semantic problem "do you" question is wrong, answer is thought to be yes or no.
may be we should change question style.
what should you suggest?
change like;
Do you want to change NOVNC service port number?(Default: 6080)to
NOVNC service port number?(Default: 6080