Bug 1469852
Summary: | Cannot configure WPA2 enterprise TLS | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Brandon Bennett <bbennett> | ||||
Component: | network-manager-applet | Assignee: | Beniamino Galvani <bgalvani> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 26 | CC: | bgalvani, blueowl, danielsun3164, dcbw, jes.sorensen, leinardi, lkundrak, louisa.hartnett, michel, nick, thaller, todd_lewis, warlock.cc, wibrown | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | network-manager-applet-1.8.2-3.fc26 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-08-26 19:53:46 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Brandon Bennett
2017-07-12 01:14:52 UTC
Same problem here :( Basically makes it impossible to connect to the network here..... Looks like this has been fixed upstream already. https://github.com/NetworkManager/NetworkManager/commit/699492c1a5509083aa87e770cc1df7de1a52f1ed#diff-d625f9505e195dbf49ba95c79cfadc5c (In reply to Brandon Bennett from comment #2) > Looks like this has been fixed upstream already. > > https://github.com/NetworkManager/NetworkManager/commit/ > 699492c1a5509083aa87e770cc1df7de1a52f1ed#diff- > d625f9505e195dbf49ba95c79cfadc5c note: that fix is in the master branch and not in nm-1-8. 1.8.2 was actually cut after the fix was committed but does not contain the change. The offending commit isn't in 1.8 either so maybe that is the wrong patch. Created attachment 1300327 [details]
[PATCH] libnma: don't return empty passwords from certificate chooser
Comment on attachment 1300327 [details]
[PATCH] libnma: don't return empty passwords from certificate chooser
I see the update regarding the patch, is there a timeline for this to be rolled out as a fix for this Network Manager issue?
Thanks and regards,
Louisa Hartnett
Having the same issue since upgrade to F26, is there any workaround in the meantime? (In reply to Rodolfo Granata from comment #7) > Having the same issue since upgrade to F26, is there any workaround in the > meantime? The workaround I found was to downgrade NetworkMangaer to the version in the Fedora 25 repositories using dnf install NetworkManager-1.4.4-5.fc25 --release=25 --allowerasing Note that this does downgrade some packages such as python, but you can reinstall them manually (for instance I reinstalled python with sudo dnf install python3-3.6.2-5.fc26 --release=26 --allowerasing). Not sure if this is the greatest solution but it is a workaround that worked for me. (In reply to Beniamino Galvani from comment #5) > Created attachment 1300327 [details] > [PATCH] libnma: don't return empty passwords from certificate chooser lgtm. Applied upstream as https://git.gnome.org/browse/network-manager-applet/commit/?id=f78c1fe9e528a7cf2edd430a559e2fe5fd5525a7 (In reply to Rodolfo Granata from comment #7) > Having the same issue since upgrade to F26, is there any workaround in the > meantime? use nmcli to fix the connection, something like nmcli connection modify "$CONN" 802-1x.ca-cert '' (In reply to Nick Krichevsky from comment #8) > (In reply to Rodolfo Granata from comment #7) > > Having the same issue since upgrade to F26, is there any workaround in the > > meantime? > > The workaround I found was to downgrade NetworkMangaer to the version in the > Fedora 25 repositories using dnf install NetworkManager-1.4.4-5.fc25 > --release=25 --allowerasing > > Note that this does downgrade some packages such as python, but you can > reinstall them manually (for instance I reinstalled python with sudo dnf > install python3-3.6.2-5.fc26 --release=26 --allowerasing). > > Not sure if this is the greatest solution but it is a workaround that worked > for me. according to comment 5 is the issue in libnma, not NetworkManager package. You might also just downgrade libnma package alone (NetworkManager is backward compatible against older libnma versions, not the other way around). network-manager-applet-1.8.2-3.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-73d143918a (In reply to Thomas Haller from comment #9) > (In reply to Beniamino Galvani from comment #5) > > Created attachment 1300327 [details] > > [PATCH] libnma: don't return empty passwords from certificate chooser > > lgtm. Applied upstream as > https://git.gnome.org/browse/network-manager-applet/commit/ > ?id=f78c1fe9e528a7cf2edd430a559e2fe5fd5525a7 > > (In reply to Rodolfo Granata from comment #7) > > Having the same issue since upgrade to F26, is there any workaround in the > > meantime? > > use nmcli to fix the connection, something like > nmcli connection modify "$CONN" 802-1x.ca-cert '' > > (In reply to Nick Krichevsky from comment #8) > > (In reply to Rodolfo Granata from comment #7) > > > Having the same issue since upgrade to F26, is there any workaround in the > > > meantime? > > > > The workaround I found was to downgrade NetworkMangaer to the version in the > > Fedora 25 repositories using dnf install NetworkManager-1.4.4-5.fc25 > > --release=25 --allowerasing > > > > Note that this does downgrade some packages such as python, but you can > > reinstall them manually (for instance I reinstalled python with sudo dnf > > install python3-3.6.2-5.fc26 --release=26 --allowerasing). > > > > Not sure if this is the greatest solution but it is a workaround that worked > > for me. > > according to comment 5 is the issue in libnma, not NetworkManager package. > You might also just downgrade libnma package alone (NetworkManager is > backward compatible against older libnma versions, not the other way around). Just tried it - yes, this does work. dnf install libnma-1.40-1.fc25 --release=25 Thank you for the heads up. network-manager-applet-1.8.2-3.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-73d143918a network-manager-applet-1.8.2-3.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |