-
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` failed on Vagrant 1.8.6 #7908
Comments
I have the same problem with the same OS and Vagrant v1.9.7. Rsync version: 3.0.6 |
Who can answer my question |
When I did |
Hi there, It looks like this has been resolved within a previously shipped version of Vagrant so I am now closing this issue. If the original issue was not fully resolved, please reopen this issue or create a new one. Cheers! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Vagrant version
~$ vagrant --version
Vagrant 1.8.6
Host operating system
~$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Guest operating system
Centos 7
Vagrantfile
Actual behavior
==> devopsmain: Rsyncing folder: /home/singho/devopsenv/ => /home/vagrant/sync
There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.
Host path: /home/singho/devopsenv/
Guest path: /home/vagrant/sync
Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 2200 -o LogLevel=FATAL -o ControlMaster=auto -o ControlPath=/tmp/ssh.849 -o ControlPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/home/singho/devopsenv/.vagrant/machines/devopsmain/virtualbox/private_key'" "--exclude" ".vagrant/" "/home/singho/devopsenv/" "[email protected]:/home/vagrant/sync"
Error: command-line: line 0: Bad configuration option: ControlPersist
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: unexplained error (code 255) at io.c(600) [sender=3.0.6]
References
#6702
Issue 1:
As per the issue #6702 I removed the following lines
which solves the issue.
I am wondering why my system is being detected as a windows machine by vagrant?
The text was updated successfully, but these errors were encountered: