“O comando chron-34e2fg consome 100% da CPU no Linux AMI”

1

Olá, eu não sou a principal resposta desta questão, no entanto, eu quero responder a este postagem original perguntou no lugar errado, na primeira parte eu disse como eu corrigi-lo e então eu vou editar este post para dizer onde é o problema se eu encontrar:

on server when I run top command then I am showing a process that takes 100% of CPU.

e

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND

6267 nginx 20 0 256m 5132 1288 S 171.6 0.1 7:15.89 chron-34e2fg

    
por Emilien Gallet 23.05.2018 / 00:45

1 resposta

0

Eu tenho a mesma problemática. Então, para resolvê-lo, faça este procedimento.

  1. Parar o processo do apache2: service apache2 stop
  2. Excluir malware: rm -f /var/tmp/chron-34e2fg /var/tmp/.jnks/*
  3. Reinstale o apache 2 como citação disse

REINSTALE APACHE2:

sudo apt-get purge apache2

sudo apt-get install apache2

Em seguida, REINSTALE o PHP5:

apt-get purge libapache2-mod-php5 php5 && apt-get install libapache2-mod-php5 php5

    
por 23.05.2018 / 10:09