经常用iptraf的人也许遇到这个问题,我是因为经常需要运行iptraf在后台,然后,而且,时不时要杀掉进程,导致的,其实,很好解决,只需要运行iptraf -f就好了;

iptraf -h可以看到

-f clear all locks and counters. Use with great caution.

Normally used to recover from an abnormal termination.


说明-f选项就是解决异常停止导致的锁定状态的选项。