You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with running ajenti on centos 6 with default python 2.6 installed.
I have installed python 2.7 and 3.4 from ius repo, but ajenti wont grab that install, and still fails to start.
Here is the log
Ajenti bug report
Info
Value
Ajenti
1.2.23.8
Platform
centos / centos / Linux 2.6.32-042stab116.1 x86_64
Architecture
x86_64 x86_64
Python
2.6.6
Installation
14534132
Debug
True
Catcher report
Failed to upload traceback
Loaded plugins
logs, main
Library
Version
gevent
1.0.1
greenlet
0.4.2
reconfigure
0.1.77
requests
2.6.0
psutil
0.6.1
Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 133, in <module>
core.run()
File "/usr/lib/python2.6/site-packages/ajenti/core.py", line 88, in run
ajenti.plugins.manager.load_all()
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 266, in load_all
self.load_recursive(item[0])
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 287, in load_recursive
if not self.load_recursive(e.dependency.plugin_name):
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 277, in load_recursive
return self.load(name)
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 324, in load
dependency.check()
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 67, in check
if not self.satisfied():
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 58, in satisfied
self._was_satisfied = self.is_satisfied()
File "/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 131, in is_satisfied
return subprocess.call(['which', self.binary_name]) == 0
File "/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 115, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/site-packages/ajenti/compat.py", line 26, in Popen
*args, **kwargs)
File "/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 238, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 756, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
Hi.
I'm having an issue with running ajenti on centos 6 with default python 2.6 installed.
I have installed python 2.7 and 3.4 from ius repo, but ajenti wont grab that install, and still fails to start.
Here is the log
Ajenti bug report
Log content:
How can i force ajenti to start using new python installations?
The text was updated successfully, but these errors were encountered: