-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Bug] 802.11x broken wpa_supplicant is missing. #155
Comments
I appreciate the report, but what image and version are you running?
Here's some example from a test system showing it's present:
|
I use ucore-minimal:stable, and also secure blue that is plugged on it suffer the same problem (and they do not remove it (I checked their config)). |
secure blue do not remove it and there is the answer (I don't have (again) rebase I miss time to do it today but the problem is the same on minimal, I guess it was not included on minimal since many people forget that wpa_supplicant is not used only with wifi but also 802.11x birdinfire@localhost:~$ sudo rpm-ostree status -q
birdinfire@localhost:~$ rpm -q wpa_supplicant Once I go on the same image with supplicant layered it work |
@bsherman I checked the merge and it's integrated in the ucore and not the ucore minimal in this file : https://github.com/ublue-os/ucore/blob/main/ucore/packages.json with : NetworkManager-wifi into ucore, ucore minimal don't have wpa_supplicant leading to a breakage of 802.11x in minimal Edit : I would recommend to only add wpa_supplicant into ucore-minimal to unbreak 802.11X without actually installing all the wifi stack in minimum |
@BirdInFire first, I want to clarify. I don't see this as a bug, it's a package request. A bug would exist if a feature (either in Fedora CoreOS or a feature exclusively developed for uCore) does not work as expected. This is not a bug. This is a package which was intentionally not included in Fedora CoreOS or the As you noted, the package is in So there's a couple workarounds here:
Regarding the package request. I'll consider it, but please retitle the issue as a package request. |
ok I thinked it was a package forget (since as I said it's very very often forgotten that WPA supplicant is also used for 802.11X. Also I have seen it was missing AFTER inspecting your repo AFTER your answer so I could not know at the time of opening it was not a bug. If it was intended you could simply say it and not be this passive/agressive in the answer. |
Apologies that my response seemed rude to you. I realize that I was editing the message and accidently left both "this is not a bug. this is a package request" statements, but I only meant to have one. Regardless, I did offer you workarounds and I told you I'd consider adding the package. For the moment, I will leave the package list as is. |
Hello
802.11X is a username password authentication mechanism commonly used on WPA entreprise BUT many forget that wired connection can have this settings enabled in too.
It's my case (my switch require this log to allow wired device to connect (and prevent someone to simply plug his computer to my network)).
The problem is that since it's the same mechanism as WPA it use wpa_supplicant package I thing unbreack 802.11X for wired connection is in the scope of this project
to fix it you need to add wpa_supplicant in image.
I've opened this here since in found this in secure blue, here the issue from there who redirect me here : secureblue/secureblue#267
The text was updated successfully, but these errors were encountered: