Replies: 1 comment 7 replies
-
It seems the variable $UID contains the value 0, and thus the error. Did you set GID and UID variables? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm trying out Doodba on ubuntu for I have heard great things about it.
I believe to have followed your video and instruction but am getting this error with the invoke git-aggregate command.
it starts building then fails on Step 2/2 useradd: UID 0 is not unique
Service 'odoo' failed to build : The command '/bin/sh -c groupadd -g $GID odoo -o && useradd -l -md /home/odoo -s /bin/false -u $UID -g $GID odoo && mkdir -p /var/lib/odoo && chown -R odoo:odoo /var/lib/odoo /qa/artifacts && chmod a=rwX /qa/artifacts && sync' returned a non-zero code: 4
Any ideas or help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions