[GH-ISSUE #139] novnc ready: native websockets, canvas rendering #92

Open
opened 2026-02-27 15:57:18 +03:00 by kerem · 1 comment
Owner

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:/#

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:/#
Author
Owner

@savichev commented on GitHub (Feb 22, 2018):

sudo supervisorctl
https://github.com/retspen/webvirtcloud/issues/96#issuecomment-202859763

<!-- gh-comment-id:367632606 --> @savichev commented on GitHub (Feb 22, 2018): `sudo supervisorctl` https://github.com/retspen/webvirtcloud/issues/96#issuecomment-202859763
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#92
No description provided.