
16 Apr
2009
16 Apr
'09
10:33 a.m.
On Wed, Apr 15, 2009 at 03:13:03PM +0200, Sebastian Reitenbach wrote:
Hi,
I'm trying to setup an eucalyptus cloud managing my virtual xen nodes.
I'm on SLES11, x86_64. I compiled libvirt-0.6.2 with the following configure parameters: ./configure --prefix=/usr --without-storage-iscsi --without-remote --without-sasl --without-openvz --without-storage-disk
This is your problem. You have disabled the remote driver at compile time.
The remote driver is what is used to talk to libvirtd when running non-root. So you need to have it ....
Hi, On Wednesday 15 April 2009 06:36:21 pm Daniel P. Berrange wrote: thanks a lot, I just reinstalled, omitting that configure parameter, I can run virsh as ordinary user. regards Sebastian