Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 73213 invoked from network); 4 Oct 2009 20:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Oct 2009 20:53:30 -0000 Received: (qmail 50135 invoked by uid 500); 4 Oct 2009 20:53:29 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 50068 invoked by uid 500); 4 Oct 2009 20:53:29 -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 50058 invoked by uid 99); 4 Oct 2009 20:53:29 -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 20:53:29 +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: local policy) Received: from [217.114.78.33] (HELO milkno.com) (217.114.78.33) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Oct 2009 20:53:18 +0000 Received: from localhost (localhost [127.0.0.1]) by milkno.com (Postfix) with ESMTP id BC50515CC08A for ; Sun, 4 Oct 2009 22:52:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at milkno.com Received: from milkno.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 84NwtrAvdFbx for ; Sun, 4 Oct 2009 22:52:46 +0200 (CEST) Received: from [192.168.178.25] (hmbg-5f7616bb.pool.mediaWays.net [95.118.22.187]) by milkno.com (Postfix) with ESMTPA id 3FF0715CC085 for ; Sun, 4 Oct 2009 22:52:46 +0200 (CEST) Message-ID: <4AC90B28.80803@netzmeister-st-pauli.de> Date: Sun, 04 Oct 2009 22:52:56 +0200 From: Andreas Wenk User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Starting CouchDB on Ubuntu (trunk rev 821585) References: <4AC8F7B5.6020203@netzmeister-st-pauli.de> <612ECD38-A392-43F9-BF20-F33995EE2FE6@tumbolia.org> <4AC8FC19.40007@netzmeister-st-pauli.de> <4AC8FF64.8060300@netzmeister-st-pauli.de> <4AC902BC.8080500@netzmeister-st-pauli.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Paul Davis wrote: > On Sun, Oct 4, 2009 at 4:17 PM, Andreas Wenk > What in the world. R13B02 should be just fine. I haven't heard any > complaints by people upgrading. > > I assume this won't give much newness, but maybe: > > $ sudo su - couchdb > $ couchdb -i > > Also, double check that there's not another Couch instance running. > > Paul ok here we go ... ps -ef shows no couchdb processes are running. $ sudo su - couchdb couchdb@duke:~$ couchdb -i Erlang R13B02 (erts-5.7.3) [source] [rq:1] [async-threads:0] [hipe] [kernel-poll:true] Eshell V5.7.3 (abort with ^G) 1> Should I uninstall Erlang and CouchDB and install it again with a lower Erlang version? Just to see what happens ? Thanks for examination ;-) Cheers Andy