Arquivo syslog de 168,5 GB, continua preenchendo com "Por favor, digite y para aceitar, n caso contrário ..."

0

Meu arquivo syslog será preenchido, não importa o que eu excluir. São 165 GB agora. Eu atendi, e aqui está a saída? uau:

Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y
May 24 07:12:57 Pat-PC gnome-session[1651]: to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:
Please type y to accept, n otherwise: Please type y to accept, n otherwise:

Isso é ridículo. Isso continua.

    
por extrathiccboi 24.05.2018 / 07:16

2 respostas

5

Você adicionou um script ou programa ao processo de inicialização que emite a mensagem " Please type y to accept, n otherwise: ", tenta (e falha) ler uma resposta e solicita novamente. Investigue com ps -ef e pstree -a -c -l -p -u 1651 . Mate o processo de solicitação e corrija seus scripts de inicialização.

    
por waltinator 24.05.2018 / 07:39
0

Para descobrir o que o programa incorreto está causando o uso do loop infinito:

$ sudo time grep -rnw --exclude-dir={boot,dev,lib,media,mnt,proc,root,run,sys,/tmp,tmpfs,var} '/' -e 'Please type y to accept, n otherwise'Binary file /home/rick/.mozilla/firefox/3vkvi6ov.default/sessionstore-backups/recovery.jsonlz4 matches
Binary file /home/rick/.mozilla/firefox/3vkvi6ov.default/sessionstore-backups/recovery.baklz4 matches
Binary file /home/rick/.mozilla/firefox/3vkvi6ov.default/places.sqlite matches
Binary file /home/rick/.mozilla/firefox/3vkvi6ov.default/places.sqlite-wal matches
10.24user 11.60system 0:50.74elapsed 43%CPU (0avgtext+0avgdata 15268maxresident)k
16205768inputs+0outputs (0major+4553minor)pagefaults 0swaps

Eu não tenho o mesmo problema, então os três programas listados não são ofensores.

    
por WinEunuuchs2Unix 26.05.2018 / 01:26