I keep on trying to make it work.
Executing:
/etc/init.d/couchdb start
seem to work, since "ps -A" shows 2 instances of "couchdb" (I don't know why), 1 instance of "beam" (related to erlang) and 1 instance of "heart" (I don't know what this is).
When I try to test if it is working by doing:
curl 127.0.0.1:5984
the answer is: "curl: (7) couldn't connect to host".
I suspect it might be related with not having in "/etc/services":
couchdb 5984/tcp
I wonder:
- How can I test if this is the problem? I mean, if I modify /etc/services, how can I make the TCL to re-read it.
- Secondly, would it be the best approach to modify /etc/services through the script on tce.installed?
Regards,
José M.