Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 10570 invoked from network); 10 Sep 2010 04:22:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Sep 2010 04:22:41 -0000 Received: (qmail 63376 invoked by uid 500); 10 Sep 2010 04:22:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 63050 invoked by uid 500); 10 Sep 2010 04:22:36 -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 63041 invoked by uid 99); 10 Sep 2010 04:22:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 04:22:35 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Sep 2010 04:22:28 +0000 Received: by iwn8 with SMTP id 8so3164153iwn.11 for ; Thu, 09 Sep 2010 21:22:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.193.81 with SMTP id dt17mr241385ibb.177.1284092527136; Thu, 09 Sep 2010 21:22:07 -0700 (PDT) Received: by 10.231.45.81 with HTTP; Thu, 9 Sep 2010 21:22:07 -0700 (PDT) In-Reply-To: References: Date: Fri, 10 Sep 2010 16:22:07 +1200 Message-ID: Subject: Re: file operation errors in log From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10 September 2010 03:59, Zsolt Czinkos wrote: > Hello > > I've installed couchdb 1.0.1 to CentOS 5.4 (on Amazon EC2). > > I built it from source, installed and started with the rc.d/couchdb > script (added couchdb before starting, and chown and chmod as it was > written in INSTALL.Unix). > > It seems to work, I can run the tests in futon. Almost all tests > succeed, but in the log there are "File operation errors". > [Thu, 09 Sep 2010 15:37:39 GMT] [error] [<0.249.0>] {error_report,<0.236.= 0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0{<0.249.0>,std_error, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 "File operation error: eacces. Target: > ./couch_httpd_view.beam. Function: get_file. Process: code_server."}} > [Thu, 09 Sep 2010 15:37:40 GMT] [error] [<0.249.0>] {error_report,<0.236.= 0>, > =A0 =A0 =A0 =A0 =A0 =A0 =A0{<0.249.0>,std_error, > =A0 =A0 =A0 =A0 =A0 =A0 =A0 "File operation error: eacces. Target: > ./couch_changes.beam. Function: get_file. Process: code_server."}} Hi Zsolt eaccess is a file access error. Can you check you've got chown'd and chmod'ed sorted for the binaries? I have: -rw-r--r-- 1 dave dave 4.2K 2010-08-18 01:38 ./lib/couchdb/erlang/lib/couch-1.0.1/ebin/couch_changes.beam -rw-r--r-- 1 dave dave 8.8K 2010-08-18 01:38 ./lib/couchdb/erlang/lib/couch-1.0.1/ebin/couch_httpd_view.beam cheers Dave