Update erstmal Spamassasin und opendkim auf die neuste Version
-
-
If the imscp-rqst-mngr script hangs (no output as you say), this simply means that you have another i-MSCP related process which is already running. To resume, try to re-add another domain alias through the GUI and if the status is still in pending (toadd) after few seconds (don't forget to reload the page), give me the result of the following command
No change has been made. You can see that on github.
-
-
root@server ~ # ps aux | grep rqst
root 4893 0.0 0.0 97496 21932 ? S 10:07 0:00 /usr/bin/perl /var/www/imscp/engine/imscp-rqst-mngr
root 4985 0.0 0.0 57260 9992 ? S 10:07 0:00 /usr/bin/perl /var/www/imscp/engine/imscp-rqst-mngr
root 5898 0.0 0.0 57260 9996 ? S 10:11 0:00 /usr/bin/perl /var/www/imscp/engine/imscp-rqst-mngr
root 6086 0.0 0.0 57260 9996 ? S 10:12 0:00 /usr/bin/perl /var/www/imscp/engine/imscp-rqst-mngrafter killing 4893 (a completed deleting of a subdomain), all the other requests (delete account, add subdomain) were completed.
looks like there some problems if another rqst instance is still running in the background. -
Each time a new request is made, the imscp-rqst-mngr script asks for an exclusive lock to prevent another imscp-rqst-mngr instance to be run in same time. In your case, the instance with pid 4893 was never terminated and so, the lock was never released. This explain why other instances were never run. Without the log, I cannot say why...
-