Skip to content
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 error on vagrant up with Big Sur #42

Open
greeker51 opened this issue Jan 21, 2021 · 2 comments
Open

Rsync error on vagrant up with Big Sur #42

greeker51 opened this issue Jan 21, 2021 · 2 comments

Comments

@greeker51
Copy link

greeker51 commented Jan 21, 2021

After updating my mac to BigSur, vagrant to 2.2.14 and VB to 6.1 we have now the problem that rsync is failing on startup with the error:

Bildschirmfoto 2021-01-25 um 12 34 34

Before the update to BigSur everything was working fine

@bboles
Copy link

bboles commented Feb 17, 2021

I am also getting the same error on Catalina with Vagrant 2.2.14.

@mitchellnemitz
Copy link

This is unfortunately a long-known issue and there are multiple open PRs to fix it, but the project seems abandoned. I started work on a hard fork a while back, and while my enhanced-and-rebranded version isn't ready for use, the first release is just a patch for this issue with everything else exactly the same. You can install install it with:

curl -L --output "$HOME/Downloads/vagrant-gatling-rsync-1.0.1.gem" https://github.com/mitchellnemitz/vagrant-gatling-rsync/releases/download/1.0.1/vagrant-gatling-rsync-1.0.1.gem
vagrant plugin install "$HOME/Downloads/vagrant-gatling-rsync-1.0.1.gem"

Three PRs with the same fix, all awaiting some maintainer love:

#39
#40
#41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants