Re: Solaris

2008-11-19 Thread Noah Slater
On Thu, Nov 20, 2008 at 05:59:18AM +0100, Maarten Thibaut wrote: > The bin.diff fixes 3 occurrences like this, where an "if ! something" is > done. Sadly, that doesn't work on solaris /bin/sh: > > if ! echo 2> /dev/null >> $PID_FILE; then > > Replaced by: > > echo 2> /dev/null >> $PID_FILE > if [ $

Re: Solaris

2008-11-19 Thread Maarten Thibaut
Hi there,First thanks to all who replied. I have a few patches for the sh vs. bash. bin.diff Description: Binary data   init.diff Description: Binary data The bin.diff fixes 3 occurrences like this, where an "if ! something" is done. Sadly, that doesn't work on solaris /bin/sh:if ! echo 2> /dev/n

Re: Solaris

2008-11-19 Thread Chris Anderson
On Wed, Nov 19, 2008 at 6:21 AM, Adam Kocoloski <[EMAIL PROTECTED]> wrote: > Hi Maarten, the 404 on couch_test_runner.js means you're probably on > r718409. There was a bug in that revision that jchris fixed in r718650. > Your test suite should show up if you grab an updated trunk. Best, > > Ada

Re: Solaris

2008-11-19 Thread Adam Kocoloski
Hi Maarten, the 404 on couch_test_runner.js means you're probably on r718409. There was a bug in that revision that jchris fixed in r718650. Your test suite should show up if you grab an updated trunk. Best, Adam On Nov 18, 2008, at 11:24 PM, Maarten Thibaut wrote: Hi, I'm trying to

The official way to configure a couchdb cluster ?

2008-11-19 Thread samuel alba
Hello, I want to deploy couchdb on a cluster of 2 or 3 servers on the internet, mainly to benefit from nodes synchronization. I read the documentation, the wiki, and some configuration examples but I don't understand yet how to synchronize nodes between each other. So my question is: what must I

Re: Solaris

2008-11-19 Thread Noah Slater
On Wed, Nov 19, 2008 at 05:24:59AM +0100, Maarten Thibaut wrote: > * The scripts - such as bin/couchdb and bin/couchjs and etc/init.d/ > couchdb seem to be written for the bash dialect, but mention /bin/sh at > the top instead of /bin/bash. Could you fix that? If the do not work with a POSIX shell

Re: Document Updates

2008-11-19 Thread Noah Slater
Hey, Just a quick update on this thread. I came across this today: http://www.sitepen.com/blog/2008/11/18/when-to-use-persevere-a-comparison-with-couchdb-and-others/ Unfortunately, depressingly inaccurate, but it did lead me to: http://persevere.sitepen.com/#about And in turn: http://