[Resolved] Errors filling up httpd error log

Status
Not open for further replies.
#1
So for the past couple of days, without any known configuration changes or server changes, I've been getting massive error_logs with lines like the following making up for most of the files.

2014-06-26 14:07:04.945 [INFO] Failed to open file [/tmp/lshttpd/swap/0/3/c5c83cb20bc6618d24d84dd0bc0889.lsz], error: No such file or directory
To the tune of about 100,000 lines/second.

These logs keep filling up my server's disk space every six or so hour, going up to about 40G in six hours.

What does this error mean? How can I fix it or find the root cause?

Let me know if you need any more information.
 

mistwang

LiteSpeed Staff
#2
In addition to the reply on github, you should force reinstall 4.2.12 see if the problem still exists on the latest build.
Code:
/usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.12
 
Last edited by a moderator:
#3
I'm gonna have to run it by my Management team. I'll update here if it works/doesn't work.

Again.. my biggest concern is that they're filling up the error log...
 
#4
So for now, while we work out what to do... we've disabled compression on two of the servers, and I've created a ramdisk on the third to put the compression files.

If the ramdisk works out, we'll end up moving everything to a ramdisk.

Is the error I'm getting a known issue? What might be causing it to happen in the first place?
 
Status
Not open for further replies.
Top