mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-26 08:05:54 +03:00
[GH-ISSUE #375] webvirtmgr - interfaces: 500 Internal Server Error #282
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 @labdidi on GitHub (Jul 27, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/375
Hi,
OS: Debian Wheezy
Libvirt version: 0.9.12.3
when i try to access the menu punkt interfaces i get the following error:
-- snip --
Oops!
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete you request.
-- snip --
Hier the error trace from the apache error log:
-- snip --
[Sun Jul 27 18:32:09 2014] [error] ERROR:django.request:Internal Server Error: /interfaces/1/
[Sun Jul 27 18:32:09 2014] [error] Traceback (most recent call last):
[Sun Jul 27 18:32:09 2014] [error] File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 115, in get_response
[Sun Jul 27 18:32:09 2014] [error] response = callback(request, _callback_args, *_callback_kwargs)
[Sun Jul 27 18:32:09 2014] [error] File "/var/www/webvirtmgr/interfaces/views.py", line 31, in interfaces
[Sun Jul 27 18:32:09 2014] [error] netdevs = conn.get_net_device()
[Sun Jul 27 18:32:09 2014] [error] File "/var/www/webvirtmgr/vrtManager/connection.py", line 149, in get_net_device
[Sun Jul 27 18:32:09 2014] [error] for dev in self.wvm.listAllDevices(0):
[Sun Jul 27 18:32:09 2014] [error] AttributeError: virConnect instance has no attribute 'listAllDevices'
-- snip --