-
Notifications
You must be signed in to change notification settings - Fork 654
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
multipass does not look for new IP addresses #3772
Comments
Hi @sinclert-canonical, I did some debugging and I think I've found some hints to what the issue is and a way to work around it in the meantime. First off, this seems to only happen when installing So, installing the
Multipass uses
Multipass will pick up the new IP address and access should be restored to the instance. |
Hey @sharder996, thanks for the follow-up. Indeed, installing network manager via Curious though: is this problem not going to be addressed as long as a work-around exists? I am perfectly fine with whatever you folks decide, I just want to know whether to close the issue, or leave it open. |
Hey @sharder996, do you have more details on what exactly is wrong with the filtering? And any ideas to select only the most recent IP? Tagging @georgeliao for info. |
@ricab In the sample output from EDIT: Since Multipass has already gotten an IP address for the instance in the past, it doesn't look for a new one. We need to detect that the IP is stale/doesn't work and then search for a new one. |
@sharder996 Thanks for the investigation and the explanation on this. The incomplete mac address issue is something occurred to me once while I was developing and testing that feature and I could not reproduce that after. It looks like the installing network-manager via snap is a deterministic way of making this happen. Anyway, I will look into the details later.
That explains why daemon restart helped. |
Describe the bug
Multipass 1.14.1 graphical UI freezes upon the installation of the network-manager snap, on an Ubuntu 24.04.1 VM.
To Reproduce
The bug was experienced while interacting with the graphical interface, but it seems the CLI may be affected too, as trying to execute
multipass info
after having the graphical UI frozen, does not work either.To reproduce it via CLI:
multipass launch --cpus 2 --memory 4G --disk 5G --name Testing 24.04 multipass exec Testing -- sudo snap install network-manager
Expected behavior
The graphical UI would continue to respond to user input.
Logs
Additional info
Additional context
The text was updated successfully, but these errors were encountered: