Masatake Iwasaki created BIGTOP-4373:
----------------------------------------
Summary: jenkins user/group creation fails due to conflict of
uid/gid on Ubuntu 24.04
Key: BIGTOP-4373
URL: https://issues.apache.org/jira/browse/BIGTOP-4373
Project: Bigtop
Issue Type: Improvement
Components: toolchain
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Since the 1000 is already used as uid/gid of ubunut user/group in the ubuntu
base image, groupadd fails on applying toolchain manifest.
{noformat}
#7 695.4 [1;31mError: Could not create group jenkins: Execution of
'/usr/sbin/groupadd -g 1000 jenkins' returned 4: groupadd: GID '1000' already
exists[0m
#7 695.4 [1;31mError:
/Stage[main]/Bigtop_toolchain::User/Group[jenkins]/ensure: change from 'absent'
to 'present' failed: Could not create group jenkins: Execution of
'/usr/sbin/groupadd -g 1000 jenkins' returned 4: groupadd: GID '1000' already
exists[0m
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)