-
Notifications
You must be signed in to change notification settings - Fork 122
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
no IP address found for Ubuntu VM #912
no IP address found for Ubuntu VM #912
Comments
Looks like a bug in the macOS DHCP server: ![]() It uses the client ID not just in the I've created cirruslabs/linux-image-templates#38 to address this in our Linux VM images. |
Thank you! I'll watch for the next Linux VM build and confirm the fix before closing this. |
@edigaryev I saw new builds come through a couple days ago at https://github.com/cirruslabs/linux-image-templates/pkgs/container/ubuntu. I pulled a fresh copy of the 22.04 image and I'm still not getting an IP from Should those images have the fix from cirruslabs/linux-image-templates#38? |
@barkingfoodog my bad, I was testing the fix on the initial boot, which still used the I've created cirruslabs/linux-image-templates#39 to fix this and will initiate a re-build of base images once it gets merged 🙌 |
Should work now, tested with the latest versions of:
|
@edigaryev I can confirm this works now with |
Thank you for documenting this: it helped me with utmapp/UTM#3294 |
I'm running tart 2.18.4 on macOS Sequoia 15.0. Tart works fine with a macOS image, and I'm trying to get an Ubuntu VM going for the first time.
I followed the basic steps from https://tart.run/quick-start/:
The VM downloads, boots up, and I can log into through the tart GUI. However, I'm unable to get the VM IP using
tart ip ubuntu
. Instead I get:I found #632 and tried the workaround from #657 but that doesn't help. After clearing
/var/db/dhcpd_leases
and restarting the VM I get output that looks legit in/var/db/dhcpd_leases
:This matches the IP inside the VM (confirmed using
ifconfig
).I have an OpenVPN Connect VPN running, but disabling it doesn't seem to make any difference. I don't have any issues getting the IP address from a macOS VM running under tart.
Any compatibility issues with macOS 15 or other troubleshooting ideas for how to get
tart ip ubuntu
returning the VM's IP address?The text was updated successfully, but these errors were encountered: