Gaah. Just to close the loop, it's an issue with erlang running on OpenShift because the platform doesn't allowing binding to port 0.0.0.0, see details at https://github.com/marianoguerra/couchdb-for-openshift/issues/9.
Kalle On Mon, Dec 1, 2014 at 10:26 AM, Kalle Korhonen <[email protected]> wrote: > On Mon, Dec 1, 2014 at 7:52 AM, Alexander Shorin <[email protected]> wrote: > >> On Mon, Dec 1, 2014 at 6:46 PM, Kalle Korhonen >> <[email protected]> wrote: >> > {error,eacces} >> Problem is in file permissions. Make sure you set them right: >> https://github.com/apache/couchdb/blob/1.6.x/INSTALL.Unix#L232-L248 >> Note that the paths on your system may be different from INSTALL ones. >> > > Thanks, but unfortunately I still have the same issue even after setting > the file permissions as instructed. Is there a way to debug the system, > turn on more logs or somehow find exactly which file doesn't have the right > permissions? > > Kalle > > >> >> -- >> ,,,^..^,,, >> > >
