On Jul 14, 7:21 am, gunyhake <[email protected]> wrote:
> @tom sorry, i got the wrong switch.
>
> @dustin I have run again without -d switch, here is the result
>
> [root]# memcached -u nobody -m 512 -l 127.0.0.1 -U 11222
> failed to listen
>
> [root]# memcached -u root -m 512 -l 127.0.0.1 -U 11222
> failed to listen

  This is a particularly bad error message.  It's trying to tell you
that it's failing to listen on TCP port 11211 (since you already have
another instance doing so).  Add -p 11211

  I'll file a bug for this.

Reply via email to