Does riak control work?

2013-09-09 Thread David Montgomery
I am using the lastest ubuntu deb package. https://localhost:8069/admin I get page not found The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily unavailable or too busy. Try again in a few moments.

[no subject]

2013-09-09 Thread David Montgomery
Why do I get errors restarting riak when i use aws EIP's? I change the ip address per this doc. http://docs.basho.com/riak/1.2.1/cookbooks/Basic-Cluster-Setup/ I am using the latest version of riak for ubuntu 12.04 I change the 127.0.0.1 to the EIP. It should work. Yetriak will not work.

Re: Does riak control work?

2013-09-09 Thread Chris Meiklejohn
Hi David, We just verified that Control appears to be working fine for that package. Can you provide your entire app.config file to help us debug further? - Chris On Mon, Sep 9, 2013 at 12:17 PM, David Montgomery davidmontgom...@gmail.com wrote: I am using the lastest ubuntu deb

Re:

2013-09-09 Thread Alex Moore
Hi David,Have you ever started up this node prior to changing the IP address?Can you also grep your config files for "127.0.0.1"? If there aren't any settings with that IP, can you reply with your config files so we can take a look?Thanks,Alex Moore On September 9, 2013 at 7:40:10 AM, David

Re: Multi-backend, eLevelDB, Too many open files

2013-09-09 Thread Luke Bakken
Hi Matt - Can you attach to a node in your cluster with riak attach and run this erlang snippet (before the node errors out)? os:cmd(ulimit -n). This will show the actual value for ulimit for that running riak node. I suspect that this value hasn't been updated for the running process, even

Java client: connection refused.

2013-09-09 Thread Victor
Hello, We are trying to deploy Riak software for testing purposes, with Java client; however after compilation riak return following massage. Java.net.ConnectException: Connection refused Operations system is CentOS, riak is installed with yum, and for now I'm trying to run single node (so I'm

Re:

2013-09-09 Thread Brady Wetherington
I've been working with Basho to get those documents updated - in short - I have a pull request that makes using Riak with EIP's in Classic-EC2 much, much easier. They have accepted it, but it has not been merged with the mainline yet. I'm assuming you are *not* on VPC, is that correct? If so, you

[ANN] Yokozuna 0.9.0

2013-09-09 Thread Ryan Zezeski
Riak Users, The ninth release of Yokozuna has arrived. It is now integrated with the Riak development branch. This means no more special merge branches and you get the latest and greatest Riak code. It also means Yokozuna is on track to be delivered with the next release of Riak. There is now

Re: Download stops at certain megabyte boundary (RiakCS)

2013-09-09 Thread Shunichi Shinohara
Martin, Thank you for more information. I found a mis-configuration of riak's app.config. The backend of riak for Riak CS is riak_cs_kv_multi_backend (look out for _cs_). This is the custom riak_kv backend for Riak CS. The error of s3cmd ls was caused by this. As for MB boundary stop, the issue

Re: Multi-backend, eLevelDB, Too many open files

2013-09-09 Thread Matt Black
Hi Luke, Thanks for the response. I played around with the various config options - and in the end I had to include the /etc/defaults/riak file, as well as the /etc/security/limits.conf config in order to get Riak to stay up. That must be relatively new - our existing v1.4.0 cluster is operating