File limit reached error in build.conf

anay

Verified User
Joined
Dec 7, 2005
Messages
114
Hi,

Running OLS , a couple of domain started showing message instead of website :

OpenLiteSpeed is functioning normally

Decided to rebuild conf as recently was trying some changes in OLS hoping it could fix, but I am seeing this error when try to rebuild :

root custombuild]# ./build rewrite_confs
Checking to ensure /usr/local/lsws/ssl.crt/server.ca is set.
sda1: write failed, user file limit reached.
Using 104.244.74.38 for your server IP
Restarting openlitespeed.

There is nothing relevant in custombuild.log

Checked df -h , have plenty of space.


Any idea which user file limit is reached ?
 
Is this a server or a VPS?
sda1: write failed, user file limit reached.
On a VPS, they can only set a limit for the VPS they rent in the base system. So if it's a VPS, it could be VPS limit for some reason.

Or maybe some of the users are already over quota.
 
also this error comes in Cloudlinux due to small default i/o limits, it makes all as needed but with little freeze and this warning.
 
Also just googled that and found more correct description:
if some accounts reached their quota - it will show this error when trying to do something with them (like overwrite confs etc).
 
Back
Top