Bob Perper

Results 26 comments of 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