Coder Social home page Coder Social logo

Can not start manage about webvirtmgr HOT 22 CLOSED

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024
Can not start manage

from webvirtmgr.

Comments (22)

Bloodoff avatar Bloodoff commented on August 23, 2024

Try to reboot server. I can't explain this, but today I see same error on my server.

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

What is your version of libvirt?

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

0.9.2

Anatoliy Guskov [email protected]编写:

What is your version of libvirt?


Reply to this email directly or view it on GitHub:
#2 (comment)

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

Linux distro?

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

fedora 16 the libvirt is on it 0.9.6

Anatoliy Guskov [email protected]编写:

Linux distro?


Reply to this email directly or view it on GitHub:
#2 (comment)

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

Tried to install or upgrade 0.9.6?

from webvirtmgr.

Bloodoff avatar Bloodoff commented on August 23, 2024

Work on Fedora 17

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

Thanks. I will try it.

ÔÚ 2012-09-04 11:51:04£¬Bloodoff [email protected] дµÀ£º

Work on Fedora 17

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

Tested on fedora 16 with libvirt-0.9.6 - work fine!

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

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" [email protected] дµÀ£º

Tested on fedora 16 with libvirt-0.9.6 - work fine!

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

Bloodoff avatar Bloodoff commented on August 23, 2024

I have see the same error:
have to read http://libvirt.org/html/libvirt-libvirt.html#virNodeGetMemoryStats
in Python this function can't require the 5 params. It's not normal behaviour.
May be the python libvirt library installed not properly, but I just upgrade FC16 to FC17 and got working application.

or quick and dirty workaround :
in file webvirtmgr/overview/views.py replace
get_freemem = conn.getMemoryStats(-1,0)
with
get_freemem=0
and
cpu = conn.getCPUStats(-1,0)
with
cpu=0

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

Can you share your steps on FC17 ?
Thanks a lot!

At 2012-09-04 23:57:58,Bloodoff [email protected] wrote:

I have see the same error:
have to read http://libvirt.org/html/libvirt-libvirt.html#virNodeGetMemoryStats
in Python this function can't require the 5 params. It's not normal behaviour.
May be the python libvirt library installed not properly, but I just upgrade FC16 to FC17 and got working application.

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

Bloodoff avatar Bloodoff commented on August 23, 2024

After upgrade it's just working

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

Sounds good. I will try it. Thanks a lot!

ÔÚ 2012-09-05 00:03:33£¬Bloodoff [email protected] дµÀ£º

After upgrade it's just working

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

still failed. Can someone share the steps with me ? But not just tell the version!!!

ÔÚ 2012-09-05 00:03:33£¬Bloodoff [email protected] дµÀ£º

After upgrade it's just working

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

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 [email protected] дµÀ£º

After upgrade it's just working

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

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"

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

Your read docs? Link located near the logo.

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

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" [email protected] дµÀ£º

Your read docs? Link located near the logo.

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

Hi:
On FC 17 , I try your project successfully, it is so good!
Howerver, I find that maybe one important feature is missing : migrate, I think it is not so hard to do this. Do you have any plan for this, I think I can give
some help, to make the perfect project more perfect!

Thanks.

At 2012-09-05 09:50:50,"ÍõÔóºé" [email protected] 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" [email protected] дµÀ£º

Your read docs? Link located near the logo.

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

retspen avatar retspen commented on August 23, 2024

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.

from webvirtmgr.

wangsuyi640 avatar wangsuyi640 commented on August 23, 2024

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, :)
Do you plan to realize both of them ?

Thanks.

At 2012-09-18 00:40:02,"Anatoliy Guskov" [email protected] 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.

¡ª
Reply to this email directly or view it on GitHub.

from webvirtmgr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.