thread.error: can't start new thread 解决方法

2010年01月01日 02:34 | 作者:licess

最近给一个代购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,禁用该功能就可以了。

收藏或分享这篇文章到网摘:Google书签 | 百度搜藏 | QQ书签 | Del.icio.us | 收客 | Diglog

除非注明,本博客文章均为原创,转载请以链接形式标明本文地址
本文地址:http://blog.licess.org/thread-error-cant-start-new-thread/
Trackback地址:http://blog.licess.org/thread-error-cant-start-new-thread/trackback/

3 条评论

  1. 啊,很高深哦,没有碰到类似的还。顶下。

  2. 虾米东西?
    RSSA圈友来拜访了,支持一下!

    licess Reply:

    这个是centos装软件的时候报错了~的解决方法。

发表评论