Had to fix the permission on the pipe but otherwise, riak attach-direct works like a charm. Thanks!
cheers, -o On December 17, 2014 at 8:40:11 PM, Ryan Zezeski ([email protected]) wrote: Oliver Soell writes: > That was all well and good, but now “riak attach” isn’t giving me the love I > thought I should get: > > ([email protected])1> {ok, Ring} = > riak_core_ring_manager:get_my_ring(). > ** exception error: no match of right hand side value {error,no_ring} > ([email protected])2> > This is because attach is a remote shell (a change introduced in 2.0.0 I think). Either you need to use an rpc call or you can used riak `attach-direct`. If you do the later remember to use Ctrl-D to exit, not Ctrl-C. -Z
_______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
