Tagged Questions

2
votes
2answers
5k views

KVM/QEMU network TAP problems with libvirt

I'm trying to use libvirt with virsh to manage my kvm/qemu vms. The problem I have is with getting it to work with public IPs. The server is running ubuntu 8.04. libvirt keeps trying to run it as: ...
1
vote
0answers
59 views

Download hangs using a Maven repository mirror on a kvm-qemu server

I installed a Maven repository (tested NexusOSS 1.9.1.1 bundle and Artifactory 2.4.2) on a virtual Ubuntu 10.04.3 LTS server hosted on an Ubuntu 10.04.2 LTS server by libvirt 0.7.5-5ubuntu27.16 (using ...
0
votes
1answer
37 views

Can I register event callbacks using the libvirt Python module with a QEMU backend?

I would like to write some code to monitor events for domains running under QEMU, managed by libvirt. However, trying to register an event handler yields the following error: >>> import ...
0
votes
2answers
149 views

virsh shutdown for OpenBSD (libvirt/kvm)

Is it possible to correctly shutdown a openbsd 4.7 or 4.9 with virsh shutdown OpenBSD The openbsd is under kvm/qemu configured from libvirt. shutdown should send an ACPI signal "Power button ...
0
votes
1answer
303 views

live migration using KVM

I want live migration of virtual machines between two host and for that i am using following command: virsh migrate vmtest qemu+ssh://root@10.20.254.106/system I am getting the following error ...