Skip to content

Instantly share code, notes, and snippets.

@s1carii
Last active March 9, 2019 16:09
Show Gist options
  • Save s1carii/86f1da0d97d5f2a090afc2120576c183 to your computer and use it in GitHub Desktop.
Save s1carii/86f1da0d97d5f2a090afc2120576c183 to your computer and use it in GitHub Desktop.
Steps for user libvirt access
# New users will not have access to virt-manager without being added to the libvirt group
sudo usermod -aG [username] libvirt
# Set the env for the user to kill the error
export LC_ALL=C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment