Displaying 5 results from an estimated 5 matches for "sudo_user_not_disclosed".
2020 Oct 29
2
Re: virsh rights voor normal users
...n use "-c URI" to override the default if
> running non-root.
ah, yes. I try this:
$ virsh -c qemu:///system
But it then I get a prompt:
==== AUTHENTICATING FOR org.libvirt.unix.manage =============
System policy prevents management of local virtualized systems
Authenticating as: sudo_user_not_disclosed
Password:
Password:
polikit-agent-helper-1: pam_authenticate failed: Authentication failure
Our allowed groups in the /etc/dbus-1/system.d/org.libvirt.conf are no sudo
users (this can change, but not as of now). It is a bit strange that the
get the password prompt for a local sudo user we have in...
2020 Oct 29
2
Re: virsh rights voor normal users
...ah, yes. I try this:
> >
> > $ virsh -c qemu:///system
> >
> > But it then I get a prompt:
> >
> > ==== AUTHENTICATING FOR org.libvirt.unix.manage =============
> > System policy prevents management of local virtualized systems
> > Authenticating as: sudo_user_not_disclosed
> > Password:
> > Password:
> > polikit-agent-helper-1: pam_authenticate failed: Authentication failure
> >
> > Our allowed groups in the /etc/dbus-1/system.d/org.libvirt.conf are no
> > sudo users (this can change, but not as of now). It is a bit strange
> &g...
2020 Oct 29
0
Re: virsh rights voor normal users
...20 4:47 PM, Natxo Asenjo wrote:
> ah, yes. I try this:
>
> $ virsh -c qemu:///system
>
> But it then I get a prompt:
>
> ==== AUTHENTICATING FOR org.libvirt.unix.manage =============
> System policy prevents management of local virtualized systems
> Authenticating as: sudo_user_not_disclosed
> Password:
> Password:
> polikit-agent-helper-1: pam_authenticate failed: Authentication failure
>
> Our allowed groups in the /etc/dbus-1/system.d/org.libvirt.conf are no
> sudo users (this can change, but not as of now). It is a bit strange
> that the get the password pro...
2020 Oct 30
0
Re: virsh rights voor normal users
...> > $ virsh -c qemu:///system
> > >
> > > But it then I get a prompt:
> > >
> > > ==== AUTHENTICATING FOR org.libvirt.unix.manage =============
> > > System policy prevents management of local virtualized systems
> > > Authenticating as: sudo_user_not_disclosed
> > > Password:
> > > Password:
> > > polikit-agent-helper-1: pam_authenticate failed: Authentication failure
> > >
> > > Our allowed groups in the /etc/dbus-1/system.d/org.libvirt.conf are no
> > > sudo users (this can change, but not as of now...
2020 Oct 29
2
virsh rights voor normal users
hi,
using the cockpit web ui and with these instructions:
https://libvirt.org/dbus.html#usage
we allow successfully that a group of users can access the console of the
system vms in different kvm hosts.
Oddly enough, in the same cockpit web interface I can use a terminal, and
if I run virsh list --all I get an empty listing.
So using cockpit I can manage the system vms, but I cannot use virsh.