+7

Ajenti failed to start but ajenit-panel works fine what can i do?

Jonathan Sarry 9 years ago updated 9 years ago 0
So I've read through a lot of the support posts but I cant find a solution to my problem.

The best way I can sum up the problem is if i try to do the command "service ajenti start" or "service ajenti restart" i get

Job for ajenti.service failed. See 'systemctl status ajenti.service' and 'journalctl -xn' for details.
output of ajenti status

● ajenti.service - Ajenti panel
   Loaded: loaded (/lib/systemd/system/ajenti.service; disabled)
   Active: failed (Result: resources) since Mon 2015-07-20 17:06:34 EEST; 17min ago

Jul 20 17:06:34 lavaplat systemd[1]: Failed to start Ajenti panel.

Oddly though if i do "service ajenti-panel -v" everything works fine.

20.07.2015 17:29 core.py:99                    INFO  Starting server on (u'0.0.0.0', 8000)
20.07.2015 17:29 __init__.py:207               DEBUG Root context instantiated [SessionMiddleware] <ajenti.middleware.SessionMiddleware object at 0x7f8f95197c90>
20.07.2015 17:29 __init__.py:207               DEBUG Root context instantiated [AuthenticationMiddleware] <ajenti.middleware.AuthenticationMiddleware object at 0x7f8f95167110>
20.07.2015 17:29 __init__.py:207               DEBUG Root context instantiated [CentralDispatcher] <ajenti.routing.CentralDispatcher object at 0x7f8f95303a50>
20.07.2015 17:29 core.py:134                   INFO  SSL enabled: /etc/ajenti/ajenti.pem
20.07.2015 17:29 __init__.py:207               DEBUG Root context instantiated [IPCServer] <ajenti.ipc.IPCServer object at 0x7f8f95197850>
20.07.2015 17:29 __init__.py:207               DEBUG Root context instantiated [Licensing] <ajenti.licensing.Licensing object at 0x7f8f95197750>
20.07.2015 17:29 feedback.py:30                DEBUG Feedback >> ping ({'edition': 'vanilla+vh', 'version': '1.2.22.22', 'os': 'debian', 'id': 145687})
20.07.2015 17:29 connectionpool.py:188         INFO  Starting new HTTP connection (1): meta.ajenti.org
20.07.2015 17:29 connectionpool.py:362         DEBUG "POST /api/v2/ping HTTP/1.1" 200 36
20.07.2015 17:29 feedback.py:35                DEBUG Feedback << {"status": "ok"}

I've tried many things to get it running properly