【Linux】ABRT has detected 1 problem(s). For more info run: abrt-cli list --since 1548988705

-------------------------------------------------------------------------------------------------

|  欢迎关注个人公众号  zclinux_note  第一时间获取关于linux使用的技巧。探索Linux的奥秘   |

-------------------------------------------------------------------------------------------------
 

环境CentOS 7 

过完年回来登录服务器,报错这个:

ABRT has detected 1 problem(s). For more info run: abrt-cli list --since 1548988705
 

根据提示执行上述命令:

# abrt-cli list --since 1548988705
id 88640aab52fb00db718b85dad43fe38af85b4204
reason:         systemd-journald killed by SIGABRT
time:           Fri 01 Feb 2019 10:37:20 AM +07
cmdline:        /usr/lib/systemd/systemd-journald
package:        systemd-219-62.el7
uid:            0 (root)
count:          1
Directory:      /var/spool/abrt/ccpp-2019-02-01-10:37:20-2459

The Autoreporting feature is disabled. Please consider enabling it by issuing
'abrt-auto-reporting enabled' as a user with root privileges

有一个进程被killed了,导致这个报错

根据下面提示重启服务即可

abrt-auto-reporting enabled

重启服务后,退出登录,再次登录终端查看,正常显示,没有报错

 

posted @ 2019-02-12 09:41  zclinux  阅读(836)  评论(0)    收藏  举报