-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ubuntu 24.04 NetworkManager issues #609
Comments
This is really strange, older 24.04.1 install in another laptops work fine but the same versions installed today crash NM.
If I go to the root of our eduvpn ( Any suggestions? |
hi, did you update and reboot your system? I have had multiple reports that went away after rebooting or so |
Yes, I just updated and rebooted, no change. I also tried with wireless and wired connections, no effect. Upgrade of the working computer did have no effect, eduvpn is working there fine. I also tried to copy
A variant of Heisenbug... |
Do you have any further instructions how I could find our wireguard setup? |
So what you can do is go to the URL manually https://eduvpn.utu.fi. you say you do not see any wireguard configs. Do you see OpenVPN ones? Try to manually import these with networkmanager: WireGuard:
OpenVPN
|
I got a reply from the UTU Digital Services. They have blocked manual wireguard configs due to "life cycle control of user accounts" and do not support OpenVPN at all. That's the reason I do not see them in that web page. They will look into the issue next week in their test environment. |
|
Sorry I removed my comment as I saw you already mentioned it. In journalctl -u NetworkManager or dmesg do you see indeed that NM is crashing when you try to connect? |
There has been quite a lot of reports for NetworkManager crashing on Ubuntu 24.04. We're currently not sure if this is a client issue but as NetworkManager is crashing it does not make sense to only be an issue of this client.
I currently can not reproduce this issue in a VM. So it's tricky to figure out what is wrong.
The issues that have been reported:
Use the correct version
Make sure you are using the correct version of the client. For Ubuntu 24.04, the install instructions are the following:
https://docs.eduvpn.org/client/linux/installation.html#ubuntu-2404
If you're having issues please post the output of
/etc/apt/sources.list.d/eduvpn-v4.list
Run updates
Maybe this has already been fixed in the Ubuntu 24.04 packaging, make sure your system is fully up to date and rebooted by running:
and then rebooting your machine.
Try manually importing a configuration
If NetworkManager is still crashing, please try to manually import a WireGuard or OpenVPN config and report here that this step does work:
nmcli con import type wireguard file pathtowg.conf
nmcli con import type openvpn file pathtoopenvpn.ovpn
nmcli con up nameofvpnprofile
Possible upstream issues
The text was updated successfully, but these errors were encountered: