Ben, Since we didn't build packages for Ubuntu 11.10 32bit, and instead just did 64bit packages, I assume you are using the 32bit .deb from http://basho.com/resources/downloads/ In that case, that .deb was built using ubuntu 10.04 and you are probably running into a fairly common issue with a mismatch in libssl libraries. Ubuntu 11.10 was the first version that shipped without libssl version 0.9.8 which is needed by the erlang vm that ships with Riak. Your fix should be as easy as:
sudo apt-get install libssl0.9.8 Install that and try starting Riak again. If you are still having troubles, let us know. Thanks, Jared On Mon, Dec 19, 2011 at 4:40 AM, Ben Aviram <[email protected]> wrote: > Hi guys,**** > > ** ** > > For no apparent reason I can’t start my dev riak node(single node)- on > riak 1.0.2 ubuntu 32bit.**** > > ** ** > > This is the error I’m getting:**** > > ** ** > > /usr/lib/riak/lib/os_mon-2.2.6/priv/bin/memsup: Erlang has closed. **** > > Erlang > has closed**** > > 13:30:10.515 [error] Supervisor riak_kv_sup had child riak_kv_stat > started with riak_kv_stat:start_link() at undefined exit with reason no > match of right hand value > {{error,eacces},parent,"/tmp/riak/slide-data/3937/1324.294210.513858"} in > slide:fresh/2 in context start_error**** > > 13:30:10.584 [error] CRASH REPORT Process <0.247.0> with 0 neighbours > crashed with reason: no match of right hand value > {{error,eacces},parent,"/tmp/riak/slide-data/3937/1324.294210.513858"} in > slide:fresh/2**** > > 13:30:10.630 [info] Application riak_kv exited with reason: > {shutdown,{riak_kv_app,start,[normal,[]]}}**** > > {"Kernel pid > terminated",application_controller,"{application_start_failure,riak_kv,{shutdown,{riak_kv_app,start,[normal,[]]}}}"} > **** > > ** ** > > Thanks,**** > > Ben**** > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > >
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
