Hey there,
I installed Vagrant 2.2.14 + vmware_desktop plugin + licence + vagrant-vmware-utility on my Macbook with BigSur and VMware Fusion 12 Pro. (didn’t use brew, all via dowload pkg and install manually)
I verified that the vagrant-vmware-utility is running via:
% sudo launchctl list |grep -i vagrant
- 0 com.vagrant.vagrant-vmware-utility-stopper
- 2 com.vagrant.vagrant-vmware-utility
I also restarted it via “unload” and “load”.
But still - if I try starting anything via “vagrant up” I get:
% vagrant up
Vagrant encountered an unexpected communications error with the
Vagrant VMware Utility driver. Please try to run the command
again. If this error persists, please contact support@hashicorp.com
I googled a lot - I tried to “sudo vagrant up” but no luck.
I also don’t see any vagrant processes while the vagrant vmware utility service is running - isn’t that odd as well?
Any tip for me?