[GH-ISSUE #455] Renaming VMs break noVNC access #339

Closed
opened 2026-02-27 16:38:55 +03:00 by kerem · 1 comment
Owner

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......

untitled-1

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...... ![untitled-1](https://cloud.githubusercontent.com/assets/5709832/4601589/b1cd0a48-510b-11e4-8b52-b7d9bb4ad5bf.png)
kerem closed this issue 2026-02-27 16:38:56 +03:00
Author
Owner

@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]

<!-- gh-comment-id:58988877 --> @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]
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#339
No description provided.