hi,
i am using libvirt-1.2.0 which is installed from source.
Which i am using to launch instance on xen.
its working fine when i am launching vm from the root user.
But i am entered as another user means its throwing the error.
And libvirt is working fine in that user except the
creating vm: Please refer the following things:
eucalyptus@cooldharma06:/opt/i-47FD0798$ virsh -c xen:///
WARNING: gnome-keyring:: couldn't connect to:
/home/dharmalingams/.cache/keyring-r004e7/pkcs11: Permission
denied
Welcome to virsh, the virtualization interactive
terminal.
Type: 'help' for help with commands
'quit' to quit
virsh # version
Compiled against library: libvirt 1.2.0
Using library: libvirt 1.2.0
Using API: Xen 1.2.0
Running hypervisor: Xen 4.3.0
virsh # list
Id Name State
----------------------------------------------------
virsh # create libvirt_sec.xml
error: Failed to create domain from libvirt_sec.xml
error: access denied
From the libvirtd.log:
2014-01-31 09:46:16.329+0000: 27937: error :
virAccessDriverPolkitCheck:176 : access denied: Policy kit
denied action org.libvirt.api.domain.write from
28281,1877379: exit status 1
2014-01-31 09:46:16.329+0000: 27937: error :
virAccessManagerSanitizeError:203 : access denied
2014-01-31 09:46:16.329+0000: 27937: error :
virAccessManagerSanitizeError:203 : access denied
Suggest me some solution to solve this one.