Re: RIAK-CS Unable to create bucket using s3cmd - AccessDenied

2015-01-12 Thread Shunichi Shinohara
Hi Sellmy, New versions of s3cmd uses AWS v4 authentication [1] but Riak CS does not support it yet [2]. Tentatively, please add following one line to your .s3cfg file: signature_v2 = True [1] https://github.com/s3tools/s3cmd/issues/402 [2] https://github.com/basho/riak_cs/issues/897 Thanks, Shi

How to find which nodes host a particular bucket/key?

2015-01-12 Thread Jay Doane
Can anyone suggest how to determine the nodes on which a particular bucket/key are hosted in a cluster? Thanks, Jay ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: cannot connect to DB

2015-01-12 Thread Alexander Sicular
The quick install tutorial installs all nodes on one physical machine and uses the localhost ip address, 127.0.0.1. That is why Riak is not accessible from another computer. Localhost is not routable. Yes, you will need to change the ip address in all the config files (the 5 nodes) from 127.0.0.1

Re: cannot connect to DB

2015-01-12 Thread Charlie Voiselle
Since you changed the node name on a running node, you will not be able to stop it. Two choices here. Reset the nodename in `/etc/riak/vm.args` back to `riak@127.0.0.1 ` long enough to run the `riak stop` command, or just `kill -9 beam.smp` which will forcibly shutdown th

Re: cannot connect to DB

2015-01-12 Thread Ildar Alishev
Also maybe someone can help me, i have installed riak using apt-get install riak, i don’t understand where did it installed? How i can create node there? Thank you! > 12 янв. 2015 г., в 16:37, Alexander Sicular написал(а): > > Hi Ildar, > > Please take a look at the docs, > http://docs.basho

Re: cannot connect to DB

2015-01-12 Thread Ildar Alishev
i have changed nodename and now it says root@salo:~# riak stop Node 'riak@192.168.1.55' not responding to pings. Node is not running! root@salo:~# > 12 янв. 2015 г., в 16:53, Ciprian Manea написал(а): > > Hi Ildar, > > Please have a look at the configuration files: /etc/riak/app.config and

Re: cannot connect to DB

2015-01-12 Thread Ciprian Manea
Hi Ildar, Please have a look at the configuration files: /etc/riak/app.config and /etc/riak/vm.config By default Riak binds to localhost, but you can change that using the following snippet: export riakIP=$(ifconfig eth0 | grep 'inet addr' | cut -d: -f2 | cut -d' ' -f1) sudo sed -i "s/127.0.0.1

Re: cannot connect to DB

2015-01-12 Thread Alexander Sicular
Hi Ildar, Please take a look at the docs, http://docs.basho.com/riak/latest/ops/building/basic-cluster-setup/ , you need to set up your IP address most likely. -Alexander @siculars http://siculars.posthaven.com Sent from my iRotaryPhone > On Jan 12, 2015, at 06:56, Ildar Alishev wrote: >

cannot connect to DB

2015-01-12 Thread Ildar Alishev
Hello. Have started RIAK in UBUNTU64 14.04, trying to connect from another computer inside local network, but cannot connect. Maybe i should set up ipadress somewhere? ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman