Hello,
I delete a subdomain.But it's always show delete process.How to check it's running or hang?
If it's hang.How to fix it?
Thanks a lot.
It's hang when I delete subdomain.
-
- patched
- akong7777
- Closed
- Thread is marked as Resolved.
-
-
Hello,
Which I-MSCP Version you are using? Any Plugins installed?
Please try:
Push F5, will the subdomain deleted or is it still there?Also please have a look at the Reporting rules - Reminder
Best regards.
-
-
i-MSCP Version is 1.3.6
I have install opendkim spamassassin phpswitcher and postscreen plugins.
It's still delete many hours and not finish.
I login to terminal.It's has delete web space and apache settings.But subdomain bind settings not delete.
How to fix it? -
Please, connect as administrator to the control panel and go to the debugger interface. Once done, say us if there is any error reported. If there is no error reported in the debugger interface, run the following command manually and post us the output:
-
-
Hello,
I run perl /var/www/imscp/engine/imscp-rqst-mngr -vThis is error:
[FATAL] iMSCP::Dir::remove: Could not delete /var/www/virtual/minsu918.com.tw/logs/yilan.minsu918.com.tw: problem unlinking /var/www/virtual/minsu918.com.tw/logs/yilan.minsu918.com.tw: cannot remove directory: Device or system resource is busy
Please help me to fix it.
-
I use follow command:
umount /var/www/virtual/minsu918.com.tw/logs/yilan.minsu918.com.tw
And run
perl /var/www/imscp/engine/imscp-rqst-mngr -vIt's can delete.
Could is this bug?
-
-
Please, download and run the following script on your system: https://github.com/i-MSCP/imsc…s/fix_duplicate_mounts.pl
Once done, run the following command:
BTW: What is the i-MSCP httpd server implementation that you use? PHP-FPM, ITK, FCGI? -
I use php-fcgi.
I will download this script and run it.Thanks a lot. -
-
There is a bug in fcgi server implementation which cause duplicate mounts. This is fixed in 1.3.x. The fix will be part of next release.
-
OK,
Thanks a lot. -