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

improvements ... #16

Merged
merged 1 commit into from
Jul 30, 2020
Merged

improvements ... #16

merged 1 commit into from
Jul 30, 2020

Conversation

vanhauser-thc
Copy link
Contributor

Sadly I cannot check if this works as the basic building of magma currently does not seem to work:

Step 9/52 : RUN mkdir -p /home && 	groupadd -g ${GROUP_ID} magma && 	useradd -l -u ${USER_ID} -K UMASK=0000 -d /home -g magma magma && 	chown magma:magma /home
 ---> Running in ebe23d9a644e
groupadd: GID '0' already exists
The command '/bin/sh -c mkdir -p /home && 	groupadd -g ${GROUP_ID} magma && 	useradd -l -u ${USER_ID} -K UMASK=0000 -d /home -g magma magma && 	chown magma:magma /home' returned a non-zero code: 4

@hazimeh
Copy link
Member

hazimeh commented Jul 30, 2020

This may have occurred in case you ran the build script as root. Did you try running as a non-root user?

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.

2 participants