Re: Supporting Riak on FreeBSD

2012-06-20 Thread TJ Ninneman
Excellent! We've never had any major issues getting Riak to build on FreeBSD but it's great to see an official package. Thank you! TJ On Jun 11, 2012, at 4:54 PM, Jared Morrow wrote: > Riak Users, > > As some of you have noticed we have been committing small changes here and > there to help

Re: Anyone running Riak on FreeBSD?

2011-08-12 Thread TJ Ninneman
> If no-one else steps forward, I'll attempt a FreeBSD build this weekend. > FreeBSD used to be my primary server OS (until Ubuntu Server won me over), so > I've got some familiarity there. I'd also be willing to help out with this. We've been running Riak on FreeBSD in production since the 0

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread TJ Ninneman
> > Thanks alot... this seems to be the problem. When i navigate to JSON files > under 127.0.0.1 i get prompted to download. > > How did you fix this? It depends on your browser you are using. By default Firefox will attempt to download JSON encoded data to a file while Safari and Chrome will

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread TJ Ninneman
> Well i don't really care if it opens in a browser properly or not. The python > Riak client is returning this error so something is wrong. When I run it in > the command line it returns a json object but im still getting that error. I would play around with this using the python interpreter. I

Re: Riak Recap for August 19 - 21

2011-08-25 Thread TJ Ninneman
> 2) Q --- Is there some way to remove an empty bucket? (via #riak) >A --- If it's empty, it doesn't exist. Buckets are just namespaces > + properties. Hopefully I'm not asking a question already answered but... Out of curiosity, where are the bucket properties stored? I can set custom buc

Re: Riak Recap for August 19 - 21

2011-08-25 Thread TJ Ninneman
> The bucket properties are stored in the ring. The bucket properties stay in > the ring even if the bucket is empty. There is no way at the moment to remove > custom bucket properties from the ring. That answers my question...Thanks!!! TJ ___ ri

pre3 and pre4 build issue

2011-09-20 Thread TJ Ninneman
Hello, I'm having issues building a release of pre3 or pre4 on RHEL 6. I simply get: [root@lainie riak-1.0.0pre4]# make rel fatal: Not a git repository (or any of the parent directories): .git ./rebar get-deps fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git r

Re: pre3 and pre4 build issue

2011-09-20 Thread TJ Ninneman
On Sep 20, 2011, at 11:50 AM, David Smith wrote: > A quickfix for this issue is to simply copy: > > deps/sext/priv/git.vsn -> deps/sext/priv/vsn.git > > We'll fix this for the next build. Fantastic; thank you, thank you, thank you! TJ ___ riak-use

System Limit Question

2011-09-20 Thread TJ Ninneman
On our RHEL servers I've been noticing a lot of: Failed to merge ... {{badmatch,{error,system_limit}},[{bitcask,scan_key_files,3},{bitcask,'merge1',3},{bitcask_merge_worker,do_merge,1}]} This is a RHEL 6 / Riak 1.0 test cluster which has Riak running as root. I have not noticed this at all on

Re: System Limit Question

2011-09-20 Thread TJ Ninneman
On Sep 20, 2011, at 3:21 PM, Jon Meredith wrote: > When you hit the issue, could you run these two commands on the riak console > (if riak is running as a daemon 'riak attach' to get to the console then ^D > to get out) > > length(erlang:ports()). > length(erlang:processes()). > > If

Re: Riak & FreeBSD

2011-12-20 Thread TJ Ninneman
> I'm still valiantly trying to get all my BSD patches merged, which add > support for Free/Net/Open/DragonFlyBSD to riak. This is fantastic and I can't wait until all your hard work pays off. Until then, this hack has continued to work to build Riak on FreeBSD: http://blog.harperdog.com/2010/

Re: building riak on FreeBSD9

2012-03-01 Thread TJ Ninneman
> http://blog.harperdog.com/2010/12/17/riak-on-freebsd/ Those instructions on there will work for Riak < 1.1. All Riak 1.1 dependancies (with the exception of leveldb) build without any modification. I'll post a followup post on that blog detailing the short instructions. Glad to see FreeBSD

Re: basic question: initial server connection failover?

2010-08-17 Thread TJ Ninneman
Les, > I've just glanced over the riak design overview and I think I am missing > something basic in the failover technique. The docs explain that any node > can process any query and that adding nodes will re-balance the storage. My > question is, how does the client know which server node t

Re: basic question: initial server connection failover?

2010-08-17 Thread TJ Ninneman
> I can't imagine a circumstance where nginx would block before riak. I was thinking more in terms of 1 commodity nginx server load balancing a cluster of 50 riak servers. :) TJ ___ riak-users mailing list riak-users@lists.basho.com http://lists.bash

Re: Riak Search

2010-08-17 Thread TJ Ninneman
I second that. I'm giddy just thinking about it. TJ On Aug 17, 2010, at 12:46 PM, Nickolay Platonov wrote: > Hello, > > Any information when the Riak Search will be publicly available? > > Thanks, Nickolay > ___ > riak-users mailing list > riak-use

Re: no riak on FreeBSD

2010-12-14 Thread TJ Ninneman
On Dec 14, 2010, at 10:41 AM, Vladimir Marchenko wrote: > Has anyone managed to compile or otherwise install riak on FreeBSD? I've been running Riak in production on FreeBSD for about 3 months now under heavy use without any issues. I've actually been thinking of creating and submitting an of

Re: no riak on FreeBSD

2010-12-16 Thread TJ Ninneman
> Has anyone managed to compile or otherwise install riak on FreeBSD? Here is the link to my FreeBSD install procedure: http://blog.harperdog.com/2010/12/17/riak-on-freebsd/ TJ ___ riak-users mailing list riak-users@lists.basho.com http://lists.bash

Python Client Now In FreeBSD Ports Tree

2010-12-27 Thread TJ Ninneman
Hello all, Just letting everyone know that the Python Riak client is now available in the FreeBSD ports tree in databases/py-riak. http://www.freshports.org/databases/py-riak/ TJ ___ riak-users mailing list riak-users@lists.basho.com http://lists.ba