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

OSX : "make setup" throws "Operation not permitted" #20

Open
JosephMRally opened this issue Aug 28, 2020 · 0 comments
Open

OSX : "make setup" throws "Operation not permitted" #20

JosephMRally opened this issue Aug 28, 2020 · 0 comments

Comments

@JosephMRally
Copy link

was able to work around the issue by removing "chown 1001 -R data/log data/media" from MakeFile. also did chmod -R 777 data

error stack:
xxxx@MacBook-Pro uchan % make setup
docker-compose up -d
uchan_memcached_1 is up-to-date
Starting uchan_assets_1 ...
uchan_app_1 is up-to-date
uchan_db_1 is up-to-date
uchan_queue_1 is up-to-date
Starting uchan_assets_1 ... done
uchan_nginx_1 is up-to-date
uchan_varnish_1 is up-to-date
chown 1001 -R data/log data/media
chown: -R: No such file or directory
chown: data/log: Operation not permitted
chown: data/media: Operation not permitted
make: *** [setup] Error 1

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

No branches or pull requests

1 participant