The bluefinctl developer group add function does not appear to be working on Dakota Alpha 5. I haven't tried it on any other systems.
Screenshot before:
Screenshot after:
After the reboot, I have only been added to the dialout group:
[znmeb@dakota-gaming ~]$ groups
znmeb dialout wheel
It turns out that the other three groups need to be added to the system first:
sudo groupadd --system docker
sudo groupadd --system incus-admin
sudo groupadd --system libvirt
sudo usermod -aG docker,incus-admin,libvirt $USER
After another reboot, I'm in the groups.
[znmeb@dakota-gaming ~]$ groups
znmeb libvirt incus-admin docker dialout wheel
The
bluefinctldeveloper group add function does not appear to be working on Dakota Alpha 5. I haven't tried it on any other systems.Screenshot before:
Screenshot after:
After the reboot, I have only been added to the
dialoutgroup:It turns out that the other three groups need to be added to the system first:
After another reboot, I'm in the groups.