I am having some problems with memcached and one idea I am having is that perhaps it is already running on the port I am trying to run it on, started by some other user on our network. Is there a way to tell what memcached ports are currently in use?
|
|
|||||||||
|
|
|
try netstat -ap | grep TheChosenPort and see if anything is listening on those tcp or udp ports. |
||
|
|
|
|
If you're asking this question, it sounds like you're running a really old version. If you did this on a recent version, you'd see this:
|
||
|
|
