-
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
Not able to fire VMs without GUI set as true #93
Comments
Hi there, Would you please upgrade your Vagrant install and the vagrant-vmware-utility to the latest versions and see if that resolves your issue. If you are still encountering the same behavior, would you please provide the version of Fusion you currently have installed and a copy of your Vagrantfile. Thanks! |
Hi. Thanks for getting back to me. Everything has been updated and the issue persists. |
What is your host architecture (amd64 or arm64) ? |
AMD64.
…On Thu 29 Jun 2023 at 23:32, Chris Roberts ***@***.***> wrote:
What is your host architecture (amd64 or arm64) ?
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL5JY5FSAKSQWILFLCEVBOLXNX673ANCNFSM6AAAAAAZZASPQU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Same issue here with the following setup:
Without GUI (
With GUI enabled ( |
That’s precisely the issue happening on my sidE, but on AMD64 instead.
…On Sat 1 Jul 2023 at 11:22, Hans-Jörg Wieland ***@***.***> wrote:
Same issue here with the following setup:
- Macbook M1 (arm64)
- VMware Fusion Professional 13.0.2 (21581413)
- Vagrant 2.3.7
- vagrant-vmware-utility 1.0.21 (but installed 1.0.22 from here
<https://developer.hashicorp.com/vagrant/docs/providers/vmware/vagrant-vmware-utility>
)
- vagrant-vmware-desktop 3.0.3
Without GUI (vmware.gui = false) its stuck on:
Waiting for the VM to receive an address...
With GUI enabled ( vmware.gui = true) its working correctly.
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL5JY5GNPOJPD5D6MUMI5VLXN724RANCNFSM6AAAAAAZZASPQU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Any heads up here, guys? |
Same situation here. It was due to this issue with vmrun/VMware tools in my case. I have successfully workaround the issue by patching this line in
|
getGuestIPAddress does not work on nogui mode unless with -wait added. Fixes hashicorp#107 and hashicorp#93
In reference to: #37
I'm experiencing the same issue as the user reported in the thread above.
If I don't enable v.gui = true, my VM does not boot up and gets stuck at:
_==> default: Waiting for the VM to receive an address...
My environment:
MacOS Ventura 13.3
Vagrant 2.3.6
vagrant-vmware-desktop (3.0.3, global)
vagrant-vmware-utility -v: 1.0.19
Please, help. Thanks.
Alex
The text was updated successfully, but these errors were encountered: