Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 52382 invoked from network); 27 Mar 2009 22:34:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2009 22:34:36 -0000 Received: (qmail 5876 invoked by uid 500); 27 Mar 2009 22:34:35 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 5787 invoked by uid 500); 27 Mar 2009 22:34:35 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 5776 invoked by uid 99); 27 Mar 2009 22:34:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 22:34:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zachary.zolton@gmail.com designates 209.85.132.243 as permitted sender) Received: from [209.85.132.243] (HELO an-out-0708.google.com) (209.85.132.243) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 22:34:27 +0000 Received: by an-out-0708.google.com with SMTP id b2so758259ana.5 for ; Fri, 27 Mar 2009 15:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=89plKebKWDeq67nEVusRB9WC7hu0GltETqpkLRk11jo=; b=EHN3DjNA1Cdk6btQqQJ4umyEvCygU9r51bguS56DyQgzT+Rf0Pn2XL2YCn0d5Zx2rC uXscmdldk/0QWFLpCViSUisCmbzQIYb7KdR2WX4NvHc6CWVwQcTg/IYzitDrjLH/BEzv zgD9w+mpC+p2AwgejLocf2NosxD1bPFAPO+FU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=v7na+21WdgSebJv+T9JmG9SnNx+XyPgju9GAbQeojBNs9t55XzJ9oh722nYrQaVfQQ XsHbaqa7885mNnD4oKuuolaTbcDSPrsL8Wu5KmBPCo+TEh3RgkTCOePK0fJ+JZwHBwPc auyP1eorr4TX7FdTEd/caSw9FfOGm/RX81A9w= MIME-Version: 1.0 Received: by 10.100.119.17 with SMTP id r17mr2197089anc.34.1238193246823; Fri, 27 Mar 2009 15:34:06 -0700 (PDT) In-Reply-To: <31ae10910903260419l7edfe2c6x5faff42d88f1c6b6@mail.gmail.com> References: <20090324140050.GA17574@tumbolia.org> <1D43DB3F-D13E-4336-9B59-1EAF973CDAB6@gmx.de> <31ae10910903260346w71152a1bvcef349b970abcbfc@mail.gmail.com> <31ae10910903260419l7edfe2c6x5faff42d88f1c6b6@mail.gmail.com> Date: Fri, 27 Mar 2009 17:34:06 -0500 Message-ID: Subject: Re: [VOTE] Apache CouchDB 0.9.0 release From: Zachary Zolton To: dev@couchdb.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org So=85 Did we actually release 0.9? On Thu, Mar 26, 2009 at 6:19 AM, Wojciech Kaczmarek wrote: > On Thu, Mar 26, 2009 at 11:46, Wojciech Kaczmarek = wrote: >> First time posting here, I've been a lurker for a couple of weeks. >> >> I have Mac OS X 10.4.11 PPC, Erlang 12B-5 >> 'stats' test fails: >> Assertion 'open_databases > 0 && max >=3D open_databases, name' failed: >> should keep the same number of open databases when reaching the >> max_dbs_open limit >> >> I just did fresh make install into a separate location, not messing >> with any previous installations. > > Actually, I'm able to replicate this error only if I run couchdb as > root, which I did by mistake. Running as a dedicated user passes all > tests. >