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 1C00CD810 for ; Sun, 7 Oct 2012 19:38:38 +0000 (UTC) Received: (qmail 91811 invoked by uid 500); 7 Oct 2012 19:38:36 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 91782 invoked by uid 500); 7 Oct 2012 19:38: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 91771 invoked by uid 99); 7 Oct 2012 19:38:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 19:38:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.216.45] (HELO mail-qa0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2012 19:38:29 +0000 Received: by mail-qa0-f45.google.com with SMTP id s11so1788257qaa.11 for ; Sun, 07 Oct 2012 12:38:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=xjNMEQdYdlLWjOTbrEZ9SxvCWllak69QJ9HNctiVr38=; b=WNmquAT+To8ARWYR8GKE1IKL5CgN40D5kUHNJycmfAqtbxgXXrvW0YF9r/pB2vIMaN Wp0JX2ys8/hR+RWFHsFGg7VjDd9D1CcZ6ALcUu4ecgVaSqc6j8DgpWMXnQ/jowuQRnWf B1RWKrGtdaFt6TqAQdB+dkiMIck1IwQaz5Mvf3rwNGIcs+LKH9YtY0yObBOHTQeYSC5c DyG+2k+D8mLYHZhX0BJx1+eDNH2p4hDY7hhsoWzOPhPlUOzGgihW7HboTzoKg2LCsezX qlpQKVD046tt/pXSXRChz+mGAQD9PJDkDQWtypAt3OdakIdH2Uqxpu3jBgGZuW0MCYZX 2p1g== MIME-Version: 1.0 Received: by 10.224.212.3 with SMTP id gq3mr26281305qab.52.1349638688835; Sun, 07 Oct 2012 12:38:08 -0700 (PDT) Received: by 10.49.35.48 with HTTP; Sun, 7 Oct 2012 12:38:08 -0700 (PDT) X-Originating-IP: [84.112.19.176] In-Reply-To: References: <1C05AE2905E44F3CBA65FB488C1FBD8A@thenoi.se> <31E705D43C964074AB1FE98B2E1771D2@thenoi.se> <5018D969-4F96-4B51-A9B8-E6AD9934957C@apache.org> <7CEEE59A91D84C19BEEE55E89B3D9A18@thenoi.se> <353118BA-FF98-4656-BCB0-5628517279C6@apache.org> <-4892277256703181100@unknownmsgid> <-7817073813000260813@unknownmsgid> Date: Sun, 7 Oct 2012 21:38:08 +0200 Message-ID: Subject: Re: eacces error From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmXjMjIQmQGpu2ipOLARniPRiieWP2hKwBffNepYfinJcJdSsrETeUseF7FPoFooxymIgbS On 7 October 2012 21:18, Benoit Chesneau wrote: > On Sun, Oct 7, 2012 at 6:59 PM, Noah Slater wrote: >> Right, but realistically, it may be a number of months before we have an >> OTP release. So a simple patch might be nice for now. Dave's proposal looks >> sane to me. >> >> What is a Dix? And how does an OTP release fix the problem? Anyone? Excuse >> me for my ignorance. > > Not specific to otp but maybe that change could do the trick: > > https://github.com/refuge/rcouch/blob/master/rel/files/rcouch#L6 Thanks Benoit, I put it into a simple shell script & it only returns the command-name for me. How do you extract the runtime base dir using that syntax? I'm assuming this will be embarassingly obvious. A+ Dave