mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #47] Can't get the last version to work on debian 6 #37
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 @pablokbs on GitHub (Apr 1, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/47
Hello, I love webvirt but I can not make the last version to work on
my debian 6, I know you recomend ubuntu but I have all my kvm hosts
running debian, can you please help me?
This is the error:
http://pastebin.com/9mfeG3xh
I have the following python and django versions:
colossus:/home/kbs# dpkg -l | grep python
ii libapache2-mod-python 3.3.1-9+b1
ii libpython2.6 2.6.6-8+b1
ii python 2.6.6-3+squeeze7
ii python-apt 0.7.100.1+squeeze1
ii python-apt-common 0.7.100.1+squeeze1
ii python-central 0.6.16+nmu1
ii python-django 1.4.5-1~bpo60+2
ii python-libvirt 0.8.3-5+squeeze5
ii python-libxml2 2.7.8.dfsg-2+squeeze7
ii python-minimal 2.6.6-3+squeeze7
ii python-pycurl 7.19.0-3+b1
ii python-reportbug 4.12.6
ii python-support 1.0.10
ii python-urlgrabber 3.9.1-4 A
ii python2.6 2.6.6-8+b1
ii python2.6-minimal 2.6.6-8+b1 A
The connection works well:
colossus:/home/kbs# virsh -c qemu+tcp://127.0.0.1/system nodeinfo
Please enter your authentication name: root
Please enter your password:
CPU model: x86_64
CPU(s): 2
CPU frequency: 2813 MHz
CPU socket(s): 1
Core(s) per socket: 2
Thread(s) per core: 1
NUMA cell(s): 1
Memory size: 8197568 kB
I get to see the dashboard and adding the connection, but when I click
the "overview" button, it gives me an 500 error:
WebVirtMgr
500
What can I do?
Thanks
@retspen commented on GitHub (Apr 1, 2013):
Need libvirt-0.9.1 and above
@pablokbs commented on GitHub (Apr 1, 2013):
wow that was fast, thank you very much man, I've upgraded libvirt to the backports along with python-libvirt:
colossus:/home/kbs# dpkg -l | grep libvirt
ii libvirt-bin 0.9.12-11
bpo60+1 programs for the libvirt librarybpo60+1 library for interfacing with different virtualization systemsii libvirt0 0.9.12-11
ii python-libvirt 0.9.12-11~bpo60+1 libvirt Python bindings
Now it's working, thanks!!