Subdomain: Deletion in progress...

  • @UncleSam


    I'm unable to reproduce the issue with the 1.3.x branch and Ubuntu Xenial Xerus (16.04). I'll so close this thread. Feel free to open a new thread if you encounter the same problem with next release, providing us all needed information as stated in my previous answers.


    @innodapt


    A fix has been added in our development branch. See

    This fix will be part of next release.


    Thank you for your report.
    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Sorry I was a little bit busy


    @Nuxwin
    I tried perl /var/www/imscp/engine/imscp-rqst-mngr -v and got one error line:


    Code
    1. [FATAL] iMSCP::Dir::remove: Could not delete /var/www/virtual/domain.tld/logs/file.domain.tld: problem unlinking /var/www/virtual/domain.tld/logs/file.domain.tld: cannot remove directory: Device or resource busy


    Trying df -a | grep file.domain.tld shows more then one entry:

    Code
    1. root@h2644579 / # df -a | grep file.domain.tld
    2. /dev/vzfs 838860800 38700916 800159884 5% /var/www/virtual/domain.tld/logs/file.domain.tld
    3. /dev/vzfs 838860800 38700916 800159884 5% /var/www/virtual/domain.tld/logs/file.domain.tld
    4. /dev/vzfs 838860800 38700916 800159884 5% /var/www/virtual/domain.tld/logs/file.domain.tld
    5. /dev/vzfs 838860800 38700916 800159884 5% /var/www/virtual/domain.tld/logs/file.domain.tld

    So maybe it is the same problem like @innodapt had?

    Edited 2 times, last by UncleSam ().

  • @UncleSam


    Any plugin in use?
    Result of mount command (full result please)
    Result of cat /proc/mounts command (full result please

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @UncleSam


    Any plugin in use?
    Result of mount command (full result please)
    Result of cat /proc/mounts command (full result please

    Sorry @Nuxwin I was a little bit fast with my reply. This workaround worked for me:


    Quote from Nuxwin


    # cd /etc
    # mv mtab mtab-disabled
    # ln -s /proc/mounts mtab
    # service imscp_mountall restart

    After that I started all queued tasks inside the Debugger page and everything went fine.

  • @UncleSam


    Ok so this was the same problem.


    Thread closed.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206