RE: Failed to start riak

2013-06-13 Thread Sanjeev Neelarapu
Thanks Brian, It worked after deleting the contents from ring directory. Thanks, Sanjeev From: Brian Sparrow [mailto:bspar...@basho.com] Sent: Thursday, June 13, 2013 11:49 PM To: Sanjeev Neelarapu Cc: Quentin ADAM; riak-users@lists.basho.com Subject: Re: Failed to start riak Hi Sanjeev, Looks

[ANN] Php_riak 0.4.2

2013-06-13 Thread Kaspar Pedersen
Hi everyone I just made php_riak available on PECL, to test it out install it with pecl like this. pecl install riak-alpha Php_riak is a protobuff riak client for PHP written in C, it has only been tested by myself so far, so it is still in a very early state, but if your interested in improvi

Re: Riak will not work remote from ec2

2013-06-13 Thread David Montgomery
The below does to make sense to me. root@ip-10-204-150-22:/var/log/riak# riak console Attempting to restart script through sudo -H -u riak WARNING: ulimit -n is 1024; 4096 is the recommended minimum. Exec: /usr/lib/riak/erts-5.9.1/bin/erlexec -boot /usr/lib/riak/releases/1.3.1/riak

Re: Riak will not work remote from ec2

2013-06-13 Thread David Montgomery
Ps Wen i did riak-admin reip riak@127.0.0.1 r...@xxx.xxx.xxx.xxx Attempting to restart script through sudo -H -u riak Backed up existing ring file to "/var/lib/riak/ring/riak_core_ring.default.20130614011624.BAK" New ring file written to "/var/lib/riak/ring/riak_core_ring.default.20130614012331"

Riak will not work remote from ec2

2013-06-13 Thread David Montgomery
Hi, Why will riak not work on ec2 with a single node? 1) I have my sec groups open for all ports. This should be a no brainier. 2) Using the python client = riak.RiakClient(host=riak_host,port=8087,transport_class=riak.transports.pbc.RiakPbcTransport) where riak_host is the public ip address o

Riak and erl_boot_server

2013-06-13 Thread Olav Frengstad
Hey, I'm trying to get Riak to load through the erl_boot_server, have anyone had any success with this before? At the moment i'm stuck with the most basic part of just getting dependencies to load over the server. The boot file is loaded (judging by the fact it tries to load deps) but no code is

Re: Failed to start riak

2013-06-13 Thread Brian Sparrow
Hi Sanjeev, Looks like the node was started with node name set in the vm.args to riak@127.0.0.1 and then restarted with a different name riak@10.147.29.57. If this is a single node that has not yet joined a cluster, simply stop the node with riak stop, delete the contents of riaks ring direct

Re: Failed to start riak

2013-06-13 Thread Eric Redmond
You need to delete the data/ring directory, then try again. You need to make the changes *before* starting riak, not after. If you make any changes to the system, the configurations that the ring first builds will not longer be true. Eric On Jun 13, 2013, at 6:32 AM, Sanjeev Neelarapu wrote:

RE: Failed to start riak

2013-06-13 Thread Sanjeev Neelarapu
Hi, Attached the log file taken from /var/log/riak -Sanjeev From: Quentin ADAM [mailto:quentin.a...@waxzce.org] Sent: Thursday, June 13, 2013 7:21 PM To: Sanjeev Neelarapu Cc: riak-users@lists.basho.com Subject: Re: Failed to start riak Hi Can you get the logs ? something like /var/log/lib...

Re: Getting error: Riak-cs user please reduce your request rate

2013-06-13 Thread Andrew Stone
Hi Rahul, That error message is misleading. In general it can be treated as a 500 error. My guess is that you do not have stanchion running. Stanchion provides a serialization layer for creating users and buckets. See http://docs.basho.com/riakcs/latest/tutorials/fast-track/Building-a-Local-Test-E

Getting error: Riak-cs user please reduce your request rate

2013-06-13 Thread Rahul Bongirwar
Hi, I am getting error while creating riak-cs user as "Please reduce your request rate" What is the solution for it? Thanks, Rahul ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: Rebar question

2013-06-13 Thread Sean Cribbs
Hi Bryan, I think you'll have to start them in your eunit fixtures, e.g. {setup, fun() -> application:start(crypto), application:start(bcrypt), ok end, [ %% tests ]} (not sure the syntax is correct there, sorry) On Wed, Jun 12, 2013 at 8:06 PM, Bryan Hughes wrote: > Sorry if this has been

Re: Failed to start riak

2013-06-13 Thread Quentin ADAM
Hi Can you get the logs ? something like /var/log/lib….console.log or in RIAK_DIR/rel/riak/log….. Best regards Quentin ADAM Clever Cloud CEO +33 6 62 09 40 07 http://twitter.com/waxzce http://fr.linkedin.com/in/waxzce https://github.com/waxzce quentin_adam on skyp

Failed to start riak

2013-06-13 Thread Sanjeev Neelarapu
Hi, Can someone help me in running riak service. Following are the things did on my linux 6.2 server: Installed riak, riak-cs, stanchion services as per the instructions given @ http://docs.basho.com/riakcs/latest/tutorials/fast-track/Building-a-Local-Test-Environment/ Before making changes in

logical volumes on riak node

2013-06-13 Thread Sanjeev Neelarapu
Hi, I am trying to prepare object store using riak-cs. Installed riak on one of my linux machines and after that I found two logical volumes got created on the machine. [root@RIAK-57 ~]# df -h / FilesystemSize Used Avail Use% Mounted on /dev/mapper/vg_riak57-lv_root