| Summary: | aircrack-ng has broken www dependency, entire mga6 install hangs | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Jon LeBlanc <jon.c.j.leblanc> |
| Component: | RPM Packages | Assignee: | Cesar Vargas <cvargas> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | High | CC: | fri, j.biernacki+mga, mageia, pkg-bugs |
| Version: | Cauldron | Keywords: | FOR_ERRATA6 |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | CVE: | ||
| Status comment: | |||
|
Description
Jon LeBlanc
2017-05-26 19:08:11 CEST
Rémi Verschelde
2017-05-26 19:15:32 CEST
Assignee:
bugsquad =>
cvargas this is not release blocker but need to be fixed anyway. the URL is OK, it uses : OUI_DOWNLOAD_URL="http://standards-oui.ieee.org/oui.txt" OUI_IEEE="${OUI_PATH}/oui.txt" if [ ${WGET} ]; then ${WGET} ${OUI_DOWNLOAD_URL} -O ${OUI_IEEE} >/dev/null 2>/dev/null else ${CURL} -L ${OUI_DOWNLOAD_URL} > ${OUI_IEEE} 2>/dev/null fi Priority:
release_blocker =>
High It might be good to add a note about this in the Errata, thus I'm adding the FOR_ERRATA6 keyword. Once added to https://wiki.mageia.org/en/Mageia_6_Errata please replace FOR_ERRATA6 with IN_ERRATA6. Keywords:
(none) =>
FOR_ERRATA6 Hi, This is High priority bug for a good reason. Making Mageia even better than ever is best direction. In order to do right thing, this bug should be examined and fixed as soon as possible. Packagers, please make the status to Assigned when you are working on this. Feel free to reassign the bug if bad-triaged. Also, if bug is old, please close it. On October 1st 2020, we will drop priority to normal. Is this fixed? Else: for errata 8. CC:
(none) =>
fri Hi,
I just tried, on MGA8 it was already fixed. Since when is it fixed ? No idea.
> [jybz@jeeebztop ~]$ su -c "urpmi aircrack-ng"
> Mot de passe :
> http://192.168.0.151:8888/distrib/8/x86_64/media/core/release/aircrack-ng-1.6-2.mga8.x86_64.rpm
> installation de aircrack-ng-1.6-2.mga8.x86_64.rpm depuis /var/cache/urpmi/rpms
> Préparation... ########################################
> 1/1: aircrack-ng ########################################
> [*] Downloading IEEE OUI file...
> [*] Parsing OUI file...
> [*] Airodump-ng OUI file successfully updated
> [jybz@jeeebztop ~]$
It is not blocked on Downloading IEEE OUI file.Resolution:
(none) =>
FIXED OK thanks a bunch for checking :) |