UID numbers clash with cern accounts in cfg/system/deploy
Open
- 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.