You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue with vncproxy version v1.11 and noVNCv1.3.0 when I try to
proxy a vnc unix socket from Qemu 6.2.0 running within Ubuntu Jammy. To
reproduce, you have to install qemu-system-x86. Then you can fetch a Jammy cloud
image from here 1 and run qemu with the following parameters:
On the same machine, you can run noVNC, fetched from GitHub 2 - pick the tag
you prefer - and, along with it, vncproxy. In my environment, I'm using noVNC tag/v1.3.0. I'm running vncproxy with the following command:
When I open the browser, noVNC presents the login, but it remains stuck forever;
I cannot send any input, whereas if I use Remmina 3 (a vnc client), I can connect
and interact with the virtualized operating system without any issues.
As you can see, I'm running vncproxy with -logLevel debug; you'll find attached
the log to this issue.
Do you have any idea why it breaks over the WebSocket?
Hello,
I'm facing an issue with
vncproxy
versionv1.11
andnoVNC
v1.3.0
when I try toproxy a vnc unix socket from Qemu 6.2.0 running within Ubuntu Jammy. To
reproduce, you have to install
qemu-system-x86
. Then you can fetch a Jammy cloudimage from here 1 and run qemu with the following parameters:
On the same machine, you can run noVNC, fetched from GitHub 2 - pick the tag
you prefer - and, along with it, vncproxy. In my environment, I'm using noVNC
tag/v1.3.0
. I'm running vncproxy with the following command:To expose noVNC, you can use a webserver of choice; in my case, I'm using the
following command:
At this point, you can point your browser to
http://localhost:6080/vnc_lite.html?host=localhost&port=5980&path=testing&encrypt=True.
When I open the browser, noVNC presents the login, but it remains stuck forever;
I cannot send any input, whereas if I use Remmina 3 (a vnc client), I can connect
and interact with the virtualized operating system without any issues.
As you can see, I'm running vncproxy with
-logLevel debug
; you'll find attachedthe log to this issue.
Do you have any idea why it breaks over the WebSocket?
proxy.log
The text was updated successfully, but these errors were encountered: