Open GoogleCodeExporter opened 8 years ago
already know what is pin?
try:
mknod -m 0444 /dev/urandom c 1 9
Original comment by deltomaf...@gmail.com
on 27 May 2013 at 2:10
I have the same problem, it seems to be related to libpcap which open a pipe
but doesn't close it, so i get to many opened files.
$ sudo ls -l /proc/`pidof reaver`/fd | wc -l
will give you the number of files open with reaver.
I got the issue with the latest revision (119).
Original comment by bvan...@gmail.com
on 18 Nov 2013 at 3:57
(libpcap version 1.4.0)
Original comment by bvan...@gmail.com
on 18 Nov 2013 at 3:59
If it's a problem with too many open files, I talked with the libpcap guys, and
it will be fixed in libpcap 1.5.0.
I tried reaver with libpcap 1.5.0 but it failed to work properly, so i guess
they will have to update the code.
You can fix the problem temporarily by setting max open files to 65535 instead
of 1024:
# ulimit -n 65536
# reaver <parameters>
Original comment by bvan...@gmail.com
on 19 Nov 2013 at 5:40
Original issue reported on code.google.com by
arshamsh...@gmail.com
on 24 May 2013 at 11:08