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 років тому оновлено nigatiz 6 років тому 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 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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?

Відповідь
Eugene Pankov (Project coordinator) 11 років тому

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

+1
Є відповідь

Problem with login

Pablo Matias Mana 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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

Відповідь
Eugene Pankov (Project coordinator) 11 років тому

Please clear all cookies related to the Ajenti URL.

+1

Nginx Loggin Directory in Ajenti V

Lars Schüller 9 років тому 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
Є відповідь

Munin plugin configuration

E-XD 12 років тому оновлено Eugene Pankov (Project coordinator) 12 років тому 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?


Відповідь
Eugene Pankov (Project coordinator) 12 років тому

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 років тому оновлено Rens Tillmann 8 років тому 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?

Відповідь
Eugene Pankov (Project coordinator) 11 років тому

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 років тому 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
Виконано

reverse proxy to example.com/ajenti

Masaki Adachi 11 років тому оновлено Eugene Pankov (Project coordinator) 11 років тому 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 років тому оновлено Станислав Буценко 10 років тому 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.

Відповідь
Eugene Pankov (Project coordinator) 11 років тому
Expired?
+1

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

Павел Андрусов 9 років тому 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 пробовал отключать).
ничего толкового нагуглить не смог, как быть?