Hi este-el-paz, Thank you for testing UM pre-release images. This is a known issue affecting only Ubuntu-MATE (so far). We are working on it. Currently the ISO images are failing to build due to a different issue. So we are not able to test further.
To give you a brief, the issue is caused because with our current setup, `cloud-init` is placing a `50-cloud-init.cfg` file inside `/etc/network/interfaces.d` directory which is not managed by NetworkManager. `ifupdown` when trying to setup ipv6 address for an interface, calls wrong dhcp client (`dhclient` and is hardcoded), which is deprecated and not available on the medium. The issue is resolved if we: - change `ifupdown` to not provide ipv6 addressing, or - change NetworkManager behavior to manage the devices (default is false), or - go completely in on `netplan`, which creates a `50-cloud-init.yaml` file and places under '/etc/netplan/' and is handled by NetworkManager. We are checking the best suitable option. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2165430 Title: 8/24/26 daily current live ubuntu-mate provides no network connection. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-mate/+bug/2165430/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
