This is an expected behavior when pktcap-uw is terminated incorrectly.
To resolve this issue, reboot the ESXi host.
To terminate the pktcap-uw command correctly:
- If you need to stop captures use the following command:
kill $(lsof |grep pktcap-uw |awk '{print $1}'| sort -u)
- Alternatively, you can kill by running below command from a duplicate session:
pkill pktcap-uw
If the pktcap-uw command is terminated by any other signal, reboot the host as soon as possible.