Vagrant up fails on macOS 13.x / Ventura with latest (2.3.2) vagrant release

The 2.3.3 release (which includes the host only networking fix for macOS) is available.

1 Like

Thank you @chrisroberts !

My local dev environment is finally running again. I really appreciate the help!

After upgrading Vagrant to 2.3.3 had an issue with NFS

mount.nfs: access denied by server while mounting

Is anyone having such issues?

Having this same issue in Vagrant 2.3.4. :frowning:

Ah - in my case, this was apparently because my VirtualBox was out of date - I had 6.1, I think. Updating to 7.0.6 resolved the problem.

Unfortunately, I am not able to upgrade VirtualBox to v7. I’m currently running v6.1.40 and vagrant 2.3.4.

The following throws errors, but I am able to get my VM up after I run it :woman_shrugging:

sudo kextload -b org.virtualbox.kext.VBoxDrv;
sudo kextload -b org.virtualbox.kext.VBoxNetFlt;
sudo kextload -b org.virtualbox.kext.VBoxNetAdp;
sudo kextload -b org.virtualbox.kext.VBoxUSB;