From dev-return-15376-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Mar 28 18:49:44 2011 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 2909 invoked from network); 28 Mar 2011 18:49:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 18:49:44 -0000 Received: (qmail 11590 invoked by uid 500); 28 Mar 2011 18:49:43 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 11536 invoked by uid 500); 28 Mar 2011 18:49:43 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 11528 invoked by uid 99); 28 Mar 2011 18:49:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 18:49:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 18:49:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DE1A684050 for ; Mon, 28 Mar 2011 18:49:05 +0000 (UTC) Date: Mon, 28 Mar 2011 18:49:05 +0000 (UTC) From: "Dave Cottlehuber (JIRA)" To: dev@couchdb.apache.org Message-ID: <1530802864.17252.1301338145906.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1649434354.16823.1301324225835.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COUCHDB-1106) After Mac OS X update can not connect to CouchDB (10.6.6 0 => 10.6.7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012173#comment-13012173 ] Dave Cottlehuber commented on COUCHDB-1106: ------------------------------------------- Working fine here using a homebrew install. Issue sounds very much like permissions related - no logs. dave@akai:~ $ uname -r 10.7.3 dave@akai:~ $ curl localhost:5984 {"couchdb":"Welcome","version":"1.0.2"} dave@akai:~ $ Can you check the following; Try a manual start using ./couchdb & su to correct user as needed. Then check permissions below & restart. chown -R couchdb:couchdb /usr/local/etc/couchdb chown -R couchdb:couchdb /usr/local/var/lib/couchdb chown -R couchdb:couchdb /usr/local/var/log/couchdb chown -R couchdb:couchdb /usr/local/var/run/couchdb chmod 0770 /usr/local/etc/couchdb chmod 0770 /usr/local/var/lib/couchdb chmod 0770 /usr/local/var/log/couchdb chmod 0770 /usr/local/var/run/couchdb A+ Dave > After Mac OS X update can not connect to CouchDB (10.6.6 0 => 10.6.7) > --------------------------------------------------------------------- > > Key: COUCHDB-1106 > URL: https://issues.apache.org/jira/browse/COUCHDB-1106 > Project: CouchDB > Issue Type: Bug > Components: Build System > Affects Versions: 1.0.1, 1.0.2 > Reporter: Aram Karapetyan > Priority: Critical > Labels: installation, mac, tcpport > > After updating Mac OS X to 10.6.7 had problem connecting to couchdb and noticed that it's running but not listening port. > There are no logs. Even log file is missing and there is nothing in syslog. Launchctl is stopping starting correctly without any error. > I used macports to install couchdb 4 months ago it was fine before update. > I tried to remove everything somehow connected to couchdb and setup new one but result is same. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira