168.5GB 的 Syslog 文件,不断填充“请输入 y 接受,否则为 n...”

ext*_*boi 0 syslog

无论我删除什么,我的 syslog 文件都会填满。现在高达 165GB。我跟踪了它,这是输出??哇:

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:
Run Code Online (Sandbox Code Playgroud)

这是荒唐的。它继续前进。

wal*_*tor 5

您已向启动过程添加了一个脚本或程序,该过程会发出“ Please type y to accept, n otherwise:”消息、尝试(但失败)读取响应并再次提示。用ps -ef和调查pstree -a -c -l -p -u 1651。终止提示过程并修复您的启动脚本。

  • 您刚刚停止了当前的问题。除非您修复原因,否则下次登录时问题将再次发生。 (3认同)