-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vagrant not responding address of VM #81
Comments
I might have the same exact issue. The debug logs for Vagrant show an endless run of the following operation.
I still haven't figured out why a perfectly functional virtual machine abruptly started misbehaving. Perhaps it's a change in VMWare Fusion or an update of macos; I happen to receive beta updates of macos Ventura. Here's the full dump of the debug log. |
It looks like the machine fails to boot at all. Update-I continue to get the same error with a 6.x kernel which fixed the problem related to booting referred to above. So although machines that don't boot could also cause the problem, solving it still leaves me with IP lookup failure for which I included the debug logs. |
The temporary workaround is to set |
Hi there, I believe this issue may have been resolved by #60 and is available in the latest release. If you upgrade to the latest vagrant-vmware-desktop plugin, do you still experience the same behavior? |
I added a comment on the commit. On my machine, the latest version of the plugin didn't seem to work. Update: I'm trying to get the debug logs with the latest vagrant version. But there's an opaque error with vmrun that seems to stall vagrant. Here's the output from Invoking |
Additionally, from my limited testing, |
Debug output
It waits infinitely at 'Waiting for the VM to receive an address...'.
But actually the vm is already running.
So, if vagrant is terminated by ctrl+c and run again, the node is already running, so it proceeds to the next step.
Therefore, if you look at the vagrantfile below, a total of 3 nodes are running, so you need to run vagrant 4 times in order to exit normally.
Expected behavior
vagrant should proceed to the next step.
Actual behavior
Endless waiting at 'Waiting for the VM to receive an address...'.
Reproduction information
Vagrant version
2.3.4
Host operating system
MacOS Ventura 13.0
Guest operating system
ubuntu22.04
Steps to reproduce
Vagrantfile
The text was updated successfully, but these errors were encountered: