You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/04 16:49:46 UTC

[GitHub] jonpspri commented on issue #3612: Build does not correctly set permissions on the nginx conf directories

jonpspri commented on issue #3612: Build does not correctly set permissions on the nginx conf directories
URL: https://github.com/apache/incubator-openwhisk/issues/3612#issuecomment-386661132
 
 
   I ran into something similar where I left the nginx container running and then did `sudo rm -rf /tmp/wsk*` in my.  Docker recreated the `wskconf` and `wskconf/nginx` directories, but did so with root ownership and 0744 permissions.  I suspect you may have encountered something similar, and this may not help.
   
   Order of operations to be sure:
   1.  'docker kill $(docker ps -q)'
   2.  'sudo rm -rf /tmp/wsk*'
   3.  Retry the build you were working on.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services