dmwm / dmwm/deployment

UID numbers clash with cern accounts in cfg/system/deploy

Open
#679 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
21
Forks
183
PR merge metrics
No merged PRs in 30d

Description

The devvm deployment fails with :
useradd: UID 100001 is not unique

Currently there are 13 UIDs number that clash with the CERN users IDs:

-bash-4.2$ for uid in `grep add_local_user /tmp/foo/cfg/system/deploy.orig | cut -d" " -f4 `; do getent passwd $uid; done | wc -l
13

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.