typo to 'usermod -aG libvirt'
Closed this issue · 2 comments
murasesyuka commented
I try install them on Ubuntu 16.04.
but fail 'usermod'. as follows
$ sudo usermod -aG libvirt murase
usermod: group 'libvirt' does not exist
Is thisi a "libvirtd" typo?
$ cat /etc/group | grep libvir
libvirtd:x:130:
satoru-takeuchi commented
Thank you for letting me know. Yes, it's a typo.
I fixed it as the following commit.
ca4ea84
If I'll confirm this new description works for you, I'll close this ticket.
murasesyuka commented
thank you fix :-D