My problem seems to resolve.

I used the following command

memcached -d -p 11212 -u nobody -c 1024 -m 64

I am not sure what is the different compare to the previous command
that makes it not running properly.

On Jul 15, 2:23 pm, dormando <[email protected]> wrote:
> > 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.
>
> What version of memcached are you running? Newer versions print the exact
> error already...
>
> -Dormando

Reply via email to