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

fix(manager): use valid group name when calling groupadd (#566) #566

Merged
merged 1 commit into from Feb 13, 2024

Conversation

mdonadoni
Copy link
Member

Use a valid name when creating a new group with groupadd, as numbers
are not valid group names.

Closes #561

mdonadoni added a commit to mdonadoni/reana-workflow-controller that referenced this pull request Feb 9, 2024
)

Use a valid name when creating a new group with `groupadd`, as numbers
are not valid group names.

Closes reanahub#561
mdonadoni added a commit to mdonadoni/reana-workflow-controller that referenced this pull request Feb 9, 2024
)

Use a valid name when creating a new group with `groupadd`, as numbers
are not valid group names.

Closes reanahub#561
mdonadoni added a commit to mdonadoni/reana-workflow-controller that referenced this pull request Feb 12, 2024
)

Use a valid name when creating a new group with `groupadd`, as numbers
are not valid group names.

Closes reanahub#561
Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works nicely. Please update r-commons minimal version before merging.

)

Use a valid name when creating a new group with `groupadd`, as numbers
are not valid group names.

Closes reanahub#561
@mdonadoni mdonadoni merged commit 73a9929 into reanahub:master Feb 13, 2024
12 checks passed
@mdonadoni mdonadoni deleted the fix-groupadd branch February 13, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

invalid groupadd command when running job-controller
2 participants