Comment 16 for bug 1908223

Revision history for this message
Wladimir Mutel (mwg) wrote (last edit ):

to be fair, I tried to reproduce this fault recently, and I had 473 successful runs until it failed.
simplest loop like

c=0
while sudo nmap -PS22 -p22 192.168.77.0/24
do c=$(($c+1))
      echo $c
done

next time I got 552 successful runs before the fail

now checking with PPA version, will report my results after some time