From 5d412184a8e099d2684190dfe30df3ea1e256814 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Tue, 6 Jul 2021 16:28:32 +0100 Subject: [PATCH] libvirt.md: `no polkit agent available to authenticate action \'org.libvirt.unix.manage\' --- libvirt.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libvirt.md b/libvirt.md index 05e63e0..55c9077 100755 --- a/libvirt.md +++ b/libvirt.md @@ -11,3 +11,11 @@ title: libvirt notes ```bash # virsh net-start default ``` + +## `no polkit agent available to authenticate action 'org.libvirt.unix.manage'` + +add user to `libvirt` group + +```bash +usermod -a -G libvirt user +```