SSH登入后提示:
'abrt-cli status' timed out
然后等了很久才进入系统
解决方法:
systemctl status abrtd.service
发现.lock文件被锁,kill掉进程,恢复正常。
参考:https://www.agix.com.au/solution-to-the-abrt-cli-status-timed-out-problem/
本文介绍了一种常见的SSH登录问题,即登录时出现'abrt-cli-status'超时的情况,并提供了解决方案。通过检查abrtd.service状态,发现.lock文件被锁定,最终通过kill进程恢复正常登录。
SSH登入后提示:
'abrt-cli status' timed out
然后等了很久才进入系统
解决方法:
systemctl status abrtd.service
发现.lock文件被锁,kill掉进程,恢复正常。
参考:https://www.agix.com.au/solution-to-the-abrt-cli-status-timed-out-problem/
1079

被折叠的 条评论
为什么被折叠?