Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 25197 invoked from network); 16 Apr 2010 16:50:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Apr 2010 16:50:21 -0000 Received: (qmail 15566 invoked by uid 500); 16 Apr 2010 16:50:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 15533 invoked by uid 500); 16 Apr 2010 16:50:19 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 15525 invoked by uid 99); 16 Apr 2010 16:50:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 16:50:19 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of klemmster@gmail.com designates 209.85.218.220 as permitted sender) Received: from [209.85.218.220] (HELO mail-bw0-f220.google.com) (209.85.218.220) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Apr 2010 16:50:12 +0000 Received: by bwz20 with SMTP id 20so2875647bwz.32 for ; Fri, 16 Apr 2010 09:49:51 -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:received:message-id:subject:from:to:content-type; bh=inJy/nQOxhEm9ierB4q0kGlu5AiaG/L9vAy0sfSnwK4=; b=JL5TomlRR1633bAsbRDNlEHl+Ozxg/iy7IG9uBRQTSG5lcoCTVWY6X+hng2FStdyMp UoyuvuNeB1rxXGvIPwO3BGA7tmd348Icd4nqlMde5X7/BA1/nPRYeGAwOyZVz36ueE0c ZzqqASomFnEkbnM+XkLPmx3vsPRV2j+z8H1QQ= 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; b=Wk/nby8Xz7qOcXlLRPMrSjERUOKii7jxATnwSpeAUCeqwQaLVrV+57BwEYng7QA79L RgJlsKm8ygx63iQ5MAr8BeUdtawFJ9Q1T/Xk6BsoK3D3niU1zFogTxbVvvmcVVHTTAPX DzDobWyV1MpvKlRLbkdm80VauwkNoyIZGpLL0= MIME-Version: 1.0 Received: by 10.103.193.1 with HTTP; Fri, 16 Apr 2010 09:49:51 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 Apr 2010 18:49:51 +0200 Received: by 10.102.226.1 with SMTP id y1mr1272870mug.0.1271436591489; Fri, 16 Apr 2010 09:49:51 -0700 (PDT) Message-ID: Subject: Re: reader_acl futon test fails From: Richy To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hey Manokaran, I had the reader_acl problem as well today, though there were more file-permissions to change then just /etc/couchdb Have a close look into INSTALL.unix, maybe this helps. Otherwise, give some output from /usr/local/var/couchdb/couchdb.log or wherever it may reside on your installation. Best Richard On Fri, Apr 16, 2010 at 17:48, Manokaran K wrote: > On Fri, Apr 16, 2010 at 8:16 PM, Manokaran K wrote: > >> Hi all, >> >> Am upgrading to couchdb-0.11 from couchdb-.10 on a Ubuntu system. I >> manually removed the older version of couchdb and installed the latest >> version from source. It installs without problems. But when I run the futon >> tests, the 'reader_acl' test always fails. Sometimes, the replication and >> 'view_collation' tests also fail. >> >> How to resolve this? >> > > I gathered from an earlier post that reader_acl error could happen because > the couchdb user does not have permissions to access the local.ini file. I > changed ownership of all files under etc/couchdb to couchdb and that test > always passes now. Now the replication test hangs regularly. > > Any ideas? > > regds, > mano >