cacheman.lock.bad and cacheman.shm.bad files

ayaz

New Member
#1
I am seeing the following `.bad` versions of `.cacheman.lock` and `.cacheman.shm` files inside the cache storagePath. Can someone please help me explain what they represent and what can cause them to show up?

Bash:
# ls -al
total 156
drwxrws---  3 nobody nogroup  4096 Apr 22 14:42 .
drwxrwxrwx  4 root   root     4096 Apr 21 10:29 ..
-rw-r-----  1 root   nogroup  8192 Apr 23 17:32 .cacheman.lock
-rw-r-----  1 root   nogroup  8192 Apr 22 07:17 .cacheman.lock.bad
-rw-r-----  1 root   nogroup 65536 Apr 23 17:32 .cacheman.shm
-rw-r-----  1 root   nogroup 65536 Apr 22 07:17 .cacheman.shm.bad
drwxrws--- 18 nobody nogroup  4096 Apr 21 11:22 priv
OLS and LSCache versions are below:

Bash:
# ./lshttpd -v
LiteSpeed/1.7.15 Open (BUILD built: Fri Apr  8 15:05:35 UTC 2022)
    module versions:
    lsquic 3.0.4
    modgzip 1.1
    cache 1.64
    mod_security 1.4

# wp --allow-root plugin list
+------------------+----------+--------+---------+
| name             | status   | update | version |
+------------------+----------+--------+---------+
| litespeed-cache  | active   | none   | 4.6     |
 
Top