From user-return-22329-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Oct 3 12:09:17 2012 Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4E2F7D307 for ; Wed, 3 Oct 2012 12:09:17 +0000 (UTC) Received: (qmail 2909 invoked by uid 500); 3 Oct 2012 12:09:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 2772 invoked by uid 500); 3 Oct 2012 12:09:15 -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 2757 invoked by uid 99); 3 Oct 2012 12:09:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 12:09:15 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [87.117.198.154] (HELO zoe.mltserver-three.co.uk) (87.117.198.154) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2012 12:09:08 +0000 Received: from 02dc6bd2.bb.sky.com ([2.220.107.210]:60735 helo=[192.168.0.6]) by zoe.mltserver-three.co.uk with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1TJNkt-0003Mi-UC for user@couchdb.apache.org; Wed, 03 Oct 2012 13:08:48 +0100 Date: Wed, 3 Oct 2012 13:08:47 +0100 From: Martin Hewitt To: user@couchdb.apache.org Message-ID: <31E705D43C964074AB1FE98B2E1771D2@thenoi.se> In-Reply-To: References: <1C05AE2905E44F3CBA65FB488C1FBD8A@thenoi.se> Subject: Re: eacces error X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="506c2acf_15014acb_1c7" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zoe.mltserver-three.co.uk X-AntiAbuse: Original Domain - couchdb.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - thenoi.se --506c2acf_15014acb_1c7 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Dave, Thanks for these links, no luck on my current install, but I may scrub down and start again, as I can't really map what's going on, so probably won't be able to work out what makes a difference! Martin On Wednesday, 3 October 2012 at 13:01, Dave Cottlehuber wrote: > On 3 October 2012 13:35, Martin Hewitt wrote: > > Hi all, > > > > I've recently compiled CouchDB from source, on an EC2 instance, and I'm seeing a lot of eacces errors of the form: > > > > [Wed, 03 Oct 2012 11:32:22 GMT] [error] [<0.19.0>] {error_report,<0.9.0>, > > {<0.19.0>,std_error, > > "File operation error: eacces. Target: ./mochiweb.beam (http://web.beam). Function: get_file. Process: code_server."}} > > > > > > Now I know this is a permissions issue, but I can't work out what permissions I need to change. > > > > I've changed the owner on the data directories, ERLang directories any many more besides, but I'm still getting the error. > > > > If anyone could point me in the right direction, I'd be hugely grateful. > > > > Thanks, > > > > Martin > > Most of the info is in here: > https://github.com/apache/couchdb/blob/master/INSTALL.Unix#L175-187 > and some on the wiki > http://wiki.apache.org/couchdb/Installing_on_Ubuntu or similar ones > for other linux variants may help. > > su to the couch user, and then run couchdb interactively `couchdb -i` > which sometimes spits out a moment of clarity. > > IIRC there was a recent-ish example on the user@ mailing list but I > unfortunately don't recall the solution! > > A+ > Dave > > --506c2acf_15014acb_1c7--