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

invalid groupadd command when running job-controller #561

Closed
mdonadoni opened this issue Jan 23, 2024 · 0 comments · Fixed by reanahub/reana-commons#440, #566 or #557
Closed

invalid groupadd command when running job-controller #561

mdonadoni opened this issue Jan 23, 2024 · 0 comments · Fixed by reanahub/reana-commons#440, #566 or #557
Assignees
Labels
Projects

Comments

@mdonadoni
Copy link
Member

The logs of job-controller contain:

groupadd: '0' is not a valid group name
[...]
@mdonadoni mdonadoni self-assigned this Feb 2, 2024
@mdonadoni mdonadoni added this to In work in 0.9.3 Feb 2, 2024
mdonadoni added a commit to mdonadoni/reana-workflow-controller that referenced this issue Feb 2, 2024
)

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

Closes reanahub#561
@mdonadoni mdonadoni moved this from In work to In review in 0.9.3 Feb 2, 2024
mdonadoni added a commit to mdonadoni/reana-workflow-controller that referenced this issue 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 issue 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 issue Feb 12, 2024
)

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

Closes reanahub#561
0.9.3 automation moved this from In review to Done Feb 13, 2024
mdonadoni added a commit to mdonadoni/reana-workflow-controller that referenced this issue Feb 13, 2024
)

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

Closes reanahub#561
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment