解决thread.error can't start new thread 发表于 2017-12-23 更新于 2026-03-03 分类于 技术分享 在执行yum install vsftpd的时候报错: 1thread.error: can't start new thread 解决方法: 禁用fastestmirror就可以了. 1vi /etc/yum/pluginconf.d/fastestmirror.conf 将: 1enabled=1 修改为: 1enabled=0