I have a zombie process:
$ ps aux | grep Zl
root 6641 122 0.0 0 0 ? Zl 08:57 371:10 [ovs_dpdk] <defunct>
And, its parent looks like init
$ pstree
init─┬─acpid
├─atd
├─cron
├─dbus-daemon
├─dnsmasq
├─6*[getty]
├─irqbalance
├─libvirtd───10*[{libvirtd}]
├─ovs_dpdk───{ovs_dpdk} <==== here
├─rpc.idmapd
But, kill -9 does not kill him...
sudo kill -9 6641
I'm stumped here, any help?