Andras Gemes
Andras Gemes
> I currently cant test the new image but everytime after a kernel update on the old image I always got the error from the issue i have encountered this...
> Hi @gemesa Can You help me: I have the same error. I published it here: #49 I try different methods, but I don't understand when I must use this:...
> Then I plugin my SD-card to Raspberry Pi and have some error: > > ``` > sh: not found /etc/unlock.sh > ``` > > I found this script here:...
For me rebuilding the initramfs after an update is working properly. I have not integrated every change into my sandbox though from the latest release (4.10-beta). I am using example...
This issue is already fixed in [radiotap/radiotap-library](https://github.com/radiotap/radiotap-library), see [this PR](https://github.com/radiotap/radiotap-library/pull/6) and in [aircrack-ng/aircrack-ng](https://github.com/aircrack-ng/aircrack-ng) also, see [this commit](https://github.com/aircrack-ng/aircrack-ng/commit/d4496006ac1e0c99908108b998ae39afb0658733). Issue can be closed if you agree @Mister-X-
Can you update this according to the current implementation?
Yes, so now with your change the code would look like this: ``` case SORT_BY_UPTIME: snprintf(lopt.message, sizeof(lopt.message), "][ sorting by uptime"); break; default: break; } ALLEGE(pthread_mutex_lock(&(lopt.mx_sort)) == 0); dump_sort(); ALLEGE(pthread_mutex_unlock(&(lopt.mx_sort))...
The other changes LGTM. Can you post some test measurements so @Mister-X- will see your feature is working? Something like this: https://github.com/aircrack-ng/aircrack-ng/pull/2457#issue-1590462086
see also #2101
Can you do a force push to trigger the current CIs?