Dear Maintainer, I have a problem with netstat, which fails to agree with lsof that a certain socket is open: # netstat -anA inet|grep 18080 # lsof -np 22198|grep 'TCP.*18080' java 22198 jenkins 151u IPv6 16154950 0t0 TCP 192.168.2.10:18080 (LISTEN) # What gives? Kind regards, --Toni++