JackScorpion3431 / wifite

Automatically exported from code.google.com/p/wifite
GNU General Public License v2.0
0 stars 0 forks source link

Errno 28 No space left on device #125

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Do you have any idea what may have caused this bug?  Guesses are helpful!
You would think from the error that there was no space available however there 
are over 23GB empty on the device. 

What operating system are you running? Backtrack 5 R2? 32 or 64 bit?
Blackbuntu?
Nokia N900 

What version of the wifite are you using?
v2.0 r85

Please provide any additional information below.  A paste of the error is
very helpful!

File "./wifite.py", line 2966, in <module>
  main()
File "./wifite.py", line 323, in main 
  if wpa_get_handshake(face, t, ts_clients):
File "./wifite.py", line 1876, spa_get_handshake 
 copy(temp + 'wpa-01.cap', temp + 'wpa-01.cap.temp')
File "/usr/lib/python2.5/shutil.py", line 85, in copy
  copyfileobj(src, dst) 
File "/usr/lib/python2.5/shutil.py", line 53, in copyfile
  copyfileobj(fsrc, fdst)
File "/usr/lib/python2.5/shutil.py", line 53, in copyfileobj
  fdst.write(buf)
IOError: [Errno 28] No space left on device

Original issue reported on code.google.com by Nicholas...@gmail.com on 6 May 2013 at 11:03