lkl / linux

Linux kernel source tree

Home Page:https://lkl.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to connect memcached running on the lkl

Bonjourz opened this issue · comments

Hi, all
I run the memcached with the lkl by typing:
../linux/tools/lkl$ ./bin/lkl-hijack.sh memcached
but i cannot connet the memcached with in another terminal:
$ telnet 127.0.0.1 11211
Trying 127.0.0.2...
telnet: setsockopt (IP_TOS) (ignored): Socket operation on non-socket
telnet: Unable to connect to remote host: Socket operation on non-socket

I wonder how to set the network to make memcached connection success...
Thank you for your help!