I have a user running several processes that are hanging. I tried to kill it (kill -9 as root) but without success.
ps -ef | grep dua
dua 4412 1 0 00:19:51 ? 0:00 vmstat 5
dua 6937 1 0 07:52:56 ? 0:00 vmstat 5
dua 10685 1 0 00:43:54 ? 0:00 vmstat 5
dua 13502 1 0 08:20:52 ? 0:00 top
dua 6310 1 0 07:50:21 ? 0:00 top
root 11821 3082 0 09:27:32 pts/15 0:00 grep dua
dua 5182 1 0 00:22:48 ? 0:00 vmstat 5
dua 15179 1 0 08:25:04 ? 0:00 vmstat 5
dua 29666 1 0 00:01:49 ? 0:00 top
If you run vmstat or top or fuser commands the processes will hang and I can not kill them.
Thanks for any suggestions.
ps -ef | grep dua
dua 4412 1 0 00:19:51 ? 0:00 vmstat 5
dua 6937 1 0 07:52:56 ? 0:00 vmstat 5
dua 10685 1 0 00:43:54 ? 0:00 vmstat 5
dua 13502 1 0 08:20:52 ? 0:00 top
dua 6310 1 0 07:50:21 ? 0:00 top
root 11821 3082 0 09:27:32 pts/15 0:00 grep dua
dua 5182 1 0 00:22:48 ? 0:00 vmstat 5
dua 15179 1 0 08:25:04 ? 0:00 vmstat 5
dua 29666 1 0 00:01:49 ? 0:00 top
If you run vmstat or top or fuser commands the processes will hang and I can not kill them.
Thanks for any suggestions.