> ===> I can not see any request or request handling operations logged > in the session 1 screen or session 3 > It seems that Memcached does not know about any request I sent to it. > > Any idea?
Looks like you're firewalled from it somehow. You'd at least see the accept() calls on memcached's end, I'd think. > > On Apr 25, 11:05 pm, dormando <[email protected]> wrote: > > > 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? >
