azavea / climate-change-lab

Other
4 stars 1 forks source link

Vagrant directory chown error on provision #252

Open flibbertigibbet opened 7 years ago

flibbertigibbet commented 7 years ago

Provisioning a new VM by running ./scripts/setup successfully builds a container, but then logs an error:

Successfully tagged vagrant_app:latest
Creating network "vagrant_default" with the default driver
ERROR: Cannot start service app: error while creating mount source path '/vagrant/jenkins': chown /vagrant/jenkins: operation not permitted
Connection to 127.0.0.1 closed.
hectcastro commented 7 years ago

I just brought up the Vagrant virtual machine up from scratch on develop with setup and was unable to reproduce this failure. When inside of the virtual machine, do you see the jenkins directory?

vagrant@app:/vagrant$ ls | grep jenkins
jenkins
flibbertigibbet commented 7 years ago
vagrant@app:/vagrant$ ls -lah | grep jenkins
drwxr-xr-x  2 ubuntu ubuntu 4.0K Sep  8 14:24 jenkins