-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not start manage #2
Comments
Try to reboot server. I can't explain this, but today I see same error on my server. |
What is your version of libvirt? |
0.9.2 Anatoliy Guskov notifications@github.com编写:
|
Linux distro? |
fedora 16 the libvirt is on it 0.9.6 Anatoliy Guskov notifications@github.com编写:
|
Tried to install or upgrade 0.9.6? |
Work on Fedora 17 |
Thanks. I will try it. ÔÚ 2012-09-04 11:51:04£¬Bloodoff notifications@github.com дµÀ£º Work on Fedora 17 ¡ª |
Tested on fedora 16 with libvirt-0.9.6 - work fine! |
Could list your steps to install it ? Do your follow the steps given by this page "https://github.com/retspen/webvirtmgr" only ? Or anything else ? I still can not get it work. Need your help. Thanks a lot. ÔÚ 2012-09-04 17:17:13£¬"Anatoliy Guskov" notifications@github.com дµÀ£º Tested on fedora 16 with libvirt-0.9.6 - work fine! ¡ª |
I have see the same error: or quick and dirty workaround : |
Can you share your steps on FC17 ? At 2012-09-04 23:57:58,Bloodoff notifications@github.com wrote: I have see the same error: ¡ª |
After upgrade it's just working |
Sounds good. I will try it. Thanks a lot! ÔÚ 2012-09-05 00:03:33£¬Bloodoff notifications@github.com дµÀ£º After upgrade it's just working ¡ª |
still failed. Can someone share the steps with me ? But not just tell the version!!! ÔÚ 2012-09-05 00:03:33£¬Bloodoff notifications@github.com дµÀ£º After upgrade it's just working ¡ª |
On FC17 , the error is : Error connecting: Check the KVM login and KVM password How can I set the password ? ÔÚ 2012-09-05 00:03:33£¬Bloodoff notifications@github.com дµÀ£º After upgrade it's just working ¡ª |
Sorry, my fedora 16 have custom libvirt for develop and all work fine. If you have problem connect to hypervisor, test in console "virsh -c qemu-tcp://127.0.0.1/system nodeinfo" |
Your read docs? Link located near the logo. |
On FC 17, follow the docs metioned, I get it worked! Howerver, still failed on FC 16. Thank you, two nice persons! Have a good night ! ÔÚ 2012-09-05 01:34:54£¬"Anatoliy Guskov" notifications@github.com дµÀ£º Your read docs? Link located near the logo. ¡ª |
Hi: Thanks. At 2012-09-05 09:50:50,"ÍõÔóºé" wangsuyi640@126.com wrote: On FC 17, follow the docs metioned, I get it worked! Howerver, still failed on FC 16. Thank you, two nice persons! Have a good night ! ÔÚ 2012-09-05 01:34:54£¬"Anatoliy Guskov" notifications@github.com дµÀ£º Your read docs? Link located near the logo. ¡ª |
The beta releases support live migration, but there are some difficulties with migration. As soon as the end all be testing required Includes the release. |
As I know, there are two solutions of migration, static and dynamic Well, the static one may be more easier, however the dynamic one is more useful, :) Thanks. At 2012-09-18 00:40:02,"Anatoliy Guskov" notifications@github.com wrote: The beta releases support live migration, but there are some difficulties with migration. As soon as the end all be testing required Includes the release. ¡ª |
I can login "http://127.0.0.1:8000/dashboard/" successfully and add a connect. However, when clicked the button "manage" ,
it always jumped to "http://127.0.0.1:8000/overview/1/" , and see the following errors:
TypeError at /overview/1/
getMemoryStats() takes exactly 5 arguments (3 given)
Request Method: GET
Request URL: http://127.0.0.1:8000/overview/1/
Django Version: 1.3.2
Exception Type: TypeError
Exception Value:
getMemoryStats() takes exactly 5 arguments (3 given)
Exception Location: /root/webvirtmgr/../webvirtmgr/overview/views.py in get_mem_usage, line 92
Python Executable: /usr/bin/python
Python Version: 2.7.2
Python Path:
['/root/webvirtmgr',
'/usr/lib64/python27.zip',
'/usr/lib64/python2.7',
'/usr/lib64/python2.7/plat-linux2',
'/usr/lib64/python2.7/lib-tk',
'/usr/lib64/python2.7/lib-old',
'/usr/lib64/python2.7/lib-dynload',
'/usr/lib64/python2.7/site-packages',
'/usr/lib64/python2.7/site-packages/PIL',
'/usr/lib64/python2.7/site-packages/gst-0.10',
'/usr/lib64/python2.7/site-packages/gtk-2.0',
'/usr/lib/python2.7/site-packages',
'/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info']
Server time: Mon, 3 Sep 2012 15:28:47 +0300
Traceback Switch to copy-and-paste view
...
I just follow the steps given by https://github.com/retspen/webvirtmgr , and start by "./manage.py runserver 127.0.0.1:8000"
The text was updated successfully, but these errors were encountered: