Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 62024 invoked from network); 5 Oct 2009 21:44:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 21:44:41 -0000 Received: (qmail 12437 invoked by uid 500); 5 Oct 2009 21:44:40 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 12353 invoked by uid 500); 5 Oct 2009 21:44:39 -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 12342 invoked by uid 99); 5 Oct 2009 21:44:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 21:44:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paul.joseph.davis@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-yx0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 21:44:29 +0000 Received: by yxe6 with SMTP id 6so4097896yxe.13 for ; Mon, 05 Oct 2009 14:44:09 -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=v7za+JMvmmgxlrhSsfbo1h32PnsS2pPdaDxwB/Jnwjc=; b=jo3B7KXYXyThzElrGSjBm85bhMp3jV6ZGJY4fh14ml3/YxW62bI50Mt0zoUtnFLs7S iKky8XyG0uB0U5jFNQ3tWM/ZLn3KN+ayPgpAbYceXMdVdNaW/yHdZAIJA280hevCTICE qXPAWIkzxBMjtyw4+FptNIW42r29k1BdTBdV8= 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=Kuc1zX68uQV1p7bbXVguOlyCrfWyhTktVtSmKNUnROu1Ejv0Yz44uk8m/4rq/FSDRx 7bYf2zsWgX3JL78W/EkTgT4mIU3hHzLVrkkTtl/xrYWyDkceaLfR/W7NJzYcR3j4zCoJ rVt1VTB93DLV5v7yAxj8cI5GvfhqisuNCxMgE= MIME-Version: 1.0 Received: by 10.101.88.1 with SMTP id q1mr596079anl.177.1254779048865; Mon, 05 Oct 2009 14:44:08 -0700 (PDT) In-Reply-To: <4ACA676C.6030207@netzmeister-st-pauli.de> References: <4AC8F7B5.6020203@netzmeister-st-pauli.de> <4AC91A25.3050008@netzmeister-st-pauli.de> <4AC92BDB.1000506@netzmeister-st-pauli.de> <4AC93A8C.602@netzmeister-st-pauli.de> <4AC9A6A9.3020400@netzmeister-st-pauli.de> <4ACA676C.6030207@netzmeister-st-pauli.de> Date: Mon, 5 Oct 2009 17:44:08 -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=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Oct 5, 2009 at 5:38 PM, Andreas Wenk wrote: > Benoit Chesneau wrote: >> >> i can test for the trunk but couchdb 0.10 (latest svn branch) + erlang >> R13B02 just work here on freebsd 7.2. will let you know about latest >> trunk. >> >> - beno=C4=ABt > > Hi , > > ok this is kind of strange. Yesterday I announced that I will uninstall b= oth > erlang R13B01 and couchdb trunk. Actually I thought maybe I first only > uninstall Erlang and install R13B02-1. So I downloaded it newly and compi= led > it. And then - tatata: > > $ sudo -i -u couchdb couchdb -b > Apache CouchDB has started, time to relax. > $ curl http://127.0.0.1:5984 > {"couchdb":"Welcome","version":"0.11.0b821618"} > > It work's. I don't know, but maybe it got something to do that CouchDB tr= unk > was compiled with installed R13B01 and it's librarys. That would mean, th= at > upgrading Erlang (or new install) to R13B02-1 works but a complete new > installation of both does not ... > > To get more light into this, I uninstalled couchdb and reinstalled it aga= in > from source with existing R13B02-1. The result: > > $ sudo -i -u couchdb couchdb -b > Apache CouchDB has started, time to relax. > $ curl http://127.0.0.1:5984 > {"couchdb":"Welcome","version":"0.11.0b822006"} > > It works also. Ok remove both completely and reinstall ... > > $ sudo -i -u couchdb couchdb -b > Apache CouchDB has started, time to relax. > $ curl http://127.0.0.1:5984 > {"couchdb":"Welcome","version":"0.11.0b822019"} > > Running - so to be honest - I can't reproduce yesterdays the behaviour. > > Cheers > > Andy > What version of Erlang did you originally upgrade from? Perhaps you had a version of CouchDB compiled with an old version of Erlang that was causing issues? Ie, no make clean left CouchDB beam files? Paul