Active Topics

 



Notices


Reply
Thread Tools
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#111
Thank you all for the votes! Version 1.1-maemo12 is now in Extras thanks to you. (And Greg, who is very fast at responding to the promotion unlock events, lol.)
 

The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post:
StefanL's Avatar
Posts: 298 | Thanked: 341 times | Joined on Aug 2010 @ This world :)
#112
MT, Urgent Request!

Can you compile with sqlite support (required for use of database generated with airolib-ng, ie. -r option).

Happy to test it if you need me to. Much appreciated.
__________________
My phone evolution: Nokia 7610 (RIP), N82 (RIP), BB9000 (RIP), N900, BB9760 (RIP), N8, BB9900, N9 64GB
Working : Python Gorillas (Maemo5) Faircrack0.50 Update (Maemo5)
Not so much : WPScrack (Maemo5)
 

The Following User Says Thank You to StefanL For This Useful Post:
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#113
Just replied to you in PM, but might as well answer here for public record - it should already work.

It's been compiled with sqlite support since whenever I figured out how to add make flags to the debian control files (which was pretty early on in my maintainership of the package). airolib-ng should be available already if you're running the version of aircrack-ng currently in the repos.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post:
StefanL's Avatar
Posts: 298 | Thanked: 341 times | Joined on Aug 2010 @ This world :)
#114
Originally Posted by Mentalist Traceur View Post
Just replied to you in PM, but might as well answer here for public record - it should already work.

It's been compiled with sqlite support since whenever I figured out how to add make flags to the debian control files (which was pretty early on in my maintainership of the package). airolib-ng should be available already if you're running the version of aircrack-ng currently in the repos.
Well, I get the following error when running the -r option:

Error: Aircrack-ng wasn't compiled with sqlite support
__________________
My phone evolution: Nokia 7610 (RIP), N82 (RIP), BB9000 (RIP), N900, BB9760 (RIP), N8, BB9900, N9 64GB
Working : Python Gorillas (Maemo5) Faircrack0.50 Update (Maemo5)
Not so much : WPScrack (Maemo5)
 

The Following 2 Users Say Thank You to StefanL For This Useful Post:
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#115
Originally Posted by StefanL View Post
Well, I get the following error when running the -r option:

Error: Aircrack-ng wasn't compiled with sqlite support
I'm at work right now, so I can't spend much time on this currently, but I'll check back here as time permits.

Anyone else with the current in-repository aircrack-ng package installed have this problem (preferably people who know how to use airolib-ng for database making)? If so:

It's version 1.1-maemo12 - if you run
Code:
dpkg -l | grep aircrack-ng
it should say "aircrack-ng" for package name and "1.1-maemo12" for version. If it doesn't match either of those, that's your first clue.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post:
Posts: 136 | Thanked: 150 times | Joined on Dec 2010 @ Finland
#116
1.1-maemo12
did not get an error about not being compiled with sql support.
"sql error: no such table: pmk.."
obviously because i used a dummy name to test it.. but it did try to access it at least
 

The Following 3 Users Say Thank You to mooglez For This Useful Post:
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#117
Thank you mooglez for checking.

StephanL: you can also try "which aircrack-ng" (it should return "/usr/bin/aircrack-ng" - it's possible you have both my aircrack-ng and another one installed, or more likely, you did at some point and it's possible extra copies of the binaries might be installed somewhere in different directories, which happen to be inside your path and taking priority.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post:
StefanL's Avatar
Posts: 298 | Thanked: 341 times | Joined on Aug 2010 @ This world :)
#118
Originally Posted by Mentalist Traceur View Post
Thank you mooglez for checking.

StephanL: you can also try "which aircrack-ng" (it should return "/usr/bin/aircrack-ng" - it's possible you have both my aircrack-ng and another one installed, or more likely, you did at some point and it's possible extra copies of the binaries might be installed somewhere in different directories, which happen to be inside your path and taking priority.
Thanks for the quick reply, looks like this is a ghost copy issue. Now I need to find the errand version .
__________________
My phone evolution: Nokia 7610 (RIP), N82 (RIP), BB9000 (RIP), N900, BB9760 (RIP), N8, BB9900, N9 64GB
Working : Python Gorillas (Maemo5) Faircrack0.50 Update (Maemo5)
Not so much : WPScrack (Maemo5)
 
Posts: 2,225 | Thanked: 3,822 times | Joined on Jun 2010 @ Florida
#119
Your symlink in /usr/bin/aircrack-ng might also lead to the wrong place. Try ls -l /usr/bin/air*.

They should all point to /opt/maemo/usr/bin/air*. Same for all the other aircrack-ng tools (most are symlinked in /usr/sbin, to /opt/maemo/usr/sbin, and some in both usr/sbin and usr/bin don't start with "air"). If you haven't tried that yet, see what that command gives you.
 

The Following 2 Users Say Thank You to Mentalist Traceur For This Useful Post:
StefanL's Avatar
Posts: 298 | Thanked: 341 times | Joined on Aug 2010 @ This world :)
#120
Originally Posted by Mentalist Traceur View Post
Your symlink in /usr/bin/aircrack-ng might also lead to the wrong place. Try ls -l /usr/bin/air*.

They should all point to /opt/maemo/usr/bin/air*. Same for all the other aircrack-ng tools (most are symlinked in /usr/sbin, to /opt/maemo/usr/sbin, and some in both usr/sbin and usr/bin don't start with "air"). If you haven't tried that yet, see what that command gives you.
Found the errand version using "sudo which aircrack-ng". It was in /usr/local/bin.

Thanks again MT for the great support. Now I can go back and work on fAircrack (shameless plug).
__________________
My phone evolution: Nokia 7610 (RIP), N82 (RIP), BB9000 (RIP), N900, BB9760 (RIP), N8, BB9900, N9 64GB
Working : Python Gorillas (Maemo5) Faircrack0.50 Update (Maemo5)
Not so much : WPScrack (Maemo5)

Last edited by StefanL; 2011-07-30 at 07:44.
 

The Following 2 Users Say Thank You to StefanL For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 21:38.