Provision EasyApache 4 error python
Provision execute in easyapache 4 this is error:
Provision process started.
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 3524, in install
mypkgs = self.pkgSack.returnPackages(patterns=pats,
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 907, in
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 687, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.6/site-packages/yum/repos.py", line 295, in populateSack
self.doSetup()
File "/usr/lib/python2.6/site-packages/yum/repos.py", line 110, in doSetup
self.ayum.plugins.run('postreposetup')
File "/usr/lib/python2.6/site-packages/yum/plugins.py", line 184, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/fastestmirror.py", line 202, in postreposetup_hook
all_urls = FastestMirror(all_urls).get_mirrorlist()
File "/usr/lib/yum-plugins/fastestmirror.py", line 369, in get_mirrorlist
self._poll_mirrors()
File "/usr/lib/yum-plugins/fastestmirror.py", line 413, in _poll_mirrors
pollThread.start()
File "/usr/lib64/python2.6/threading.py", line 474, in start
_start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread
yum exited 256
Provision process finished.
-
Hi, Do you have multiple Python or Yum transactions running at the same time? This isn't exactly an EA4 issue, but an issue with Yum not being able to thread off new processes. I'd recommend opening a ticket with our support team if you're unable to get past this issue. 0
Please sign in to leave a comment.
Comments
1 comment