Your comments

Problem resolved... installed webmin + bootstrap theme :)

I tried git clone, build and install... same problem:

Using /usr/local/lib/python2.7/dist-packages
Searching for pip==7.1.2
Best match: pip 7.1.2
Adding pip 7.1.2 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip2.7 script to /usr/local/bin
Installing pip2 script to /usr/local/bin



Using /usr/local/lib/python2.7/dist-packages
Finished processing dependencies for ajenti==1.2.23.0
root@whatsapp1:~/ajenti# service ajenti restart
Stopping Ajenti:
[FAIL] not running ... failed!
Starting Ajenti:
Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 11, in <module>
import ajenti.log
File "/usr/local/lib/python2.7/dist-packages/ajenti-1.2.23.0-py2.7.egg/ajenti/log.py", line 7, in <module>
from ajenti.api import extract_context
File "/usr/local/lib/python2.7/dist-packages/ajenti-1.2.23.0-py2.7.egg/ajenti/api/__init__.py", line 6, in <module>
from ajenti.plugins import manager, PluginContext
File "/usr/local/lib/python2.7/dist-packages/ajenti-1.2.23.0-py2.7.egg/ajenti/plugins/__init__.py", line 9, in <module>
from ajenti.util import *
File "/usr/local/lib/python2.7/dist-packages/ajenti-1.2.23.0-py2.7.egg/ajenti/util.py", line 2, in <module>
import catcher
File "/usr/lib/pymodules/python2.7/catcher/__init__.py", line 2, in <module>
from . import uploaders
File "/usr/lib/pymodules/python2.7/catcher/uploaders/__init__.py", line 1, in <module>
from .ajentiorg import AjentiOrgUploader
ImportError: No module named ajentiorg
[FAIL] failed ... failed!


python_catcher-0.1.7.egg-info/SOURCES.txt:catcher/uploaders/ajentiorg.py

I've same problem on Raspberry installation:


/ajenti:socket/1/?t=1447412576561 net::ERR_EMPTY_RESPONSE


I used script, I look inside code:


GET https://10.170.203.133:8000/ajenti:socket/1/?t=1447412576561 net::ERR_EMPTY_RESPONSEd.handshake @ resources.js:7657d.connect @ resources.js:7657d @ resources.js:7657c.connect @ resources.js:7657window.ajentiConnectSocket @ resources.js:11058window.Stream.Stream.start @ resources.js:10424(anonymous function) @ (index):112resources.js:10436 Socket error: (anonymous function) @ resources.js:10436c.emit @ resources.js:7657d.publish @ resources.js:7657d.onError @ resources.js:7657j.onreadystatechange @ resources.js:7657


--------------------------

<script>

Stream = new Stream();
Stream.start();
UI = new UIManager(window.Stream);
</script>

---------------------------


Stream.prototype.start = function() {

this.socket = ajentiConnectSocket('/stream');
this.socket.on('connect', function() {
return $('#connection-error').hide();

});

---------------------------


window.ajentiConnectSocket = function(uri) {

var cfg;
cfg = {
resource: 'ajenti:socket',
'reconnection limit': 1,
'max reconnection attempts': 999999
};
if (/Apple Computer/.test(navigator.vendor) && location.protocol === 'https:') {
cfg.transports = ['jsonp-polling'];
}
return io.connect(uri, cfg);

};

-----------------------------------


    1. Request URL:
  1. Request Headers
    1. Provisional headers are shown
    2. Referer:
    3. User-Agent:
      Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36
  2. Query String Parametersview sourceview URL encoded
    1. t:
      1447412576561

---------------------------------------


any help? On other installation it worked well.