Hi Christian,

./riak chkconfig gives me an error

rs:bin romanshestakov$ ./riak chkconfig
Error reading /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.config
rs:bin romanshestakov$ 

the file app.config exits in the dir :

rs:~ romanshestakov$ ls -la /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.config
-rw-r--r--  1 romanshestakov  staff  14890 29 Aug 21:55 /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.config
rs:~ romanshestakov$ cat /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.config
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
%% ex: ft=erlang ts=4 sw=4 et
[
 %% Riak Client APIs config
 {riak_api, [
            %% pb_backlog is the maximum length to which the queue of pending
            %% connections may grow. If set, it must be an integer >= 0.
            %% By default the value is 5. If you anticipate a huge number of
            %% connections being initialised *simultaneously*, set this number
            %% higher.
            %% {pb_backlog, 64},
             
            %% pb is a list of IP addresses and TCP ports that the Riak 
            %% Protocol Buffers interface will bind.
            {pb, [ {"127.0.0.1", 8087 } ]}
            ]},

 %% Riak Core config

here is the config attached

Attachment: app.config
Description: Binary data



everything work ok with prev. version riak-1.3.1

I think MacOs build for riak-1.4.2 might be screwed up

Regards, Roman

On 17 Sep 2013, at 06:58, Christian Dahlqvist wrote:

Hi Roman,

Can you please verify that your app.config file is correct and does not contain any errors by running `riak chkconfig`?

Best regards,

Christian



On 15 Sep 2013, at 01:05, Roman Shestakov <roman.shesta...@gmail.com> wrote:

hello,

I am trying to run pre-built Riak 1.4.2 distribution for Mac OS  but getting errors on "./bin/riak start" (Error reading /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.config)

here are the steps:

rs:Development romanshestakov$ curl -O 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
 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                Dload  Upload   Total   Spent    Left  Speed
100 25.8M  100 25.8M    0     0   403k      0  0:01:05  0:01:05 --:--:--  410k
rs:Development romanshestakov$ tar xzvf riak-1.4.2-osx-x86_64.tar.gz
x riak-1.4.2/
x riak-1.4.2/bin/
x riak-1.4.2/data/
x riak-1.4.2/erts-5.9.1/
x riak-1.4.2/etc/
x riak-1.4.2/lib/
...
x riak-1.4.2/data/ring/
x riak-1.4.2/bin/riak
x riak-1.4.2/bin/riak-admin
x riak-1.4.2/bin/riak-debug
x riak-1.4.2/bin/search-cmd
rs:Development romanshestakov$ cd riak-1.4.2
rs:riak-1.4.2 romanshestakov$ ./bin/riak start
Error reading /Users/romanshestakov/Development/riak-1.4.2/bin/../etc/app.config

what am I doing wrong? (have MacOS 10.7.5)

Regards, Roman
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to