problems with starting nodes

2014-12-24 Thread Ildar Alishev
Hello


I have a problem starting nodes 


it says 

root@salo:/home/salohost/work/riak-2.0.2/dev# ./dev1/bin/riak start

 WARNING: ulimit -n is 1024; 65536 is the recommended minimum.

riak failed to start within 15 seconds,
see the output of 'riak console' for more information.
If you want to wait longer, set the environment variable
WAIT_FOR_ERLANG to the number of seconds to wait.___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


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/listinfo/riak-users_lists.basho.com


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 
> /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/$riakIP/ <http://127.0.0.1/$riakIP/>" 
> /etc/riak/app.config /etc/riak/vm.args
> 
> 
> Regards,
> Ciprian
> 
> On Mon, Jan 12, 2015 at 3:51 PM, Ildar Alishev  <mailto:ildaralis...@gmail.com>> wrote:
> 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  > <mailto:sicul...@gmail.com>> написал(а):
> >
> > Hi Ildar,
> >
> > Please take a look at the docs, 
> > http://docs.basho.com/riak/latest/ops/building/basic-cluster-setup/ 
> > <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 <http://siculars.posthaven.com/>
> >
> > Sent from my iRotaryPhone
> >
> >> On Jan 12, 2015, at 06:56, Ildar Alishev  >> <mailto:ildaralis...@gmail.com>> wrote:
> >>
> >> 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 <mailto:riak-users@lists.basho.com>
> >> http://lists.basho.com/mailman/listinfo/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 <mailto:riak-users@lists.basho.com>
> http://lists.basho.com/mailman/listinfo/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


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.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:
>> 
>> 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/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


riak client

2015-01-15 Thread Ildar Alishev
Hello everyone.


Would like to ask is there any riak clients like phpmyadmin for mysql db? 
I mean i’d like to have an easy web faced (with frontend) client is there 
any


Than you!
Ildar.


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


list of bucketa

2015-01-15 Thread Ildar Alishev
Hello everyone.


I have created list of buckets so just wanted to check if they were created. 
What command should i use?




Thank you!
Ildar.
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: riak client

2015-01-15 Thread Ildar Alishev
Thank you!


Ildar
> 15 янв. 2015 г., в 15:55, Ciprian Manea  написал(а):
> 
> Hi Ildar,
> 
> We have a web GUI for riak called reckon [0]
> 
> While not in active development, it's a good starting point to browse your 
> riak data.
> 
> Please note that Rekon should NOT be used on a production cluster!
> 
> [1] https://github.com/basho/rekon <https://github.com/basho/rekon>
> 
> 
> Regards,
> Ciprian
> 
> On Thu, Jan 15, 2015 at 11:07 AM, Ildar Alishev  <mailto:ildaralis...@gmail.com>> wrote:
> Hello everyone.
> 
> 
> Would like to ask is there any riak clients like phpmyadmin for mysql db?
> I mean i’d like to have an easy web faced (with frontend) client is there 
> any
> 
> 
> Than you!
> Ildar.
> 
> 
> ___
> riak-users mailing list
> riak-users@lists.basho.com <mailto:riak-users@lists.basho.com>
> http://lists.basho.com/mailman/listinfo/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


erlang compile

2015-01-16 Thread Ildar Alishev
Hello everyone!


Would like to ask.

Found on http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/ 


that i should find and add data in app.config

ok, where i can find it 

i have this conf file in my rebar, but don’t know if it is right, maybe it 
should be created for riak somewhere???


thank you!

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


Re: erlang compile

2015-01-16 Thread Ildar alishev
Hello! You mean have i compiled already RIAK with erlang?
I don't understand where this file stores (advanced.config).
Should i just create it here /etc/riak/ ?


Ildar

2015-01-16 12:32 GMT+03:00 Sargun Dhillon :

> So, you need to set add_paths as a runtime option, once you compile
> the Erlang program into beam files (perhaps with a .app) so that Riak
> can load your code. Have you already compiled your program with the
> Erlang compiler that comes with your version of Riak? Which version of
> Riak are you using? In 2.0, I believe you have to add it to the
> advanced.config, as per: https://github.com/basho/riak/issues/566
>
> On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev 
> wrote:
> > Hello everyone!
> >
> >
> > Would like to ask.
> >
> > Found on
> http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/
> >
> > that i should find and add data in app.config
> >
> > ok, where i can find it
> >
> > i have this conf file in my rebar, but don’t know if it is right, maybe
> it
> > should be created for riak somewhere???
> >
> >
> > thank you!
> >
> > Ildar.
> >
> > ___
> > 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


Re: erlang compile

2015-01-16 Thread Ildar Alishev
Dear Drew,

Everything works fine now.

thank you.
Ildar.

> 16 янв. 2015 г., в 23:37, Drew Pirrone-Brusse  
> написал(а):
> 
> Ildar,
> 
> Those instructions assume you already have an instance of Riak
> installed on the system you are using to compile new Erlang code.
> 
> Unless you are planning on developing in Erlang and deploying custom
> modules for Riak operations, you shouldn't need to worry about those
> instructions.
> 
> If you have an instance of Riak already installed, you should find all
> configuration files already present in the /etc/riak directory.
> 
> Best,
> -Drew
> 
> On Fri, Jan 16, 2015 at 5:04 AM, Ildar alishev  wrote:
>> Hello! You mean have i compiled already RIAK with erlang?
>> I don't understand where this file stores (advanced.config).
>> Should i just create it here /etc/riak/ ?
>> 
>> 
>> Ildar
>> 
>> 2015-01-16 12:32 GMT+03:00 Sargun Dhillon :
>>> 
>>> So, you need to set add_paths as a runtime option, once you compile
>>> the Erlang program into beam files (perhaps with a .app) so that Riak
>>> can load your code. Have you already compiled your program with the
>>> Erlang compiler that comes with your version of Riak? Which version of
>>> Riak are you using? In 2.0, I believe you have to add it to the
>>> advanced.config, as per: https://github.com/basho/riak/issues/566
>>> 
>>> On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev 
>>> wrote:
>>>> Hello everyone!
>>>> 
>>>> 
>>>> Would like to ask.
>>>> 
>>>> Found on
>>>> http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/
>>>> 
>>>> that i should find and add data in app.config
>>>> 
>>>> ok, where i can find it
>>>> 
>>>> i have this conf file in my rebar, but don’t know if it is right, maybe
>>>> it
>>>> should be created for riak somewhere???
>>>> 
>>>> 
>>>> thank you!
>>>> 
>>>> Ildar.
>>>> 
>>>> ___
>>>> 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
>> 


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


map-db

2015-01-21 Thread Ildar Alishev
Hello everyone.

Have a few questions concerning connecting Erlang (it is client) and Riak 2.0.2

so question is.

i have created and compiled two functions using erlang

-module(unity).
-export([map_phase/3, reduce_phase/2]).

map_phase(Value, KeyData, Arg) ->
 [dict:from_list([{I, 1}
  || I <- binary_to_term(riak_object:get_value(Value))])].


reduce_phase(ValueList, _Arg) ->
 [lists:foldl(fun(Value, Acc) ->
dict:merge(fun(_, X, Y) -> X+Y end,
   Value, Acc)
  end,
  dict:new(),
  ValueList)]. 


so, now, since i’m using it for uGameDb (want to connect Unity3d and ugameDb), 
i cannot connect it.
Using Unity3d i’m calling MapReduce and… nothing happens. Really, nothing, no 
errors, nothing. 

Can anyone help me?

Ildar




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


Re: map-db

2015-01-21 Thread Ildar Alishev
Hi Christopher,

thank you for your answer.
Honestly we work with ugameDb   and order is next

we start executing code (using C# in Unity3d), it goes to ugame db, than after 
ugamedb it goes to Riak(i think ugameDB use RIAK), and after this it sends us 
answer.

What code should i send you??? 
it is first time we are working with ugamedb and riak at all, so we are some 
sort of noobs)


here is some code that i’m using in Unity3d (C#)

public IEnumerator eMapQuery()
{
var map = buck.MapReduce(new ErlangMapPhase("unity", "map_phase"), new 
ErlangReducePhase("unity", "reduce_phase"));
Debug.Log("Start");
yield return map.WaitUntilDone();
if(map.isSuccessful)
foreach (var item in map.GetResult())
{
Debug.Log("Ok");
foreach (var pair in item.Fields) Debug.Log(pair.Key + " = " + 
pair.Value.ToString());
}
else
{
Debug.Log("Fail");
}
}

Erlang code here

>> module(unity).
>> -export([map_phase/3, reduce_phase/2]).
>> 
>> map_phase(Value, KeyData, Arg) ->
>> [dict:from_list([{I, 1}
>>  || I <- binary_to_term(riak_object:get_value(Value))])].
>> 
>> 
>> reduce_phase(ValueList, _Arg) ->
>> [lists:foldl(fun(Value, Acc) ->
>>dict:merge(fun(_, X, Y) -> X+Y end,
>>   Value, Acc)
>>  end,
>>  dict:new(),
>>  ValueList)].




ugameDB i don’t know it is their own code.  

Ildar.



> 21 янв. 2015 г., в 13:37, Christopher Meiklejohn 
>  написал(а):
> 
> On Wed, Jan 21, 2015 at 10:28 AM, Ildar Alishev  <mailto:ildaralis...@gmail.com>> wrote:
>> Hello everyone.
>> 
>> Have a few questions concerning connecting Erlang (it is client) and Riak 
>> 2.0.2
>> 
>> so question is.
>> 
>> i have created and compiled two functions using erlang
>> 
>> -module(unity).
>> -export([map_phase/3, reduce_phase/2]).
>> 
>> map_phase(Value, KeyData, Arg) ->
>> [dict:from_list([{I, 1}
>>  || I <- binary_to_term(riak_object:get_value(Value))])].
>> 
>> 
>> reduce_phase(ValueList, _Arg) ->
>> [lists:foldl(fun(Value, Acc) ->
>>dict:merge(fun(_, X, Y) -> X+Y end,
>>   Value, Acc)
>>  end,
>>  dict:new(),
>>  ValueList)].
>> 
>> 
>> so, now, since i’m using it for uGameDb (want to connect Unity3d and 
>> ugameDb), i cannot connect it.
>> Using Unity3d i’m calling MapReduce and… nothing happens. Really, nothing, 
>> no errors, nothing.
> 
> Hi Ildar,
> 
> Can you share the code you are using to execute the MapReduce job to
> allow us to debug further?
> 
> Thanks,
> - Chris

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


Re: map-db

2015-01-21 Thread Ildar Alishev
Hi Christopher,

We are using UgameDB it connect our Unity3d C# app with RIAK. I think that this 
code is defined namely in UgameDB, so i don’t have an access to their source 
code, sorry.

Ildar. 

> 21 янв. 2015 г., в 14:46, Christopher Meiklejohn 
>  написал(а):
> 
>> 
>> On Jan 21, 2015, at 12:41 PM, Ildar Alishev  wrote:
>> 
>> Hi Christopher,
>> 
>> thank you for your answer.
>> Honestly we work with ugameDb   and order is next
>> 
>> we start executing code (using C# in Unity3d), it goes to ugame db, than 
>> after ugamedb it goes to Riak(i think ugameDB use RIAK), and after this it 
>> sends us answer.
>> 
>> What code should i send you??? 
>> it is first time we are working with ugamedb and riak at all, so we are some 
>> sort of noobs)
>> 
>> 
>> here is some code that i’m using in Unity3d (C#)
>> 
>> public IEnumerator eMapQuery()
>>{
>>var map = buck.MapReduce(new ErlangMapPhase("unity", "map_phase"), 
>> new ErlangReducePhase("unity", "reduce_phase"));
>>Debug.Log("Start");
>>yield return map.WaitUntilDone();
>>if(map.isSuccessful)
>>foreach (var item in map.GetResult())
>>{
>>Debug.Log("Ok");
>>foreach (var pair in item.Fields) Debug.Log(pair.Key + " = " + 
>> pair.Value.ToString());
>>}
>>else
>>{
>>Debug.Log("Fail");
>>}
>>}
> 
> Hi Ildar,
> 
> Can you provide me a little more information?
> 
> 1.) Which Riak client are you using to connect from C#?
> 2.) Can you show me the code where “buck” is defined?
> 3.) Can you show me the code where the connection to Riak is initialized?
> 
> Thanks!
> - Chris

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


Re: map-db

2015-01-21 Thread Ildar Alishev
Hello Christopher,

i have asked question to Muchdifferent, and they says that they don’t support 
2.0.x version of Riak, soo it means that i should downgrade my version to 
1.4.2 how i can do it


Thank you!
> 21 янв. 2015 г., в 14:46, Christopher Meiklejohn 
>  написал(а):
> 
>> 
>> On Jan 21, 2015, at 12:41 PM, Ildar Alishev  wrote:
>> 
>> Hi Christopher,
>> 
>> thank you for your answer.
>> Honestly we work with ugameDb   and order is next
>> 
>> we start executing code (using C# in Unity3d), it goes to ugame db, than 
>> after ugamedb it goes to Riak(i think ugameDB use RIAK), and after this it 
>> sends us answer.
>> 
>> What code should i send you??? 
>> it is first time we are working with ugamedb and riak at all, so we are some 
>> sort of noobs)
>> 
>> 
>> here is some code that i’m using in Unity3d (C#)
>> 
>> public IEnumerator eMapQuery()
>>{
>>var map = buck.MapReduce(new ErlangMapPhase("unity", "map_phase"), 
>> new ErlangReducePhase("unity", "reduce_phase"));
>>Debug.Log("Start");
>>yield return map.WaitUntilDone();
>>if(map.isSuccessful)
>>foreach (var item in map.GetResult())
>>{
>>Debug.Log("Ok");
>>foreach (var pair in item.Fields) Debug.Log(pair.Key + " = " + 
>> pair.Value.ToString());
>>}
>>else
>>{
>>Debug.Log("Fail");
>>}
>>}
> 
> Hi Ildar,
> 
> Can you provide me a little more information?
> 
> 1.) Which Riak client are you using to connect from C#?
> 2.) Can you show me the code where “buck” is defined?
> 3.) Can you show me the code where the connection to Riak is initialized?
> 
> Thanks!
> - Chris

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


Re: [riak-user]Cannot startup riak node correctly after successful installation

2015-02-05 Thread Ildar Alishev
I don’t think problems in file limit. Problems are in that Riak cannot start 
due to Erlang problem (something like this). I had the same error before
What i did?

I have deleted everything that says about riak and Erlang,
installed OTP_R16B02   and otp_r16b02

then installed Riak 2.0 + 
And it works :)

Ildar


> 5 февр. 2015 г., в 12:35, YouBarco  написал(а):
> 
> Hello,
> 
> My OS is ubuntu 14.04 64bit, and installed erlang from source with version 
> R16B as following:
> ---
> ubuntu@riak1:~/riak-2.0.4/dev$ erl
> Erlang R16B (erts-5.10.1) [source] [64-bit] [smp:4:4] [async-threads:10] 
> [kernel-poll:false] [dtrace]
> 
> Eshell V5.10.1  (abort with ^G)
> 1> 
> 
> I downloaded riak-2.0.4 source and compile it successfully, then do following:
> >make devrel DEVNODES=2
> >cd dev
> >dev1/bin/riak start
> 
>  WARNING: ulimit -n is 1024; 65536 is the recommended minimum.
> 
> riak failed to start within 15 seconds,
> see the output of 'riak console' for more information.
> If you want to wait longer, set the environment variable
> WAIT_FOR_ERLANG to the number of seconds to wait.
> ubuntu@riak1:~/riak-2.0.4/dev$ dev1/bin/riak console
> config is OK
> -config 
> /home/ubuntu/riak-2.0.4/dev/dev1/data/generated.configs/app.2015.02.05.17.26.32.config
>  -args_file 
> /home/ubuntu/riak-2.0.4/dev/dev1/data/generated.configs/vm.2015.02.05.17.26.32.args
>  -vm_args 
> /home/ubuntu/riak-2.0.4/dev/dev1/data/generated.configs/vm.2015.02.05.17.26.32.args
> 
>  WARNING: ulimit -n is 1024; 65536 is the recommended minimum.
> 
> Exec:  /home/ubuntu/riak-2.0.4/dev/dev1/bin/../erts-5.10.1/bin/erlexec -boot 
> /home/ubuntu/riak-2.0.4/dev/dev1/bin/../releases/2.0.4/riak   
> -config 
> /home/ubuntu/riak-2.0.4/dev/dev1/data/generated.configs/app.2015.02.05.17.26.32.config
>  -args_file 
> /home/ubuntu/riak-2.0.4/dev/dev1/data/generated.configs/vm.2015.02.05.17.26.32.args
>  -vm_args 
> /home/ubuntu/riak-2.0.4/dev/dev1/data/generated.configs/vm.2015.02.05.17.26.32.args
>   -pa /home/ubuntu/riak-2.0.4/dev/dev1/bin/../lib/basho-patches 
> -- console
> Root: /home/ubuntu/riak-2.0.4/dev/dev1/bin/..
> bad scheduling option -sfwi
> Usage: beam.smp [flags] [ -- [init_args] ]
> The flags are:
> 
> -a size suggested stack size in kilo words for threads
> in the async-thread pool, valid range is [16-8192]
> -A number   set number of threads in async thread pool,
> valid range is [0-1024]
> -B[c|d|i]   c to have Ctrl-c interrupt the Erlang shell,
> d (or no extra option) to disable the break
> handler, i to ignore break signals
> -c  disable continuous date/time correction with
> respect to uptime
> -d  don't write a crash dump for internally detected errors
> (halt(String) will still produce a crash dump)
> -fn[u|a|l]  Control how filenames are interpreted
> -hms size   set minimum heap size in words (default 233)
> -hmbs size  set minimum binary virtual heap size in words (default 32768)
> -K boolean  enable or disable kernel poll
> -n[s|a|d]   Control behavior of signals to ports
> Note that this flag is deprecated!
> -Mmemory allocator switches,
> see the erts_alloc(3) documentation for more info.
> -pcControl what characters are considered printable (default latin1)
> -P number   set maximum number of processes on this node,
> valid range is [1024-134217727]
> -Q number   set maximum number of ports on this node,
> valid range is [1024-134217727]
> -R number   set compatibility release number,
> valid range [14-16]
> -r  force ets memory block to be moved on realloc
> -rg amount  set reader groups limit
> -sbt type   set scheduler bind type, valid types are:
> -stbt type  u|ns|ts|ps|s|nnts|nnps|tnnps|db
> -sbwt val   set scheduler busy wait threshold, valid values are:
> none|very_short|short|medium|long|very_long.
> -scl bool   enable/disable compaction of scheduler load,
> see the erl(1) documentation for more info.
> -sct cput   set cpu topology,
> see the erl(1) documentation for more info.
> -sws valset scheduler wakeup strategy, valid values are:
> default|legacy.
> -swt valset scheduler wakeup threshold, valid values are:
> very_low|low|medium|high|very_high.
> -sss size   suggested stack size in kilo words for scheduler threads,
> valid range is [4-8192]
> -spp Bool   set port parallelism scheduling hint
> -S n1:n2set number of schedulers (n1), and number of
> schedulers online (n2), valid range for both
> numbers are [1-1024]
> -t size set the maxim

Re: Starting riak with init.d-script on Debian 8 fails

2015-02-23 Thread Ildar Alishev
Hi Karsten,

If Riak start works fine without init.d than it is great. It means that it is 
working, it is just in another directory.

Ildar.
> 23 февр. 2015 г., в 13:12, Karsten Hauser  написал(а):
> 
> Hi together,
>  
> when I try to start my riak installation with the init-script, I run into the 
> following error message:
>  
> · root@unity-backend-dev:~# /etc/init.d/riak start
> · [] Starting riak (via systemctl): riak.serviceFailed to start 
> riak.service: Unit riak.service failed to load: No such file or directory.
> · failed!
>  
> So “riak.service” seems to be missing, but I don’t know where.
>  
> My system is “Debian GNU/Linux 8” and I have installed 
> “riak_2.0.4-1_amd64.deb”.
>  
> “riak start” without init.d-script just works well.
>  
> Can somebody please help me with this?
>  
> Regards
> Karsten
> ___
> 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