• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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