Solved Write Error

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
288
./build rewrite_confs
Checking to ensure /etc/httpd/conf/ssl.crt/server.ca is set.
Configuring /etc/container/php.handler...
Using 1.1.1.1 for your server IP
CloudLinux Selector setup: successful
PHP has been secured.
Restarting php-fpm74.
Restarting php-fpm80.
Restarting php-fpm81.
Restarting php-fpm56.
vda1: write failed, user block quota exceeded too long.
vda1: write failed, user file limit reached.
Restarting apache.
[root@lda1 custombuild]#


I can manually write or read on server. this error only on directadmin commands
 
some of account overused their quota, so updated configs can't be written.
 
because your script tries to modify files that owned by users with overqouta, and filesystem don't allow to write more/modify (sometimes it nulls files opened for write)
 
Back
Top