Neutralize garfo-bomba através do ssh

2

Eu tenho acesso a um servidor através do SSH (ou seja, é o nosso servidor de informática :)) e rodei uma fork-bomb lá (o bash one). Existe uma maneira de neutralizá-lo remotamente? Apenas usar ssh name@server não faz nada: nenhuma linha é enviada, nem mesmo a solicitação de senha, mas ping server a alcança. Claro, a bomba será eliminada amanhã, mas seria bom se fosse possível fazer isso sozinho ...

    
por aplavin 22.09.2012 / 19:38

1 resposta

2

Se você não conseguir nem fazer o login, provavelmente não há muito o que fazer. Como explicado na Wikipedia :

Due to their nature, fork bombs can be difficult to stop once started. Stopping a fork bomb from reproducing further requires the termination of all running copies, which can be difficult to achieve. One problem faced is that a separate program to terminate the fork bomb cannot execute if the process table is fully saturated. The second major problem is that in the time taken between finding the processes to terminate and actually terminating them, more may have been created.

    
por 22.09.2012 / 22:21