I'm trying to run memcached on a centos box and it runs for a while, but then ends up in this state:
memcached dead but subsys locked
netstat shows this:
tcp 0 0 :::11211 :::* LISTEN
udp 0 0 0.0.0.0:11211 0.0.0.0:*
ps shows this:
nobody 21983 0.0 1.8 60272 19912 ? Ssl 16:46 0:00 memcached -d -p 11211 -u nobody -c 1024 -m 64
Anyone know what that means?