• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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