Hi guys!
the smp fix you guys provided solved our speed issues, thank you so much!
However, the server stopped responding to requests randomly in the middle of
the day and when I went to restart it, I got the message that it was not
pingable. Now whenever I sudo riak start I get a server not pin
or the confusion, that is the config file, I hope it helps.
Sincerely,
Tyler
On Tue, Apr 13, 2010 at 1:27 PM, Tyler Smart wrote:
> Hi all!
>
> I have installed Riak on an Ubuntu 8.04 EC-2 instance and it stores all of
> its' data on an EBS block (10GB). The machine is 32 bit (small
Hi all!
I have installed Riak on an Ubuntu 8.04 EC-2 instance and it stores all of
its' data on an EBS block (10GB). The machine is 32 bit (small). It will
accept information in a bucket easily with a curl request like this:
curl -X PUT -H "content-type: text/plain"
https://127.0.0.1/riak/exampl
AM, Preston Marshall wrote:
>
> I haven't seen any authentication in Riak, they might expect you to to
> throw a web server or something similar in front of it to handle
> authentication. I'm sure Nginx can more than handle the job of
> authentication.
>
> On Sun, Ap