okay I've tried

# su couchdb
# cd /tmp
# strace coucdb

Here the last 4 lines:

epoll_wait(3, {}, 256, 0)               = 0
clock_gettime(CLOCK_MONOTONIC, {79318, 724593748}) = 0
clock_gettime(CLOCK_MONOTONIC, {79318, 725402836}) = 0
epoll_wait(3,

The complete output: http://gist.github.com/224123


On 02.11.2009, at 13:05, Simon Eisenmann wrote:

Mhm try running in foreground and see what happens.

Eg:

# cd /tmp
# su couchdb
# couchdb

Or even:
# strace couchdb

Best regards
Simon


Am Montag, den 02.11.2009, 12:33 +0100 schrieb Jens:
I have created

/usr/local/var/{lib,log,run}/couchdb/

and I also created the user couchdb and gave him permissions to write
these directories.


On 02.11.2009, at 11:19, Simon Eisenmann wrote:

You have to create the log directories (also make sure the user
running
couchdb has write permission to that directory).

Best regards

Am Montag, den 02.11.2009, 11:16 +0100 schrieb Jens:
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


--
Simon Eisenmann

[ mailto:[email protected] ]

[ struktur AG | Kronenstraße 22a | D-70173 Stuttgart ]
[ T. +49.711.896656.0 | F.+49.711.89665610 ]
[ http://www.struktur.de | mailto:[email protected] ]

--
Simon Eisenmann

[ mailto:[email protected] ]

[ struktur AG | Kronenstraße 22a | D-70173 Stuttgart ]
[ T. +49.711.896656.0 | F.+49.711.89665610 ]
[ http://www.struktur.de | mailto:[email protected] ]

Reply via email to