SHM File error

#1
On a perfectly well running server, i get this error.

Code:
SHM file [/dev/shm/ols//adns_cache.shm] size: 8192, does not match x_stat.m_iFileSize: 16384, correct it
The files are there in /dev/shm/ols, and removing them and restarting lsws doesn't help.
I wonder about the 2 forward slashes, but that could be my lack of linux know how.
any suggestions or just ignore ?

Erik
 

David

Active Member
#3
I checked the code. It is a warning when these two value not match and then it will be corrected.
You can ignore it. We will fix the error level to DEBUG later.
 
Z

zonzon

Guest
#6
With OLS 1.6.20 I also have this WARNING

[WARN] [869] SHM file [/dev/shm/ols//adns_cache.shm] size: 8192, does not match x_stat.m_iFileSize: 16384, correct it

Should I ignore it?
 
Top