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 08A02D37B for ; Wed, 3 Oct 2012 14:48:34 +0000 (UTC) Received: (qmail 14582 invoked by uid 500); 3 Oct 2012 14:48:32 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 14553 invoked by uid 500); 3 Oct 2012 14:48:32 -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 14543 invoked by uid 99); 3 Oct 2012 14:48:32 -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 14:48:32 +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 14:48:25 +0000 Received: from 02dc6bd2.bb.sky.com ([2.220.107.210]:63491 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 1TJQF0-0003Zn-HI for user@couchdb.apache.org; Wed, 03 Oct 2012 15:48:05 +0100 Date: Wed, 3 Oct 2012 15:47:59 +0100 From: Martin Hewitt To: user@couchdb.apache.org Message-ID: <7CEEE59A91D84C19BEEE55E89B3D9A18@thenoi.se> In-Reply-To: <5018D969-4F96-4B51-A9B8-E6AD9934957C@apache.org> References: <1C05AE2905E44F3CBA65FB488C1FBD8A@thenoi.se> <31E705D43C964074AB1FE98B2E1771D2@thenoi.se> <5018D969-4F96-4B51-A9B8-E6AD9934957C@apache.org> Subject: Re: eacces error X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="506c501f_5dc79ea8_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 --506c501f_5dc79ea8_1c7 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline This one's further complicated by the fact that, after spitting out errors at start, CouchDB appears to operate normally with no further errors. Generating a view produces another error, but the view is generated correctly, and further view updates do not produce errors. Very curious behaviour. Martin On Wednesday, 3 October 2012 at 15:44, Adam Kocoloski wrote: > This one in particular has always been a bit of a mystery to me. Sometimes it seems to be completely spurious. > > Adam > > On Oct 3, 2012, at 8:08 AM, Martin Hewitt wrote: > > > 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 > > > > > > > > > > --506c501f_5dc79ea8_1c7--