Closed nsteinmetz closed 8 years ago
Hi @nsteinmetz,
eaccess
often means there's an access right problem.
Could you have a look at CouchDB's logs (/var/log/couchdb/couch.log
) and and look for error messages trying to access some file?
Looks it was an issue with permissions on files.
Re-applying:
chown -R couchdb:couchdb /usr/local/{lib,etc}/couchdb /usr/local/var/{lib,log,run}/couchdb
service couchdb restart
And it works :)
Hi,
I have this as result:
Thanks, Nicolas