mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #139] novnc ready: native websockets, canvas rendering #92
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#92
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 @markx1916 on GitHub (Feb 21, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/139
I use the dockerfile build a image,the run it.
docker run -d -p 80:80 -p 6083:6080 webvirtcloud
but I can't use the console to connect with the vm .
I found that novncd is running ,but is seems not work . the error in the vnc console is
"novnc ready: native websockets, canvas rendering"
root@b4519ffa0fb0:/# ps -ef|grep vnc
root 15 9 0 Feb07 ? 00:00:00 runsv novnc
www-data 2076 15 0 16:45 ? 00:00:02 /srv/webvirtcloud/venv/bin/python /srv/webvirtcloud/console/novncd
root 2112 2093 0 16:56 pts/0 00:00:00 grep --color=auto vnc
root@b4519ffa0fb0:/# netstat -nltp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 25/nginx
tcp 0 0 0.0.0.0:6080 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN -
root@b4519ffa0fb0:/#
@savichev commented on GitHub (Feb 22, 2018):
sudo supervisorctlhttps://github.com/retspen/webvirtcloud/issues/96#issuecomment-202859763