From couchdb-user-return-1719-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Thu Nov 06 01:50:16 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 39303 invoked from network); 6 Nov 2008 01:50:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2008 01:50:16 -0000 Received: (qmail 48116 invoked by uid 500); 6 Nov 2008 01:50:22 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 48069 invoked by uid 500); 6 Nov 2008 01:50:22 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 48058 invoked by uid 99); 6 Nov 2008 01:50:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Nov 2008 17:50:22 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.52.237.208] (HELO x8.develooper.com) (216.52.237.208) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2008 01:49:05 +0000 Received: (qmail 12200 invoked from network); 6 Nov 2008 01:49:46 -0000 Received: from dsl081-039-130.lax1.dsl.speakeasy.net (HELO embla.bur.sol) (ask@mail.dev@64.81.39.130) by smtp.develooper.com with (AES128-SHA encrypted) SMTP; 6 Nov 2008 01:49:46 -0000 Message-Id: <2BE24066-C13A-4A47-BBF5-E63C886782CB@apache.org> From: =?ISO-8859-1?Q?Ask_Bj=F8rn_Hansen?= To: couchdb-user@incubator.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: CouchDB not listening Date: Wed, 5 Nov 2008 17:49:45 -0800 References: X-Mailer: Apple Mail (2.929.2) X-Virus-Checked: Checked by ClamAV on apache.org On Nov 5, 2008, at 17:37, Paul Davis wrote: > $ couchdb -c /etc/couchdb/default.ini -c /etc/couchdb/local.ini Aha, that did it. Thanks! The default config files are split into default.ini and local.ini now, but the examples are not spelling out to use -c twice, so I thought it'd pick up the default.ini from the default location. > Note to self, should we throw at least some sort of warning if some of > the core daemons aren't started? That'd have been helpful to me just now. :-) - ask