Bug 2031312
Summary: | F36FailsToInstall: reaver | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> | ||||
Component: | reaver | Assignee: | Jaroslav Škarvada <jskarvad> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | jskarvad, jwharshaw, vascom2 | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | reaver-1.6.6-5.fc36 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-12-13 23:23:06 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1992487 | ||||||
Attachments: |
|
Description
Miro Hrončok
2021-12-11 01:13:18 UTC
Hmm, it's not as simple as it seemed. Fedora is dropping wireless-extensions (https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions), and it's dropping it from the user-space as from the kernel, thus dropping the bundling patch in reaver and re-bundling wireless-extensions will probably not help. Fortunately, it seems reaver is using wireless-extensions only for the channel switching which could be probably ported to other libraries. I opened upstream issue about it (https://github.com/t6x/reaver-wps-fork-t6x/issues/349). As a temporal fix I will probably just drop the channel switching from the reaver. Created attachment 1846146 [details]
Proposed fix (untested)
FEDORA-2021-434f62d793 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-434f62d793 (In reply to Jaroslav Škarvada from comment #2) > Created attachment 1846146 [details] > Proposed fix (untested) The untested patch replaced the wireless-extension code for channel switching by the libnl3 implementation. FEDORA-2021-434f62d793 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |