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.

0

Mysql asks for configure each time when I create database

Hardeep Singh hace 9 años 0
All features of ajenti v working fine.
I am using ubunto 14.4

When I try to create database under website section under mysql tab.

Each time system ask me to configure mysql and restart.

I have tried this but no luck

0

Accidentally messed up UID/GID of a user

Doug Beney hace 9 años 0

Kind of embarrassing, but I was trying to fix an ftp issue using this quick tutorial and that simply broke all hell loose. I'm still able to access the server as root using another user.


I tried to delete the user I set the UID and GID as "www" but Ajenti keeps givjng me the error down below whenever I go to the users page or if I try to create a new user via Ajenti.


invalid literal for int() with base 10: 'www'
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
    self.ui.dispatch_event(update['uid'], update['event'], update['params'])
  File "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
    self.root.dispatch_event(uid, event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
    if child.dispatch_event(uid, event, params):
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 378, in dispatch_event
    self.event(event, params)
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 402, in event
    getattr(self, 'on_%s' % self_event)(**(params or {}))
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 381, in on_switch
    child.broadcast('on_page_load')
  File "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 356, in broadcast
    getattr(self, method)(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/users/main.py", line 57, in on_page_load
    self.refresh()
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/users/main.py", line 63, in refresh
    self.binder.setup(self.config.tree).populate()
  File "/usr/lib/pymodules/python2.7/ajenti/ui/binder.py", line 589, in populate
    binding.populate()
  File "/usr/lib/pymodules/python2.7/ajenti/ui/binder.py", line 394, in populate
    if not self.ui.filter(value):
  File "/usr/lib/pymodules/python2.7/ajenti/plugins/users/main.py", line 21, in _filterOnlyUsers
    u = int(x.uid)
ValueError: invalid literal for int() with base 10: 'www
0
COMPLETADO

[REQUEST] Pureftpd

Arturo Blanco hace 10 años actualizado por Kevin Poston hace 7 años 4
For FTP connections can be interesting to create a plugin for pureftpd.
Respuesta
Ajenti V now includes PureFTPd plugin (replacement for vsftpd plugin) - ajenti-v-ftp-pureftpd package. Feedback much appreciated!
0
Denegado

How to install OwnCloud?

Jonathan Weber hace 11 años actualizado por Eugene Pankov (Project coordinator) hace 11 años 0
Hey everybody,

I tried to install OwnCloud, but it doesn't work. When I try to load the page the Chrome debuger gives me this error: Refused to execute script from 'https://nandom.de/index.php/core/js/config.js?v=[...]' because its MIME type ("text/html") is not executable, and strict MIME type checking is enabled

If you want to sea it yourself: http://nandom.de

Thanks for help,

Jonathan
Respuesta
I'm sorry, but we don't offer help&support for third party software
0

Problems with greylistd and Ajenti-V?

Jochen hace 10 años 0
Hello,

on my Debian Wheezy with Ajenti-V I greylistd installed as follows:

root@host:~# apt-get install greylistd
root@host:~# greylistd-setup-exim4 add -netmask=24

Adding greylistd support to Exim 4 configuration files
/etc/exim4/exim4.conf.template          : OK
/etc/exim4/exim4.conf.template          : OK
...conf.d/acl/30_exim4-config_check_rcpt: OK
...conf.d/acl/40_exim4-config_check_data: OK
[ ok ] Reloading exim4 configuration files: exim4.

The installation went so easily, but after Exim4 has now sent and received a few emails, I get the following statistics:

root@host:~# greylist stats
Statistics since Thu Oct  9 07:39:37 2014 (1 day and 12 hours ago)
------------------------------------------------------------------
0 items, matching 0 requests, are currently whitelisted
0 items, matching 0 requests, are currently blacklisted
0 items, matching 0 requests, are currently greylisted
Statistics since Thu Oct  9 07:39:37 2014 (1 day and 12 hours ago)

Accordingly seems greylistd not work. In addition, there are the following error message.

root@host:~# greylist list
error: Cannot read from '/var/lib/greylistd/triplets': No such file or directory

Is there possibly a problem with Ajenti-V (Exim4) and greylistd.

greeting
Jochen
0

Ajenti Auto Responder Email Message?

Doug Beney hace 9 años actualizado por Jeremy Henry hace 9 años 1

I'm not totally sure if this kind of thing is done in Ajenti or another service.


Basically, I would like to set up an automatic message that gets sent out after somebody sends an email to me.


For example, If someone sends an email to support@example.com, they would immediately recieve an email back that would say something like "Thanks for contacting us! We'll respond within 24 hours".


I'm loving Ajenti! It has saved me countless hours and frustration.

0
COMPLETADO

PHP-FPM Ondemand PM

Filip Hruška hace 10 años actualizado por Eugene Pankov (Project coordinator) hace 10 años 1
Hello,

I think that ajenti-v-php-fpm option "pm = dynamic" should be "pm = ondemand" by default. "dynamic" is pretty ineffective. "ondemand" is certainly better for most sites. It saves memory and system load. Maybe it would be good, if we could select the processmanager in GUI?

Right now I'm doing it by executing "sudo sed -i "s/dynamic/ondemand/g" /var/lib/ajenti/plugins/vh-php-fpm/phpfpm.py", but I have to run this command every time I update ajenti.
Respuesta
Added PM selection to FPM options
0
Solucionado

Can't close last Notepad file

Thibaut hace 10 años actualizado hace 10 años 4
Hello,

When there is only one file opened in the Notepad of Ajenti V, it seems impossible to properly close it. Click "Create new" (so you have 2 files in the Notepad), then you can click on the close button. But you can't close the new file, again.
0
Respuestas

Dont login :( after change root password in settings and press save button.

Полиграф Полиграфыч hace 11 años actualizado por Eugene Pankov (Project coordinator) hace 11 años 1

Dont login :( after change root password in settings and press save button. Changed from "admin" to "123", click Save, password 123 not accept.

Respuesta

Fixed in the next build. In the meantime, you can reset password by replacing password SHA in /etc/ajenti/config.json with a plaintext new password (it will be rehashed when clicking Save in Configurator).

0

How can I add custom error pages for each virtual host?

Sergej Zubov hace 9 años actualizado por Jeremy Henry hace 9 años 1
Hi,
as the title says, I need to add custom error pages (like 503.html) to my vhosts. I guess I have to add some code to the Advanced tab of each website, but I can't wrap my head around the nginx config code. Any suggestions?

Thanks a lot in advance!