• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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