How to kill ostensibly immortal process?
Posted
by
DeeDee
on Server Fault
See other posts from Server Fault
or by DeeDee
Published on 2012-06-22T19:37:46Z
Indexed on
2012/06/22
21:18 UTC
Read the original article
Hit count: 230
I had some huge file transfers operating on an NFS mount. The server on which the mount point resided was carelessly rebooted, and now the server from which these large transfers were initiated seems to be bogged down by them.
If I run top
, I see the following:
The first thing I tried was to run kill
with each the -1 -2 -9 and -15 flags, and each of the process ids shown above in turn. This allowed me to proceed, but didn't kill the processes. The next thing I attempted was to reboot the server, but neither reboot
nor shutdown -r now
worked. When I ran shutdown -r now
the standard broadcast message was sent out, but the sever did not reboot. I confirmed this by looking at the server uptime, which was 25 days.
So now I'm a little stuck. I'm running these commands as root.
EDIT: Here's another interesting tidbit:
In top, I don't see that any other processes are using more than a fraction of a percent of memory or more than 5% of CPU.
EDIT 2: output of /var/log/messages
© Server Fault or respective owner