I've been watching these events lately (once a day), where sites are suddenly down and I get a flood of the infamous "No request delivery notification has been received from LSAPI application, possible dead lock." error.
It doesn't seem to be caused by traffic (only) and server resources seem to be OK when it happens, so I'm lost about what's causing it.
I've changed the limits on maxConns (to 10) and env PHP_LSAPI_CHILDREN (first 10, then 5) and that didn't make a big difference.
I disabled lsmcd and that brought back the sites. Also, the error flood stops. Logic tells me, it's related, but can't say for sure.
My question is, how do I debug this error?
lsmcd log shows this:
But doesn't seem to be related.
I have a Centos VPS, running Directadmin. I guess there is a way to turn on debug in OLS? How?
It doesn't seem to be caused by traffic (only) and server resources seem to be OK when it happens, so I'm lost about what's causing it.
I've changed the limits on maxConns (to 10) and env PHP_LSAPI_CHILDREN (first 10, then 5) and that didn't make a big difference.
I disabled lsmcd and that brought back the sites. Also, the error flood stops. Logic tells me, it's related, but can't say for sure.
My question is, how do I debug this error?
lsmcd log shows this:
Code:
pool free bucket [53] corruption, at offset: 44042736, invalid value: 369419314, usage: alloc 481, free 642
I have a Centos VPS, running Directadmin. I guess there is a way to turn on debug in OLS? How?