killall memcached On Mon, Mar 15, 2010 at 3:16 AM, Gabriel Sosa <[email protected]> wrote:
> try > > kill -15 `pidof memcached` > > > > On Sun, Mar 14, 2010 at 2:02 PM, spflanze <[email protected]> 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. > > > > > > -- > Gabriel Sosa > Si buscas resultados distintos, no hagas siempre lo mismo. - Einstein >
