you don't stop memcached by giving it a stop command. YOU have to send the process a TERM.

Brian.
--------
http://brian.moonspot.net/

On 3/14/10 11:02 AM, spflanze wrote:
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.

Reply via email to