qaddzzq 发表于 2013-1-28 22:14:41

centos yum 出错

最近给一个代购VPS用yum 命令安装软件,报错:

File "/usr/lib/python2.4/threading.py", line 416, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread

解决方法:编辑 /etc/yum/pluginconf.d/fastestmirror.conf

将enabled=1修改为enabled=0,禁用该功能就可以了
页: [1]
查看完整版本: centos yum 出错