Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User admin sometimes fails to be added to 'wheel' group #855

Open
mattiaswal opened this issue Dec 4, 2024 · 1 comment
Open

User admin sometimes fails to be added to 'wheel' group #855

mattiaswal opened this issue Dec 4, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@mattiaswal
Copy link
Contributor

mattiaswal commented Dec 4, 2024

Most likely this is caused by all other groups are handled with change_auth but wheel is handled by change_nacm (int ietf-system), and sometimes when the admin user should be added to wheel, the user admin does not exist. It says sys-cli also fails, but it is added to the user anyway.

Dec 4 14:04:18 ix confd[3290]: addgroup: unknown user admin
Dec 4 14:04:18 ix confd[3290]: Failed giving user "admin" UNIX sys-cli permissions.
Dec 4 14:04:18 ix confd[3290]: Failed giving user "admin" UNIX wheel permissions.
Dec 4 14:04:18 ix confd[3290]: addgroup: unknown user admin

To reproduce this:
run the test: ietf_system/upgrade in a loop on virtual devices.

@mattiaswal mattiaswal added the bug Something isn't working label Dec 4, 2024
@troglobit troglobit added triage Pending investigation & classification (CCB) and removed triage Pending investigation & classification (CCB) labels Dec 5, 2024
@troglobit troglobit added this to the Infix v25.01 milestone Dec 5, 2024
@troglobit
Copy link
Contributor

CCB: Blocker for v25.01

@troglobit troglobit moved this to Todo in Infix & C:o Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

2 participants