skip to Main Content

Today morning suddenly I started getting this popup whenever I ran Vagrant up in my Mac.

enter image description here

Virtualbox Version 7.0.4 r154605 (Qt5.15.2)
MACos Monterey, MacBook Pro (Retina, 15-inch, Mid 2015)

Ubuntu LTS Settler Version Homestead Version Branch Status
20.04 11.x 12.x main Development/Unstable
20.04 11.x 12.x release Stable

Do any one have idea whats wrong here?

3

Answers


  1. I also have the same issue after upgrading to ventura 13.3.1 (22E261).
    try the next:

    1. brew reinstall –cask
    2. vagrant vagrant plugin update

    then the problem will be solved.

    Login or Signup to reply.
  2. I reinstalled vagrant, and then it all works again..

    Login or Signup to reply.
  3. Had the same error message on macOS Big Sur Version 11.7.6 (20G1231)

    After downloading and re-installing the AMD64 installer from Vagrant
    https://developer.hashicorp.com/vagrant/downloads?product_intent=vagrant

    and running

    vagrant plugin update
    vagrant plugin repair
    

    in the terminal everything worked as before.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search