成功解决centos7虚拟机开机后提示ABRT has detected 1 problem(s)
1 | https://developer.aliyun.com/article/1148900 |
通过以下命令查看如下报错
1 | abrt-cli list |
返回如下信息:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | id 3b1a4415cfb430627904373b32fd7e1787a8144b reason: gnome-shell killed by SIGSEGV time: Thu 04 Jul 2024 09:39:30 PM EDT cmdline: gnome-shell --mode=initial-setup package: gnome-shell-3.28.3-34.el7_9 uid: 991 (gnome-initial-setup) count: 1 Directory: /var/spool/abrt/ccpp-2024-07-04-21:39:30-1969 id 6353b7c3a45cfc62ab78f716f9ffe00a9faa6084 reason: gnome-initial-setup killed by SIGSEGV time: Wed 03 Jul 2024 10:57:08 AM EDT cmdline: /usr/libexec/gnome-initial-setup package: gnome-initial-setup-3.22.1-4.el7 uid: 991 (gnome-initial-setup) count: 1 Directory: /var/spool/abrt/ccpp-2024-07-03-10:57:08-13388 The Autoreporting feature is disabled. Please consider enabling it by issuing 'abrt-auto-reporting enabled' as a user with root privileges |
原因:
The gnome-system-monitor crash could not be replicated, so
until then, it may be a good idea to close this report.
解决办法:
按照在上面提示的最下面的提示来操作,启动自动报告功能:
1 | abrt-auto-reporting enabled |
设置完后需要重启操作系统