Page 1 of 1

PID resolve <defunct> (CentOs)

PostPosted: Tue Sep 18, 2018 4:13 pm
by waltervolpatto
Does anybody know how to kill a process that is <defunct>? #resolve will not restart and the only way seems to be reboot the system.

Kill -9 PID did not kill it (even as root)

Re: PID resolve <defunct> (CentOs)

PostPosted: Tue Sep 18, 2018 5:43 pm
by Daniel Tufvesson
It may be that the resolve process still has child processes running.
Try something like "pstree -p <PID of Resolve>" to find left over processes and their PIDs.

Re: PID resolve <defunct> (CentOs)

PostPosted: Tue Sep 18, 2018 6:18 pm
by waltervolpatto
Daniel Tufvesson wrote:It may be that the resolve process still has child processes running.
Try something like "pstree -p <PID of Resolve>" to find left over processes and their PIDs.


I will check.

For what i remember, the "kill -9" should take care of the child as well.