During upgrade from MGA5.1 to MGA6 with properly running network, aircrack-ng-1.2.0rc1.3.mga6.x86_64.rpm hangs with the following screen message: [*] Downloading IEEE OUI file... Waited 5 minutes for activity but had to ^C to break out to command line, ran urpme aircrack-ng and then reran upgrade, which completed with no further problems. Have not installed aircrack-ng after upgrade was completed. Suspect that hard coded www URL is broken. Suggest that even with correct URL a hard timeout be added to aircrack-ng source or else limit such a download to first use of aircrack-ng in order to prevent this from happening during installs.
Assignee: bugsquad => cvargasCC: (none) => pkg-bugsPriority: Normal => release_blocker
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 => HighCC: (none) => mageia
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) => FIXEDCC: (none) => j.biernacki+mgaStatus: NEW => RESOLVED
OK thanks a bunch for checking :)