-
Notifications
You must be signed in to change notification settings - Fork 28
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
/vagrant has no permissions for user vagrant #29
Comments
btw, other than that minor glitch, the box seems really nice to work with - only had to install virtualenv/pip, everything else was already there. :) |
Just did a quick test, it works fine here with Vagrant 1.9.7 + VirtualBox 5.1.26.
mode bits are as below, looks good to me... drwxr-x--- 1 vagrant vagrant 136 Aug 1 13:52 vagrant/ Thanks for using the box (and your appreciation), it was created for my own learning and testing purpose, didn't expect it be reused by so many people ;-) |
I suspect it works for you because you use shared folders and the permissions you see are part of the mounted filesystem. I use rsync for unidirectional sync host -> vm, so there is no fs mounted on /vagrant. |
vm.box = "terrywang/archlinux"
The text was updated successfully, but these errors were encountered: