摘要:
ssh登录后出现 Last login: Mon Nov 8 18:12:29 2021 from 192.168.20.206 'abrt-cli status' timed out 在终端执行abrt-cli status后,提示如下: abrt-cli: /lib64/libc.so.6: v 阅读全文
摘要:
#supervisorctl status too many open files 解决:1. 在/etc/security/limits.conf末尾增加: #open files(-n) * soft nofile 65536 * hard nofile 65536 #max user proc 阅读全文