Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 847 forks source link

Bug: Updating the macOs Monterey not working #2548

Closed chetansatasiya closed 3 years ago

chetansatasiya commented 3 years ago

Expected Behavior

Current Behavior

Getting below error

Screenshot 2021-10-27 at 1 16 57 PM

Possible Solution?

Steps to Reproduce (for bugs)

  1. Updated the MacOS to Monterey
  2. Vagrant up
  3. Getting error

Your Environment

Logs

tomjn commented 3 years ago

You should not update to major MacOS versions in the first days of their release for a main development machine

Unless you can downgrade you will have to wait for fixes in the various software components such as virtualbox etc

Otherwise there’s no information to work with in the ticket

tomjn commented 3 years ago

https://superuser.com/questions/1683905/macos-monterey-failing-to-start-vagrant-box

Super User
macOS Monterey failing to start vagrant box?
I have a Vagrant box with Virtual Box setup. I just updated my macOS version Monterey (12.0.1) and I am getting following error when I try to vagrant up my box. There was an error while executing `
tomjn commented 3 years ago

this isn't a VVV problem it's a VirtualBox problem, see the link above, and reinstall VirtualBox

tomjn commented 3 years ago

also related https://github.com/hashicorp/vagrant/issues/12557

rtpHarry commented 3 years ago

I hit this issue as well after foolishly letting the update run. It seems it will be fixed in the next maintenance release, but there is a special build available now which fixed it for me:

https://www.virtualbox.org/ticket/20636

https://www.virtualbox.org/download/testcase/VirtualBox-6.1.29r148140.dmg

#20636 (VBoxHeadless does not run in macOS Monterey 12.0.1 => fixed in SVN/next maintenance) – Oracle VM VirtualBox