mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #429] noVNC tries to connect to a port on top of a port #322
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 @aprt5pr on GitHub (Sep 15, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/429
When using SSH connection type with webvirtmgr, noVNC tries to connect to hostname:ssh-port:vnc-port:
As a workaround I've modified .../webvirtmgr/console/webvirtmgr-novnc on line 74 to be:
After restarting supervisor(d) or webvirtmgr-novnc, noVNC then connects normally.
@generalmanager commented on GitHub (Sep 19, 2014):
Can confirm & your fix works for me too. Thanks!
@vide commented on GitHub (Oct 23, 2014):
Mmh, I had the same problem, now with this fix I get:
@retspen commented on GitHub (Oct 23, 2014):
Do you restart webvirtmgr-novnc after update?
@vide commented on GitHub (Oct 23, 2014):
Yes, it's a fresh start (from command line, no init script) after restarting supervisor
@vide commented on GitHub (Oct 23, 2014):
Nevermind, it was a secret key problem (I had a parallel installation in another path with pip and it was trying to read that secret key). Sorry for the noise and great software BTW!