I am not able to control Memcached. I can't even shut it down. Pasted below is the SSH session:
# netstat -tap | grep memcached tcp 0 0 *:11211 *:* LISTEN 20696/memcached tcp6 0 0 [::]:11211 [::]:* LISTEN 20696/memcached # memcached -u root -d stop bind(): Address already in use failed to listen # netstat -tap | grep memcached tcp 0 0 *:11211 *:* LISTEN 20696/memcached tcp6 0 0 [::]:11211 [::]:* LISTEN 20696/memcached # I am running this on a VPS account with Debian Lenny as a guest of XenServer and 512 MB ram memory allocated to the account.
