On Sun, Oct 4, 2009 at 3:48 PM, Andreas Wenk <[email protected]> wrote: > Hi Noah, > > Noah Slater wrote: >>> >>> $ sudo -i -u couchdb couchdb -b >>> Apache CouchDB has started, time to relax. >> >> What is the output when you don't use -b? > > I did try that and there's no output ... > >> What is the contents of couchdb.stdout and couchdb.stderr? >> > > # The last lines from couchdb.stderr > > Crash dump was written to: erl_crash.dump > Kernel pid terminated (heart) () > heart: Sun Oct 4 21:20:31 2009: Erlang has closed. > heart: Sun Oct 4 21:20:31 2009: Executed "/usr/local/bin/couchdb -k". > Terminating. > > heart_beat_kill_pid = 9213 > heart_beat_timeout = 11 > > heart_beat_kill_pid = 9338 > heart_beat_timeout = 11 > > heart_beat_kill_pid = 10006 > heart_beat_timeout = 11 > > # The only line of couchdb.stsdtout > > {"Kernel pid > terminated",heart,{port_terminated,{heart,loop,[<0.0.0>,#Port<0.12>,[]]}}} > > Thanks a lot for the help > > Cheers > > Andy > > >
Huh. Try this: # Update local.ini and set the log level to debug $ sudo su - couchdb $ couchdb And paste the output from that.
