Skip to content

Developer group add does not work #25

Description

@znmeb

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:

Image

Screenshot after:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions