Closed aitormendez closed 3 years ago
To downgrade,
brew remove vagrant
curl -O -L https://raw.githubusercontent.com/Homebrew/homebrew-cask/d81815ea27a778a312fa0e2bbef0d78f9767f45b/Casks/vagrant.rb
brew install --cask vagrant.rb
Then I also needed to run
sudo vagrant plugin expunge --reinstall
And also chown .vagrant.d which was owned by root (maybe from installing Vagrant from the downloaded installer.)
sudo chown -R mikekilmer:staff /Users/mikekilmer/.vagrant.d/
I forget what the {whoami}
syntax is.
Looks like https://github.com/hashicorp/vagrant/issues/12344 was the problem.
2.2.17 was released which fixes that. So looks like either <2.2.15 or >2.2.17 should work.
I'm going to close this issue since there's not much Trellis itself can do and the latest version of Vagrant should fix it.
Description
There seems to be an incompatibility with the latest version of vagrant (2.2.16). Downgrading Vagrant to 2.2.10 fix all problems. More info here
Steps to reproduce
vagrant Up
vagrant halt
vagrant up
vagrant reload
Actual behavior: [What actually happens]
The second time running
vagrant up
orvagrant reload
there is a faliure in the SSH athentication:Reproduces how often: [What percentage of the time does it reproduce?]
All times
Versions
Trellis 1.8.0: February 12th, 2021 macOS 11.4