mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #84] VNC Console broken after recreating VM #71
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 @JeroenOmaha on GitHub (Jul 5, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/84
When moving an img VM file to a different location or deleting a VM but not the img and then creating a new VM with an existing image breaks VNC console access. It starts a java VNC console but asks then for a SSH login.
@retspen commented on GitHub (Jul 5, 2013):
When you delete VM - VNC password deleted too (not store on image). Alter creating VM click button "Enable noVNC".
@JeroenOmaha commented on GitHub (Jul 8, 2013):
You are so right, didn't have an enable NoVNC button but after deleting and creating a new one it was there. Clicking enable NoVNC worked right away.
thanx.