mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #208] Can't connect to host via VNC #162
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 @bsavelev on GitHub (Jan 28, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/208
I have 4 VM and can coonect with VNC only to one -- with port 5901
Connection to other was failed with message:
in browser:
in webvirtmgr-novnc:
Success connection in webvirtmgr-novnc look like:
@retspen commented on GitHub (Jan 28, 2014):
show your db record:
$ sqlite3 webvirtmgr.sqlite3
sqlite> select * from instance_instance;
@bsavelev commented on GitHub (Jan 28, 2014):
@retspen commented on GitHub (Jan 28, 2014):
Open Instance page and then open Console and check DB record
@bsavelev commented on GitHub (Jan 28, 2014):
yes! it works. but is this only a workaround?
@retspen commented on GitHub (Jan 28, 2014):
Only if Instance created not in WebVirtMgr, need open Instance page.
@bsavelev commented on GitHub (Jan 28, 2014):
ok. maybe initialize all host instances in db while host added?
@retspen commented on GitHub (Jan 28, 2014):
this need check on instances page. will be fixed....
@retspen commented on GitHub (Jan 29, 2014):
fixed