Skip to content
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

This tool should probably work on Ubuntu 20.04 (Netplan) #214

Open
1 of 4 tasks
smorad opened this issue Dec 23, 2020 · 3 comments
Open
1 of 4 tasks

This tool should probably work on Ubuntu 20.04 (Netplan) #214

smorad opened this issue Dec 23, 2020 · 3 comments

Comments

@smorad
Copy link

smorad commented Dec 23, 2020

Issue type

  • Questions about the eduroamCAT or its usage should be sent to the users mailing list.

  • Defect - Crash/memory corruption.

  • Defect - Non-compliance with a standards document or incorrect OS API usage.

  • Defect - Unexpected behaviour (obvious or has been verified by a project member).

  • New feature request.

Defect/Feature description

Netplan, the default network manager for Ubuntu 20.04 is not supported by the tool at cat.eduroam.org. There is some error about wpa_supplicant when attempting to use the tool.

How to reproduce issue

Run the python script on Ubuntu 20.04

Detail of issue

Netplan config is pretty similar to the one used by wpa_supplicant. See https://gist.github.com/smorad/d9df55c562d0e95cf54507ec91364f11#file-setup-sh-L33 for how I manually converted from wpa_supplicant to netplan format.

@Lukas-UAUX
Copy link

On Ubuntu Desktop netplan is only configured to use NetworkManager as renderer and this is what the tool configures via dbus. Creating a wpa_supplicant.conf is just a fallback if the NetworkManager method fails. I think there is no issue here...

@twoln
Copy link
Contributor

twoln commented Apr 25, 2023

The python tool is actually going to be replaced with a bash script which uses nmclii instead of talking via dbus. We did have the case where this script worked fine on Ubuntu 20.4, where the python version failed. This would require a closer look, of course.
The bash script is actually available for downloads but obly for institution admins, as it is still considered a beta.

@Lukas-UAUX
Copy link

Then maybe my new request #264 comes at the perfect timing ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants