Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 49875 invoked from network); 26 Mar 2009 11:20:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Mar 2009 11:20:31 -0000 Received: (qmail 83805 invoked by uid 500); 26 Mar 2009 11:20:28 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 83560 invoked by uid 500); 26 Mar 2009 11:20:28 -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 83516 invoked by uid 99); 26 Mar 2009 11:20:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 11:20:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kaczmarek.w@gmail.com designates 209.85.219.166 as permitted sender) Received: from [209.85.219.166] (HELO mail-ew0-f166.google.com) (209.85.219.166) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Mar 2009 11:20:19 +0000 Received: by ewy10 with SMTP id 10so563395ewy.11 for ; Thu, 26 Mar 2009 04:19:57 -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=BNGXHeQSkYSFJ/Zsnu1TEN5BLeQbrtc8/eipCO39xig=; b=U13F22kKilyUfGR46hiBqfJoXCfJVsjXNNCRGv1Uf1NRBp0GBtoqDRzGPt7KKHoeCG Gy2xwm7BI2d9Jm9Ps3DZXERLyh38qwJyqAz5Q3hxa+F87g77dVBGR/Va00yqSfiYFgo6 9S56Es5VYtiPzlTqBOvhb0lRsGbST+DrBgSG0= 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=iJyY0QWuXBZa7u5DxbJ30yULBRZ9nyRq39FincZ7Ayl51R+nxeka0B3wVxVE5iSB66 0rP1Ajjma9qbkGWrT6fRKq0LGF6EDRXHxynKfTxBDXvI5jReXx9WSo9Zgyim9gSfvL3P 3YDeD4yBC/OtzqPexebZIYazDT7a6OqKS84Zg= MIME-Version: 1.0 Received: by 10.216.36.73 with SMTP id v51mr239611wea.215.1238066397746; Thu, 26 Mar 2009 04:19:57 -0700 (PDT) In-Reply-To: <31ae10910903260346w71152a1bvcef349b970abcbfc@mail.gmail.com> References: <20090324140050.GA17574@tumbolia.org> <1D43DB3F-D13E-4336-9B59-1EAF973CDAB6@gmx.de> <31ae10910903260346w71152a1bvcef349b970abcbfc@mail.gmail.com> Date: Thu, 26 Mar 2009 12:19:57 +0100 Message-ID: <31ae10910903260419l7edfe2c6x5faff42d88f1c6b6@mail.gmail.com> Subject: Re: [VOTE] Apache CouchDB 0.9.0 release From: Wojciech Kaczmarek To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 >= 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.