From 0567326e1af7cd669e03e54720f29aec1db8c2a7 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 +```