Re: is it possible to start riak_kv as foreground process?

2015-07-08 Thread Luke Bakken
Hi Roman, Which "process management system" are you using? I have successfully run Riak using monit and the fact that Riak runs in the background does not cause issues. For instance, this monit configuration will start/stop Riak as well as monitor it. You must disable your system's init script fo

Re: is it possible to start riak_kv as foreground process?

2015-07-08 Thread Roman Shestakov
Thanks, but i meant to run as foreground hidden process, without console. I need to run riak kv under specific process management system which controls process live cycle. It cant do it if the process is backgrounded. I really dont want ti hack the riak runner wrapper so though maybe there us

Re: is it possible to start riak_kv as foreground process?

2015-07-08 Thread Cuyler Jones
Hi Roman -- If riak is not currently running: bin/riak console If riak is currently running: bin/riak attach On Wed, Jul 8, 2015 at 9:41 AM, ROMAN SHESTAKOV wrote: > hello, > > is there any way to start RIAK_KV as a foreground process instead of as a > demon process, which is what "bin/ria

is it possible to start riak_kv as foreground process?

2015-07-08 Thread ROMAN SHESTAKOV
hello, is there any way to start RIAK_KV as a foreground process instead of as a demon process, which is what "bin/riak start” does? Regards, Roman ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-user

Re: Error while installing riak on ubuntu 12.04

2015-07-08 Thread Fred Dushin
Generally this means you built a version of Erlang that did not end up building the crypto application. This usually happens if the configure script does not find the OpenSSL header files and libraries. You probably need to install one of the openssl-dev packages on whatever flavor of Linux yo

Error while installing riak on ubuntu 12.04

2015-07-08 Thread Gopi Krishna
Hi, I am trying to install riak1.4.7 on my ubuntu 12.04 machine. I have installed otp_src_R15BO1 version. erl shell is coming fine but when i try to install riak. The below command is thrwoing me the error: make rel fatal: No names found, cannot describe anything. ./rebar get-deps Uncaught er