How to completely get rid of abrt service
Disable the abrtd service
service abrtd status systemctl stop abrtd systemctl disable abrtd systemctl daemon-reload
At this step you can get when accessing SSH
‘abrt-cli status’ timed out
Check yum:
yum list abrt*
And remove:
yum remove abrt*
Run cagefs update if any:
cagefsctl --force-update… Read the rest