Skip to content

Instantly share code, notes, and snippets.

@dubcl
Last active October 24, 2017 19:21
Show Gist options
  • Save dubcl/0b31b5f59e19bebc2fccda12eec5916a to your computer and use it in GitHub Desktop.
Save dubcl/0b31b5f59e19bebc2fccda12eec5916a to your computer and use it in GitHub Desktop.
opennebula libvirtd fix
vim /etc/libvirt/libvirtd.conf
the add at end of file
auth_unix_ro = "none"
auth_unix_rw = "none"
unix_sock_group = "oneadmin"
unix_sock_ro_perms = "0770"
unix_sock_rw_perms = "0770"
service libvirtd restart
On older version
service libvirt-bin restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment