• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unable to get hardquota state: usermng: Unable to remove dir test: Permission denied

Raakh5

Basic Pleskian
Hello,

My Plesk version is 9.2.1 and OS=RHE

I have previously deleted one domain in plesk but found from root that directory still exists in /var/www/vhosts/domainName/

I tried a lot to delete directory manually but (cgi-bin/test) these two directories not deleted. I tried to add the domain again via Plesk and got the following message:

ERROR: PleskFatalException
Unable to get hardquota state: usermng: Unable to remove dir test: Permission denied

System error 13: Permission denied

0: class.PHostingManager.php:1484
PHostingForm->assign(object of type PHostingManager, boolean true, boolean true, boolean true, boolean true, boolean true, boolean true)
1: client.domain.hosting.setup.php:322
plesk__client__domain__hosting__setup->accessItem(string 'POST', NULL null)
2: UIPointer.php:596
UIPointer->access(string 'POST')
3: plesk.php:38

What I did is:
[root@myServer cgi-bin]# chown -R 777 test
[root@myServer cgi-bin]# ls
test
[root@myServer cgi-bin]# ls -ld test
drwxrwxrwx 2 777 root 4096 Mar 23 10:45 test
[root@myServer cgi-bin]# rmdir test
rmdir: test: Permission denied
[root@myServer cgi-bin]# rm -rf test
rm: cannot remove directory `test': Permission denied
[root@myServer cgi-bin]# /bin/rm -rf test
/bin/rm: cannot remove directory `test': Permission denied
[root@myServer cgi-bin]#

Domain name is created but when I tried again to configure web hosting then got the following result:
ERROR: PleskFatalException
Unable to get hardquota state: usermng: Unable to remove dir test: Permission denied
System error 13: Permission denied

0: class.PHostingManager.php:1484
PHostingForm->assign(object of type PHostingManager, boolean true, boolean true, boolean true, boolean true, boolean true, boolean true)
1: phosting_setup.php:303

Please advise

Thanks in anticipation
 
Last edited:
Back
Top