I have a new OSX Lion Macbook and would like to control VirtualBox using
"virsh" (as I do with KVM under Ubuntu).
I've got this far:
* Installed VirtualBox
* Installed libvirt (brew install libvirt)
But now I'm a bit stuck :-)
I ran VirtualBox itself, and created a test VM successfully.
If I t
Hi,
I'm trying to use Libvirt with LXC, under Ubuntu 11.04, but I can't get it
to work. It keeps exiting and being restarted by upstart. Log file follows.
It appears that it is complaining, among other things, of QEMU. I am not
running QEMU and would like to disable everything except for LXC, but
On 11/04/2011 09:55 PM, sean darcy wrote:
libvirt-0.9.6-2.fc15.x86_64
virt-manager-0.9.0-7.fc15.noarch
I'm trying to use virt-manager create a simple lxc app container just to
see how it works. App is /bin/sh, 128 megs, 1 cpu.
All seems to go well, but when I click "Finish" and the "Creating
Vi
I've got 2 doubts:
1.I've been trying to write an application using Libvirt's Java API which
should run on both Xen and KVM running machines and execute the Xen or KVM
code based on the hypervisor used. I want the physical machine to know if
it's running Xen or KVM and execute only that code.
Whil