[
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