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 59E54D37C for ; Mon, 5 Nov 2012 04:13:24 +0000 (UTC) Received: (qmail 65093 invoked by uid 500); 5 Nov 2012 04:13:22 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 65033 invoked by uid 500); 5 Nov 2012 04:13:22 -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 65024 invoked by uid 99); 5 Nov 2012 04:13:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 04:13:22 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 04:13:17 +0000 Received: by mail-ie0-f180.google.com with SMTP id e10so7177064iej.11 for ; Sun, 04 Nov 2012 20:12:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=+xcWA1d5WX1juJLVcQgl/uoxAQz32jpOvurIxU4N2Ek=; b=P1iw9MEJVWRWE4sW3gf4h9vCq0oGKhC33Vtu3lIOsL46KLNQ6bbQ6frmsllAaQGciv z4KzcQ4In/RKXuFBLIbI0Bv+OOaJ4sWrzwRz++3THJ5oZGKxdRRZuo9/bTwpSEZrJu7M m3pP39dRI0nDQ1J8yYrTZc6yCVf56D+NSy3H07c+7YOyknb0la5C8NswwJRaHSXwOROQ ByBgdG2UPHHY5wavTTnSocXfCgDwmeA6tmi0URiVDBwGdf5CZsQz1DU8V6RA5s5nOTID YGdS3NwUmiFF3G1AMYCqSrb7DEBS9S6lMYvOgnkKtxJd2sq2WcxprbyqtQ5LqiJnes91 oIEw== MIME-Version: 1.0 Received: by 10.50.100.229 with SMTP id fb5mr2456000igb.11.1352088777271; Sun, 04 Nov 2012 20:12:57 -0800 (PST) Received: by 10.64.77.196 with HTTP; Sun, 4 Nov 2012 20:12:57 -0800 (PST) In-Reply-To: <233DEF01-72D3-4D9E-81A1-24031B8CF22A@couchbase.com> References: <233DEF01-72D3-4D9E-81A1-24031B8CF22A@couchbase.com> Date: Mon, 5 Nov 2012 05:12:57 +0100 Message-ID: Subject: Re: CouchDB crashes on startup on OS X with a space in the an added .ini path From: Benoit Chesneau To: "user@couchdb.apache.org" Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org not for all consoles. On Mon, Nov 5, 2012 at 5:11 AM, Jens Alfke wrote: > > On Nov 4, 2012, at 7:57 PM, Benoit Chesneau > wrote: > > Doesn't it work if you pass the path between quotes? > > He=92s already putting a backslashes in front of the space, which has exa= ctly the same effect. > > =97Jens