Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Jared Morrow
Roman, I have no problems with it: ➜ /tmp wget http://s3.amazonaws.com/downloads.basho.com/riak/1.4/1.4.2/osx/10.8/riak-1.4.2-OSX-x86_64.tar.gz 12:12 --2013-09-17 12:12:10-- http://s3.amazonaws.com/downloads.basho.com/riak/1.4/1.4.2/osx/10.8/riak-1.4.2-OSX-x86_64.tar.gz Resolving

Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Roman Shestakov
hi Jared, this is interesting… I have repeated all your steps and getting the same issue as before: s:~ romanshestakov$ cd Development rs:Development romanshestakov$ wget http://s3.amazonaws.com/downloads.basho.com/riak/1.4/1.4.2/osx/10.8/riak-1.4.2-OSX-x86_64.tar.gz --2013-09-17 20:12:48--

Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Roman Shestakov
Hi Christian,./riak chkconfiggives me an errorrs:bin romanshestakov$ ./riak chkconfigError reading /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.configrs:bin romanshestakov$the fileapp.config exits in the dir :rs:~ romanshestakov$ ls -la

Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Steve Vinoski
IIRC you said you were using OS X 10.7.x, but I believe the 1.4.2 packages are for 10.8.x. Perhaps you're hitting a problem related to that. --steve On Tue, Sep 17, 2013 at 3:18 PM, Roman Shestakov roman.shesta...@gmail.comwrote: hi Jared, this is interesting… I have repeated all your

Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Jared Morrow
**EDIT** Resending w/o thread to pass through size limit restriction. Pardon possible duplicate emails Yes indeed, these packages are built on 10.8 and possibly won't work with 10.7. You can build your own package for 10.7 easily like: * clone riak * git checkout riak-1.4.2 * make package *

Re: member-status pending section

2013-09-17 Thread Alex Moore
Hi Thomas,host / # riak-admin member-status= Membership==Status Ring Pending Node---valid 37.5% 34.4% 'ri...@10.xxx'valid 32.8% 32.8% 'ri...@10.xxx'valid

member-status pending section

2013-09-17 Thread Thomas Stein
Hello. I think i have broken my riak cluster. The output of riak-admin member-status looks like this now: host / # riak-admin member-status = Membership == Status RingPendingNode

Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Jared Morrow
Yes indeed, these packages are built on 10.8 and possibly won't work with 10.7. You can build your own package for 10.7 easily like: * clone riak * git checkout riak-1.4.2 * make package * package will be in package/packages Of course github is down now, so you will have to wait. -Jared On

Secondary indexes in ruby (using riak-ruby-client)

2013-09-17 Thread Wagner Camarao
Hi, I'm trying to get a hello world example working as follows: require 'riak' client = Riak::Client.new bucket = client.bucket('revisions') object = Riak::RObject.new(bucket, 'foo').tap do |o| o.content_type = 'application/json' o.data = '' end object.indexes[:bars_bin] = %w(foo bar)

Re: error starting risk 1.4.2 from prebuilt distro for MacOS

2013-09-17 Thread Roman Shestakov
thanks Steve - if think you are right, I verified everything else and version incompatablity seems to be the only thing left. in the past I was always hitting issues because I was upgrading too soon, now I am running into the wall because I am behind on my updrade :-( Regards, Roman On 17