satoru-takeuchi/elkdat

typo to 'usermod -aG libvirt'

Closed this issue · 2 comments

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:

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.

thank you fix :-D