Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 57180 invoked from network); 4 Oct 2009 19:52:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Oct 2009 19:52:27 -0000 Received: (qmail 78523 invoked by uid 500); 4 Oct 2009 19:52:26 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 78434 invoked by uid 500); 4 Oct 2009 19:52:26 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 78424 invoked by uid 99); 4 Oct 2009 19:52:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 19:52:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.211.204 as permitted sender) Received: from [209.85.211.204] (HELO mail-yw0-f204.google.com) (209.85.211.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 19:52:17 +0000 Received: by ywh42 with SMTP id 42so1832750ywh.28 for ; Sun, 04 Oct 2009 12:51:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=08ert8mzcMSl7VtHAA/m0NHTeOUmrjzTNJsXM4CfXJw=; b=Xg52IHiQFPydm8Rp2BY9bWY+hSycgx6YXAjTKOdtQmfqJe+pqJzspIO16u1GdSCNZP Hug5rN46nzJwcV859xsfBx8bJ4j3q7nzesgsggW4YJdWkIVq7Cuhoq0LWdgyx+8A6f9i rvE9nnl7DNuQAm7y/3qFMyYecDA3VkeUZYxvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=sH6yZvAE7Fk1lixl0PdRWdUC72COnEkeRI7+GWMMETNNBgngCnRjBA6ZulbUKyXxu0 piUAuzYXxRH/EWVShNRDeQD7bPftOprDwtTrLwx+Cs61NiwZE/70g+Gc1AJuGVwSlIOM ztG/kiHCV0qozU55hni6Z0CZwpCALaL6WAVek= MIME-Version: 1.0 Received: by 10.101.62.18 with SMTP id p18mr4658501ank.183.1254685916094; Sun, 04 Oct 2009 12:51:56 -0700 (PDT) In-Reply-To: <4AC8FC19.40007@netzmeister-st-pauli.de> References: <4AC8F7B5.6020203@netzmeister-st-pauli.de> <612ECD38-A392-43F9-BF20-F33995EE2FE6@tumbolia.org> <4AC8FC19.40007@netzmeister-st-pauli.de> Date: Sun, 4 Oct 2009 15:51:56 -0400 Message-ID: Subject: Re: Starting CouchDB on Ubuntu (trunk rev 821585) From: Paul Davis To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Oct 4, 2009 at 3:48 PM, Andreas Wenk 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 =A04 21:20:31 2009: Erlang has closed. > heart: Sun Oct =A04 21:20:31 2009: Executed "/usr/local/bin/couchdb -k". > Terminating. > > heart_beat_kill_pid =3D 9213 > heart_beat_timeout =3D 11 > > heart_beat_kill_pid =3D 9338 > heart_beat_timeout =3D 11 > > heart_beat_kill_pid =3D 10006 > heart_beat_timeout =3D 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.