-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
rsync issue during vagrant up with Cygwin/Windows #7172
Comments
Hi @ryayon Thank you for opening an issue. We've been experiencing a number of issues with the boxes published under The exact error is:
Which sounds like incompatible versions of rsync between the host and the guest. Could you please tell me which version of rsync is running on the guest and host? |
Hi Seth, Thanks for your reply. Actually, I have the same problem with |
Hi @ryayon I think this is an issue with those box publishers, and not an issue with Vagrant itself. I think they are either not installing rsync (which is required on both the guest and host if you want to use rsync synced folders), or they are installing an old version. Unfortunately, just like GitHub has no control over bugs in their repos, we have no control over the box curation process for the boxes on Atlas. Please note that just because a box lives under the "centos" or "debian" namespace does not mean it's an "official" box. The only official boxes are those published under the hashicorp or bento namespaces. Please let me know if you have any questions! 😄 |
ooohh, I didn't know about official VMs. |
Vagrant version
Vagrant 1.8.1
Host operating system
Windows 10 + Cygwin
Guest operating system
Debian 8 / CentOS 7
Vagrantfile
Debug output
https://gist.github.com/ryayon/4bcadc44b200118f342b
Expected behavior
The rsync process should have complete successfully
Actual behavior
I get an error about the rsync process
Steps to reproduce
The text was updated successfully, but these errors were encountered: