No it doesn't help, because it's only for starting couchdb when ubuntu
boots.
I already startet the couchdb manually with "sudo /etc/init.d/couchdb
start"
in the process list is couchdb listed as running, but it didn't open
any port to connect to.
On 02.11.2009, at 04:41, Juvenn Woo wrote:
Copy the init scripts into `/etc/init.d` will not do.
`sudo update-rc.d couchdb default`
might help.
--
Juvenn Woo
http://github.com/juvenn
http://twitter.com/juvenn
On Mon, Nov 2, 2009 at 4:51 AM, Jens <[email protected]> wrote:
Hello,
I just tried to install couchdb on ubuntu 8.04. I've successfully
installed the svn version without any errors. I have copied the
init-script to /etc/init.d/couchdb .
Now I start ouchdb by running "sudo /etc/init.d/couchdb start"
running "pstree" shows me
"couchdb───couchdb───beam─┬─heart"
but running /etc/init.d/couchdb status" says: "Apache CouchDB is
not running"
And couchdb isn't running any server at port 5984.
I hope somebody out there is able to help me.
Regards
Jens