I was able to build 2.1.1 from source on Ubuntu 09.10, but after I start a node and create a bucket and cluster, the web dashboard shows that the server is down. Looking at my error.x logs, I see a lot of this
[error_logger:error,2013-10-02T15:39:01.709,ns_1@127.0.0.1:error_logger<0.6.0>:ale_error_logger_handler:log_report:72]
=========================CRASH REPORT=========================
crasher:
initial call: ns_memcached:init/1
pid: <0.32361.2040>
registered_name: []
exception exit: {bad_return_value,
{stop,
{ensure_bucket_failed,
{error,
{bucket_create_error,
{memcached_error,not_stored,
<<“Failed to load engine.”>>}}}}}}
in function gen_server:init_it/6
ancestors: [‘single_bucket_sup-default’,<0.32318.2040>]
messages: []
links: [<0.32319.2040>,#Port<0.34676997>]
dictionary: []
trap_exit: false
status: running
heap_size: 28657
stack_size: 24
reductions: 7234
neighbours:
My babysitter log also has a lot of errors loading library ep.so, even though the file exists.
Has anyone seen something like this?