Welcome to the Ajenti Idea Exchange. It's your chance to collaborate with our team and other users to influence the future of Ajenti! Ideas appreciated.

+1

Python

Константин Ильин 9 ár síðan updated by nigatiz 6 ár síðan 1

Error:

Error: Package: python-daemon-1.5.2-1.el6.noarch (epel)

Requires: python(abi) = 2.6
Installed: python-2.7.5-34.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-passlib-1.5.3-1.el6.noarch (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-34.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-psutil-0.6.1-1.el6.x86_64 (epel)
Requires: python(abi) = 2.6
Installed: python-2.7.5-34.el7.x86_64 (installed)
python(abi) = 2.7
python(abi) = 2.7
Error: Package: python-psutil-0.6.1-1.el6.x86_64 (epel)
Requires: libpython2.6.so.1.0()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
+1
Not a bug

Ubuntu 12.10 doesn't remember settings, or install plugins / permissions issue?

Fredfree 12 ár síðan updated by Eugene Pankov (Project coordinator) 11 ár síðan 3

I have an issue with Ajenti at startup after installation on Ubuntu 12.10 server. It starts up asking to change the username and password, at each startup and doesn't save the previous one. Also it opens up the plugins page and doesn't install any, on reboot I'm back at square one.


Is this a permissions issue? 

Any advice please?

Answer

Please upgrade to 1.0 beta (see our website for instructions)

+1
Answered

Problem with login

Pablo Matias Mana 11 ár síðan updated by Eugene Pankov (Project coordinator) 11 ár síðan 0

Hello;

Entered with user: root pass: admin and see an animation of two gears (for a second) then blank screen and later return to login

Where I can see a log to try to understand what happens?

Thanks

SO: Ubuntu 13.04

Answer

Please clear all cookies related to the Ajenti URL.

+1

Nginx Loggin Directory in Ajenti V

Lars Schüller 9 ár síðan 0
Hello,

at the default Ajenti V Configuration, the log files from the virtual hosts goes to /var/log/nginx/$domainname$.log. It would be very nice, if you can edit this.

Best Regards,
Lars
+1
Answered

Munin plugin configuration

E-XD 12 ár síðan updated by Eugene Pankov (Project coordinator) 12 ár síðan 3
Can't get munin graph widgets to work, only error images displayed instead. Can anyone provide a working configuration of munin, apache and ajenti plugin?


Answer

Most probably, Munin HTTP server isn't accessible from the host on which you're viewing Ajenti. This will be fixed in 1.x by proxying images through Ajenti.

+1
Declined

Responsive Layout?

Blaine Miller 11 ár síðan updated by Rens Tillmann 8 ár síðan 2

way better but still some bugs on centos on thing I'd love to be done is make it responsive so it looks good on iPhone or android Do you think this is in the plans?

Answer

Hi Blaine!


It would be great indeed, but I don't think that's even possible. For example, consider File Manager page; no CSS would make it reasonably fit inside iPhone screen :(

+1

Samba not appearing

durian_king 9 ár síðan 0

Hi,

i can't see Samba under Software section. Any idea?

Ubuntu server 14.04

Ajenti 1.2.23.3

Samba 4.1.5


Thanks

+1
Lokið

reverse proxy to example.com/ajenti

Masaki Adachi 11 ár síðan updated by Eugene Pankov (Project coordinator) 11 ár síðan 3

Hello there!  I copied the reverse proxy code for nginx from your documentation and was scratching my head why it was not working in my environment.


server {
    server_name fallthrough;
    client_max_body_size 20m;
    listen 80;
    location /ajenti {
        rewrite /ajenti/(.*) /$1 break;
        proxy_pass  http://127.0.0.1:8000;
        proxy_redirect / /ajenti/;
        proxy_set_header Host $host;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }
}

to make a long story short, it turned out that the way it is written, one has to always add a trailing slash to uri to make it work. (ie., //example.com/ajenti/)   I ended up adding another rewrite directive right before the existing rewrite, so "//example.com/ajenti"  is properly handled.

    	rewrite (/ajenti)$ / break ;
        rewrite /ajenti/(.*) /$1 break;
I think I can smart these up into one liner but my brain is mash now :)
+1
Not a bug

Ajenti not restarting successfully with NGINX running?

Lucas Gomez 11 ár síðan updated by Станислав Буценко 10 ár síðan 9

Hi again,


I'm currently running Ajenti on Debian Wheezy, clean install, after installing NGINX without starting, Ajenti will restart successfully, login screen and everything. But if you start NGINX and restart Ajenti, Ajenti won't come back up. Is there some type of conflict with Ajenti? What I have to do to allow Ajenti to start is stop NGINX. Is this as designed or a bug?


By the way, Ajenti is running on 8000, while NGINX on 80. This was a clean Ajenti install and right away NGINX without any modifications.

Answer
Expired?
+1

панель не открывается в браузере

Павел Андрусов 9 ár síðan 0
Debian 7.8 на виртуальном сервере, использовал автоматическую установку, все прошло успешно.
root@*:~# service ajenti status
[ ok ] Ajenti is running.

root@*:~# ajenti-panel -v
15.06.2015 19:44 core.py:99 INFO Starting server on (u'0.0.0.0', 8000)
15.06.2015 19:44 core.py:121 ERROR Could not bind to (u'0.0.0.0', 8000)

root@*:~# netstat -tlnp | grep 8000
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 5303/python

root@*:~# kill 6515
root@*:~# netstat -tlnp | grep 8000
(не выдает ничего)

root@*:~# service ajenti status
[ ok ] Ajenti is not running.

root@*:~# service ajenti startStarting Ajenti:
15.06.2015 19:59 INFO Using config file /etc/ajenti/config.json
[ ok ] started.
проблема в том, что из браузера не заходит ни по https://ipaddress:8000 ни по https://domain:8000 (ssl пробовал отключать).
ничего толкового нагуглить не смог, как быть?