zepgram / magento2-fast-vm

Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
MIT License
110 stars 35 forks source link

Error in install script #64

Closed wash34000 closed 4 years ago

wash34000 commented 4 years ago

While is vagrant up i have this warning :

dev.xxxxxx.com: chown: changing ownership of '/home/vagrant/magento/vendor/magento/magento2-base/dev/tests/api-functional/_files/Magento/TestModuleJoinDirectives/etc/acl.xml': Operation not permitted

zepgram commented 4 years ago

Hi, did you made change on permissions from your host machine ?

If you use 'nfs' for mount option, permissions cannot be change and are setted for the whole directory at this line: https://github.com/zepgram/magento2-fast-vm/blob/master/Vagrantfile#L69

Try to remove all files, and re-install to avoid this issue.

wash34000 commented 4 years ago

You're right it's working