Hello, everyone!
In this post, I want to introduce you to the common issue of "The SSH login takes a long time. After the login, the error message abrt-cli status timed out is displayed.".
Problem Description
For example, the SSH login takes a long time. After the login, the error message abrt-cli status timed out is displayed
Cause
The .lock file is locked by the 816 processes.
The 816 process is as follows:
Solution
Kill the 816 processes. However, the process is a zombie process. You need to kill its parent process first.
The parent process is 815.
If the 815 status is normal, kill it.
The relogin is successful.
Disable the abrtd avahi-daemon service to prevent this problem from reoccurring after the restart.
This is my solution, how about yours? Go ahead and share it with us!