[libvirt-users] libvirt, OSX and VirtualBox - how?

2011-11-05 Thread Brian Candler
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

[libvirt-users] Libvirt exiting and respawning

2011-11-05 Thread Stephen Eilert
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

Re: [libvirt-users] virt-manager: create lxc app container hangs

2011-11-05 Thread sean darcy
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

[libvirt-users] Finding out if Xen or KVM is used

2011-11-05 Thread PREETHI RAMESH
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