mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #455] Renaming VMs break noVNC access #339
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 @chamambom on GitHub (Oct 11, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/455
This is my setup , i have webvirtmgr installed and its working perfectly .i also have virt-manager too and i have noticed that whenever i change the name of a VM created by webvirtmgr .... it doesnt connect via vnc.....and i tested using virt-manager .it requires that i input a password...
and Please note ......and i repeat this is not the password that virt-manager requests for root when you open it......
@chamambom commented on GitHub (Oct 14, 2014):
Finally got this issue resolved. ....by following these laid steps
Accessing the SQLITE DATABASE
$ sqlite3 /var/www/webvirtmgr/webvirtmgr.sqlite3
sqlite> select * from instance_instance;
1|1|mysqldbcluster|6b9b401c-5a6d-5f50-8b84-2228c8634043
2|1|axigenfailover|b255d761-b18f-e2c7-1283-ae6b8f384d76
3|1|dronepilot|a8f03966-6100-0ba5-ab60-0f8ef4d1ee23
4|1|linux_repos|169cec20-fbe7-9705-9ac3-4e00bfc9329b
8|2|alvaristar|207ad760-6c40-7ada-58d7-634d382cbe57
10|1|axigenoldemails|957937c5-479b-a0b1-27f6-dd33eb1e7e48
11|1|openfiler_smtp|eb712654-ce07-55e4-7f27-78b3ee27c28b
12|1|afri_smtp_secure|eb712654-ce07-55e4-7f27-78b3ee27c28b
13|1|repo_collectd|169cec20-fbe7-9705-9ac3-4e00bfc9329b
14|1|bacula_repo|77ba4b93-ddab-8e7d-2b66-07ca875a6819
and i removed a row of a vm that i had already removed .... [THERE WHERE 2 EXISTING VMs WITH THE SAME UUID so i deleted one that i had renamed]