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 B3332C9D8 for ; Thu, 12 Jul 2012 21:55:55 +0000 (UTC) Received: (qmail 37211 invoked by uid 500); 12 Jul 2012 21:55:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 37187 invoked by uid 500); 12 Jul 2012 21:55:54 -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 37176 invoked by uid 99); 12 Jul 2012 21:55:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 21:55:53 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=FSL_RCVD_USER,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-couchdb-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jul 2012 21:55:48 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SpRM4-0007uM-T6 for user@couchdb.apache.org; Thu, 12 Jul 2012 23:55:24 +0200 Received: from 76-219-201-97.lightspeed.irvnca.sbcglobal.net ([76.219.201.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 23:55:24 +0200 Received: from bwcode4u by 76-219-201-97.lightspeed.irvnca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jul 2012 23:55:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@couchdb.apache.org From: bsquared Subject: Re: Help needed, Ubuntu 12.04 errors starting couchdb 1.2 Date: Thu, 12 Jul 2012 14:55:05 -0700 Lines: 39 Message-ID: <86liioejba.fsf@gmail.com> References: <86sjcweniw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 76-219-201-97.lightspeed.irvnca.sbcglobal.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Cancel-Lock: sha1:7+qHqjhfvOUzUkI4821sFs/pQI0= X-Virus-Checked: Checked by ClamAV on apache.org Dave Cottlehuber writes: > On 12 July 2012 22:24, bsquared wrote: >> >> Hello, >> I recently installed the latest couchdb on Ubuntu 12.04. I used the >> wiki page referenced in the Install.Unix file as a reference, but I am >> getting errors on startup. I have not run the test suite yet as I >> figured these errors would have to be corrected first. >> >> All the errors are similar to this line: >> [Thu, 12 Jul 2012 19:36:22 GMT] [error] [<0.20.0>] >> {error_report,<0.9.0>, >> {<0.20.0>,std_error, "File operation >> error: eacces. Target: >> ./couch_httpd_misc_handlers.beam. Function: >> get_file. Process: code_server."}} >> >> The couchdb.log file is linked below. >> >> Thank you. >> -- >> Regards, >> Brian Winfrey >> >> couchdb.log: http://gist.github.com/3100667 >> > > EACCES = unable to read/write a file. I'm guessing the couchdb beam > files need a chmod +r applied for the user that runs couchdb. > > A+ > Dave > Thanks. The file mode for the beam files is 644 (rw-r--r--). The owner is root:root. -- Regards, Brian Winfrey