Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 72410 invoked from network); 10 Aug 2009 19:53:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Aug 2009 19:53:35 -0000 Received: (qmail 2932 invoked by uid 500); 10 Aug 2009 19:53:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 2846 invoked by uid 500); 10 Aug 2009 19:53:40 -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 2836 invoked by uid 99); 10 Aug 2009 19:53:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 19:53:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 19:53:31 +0000 Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2B2035EBC; Mon, 10 Aug 2009 15:53:10 -0400 (EDT) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id C600C5EBA; Mon, 10 Aug 2009 15:53:08 -0400 (EDT) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1Maavb-0007JE-7z; Mon, 10 Aug 2009 20:53:07 +0100 Date: Mon, 10 Aug 2009 20:53:07 +0100 From: Brian Candler To: Oliver Boermans Cc: user@couchdb.apache.org Subject: Re: I =?utf-8?B?Y2Fu4oCZdCByZWxheC4gSSBi?= =?utf-8?Q?rok?= =?utf-8?Q?e?= my couch upgrading dependencies. What might this error mean? Message-ID: <20090810195307.GC27797@uk.tiscali.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: 6E446838-85E7-11DE-81B2-EAC21EFB4A78-28021239!a-pb-sasl-quonix.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Aug 10, 2009 at 11:16:04PM +0930, Oliver Boermans wrote: > 2009/8/10 Paul Davis : > > This is quite odd that some commands think this directory exists and > > others don't. Can you try removing and creating that directory? > > I trashed it (careful to move my database files first of course) and > recreated it > > $ cd /usr/local/var/lib > $ sudo mkdir couchdb > $ sudo chown -R couchdb:couchdb /usr/local/var/lib/couchdb > > Then same as before: > > $ login couchdb > Password: > No home directory /usr/local/var/lib/couchdb! ^ | There couldn't possibly be an extra space in there by any chance?? I'm not a Mac user, but I notice your dscl output split this particular attribute onto a line of its own: NFSHomeDirectory: /usr/local/var/lib/couchdb which is suspicious to me. Regards, Brian.