Lijun,
Could you check the logs for errors, and send them to the list?
Cheers,
Sean
On Wednesday, July 11, 2012 at 10:48 PM, Lijun Wang wrote:
> I am evaluating riak. On FreeBSD, I got, application_start_failure, os_mon
> when starting it. The issue is other than this how do I know what
John,
Please make sure in /etc/pam.d/su, that the following line is uncommented:
sessionrequired pam_limits.so
I have noticed lately in Ubuntu that this line is commented out by default.
Best,
Sean
On Wednesday, August 1, 2012 at 5:47 PM, Jared Morrow wrote:
> You will need to m
far so good. The time consuming part was the reboot. I
> double checked the ulimit in the risk console and all came up to 8192 -- my
> new limit.
>
> thanks for all your help,
>
> John
>
>
> On Aug 1, 2012, at 2:56 PM, Sean Carey wrote:
> > John,
> > Pl
Hey Patrick,
You could try jumbo frames and it will buy you some extra CPU. We have done
this in a couple of configurations and didn't notice anything crazy. Are you
thinking increasing MTU might benefit in some other way, other than CPU. I'd be
interested in knowing your thoughts/results if
Matt,
Haproxy is my load balancer of choice. You can always run multiple copies of
haproxy and use some type of dynamic dns with it.
We do this in many cases. Haproxy scales well. I've seen a single node sustain
multiple gigabits per second with almost no sweat.
Thanks.
Sean
On Monda
Could you send along your erlang crash log and config files?
On Wednesday, September 19, 2012 at 2:59 PM, Callixte Cauchois wrote:
> Hello,
>
> I am trying to get riak working on SmartOs using Joyent provided dataset
> (399e09fc-c448-11e1-b3c8-a3d517dfbb07 smartos 2012-07-02 sdc:sdc:riak:1.6.
Ken,
Are your vms on different bare metal? Could they potentially be on the same
bare metal?
Are you seeing any io contention?
Sean Carey
@densone
On Wednesday, December 5, 2012 at 20:41, Ken Perkins wrote:
> Yes, we're thrashing on all of the boxes, due to disk access when
Rackspace has a new affinity based SSD block device service that I plan to
> evaluate, but I'm not ready for that in production.
>
>
> On Wed, Dec 5, 2012 at 7:45 PM, Sean Carey (mailto:ca...@basho.com)> wrote:
> > Ken,
> > Are your vms on different bare
If your jumping between 5-25% iowait, I'd add nodes. Also tuning pdflush will
help with the jumpy iowait.
Lucid by default uses up to 20% of your ram before flushing.
So say you have 10gb of ram, your system could be trying to flush 2gb of data
causing huge iowait spikes.
Sean
Kevin,
Send us more detailed logs of the startup error. Also a copy
/etc/riak/app.config on the machine where the error is happening, and also the
output of `netstat -tln`
-Sean
On Monday, December 10, 2012 at 2:56 PM, Kevin Burton wrote:
> Each node is on a separate machine. This not a d
Look at the section in your config called pb_ip. The ip is wrong.
On Monday, December 10, 2012 at 4:02 PM, rkevinbur...@charter.net wrote:
> I moved on to the next step and from the "seed node" I execute 'sudo
> riak-admin cluster join riak@10.79.110.52 (mailto:riak@10.79.110.52)' and I
> g
Hey David,
You are correct. You can do 1 of two things here:
1) Mount your 1TB volume to /var/lib/riak. All ring, and backend data will be
stored there.
2) Mount your volume somewhere like /data/riak and switch the platform_data_dir
config option to reflect that mounted path.
If you wan
gt;
>
>
>
>
>
>
> On Wed, Dec 12, 2012 at 2:13 PM, Sean Carey (mailto:ca...@basho.com)> wrote:
> > Hey David,
> > You are correct. You can do 1 of two things here:
> >
> > 1) Mount your 1TB volume to /var/lib/riak. All ring, and backend
Follow the instructions for Precise Pangolin.
Sean Carey
@densone
On Wednesday, December 26, 2012 at 16:13, Kevin Burton wrote:
> I was following the instructions on
> http://docs.basho.com/riak/1.2.1/tutorials/installation/Installing-on-Debian-and-Ubuntu/
> but it seem to diff
Kevin,
Disk and CPU, and Network?
Sean Carey
@densone
On Thursday, February 21, 2013 at 20:31, Kevin Burton wrote:
>
> I have a cluster of 4 machines (4 Linux VM machines each allocated about 1 Gb
> of memory – yea I know it isn’t a lot). I would like to get some pointers on
Kevin,
Our apt and yum repos run on s3. There may have been a momentary blip. I was
able to pull down the apt key without issue. Our datacenter maintenance would
not affect this.
Try it again :)
Sean Carey
@densone
On Tuesday, February 26, 2013 at 21:22, Jared Morrow wrote:
> S
Dear Riak Users,
We are pleased to announce that the Riak Chef Cookbook has been updated. You
can now install and configure the latest version of Riak (1.0.2) with the Chef
configuration management tools.
You can download the cookbook from the OpsCode Community site:
http://community.ops
Quick Correction,
Please use the Basho repositories. To see the Readme and clone.
If you would like to contribute, please feel free to fork our GitHub
repository:
https://github.com/basho/riak-chef-cookbook
The Readme file can be found on GitHub:
https://github.com/basho/riak-chef-cookboo
Carlos,
Thanks for alerting us. We updated our SPF Records to include the mailing list.
Best,
Sean Carey
On Dec 21, 2011, at 2:05 PM, Carlo Pires wrote:
> Hi,
>
> Sysadm at Basho should add SPF record to DNS serving smtp of lists.basho.com.
>
> Gmail is giving a big
a supportive community!
Sean Carey
Basho Technologies
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
Hey Mark,
Good question. It's currently on my backlog. Once I get a puppet plugin in a
stable state, I will be sure to contact you.
Best Regards,
Sean Carey
On Jan 19, 2012, at 12:59 PM, Mark Steele wrote:
> Puppet in the works?
>
> Mark Steele, CISSP, CSM
>
Carl,
Use apt to install libssl 0.9.x. This will solve your issues.
-Sean
On Jan 22, 2012, at 6:04 PM, Carl wrote:
> I am trying to install Riak 1.0.3 on my Linux Mint 12 system. Linux
> Mint is basically Ubuntu but with a more pure GNOME user interface.
>
> I wanted to be able to run multiple
Kser,
How's disk io? Can you send an
'iostat 2' dump? Let it run for 30 seconds when the load is high.
Sean
On Feb 10, 2012, at 12:48 AM, kser wrote:
> Would it be the database size get too large, makes the cpu over load?
>
> --
> View this message in context:
> http://riak-users.197444.n3.nab
Kser,
What's the machines load average?
Sean
On Feb 19, 2012, at 1:28 AM, kser wrote:
> Sorry for late, Here is the :
>
> avg-cpu: %user %nice %system %iowait %steal %idle
> 44.140.00 14.840.010.00 41.01
>
> Device:tps Blk_read/s Blk_wrtn/s Blk_r
Keep up the great work Shuhao!
On Mar 1, 2012, at 7:36 PM, Shuhao Wu wrote:
Hey guys,
I started writing riakkit approximately 3 months ago and announced it here.
In case you missed that, Riakkit is basically an object mapper for python
and riak, which seemed to be lacking in at the time. Now th
25 matches
Mail list logo