mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #471] noVNC "Starting VNC handshake" #349
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 @anagot on GitHub (Nov 9, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/471
I'm sorry. I use the automatic translation.
WebVirtMng is very great.
I've installed this on ubuntu14.04-server.
When I have some time using this, noVNC will not be able to connect with the following message.
"Starting VNC handshake"
I solved this problem by making the following edit to /etc/libvirt/libvirtd.conf
keepalive_interval = 5
keepalive_count = 0
Please refer to If we had been is if people with the same problem occurs.
Thank you.
@marioskourtesis commented on GitHub (Feb 6, 2015):
Hello anagot,
I am having the same issue and it happens quite often.
@suutaku commented on GitHub (Apr 20, 2022):
At ubuntu 20.04, I got exactly same issue. but I don't find
/etc/libvirt/libvirtd.confon my device or some parameter llikekeepalive_intervalin source code. Any idea?