• 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.

quotacheck cannot stat vhosts/domain.ext/dev/null permission denied

Schokkie

New Pleskian
I'm trying to add quota to a fresh Plesk 11.0.9 server on CentOS 6.3.
If i do quotacheck -avugm it exits on an error saying:

quotacheck: lstat Cannot stat `//home/httpd/vhosts/chroot/dev/null': Permission denied
Guess you'd better run fsck first !
exiting...

I've tried removing that file (i can re-add it using mknod) but a lot of vhosts also have this file.
Removing and re-adding all /dev/null files helps and quota's are on but another quotacheck will result in the same error.
 
Plesk automatically installs these quotas, why are you doing it manually?

BTW: what are you results for

# grep HTTPD_VHOSTS_D /etc/psa/psa.conf
 
Last edited:
That would be:
HTTPD_VHOSTS_D /home/httpd/vhosts

Plesk does not seem to install this as the option for hard disk quotas was greyed out saying quotas wheren't supported by the file system configuration. I had to do this manually.
 
Back
Top