You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.0.23 (versions less than this work properly for me)
Host operating system
macOS 14.7
Guest operating system
macOS 14.5
Vagrantfile
Using essentially the default file, but with the vmxnet3 adapter.
Expected behavior
I expect command like vagrant ssh to work reliably! :)
Actual behavior
It appears as if when the machine is renewing the lease for DHCP under VMWare Fusion 13.6, multiple entries for the same MAC address end up in /var/db/vmware/vmnet-dhcpd-vmnet8.leases like so:
I'm not sure why this is happening, but I believe the correct response is to choose the most recent lease, rather than to fail. I'm unable to use the most recent version of the vagrant utility because of the linked PR below.
"Vagrant encountered an unexpected communications error with the
Vagrant VMware Utility driver. Please try to run the command
again." am getting this error can anyone explain
#120
Vagrant version
2.4.1
Vagrant VMware plugin version
3.0.4
Vagrant VMware utility version
1.0.23 (versions less than this work properly for me)
Host operating system
macOS 14.7
Guest operating system
macOS 14.5
Vagrantfile
Using essentially the default file, but with the vmxnet3 adapter.
Expected behavior
I expect command like
vagrant ssh
to work reliably! :)Actual behavior
It appears as if when the machine is renewing the lease for DHCP under VMWare Fusion 13.6, multiple entries for the same MAC address end up in
/var/db/vmware/vmnet-dhcpd-vmnet8.leases
like so:I'm not sure why this is happening, but I believe the correct response is to choose the most recent lease, rather than to fail. I'm unable to use the most recent version of the vagrant utility because of the linked PR below.
References
The text was updated successfully, but these errors were encountered: