0
Fixed
Ajenti fails to start (but with [ OK ] ), logs: "ImportError: No module named socketio.handler"
Fresh install of Ajenti on CentOS 6.5
Fails to start, logs:
Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 124, in <module>
from ajenti import core
File "/usr/lib/python2.6/site-packages/ajenti/core.py", line 20, in <module>
from ajenti.http import HttpRoot, RootHttpHandler
File "/usr/lib/python2.6/site-packages/ajenti/http.py", line 9, in <module>
from socketio.handler import SocketIOHandler
ImportError: No module named socketio.handler
Fails to start, logs:
Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 124, in <module>
from ajenti import core
File "/usr/lib/python2.6/site-packages/ajenti/core.py", line 20, in <module>
from ajenti.http import HttpRoot, RootHttpHandler
File "/usr/lib/python2.6/site-packages/ajenti/http.py", line 9, in <module>
from socketio.handler import SocketIOHandler
ImportError: No module named socketio.handler
Customer support service by UserEcho
but still with same error
ajenti-panel -v
19.08.2014 02:55 ajenti-panel:105 INFO Using config file /etc/ajenti/config.json
19.08.2014 02:55 ajenti-panel:130 INFO Ajenti starting in foreground
Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 137, in <module>
from ajenti import core
File "/usr/lib/python2.6/site-packages/ajenti/core.py", line 20, in <module>
from ajenti.http import HttpRoot, RootHttpHandler
File "/usr/lib/python2.6/site-packages/ajenti/http.py", line 9, in <module>
from socketio.handler import SocketIOHandler
ImportError: No module named socketio.handler
>>> import socketio
>>> print socketio.__version__
The weird thing when I try to restart Ajenti is that it says that it's not running and start. But when I redo the restart, it's actually not running:
Is python-passlib installed? What is passlib.__version__? (import passlib).
Version: 1.5.3-1~bpo60+1
Apt shows that the package is installed but the python import gives this:
I don't know why this is happening now because it's a fresh install. And when I installed my dev server a few days ago it didn't happen and the Ajenti install was smooth...
Sorry but there is a website I absolutely need to add to Ajenti V and configure the email address asap...