Problem running memcached: event_queue_remove error
Linda Halligan
lhalligan at bitpusher.com
Wed Apr 9 23:43:58 UTC 2008
I've just installed memcached on an x86_64 SLES 10 server. I'm running
into a problem when I try to start memcached. Here is the command I'm
running on the command line:
strace ./memcached -u wwwrun -l 10.1.111.119 -p 11212 -vv -m 512
Within a few seconds memcache quits with the error:
[err] event_queue_remove: 0x50d800(fd -1) not on queue 1
I've googled and looked through archives, but I wasn't able to find
anything about this anywhere. Strace doesn't provide any valuable
output, either:
write(2, "<24 send buffer was 126976, now "..., 42<24 send buffer was
126976, now 268435456
) = 42
bind(24, {sa_family=AF_INET, sin_port=htons(11212),
sin_addr=inet_addr("10.1.111.119")}, 16) = 0
write(0, "\0", 1) = 1
write(0, "\0", 1) = 1
write(0, "\0", 1) = 1
write(0, "\0", 1) = 1
epoll_wait(3, {}, 1024, 989) = 0
epoll_wait(3, {}, 1024, 1) = 0
epoll_wait(3, {}, 1024, 1000) = 0
epoll_wait(3, {}, 1024, 1000) = 0
epoll_wait(3, {}, 1024, 1000) = 0
epoll_wait(3, {}, 1024, 996) = 0
epoll_wait(3, {}, 1024, 4) = 0
write(2, "[err] event_queue_remove: 0x50d8"..., 57[err]
event_queue_remove: 0x50d800(fd -1) not on queue 1
) = 57
exit_group(1) = ?
Process 16505 detached
Did I miss a vital step in the build process? Someone please help the n00b!
-Linda
More information about the memcached
mailing list