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 B88B04713 for ; Wed, 29 Jun 2011 16:04:27 +0000 (UTC) Received: (qmail 46222 invoked by uid 500); 29 Jun 2011 16:04:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 46101 invoked by uid 500); 29 Jun 2011 16:04:25 -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 46084 invoked by uid 99); 29 Jun 2011 16:04:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 16:04:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vx0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 16:04:19 +0000 Received: by vxd7 with SMTP id 7so1443649vxd.11 for ; Wed, 29 Jun 2011 09:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=VAEJGCh7qcdRfO+rB6bxxWytvisxOQ++OvkWDESTsn0=; b=avX+O/+wJGbV2QqjvOTSS2aIwA2bQReJVjqrKOUbCynWO7ioUGjec/akZipM+BmE/u CVw7gGua5Inuw4HtfMIfPoEL3jzoede1EeHdhOab0ov68kCQZU6EHiy9XqBalLoLnttp qQK0ypfXbxY/62T5z1G39brVFgZ0jfqbpVBDY= Received: by 10.52.65.231 with SMTP id a7mr1430018vdt.61.1309363438085; Wed, 29 Jun 2011 09:03:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.162.168 with HTTP; Wed, 29 Jun 2011 09:03:18 -0700 (PDT) In-Reply-To: <4E0B304F.5080109@lymegreen.co.uk> References: <4E0B304F.5080109@lymegreen.co.uk> From: Paul Davis Date: Wed, 29 Jun 2011 12:03:18 -0400 Message-ID: Subject: Re: Erlang Filesystem errors and Couchdb Performance To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 > For me the most interesting aspect of this posting was > > "The only thing that's confusing me is how the VM even started if it's > unable to read these files." > > and that the thread was unresolved. David, As it turns out the cause of the issue I was reporting was totally unrelated and ended up being caused by a Chef script copying the ._couch_module.beam files that OS X produces with the fancy extended metadata. As far as I can tell on these eaccess issues they're mostly just noise. I never got an explanation (or one that I am able to remember) on where these errors come from and so I mostly just ignore them. HTH, Paul Davis