[GH-ISSUE #47] Can't get the last version to work on debian 6 #37

Closed
opened 2026-02-27 16:00:48 +03:00 by kerem · 2 comments
Owner

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

Sign in

500

What can I do?

Thanks

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 ``` Sign in ``` 500 What can I do? Thanks
kerem closed this issue 2026-02-27 16:00:48 +03:00
Author
Owner

@retspen commented on GitHub (Apr 1, 2013):

Need libvirt-0.9.1 and above

<!-- gh-comment-id:15722690 --> @retspen commented on GitHub (Apr 1, 2013): Need libvirt-0.9.1 and above
Author
Owner

@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-11bpo60+1 programs for the libvirt library
ii libvirt0 0.9.12-11
bpo60+1 library for interfacing with different virtualization systems
ii python-libvirt 0.9.12-11~bpo60+1 libvirt Python bindings

Now it's working, thanks!!

<!-- gh-comment-id:15723250 --> @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 library ii libvirt0 0.9.12-11~bpo60+1 library for interfacing with different virtualization systems ii python-libvirt 0.9.12-11~bpo60+1 libvirt Python bindings Now it's working, thanks!!
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#37
No description provided.