You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command ujust dx-group my user is not added the the dev groups even after a restart.
❯ ujust dx-group
Appending 1000 to /etc/group
[sudo] password for user:
Appending 10 to /etc/group
Reboot system and log back in to use docker, incus-admin, lxd, libvirt.
After restart
❯ groups
user wheel
What did you expect to happen?
I expected that my user was added to the dev groups.
Output of bootc status
❯ sudo bootc status
No staged image present
Current booted image: ghcr.io/ublue-os/bluefin-dx:stable
Image version: 41.20241124.2 (2024-11-24 06:01:50 UTC)
Image digest: sha256:b89a7d095116dbc7eefaf9caf248e3e620539fb12d96fd932254364241ddd065
Current rollback image: ghcr.io/ublue-os/bluefin-dx:stable
Image version: 41.20241124.2 (2024-11-24 06:01:50 UTC)
Image digest: sha256:b89a7d095116dbc7eefaf9caf248e3e620539fb12d96fd932254364241ddd065
Output of groups
user wheel
Extra information or context
I have just today (24-11-2024) installed bluefin-dx:stable via the installation image (iso).
Ran ujust update after installation.
Initially I only did a logout/login after running a ujust dx-group. I know the terminal message says to reboot, however the the docs only mentions logout/login so I went with that.
The text was updated successfully, but these errors were encountered:
poulsky
changed the title
ujust dx-group does not add user to groupsujust dx-group does not add user to dev groups
Nov 24, 2024
This seems to be a bug with the recipe itself, but logging out/logging back in does not apply/remove the groups, we probably should update the docs to mention that. This is most likely because of some lingering setting in systemd-logind being set - Stuff like zellij sessions don't seem to get killed on log out in my system
Describe the bug
When running the command
ujust dx-group
my user is not added the the dev groups even after a restart.After restart
What did you expect to happen?
I expected that my user was added to the dev groups.
Output of
bootc status
Output of
groups
Extra information or context
I have just today (24-11-2024) installed
bluefin-dx:stable
via the installation image (iso).Ran
ujust update
after installation.Initially I only did a logout/login after running a
ujust dx-group
. I know the terminal message says to reboot, however the the docs only mentions logout/login so I went with that.The text was updated successfully, but these errors were encountered: