-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error with rsync when building AWS instance #64
Comments
You shouldn't need/want to edit the
... and source into your environment that before running The error seems to indicate maybe the remote path Depending on if we can this working, I think there is a non-zero chance this is a dupe of issue #41 |
I think this error has something to do with the symlinked files in the In my opinion this is logical because the symlinked files doesn't have any source files to link to. In this case the script can't copy anything to the VM. I wonder that no one else get this error or anybody else removed this files by themselves 😆 I hope you can follow my thoughts. And thanks for the input, that I shouldn't edit the |
ugh, so hashicorp/vagrant#5471 makes reference to how the rsync options for I think the solution in 09f749 should fix this in the future. FWIW, I had a hard time upgrading to a newer version of vagrant that would reproduce this error because of mitchellh/vagrant-aws#516 Thanks for taking the time to report the issue! Good luck on your thesis! |
Hey,
when i setup a new vagrant with 'vagrant up' on AWS all went fine, up to the rsync where I get an error:
The aws section of my Vagrantfile looks like this:
I hope anyone can help me. I need this for my master's thesis and don't know why I get this error.
Thank you in advance.
-losaruka
The text was updated successfully, but these errors were encountered: