cannot find the source of "no such file or directory" error

yorich

New Member
#1
Running OLS 1.7.16 on Ubuntu 22.04, on a GCP Instance. It works really well, except while doing anything on my site, I occasionally see "No such file or directory" in the litespeed/logs/error.log

I've turned DEBUG logging on, with DEBUG level set to HIGH, but for the life of me I can't find out what its trying to access. Here is the output of error.log

Code:
2022-06-28 02:41:53.803547 [DEBUG] [746148] [172.70.211.155:42750:HTTP2-1>69.222.190.131#wordpress:lsapi] ExtConn::onRead()
2022-06-28 02:41:53.803553 [DEBUG] [746148] [172.70.211.155:42750:HTTP2-1>69.222.190.131#wordpress:lsapi] LsapiConn::doRead()
2022-06-28 02:41:53.803568 [DEBUG] [746148] [172.70.211.155:42750:HTTP2-1>69.222.190.131#wordpress:lsapi] Process packet header 8 bytes.
2022-06-28 02:41:53.803572 [DEBUG] [746148] [172.70.211.155:42750:HTTP2-1>69.222.190.131#wordpress:lsapi] received LSAPI_STDERR_STREAM, packetLen: 34.
2022-06-28 02:41:53.803580 [DEBUG] [746148] [172.70.211.155:42750:HTTP2-1>69.222.190.131#wordpress:lsapi] [LSAPI:STDERR]:Process STDERR stream 26 bytes, packet left: 26
2022-06-28 02:41:53.803586 [NOTICE] [746148] [172.70.211.155:42750:HTTP2-1>69.222.190.131#wordpress:lsapi] [STDERR] No such file or directory
--
2022-06-28 02:41:54.263633 [DEBUG] [746148] [172.70.178.226:9154:HTTP2-1>34.70.151.60#wordpress:lsapi] ExtConn::onRead()
2022-06-28 02:41:54.263641 [DEBUG] [746148] [172.70.178.226:9154:HTTP2-1>34.70.151.60#wordpress:lsapi] LsapiConn::doRead()
2022-06-28 02:41:54.263650 [DEBUG] [746148] [172.70.178.226:9154:HTTP2-1>34.70.151.60#wordpress:lsapi] Process packet header 8 bytes.
2022-06-28 02:41:54.263658 [DEBUG] [746148] [172.70.178.226:9154:HTTP2-1>34.70.151.60#wordpress:lsapi] received LSAPI_STDERR_STREAM, packetLen: 34.
2022-06-28 02:41:54.263669 [DEBUG] [746148] [172.70.178.226:9154:HTTP2-1>34.70.151.60#wordpress:lsapi] [LSAPI:STDERR]:Process STDERR stream 26 bytes, packet left: 26
2022-06-28 02:41:54.263678 [NOTICE] [746148] [172.70.178.226:9154:HTTP2-1>34.70.151.60#wordpress:lsapi] [STDERR] No such file or directory
All it says is wordpress:lsapi and no such file or directory, but I can't find what directory or file is trying to be accessed. Is there a way to figure out what its trying to do?
 
Top