fork timing hole and runaway children
D. B. Robinson
dbr at foxvax5.UUCP
Fri Aug 23 00:50:34 AEST 1985
----
You could try to use 'renice' if you are running a 4.2 BSD system. This
is the way I fixed a similar situation. Find the username of the user who
started the runnaway, and then type (as root):
renice +20 -u username
This should cause all of the little beasties (including the user's
shell) to go to sleep on most active systems. You then can do the
killing at a little less hectic pace.
More information about the Comp.unix.wizards
mailing list