mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #621] Multiple bugs #472
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 @PenguinzTech on GitHub (Aug 17, 2016).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/621
Greetings,
I am seeing the following problems on ubuntu 16.04.1 minimal after installing utilizing instructions above, plus updating to use https in nginx.
When I create an instance using UI, no instance is created:
user@somehost:/var/www/webvirtmgr$ sudo virsh list --all
Id Name State
Two, when I create an interfaces, it doesn't show up either.
Lastly, I enabled ssl within the webvirtmgr-console, and enabled for nginx, but still get redirected to http://localhost:443/url/ instead of https://localhost/url/
@Azendale commented on GitHub (Aug 28, 2016):
Please use one bug for each issue.
I guess I'll just try to deal with the trouble creating an instance in this one.
Is webvirtmanager installed on the same machine as where you are wanting to run the virtual machines?
How did you connect WebVirtMgr to the machine that will be running the virtual machines? TCP Connection, SSH Connection, TLS Connection or a Local Socket?
@cosu commented on GitHub (Sep 28, 2016):
I've hit the same bug with instance creation. It has to do with a missing form field. See #625