mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 16:15:50 +03:00
[GH-ISSUE #436] [bug] Incompatibility with virtual interfaces #328
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 @generalmanager on GitHub (Sep 19, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/436
WebVirtMgr seems to be incompatible with virtual network interfaces. After adding virtual interfaces to my /etc/network/interfaces, I got a 500 server error when accessing the interfaces page.
After turning debugging on, I get this:
If you need any more info to fix this, I'm happy to help.
@aprt5pr commented on GitHub (Sep 21, 2014):
This is actually a libvirt limitation. The interface names cannot contain any special characters. Otherwise, libvirt cannot parse the configuration file for that interface. You can test this with the following:
It will only return device names that do not contain special characters.
You could always just edit the XML file directly for a domain if you really want to use exotic interface names.
hth
@retspen commented on GitHub (Oct 15, 2014):
If libvirt can't support this, WebVirtMgr can't support as well.
@ozalexo commented on GitHub (Mar 16, 2015):
Hmm. Looks like libvirt 1.2.2 supports virtual interfaces, but webvirtmgr still returns the error described above.
OS: Ubuntu 14.04.2 LTS x86_64
@retspen commented on GitHub (Mar 16, 2015):
Debug message????
@ozalexo commented on GitHub (Mar 16, 2015):
Exactly the same, as I understood:
Just in case, here is my
/etc/network/interfaces:@ozalexo commented on GitHub (Mar 16, 2015):
It does not work.
Update steps:
git pullat my copyLog exactly the same. What can be the reason?
Fix definitely was applied:
@retspen commented on GitHub (Mar 16, 2015):
Can you show your
./webvirtmgr/urls.py?@ozalexo commented on GitHub (Mar 16, 2015):
@retspen commented on GitHub (Mar 16, 2015):
As can you see file on github and your file is different:
https://github.com/retspen/webvirtmgr/blob/master/webvirtmgr/urls.py#L18
@ozalexo commented on GitHub (Mar 16, 2015):
Lines are equal.
Could you please check this pull request?
https://github.com/retspen/webvirtmgr/pull/524