Bob Perper
Bob Perper
Typically the message ` [ERROR] [__root] Memcache Listener failed to start` indicates that the IP port 11211 is in use. You can validate that using netstat: `netstat -lntp` which will...
Kill the process with the -9 option. If that doesn't work, see if the lscpd program is running: `ps-ef|grep lscpd`, if so that may be restarting lsmcd so kill that...
Another thought might be to stop it using systemctl: `systemctl stop lsmcd`. Thanks, Bob Perper [email protected]
That should not be necessary. The first thing you should try is to end it the normally supported way: `/usr/local/lsmcd/bin/lsmcdctrl stop`. Note that you have to be root to do...
If you have set in LSMCD `Cached.DataByUser=true` and each site is configured to use separate users and you have SASL enabled, then it will only clear that particular user's data....
I'd leave it at 127.0.0.1 unless you're using a Unix Domain Socket. Thanks, Bob
Yes, using LSMCD with SASL seems problematic. No matter how hard we try to get through the PHP stack we can't seem to get it to work the way we'd...
We recommend that you not use configure. Use: ``` cmake . make sudo make install ``` We're recommending new customers use redis when possible and we have much more complete...
Fair enough points about the control panels we've added support to. I hope CyberPanel gets back with the program and adds Redis support. In particular, I'd love to see it...
This might be best handled if you could open a ticket with us. This will give us an opportunity to investigate in detail. Thanks!