Activity log for bug #2067508

Date Who What changed Old value New value Message
2024-05-29 17:51:38 Andre Ruiz bug added bug
2024-05-29 17:52:26 Andre Ruiz summary sunbeam configure fails with error about user not being part of group snap_daemon sunbeam configure (in maas deployment) fails with error about user not being part of group snap_daemon
2024-05-29 17:53:15 Andre Ruiz description I'm following this guide -> https://microstack.run/docs/multi-node-maas Using 2024.1/edge rel 507 and there's a point where you run sunbeam configure --openrc demo-openrc but it complains: ========================8<----------------------------------------------------- ubuntu@sunbeam-client:~$ sunbeam configure --openrc demo-openrc Error: Insufficient permissions to run sunbeam commands Add the user 'ubuntu' to the 'snap_daemon' group: sudo usermod -a -G snap_daemon ubuntu After this, reload the user groups either via a reboot or by running 'newgrp snap_daemon'. ========================8<----------------------------------------------------- which seems correct because my user is NOT part of that group, it has not been configured to be by the preparation script, which was run like this: sunbeam prepare-node-script --client | bash -x If you inspect the script you see no group add. I can manually fix it and then configure works normally. I'm following this guide -> https://microstack.run/docs/multi-node-maas Using 2024.1/edge rel 507 and there's a point where you run sunbeam configure --openrc demo-openrc but it complains: ========================8<----------------------------------------------------- ubuntu@sunbeam-client:~$ sunbeam configure --openrc demo-openrc Error: Insufficient permissions to run sunbeam commands Add the user 'ubuntu' to the 'snap_daemon' group:     sudo usermod -a -G snap_daemon ubuntu After this, reload the user groups either via a reboot or by running 'newgrp snap_daemon'. ========================8<----------------------------------------------------- which seems correct because my user is NOT part of that group, it has not been configured to be by the preparation script, which was run like this: sunbeam prepare-node-script --client | bash -x Inspecting the script I see no group add to my user. I can manually fix it and then configure works normally.
2024-05-30 01:01:23 Andre Ruiz snap-openstack: status New Invalid
2024-05-30 05:42:48 Nobuto Murata marked as duplicate 2066541