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 9D2329DC7 for ; Thu, 16 Feb 2012 19:00:05 +0000 (UTC) Received: (qmail 18787 invoked by uid 500); 16 Feb 2012 19:00:04 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 18757 invoked by uid 500); 16 Feb 2012 19:00:04 -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 18749 invoked by uid 99); 16 Feb 2012 19:00:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 19:00:04 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.27.42.3] (HELO smtp3-g21.free.fr) (212.27.42.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 18:59:56 +0000 Received: from [192.168.0.4] (eur10-1-82-241-180-211.fbx.proxad.net [82.241.180.211]) (Authenticated sender: aurelien.benel) by smtp3-g21.free.fr (Postfix) with ESMTPA id 2CB98A62D6 for ; Thu, 16 Feb 2012 19:59:20 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: How to start couchdb on Mac OS without restarting the machine? From: =?iso-8859-1?Q?Aur=E9lien_B=E9nel?= In-Reply-To: Date: Thu, 16 Feb 2012 19:59:18 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1257) Hi Peng, > ~/Downloads/readnotes$ couchdb > Apache CouchDB 1.1.1 (LogLevel=3Dinfo) is starting. (...) > exception exit: {file_permission_error, > "/opt/local/var/log/couchdb/couch.log"} It seems to be a file permission error on log files. You may try `sudo couchdb` instead of `couchdb`... Regards, Aur=E9lien=