> Hi all, > > I compiled and installed Memcached 1.4.3 from source: > http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz > > The configuration is quite simple: ./configure --prefix=/usr/local/ > memcached > > It works if I install it on a dedicated Ubuntu 11 server. However, it > does not work on Linode's Ubuntu 11 VM (Xen-based) > > The source code can be compilable, installable. The server can run but > it is not responsive. > > === Telnet access ====== > root@spica:/home/dev7# telnet 127.0.0.1 11211 > Trying 127.0.0.1... > Connected to 127.0.0.1. > Escape character is '^]'. > get > fdsgfdsf > f > sdfds > f > dsadfs > ] > ^]
If running memcached in the foreground with -vvv, does telnetting and running commands have any output? does strace show the server receiving those lines as you type them?
