subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
329 stars 55 forks source link

Suggestion: add vmango user to libvirt group on install #57

Closed captainwasabi closed 4 years ago

captainwasabi commented 4 years ago

I found the solution to the problem I had with a new install in issue #40. However, this should be done automatically when installing from the .rpm

subuk commented 4 years ago

Vmango can be installed on a host without libvirt daemon, so I can't do it in RPM post-install script. Libvirt is like a database for a classic web application, it can be on another machine.

captainwasabi commented 4 years ago

why? if the libvirt daemon is not installed on the machine vmango is installed on then adding the user to the non-existent libvirt group should just fail (doesn't matter if it fails silently but maybe write something to a log file.

or, alternatively, prominently print a note post-install with the command to add the user to the group