Openedx is not the name of a known user

What may cause this problem? I try to run a development version but this error occured.

The cms service will be available at http://localhost:8001
docker-compose -f /root/.local/share/tutor/env/local/docker-compose.yml -f /root/.local/share/tutor/env/dev/docker-compose.yml --project-name tutor_dev run --rm -e SETTINGS=tutor.development -p 8001:8001 cms ./manage.py cms runserver 0.0.0.0:8001
Creating tutor_dev_memcached_1     ... done
Creating tutor_dev_mysql_1         ... done
Creating tutor_dev_smtp_1          ... done
Creating tutor_dev_rabbitmq_1      ... done
Creating tutor_dev_elasticsearch_1 ... done
Starting tutor_dev_mongodb_1       ... done
Setting file permissions...
find: 'openedx' is not the name of a known user
Error: Command failed with status 1: docker-compose -f /root/.local/share/tutor/env/local/docker-compose.yml -f /root/.local/share/tutor/env/dev/docker-compose.yml --project-name tutor_dev run --rm -e SETTINGS=tutor.development -p 8001:8001 cms ./manage.py cms runserver 0.0.0.0:8001

Can you confirm that you built the dev image with USERID=0? I suspect this bug happens only in those cases.

Thanks, regis, I am root user. What can I do if I want to totally reinstall tutor? Is that enough for removing all files in $(tutor config printroot) and run tutor local quickstart?

That’s right, this bug will also occur when running Tutor as root. I suppose it’s useless to tell you not to run tutor as root?
https://discuss.overhang.io/t/why-we-should-not-use-sudo-tutor-local-quickstart/

Just delete or move the files in $(sudo tutor config printroot).

Sorry, I was reading those posts several hours earlier but totally forgot I was running tutor as root.