PDA

View Full Version : Problems after upgrade 2.2.18 to 2.2.25


soho
26th September 2008, 00:56
Hi All,

After upgrading ISPconfig-2.2.18 to ISPconfig-2.2.25, when I erase an e-mail account and then choose Empty Trash, it takes too long. Log in /home/admispconfig/ispconfig/ispconfig.log shows for all registered users and it takes too long:

25.09.2008 - 17:53:59 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 909: setquota -u hdv1.victorm 204800 205824 0 0 -a &> /dev/null
25.09.2008 - 17:53:59 => INFO - /root/ispconfig/scripts/lib/config.lib.php, Line 910: setquota -T -u hdv1.victorm 604800 604800 -a &> /dev/null
25.09.2008 - 17:53:59 => INFO - /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php, Line 60: cp -f /root/ispconfig/isp/conf/forward.master /var/www/web1/user/hdv1.victorm/.forward

Previously, in version 2.2.18 it took no more than 1 minute for the 800 users (mailboxes) that have registered, now takes about 10 to 15 minutes.

Anything I can do?

best regards,

soho
26th September 2008, 01:21
in time ...

I also reinstall the version 2.2.25 (as mentioned in http://www.howtoforge.com/forums/showthread.php?t=27021) and still not solved the problem

till
26th September 2008, 09:42
If all users are in one website, ISPConfig will update them all. That is the way ISPConfig worked already before 2.2.18. If it tooks longer now on your system, this is most likel yrelated to a higher load on your server.

soho
26th September 2008, 16:56
Thanks Till,

I will review all the configurations of the server and attempt to discover the cause of this slow.


I'm using Ubuntu as how to http://www.howtoforge.com/perfect-server-ubuntu8.04-lts. It would have some recommendation on the settings than those reported in how to?

soho
26th September 2008, 17:10
Till,

I changed the value of /home/admispconfig/ispconfig/lib/config.inc.php
...
$go_info["server"]["apache2_php"] = 'addtype'.
...

It makes a difference in performance?

soho
27th September 2008, 01:20
If all users are in one website, ISPConfig will update them all. That is the way ISPConfig worked already before 2.2.18. If it tooks longer now on your system, this is most likel yrelated to a higher load on your server.

I had never seen this feature before, but for example, if I delete 5 mailboxes, the system will run 5 times the upgrade? Once for each mailbox?

soho
27th September 2008, 02:21
I optimize all services of the server but still I think the processing of /root/ispconfig/scripts/lib/config.lib.php and /root/ispconfig/scripts/lib/classes/ispconfig_procmail.lib.php when change a password of mailbox or when delete a mailbox too slow. Now it takes between 3 and 4 minutes for 857 mailboxes in the domain.


I could set the ISPConfig to handle only the account / mailbox that I am changing / deleting?

soho
28th September 2008, 03:08
Someone with this problem? I need a help, please.

till
28th September 2008, 15:53
I could set the ISPConfig to handle only the account / mailbox that I am changing / deleting?

If you write new scripts for the user ,management for ISPConfig, then yes. Otherwise no.

Or you use ISPConfig 3 which process accounts one by one.

soho
28th September 2008, 16:54
If you write new scripts for the user ,management for ISPConfig, then yes. Otherwise no.

Or you use ISPConfig 3 which process accounts one by one.


I do not write PHP... :(

I believe that the choice now is to change ISPConfig 3. I will install and perform some tests. If working, I change my environment.

Thanks Till.