Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 73249 invoked from network); 11 Sep 2009 08:47:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Sep 2009 08:47:48 -0000 Received: (qmail 10898 invoked by uid 500); 11 Sep 2009 08:47:47 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 10814 invoked by uid 500); 11 Sep 2009 08:47:47 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 10804 invoked by uid 99); 11 Sep 2009 08:47:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:47:47 +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 b.candler@pobox.com designates 208.72.237.25 as permitted sender) Received: from [208.72.237.25] (HELO sasl.smtp.pobox.com) (208.72.237.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Sep 2009 08:47:35 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7F5E62E520 for ; Fri, 11 Sep 2009 04:47:12 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=Jw2loy1xTA/lRODIsyp88eGptH8=; b=ij3NQWa xvqA5xtXqbJjIkkXpQUf812j8Ye42ohtqsGgazodyfM8YS4I11D/vR72DbIkSuW3 QDDNJx/91asu6P7w4TR20c61kzjCmJi9opuo5llSNMmA4tqqVjpqZEWN5ceC8yKH s4vOPDGpLJUJZ1TiX6PkbLU5cW0ivvdGsp6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; q=dns; s=sasl; b=ADlcdGlY+shsVvt+eHvFInfrFBBA4cSTJ Hhipg0m/a8TJoIuaOLR1sK+Pmvm4vDGR8n2lQ7hpoB0xcN0os2tENGfDaVQdRUqC riV7UIg4ZeaZy8pYvPCTM50NYVHHRxdnQ5jmaafQtHT8oTHD4eGqMB6/z8WfdILA Of4soRzKQw= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 7B2742E51F for ; Fri, 11 Sep 2009 04:47:12 -0400 (EDT) Received: from mappit (unknown [80.45.95.114]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 2B6D62E51E for ; Fri, 11 Sep 2009 04:47:11 -0400 (EDT) Received: from brian by mappit with local (Exim 4.69) (envelope-from ) id 1Mm1mf-0002jo-Iw for dev@couchdb.apache.org; Fri, 11 Sep 2009 09:47:09 +0100 Date: Fri, 11 Sep 2009 09:47:09 +0100 From: Brian Candler To: dev@couchdb.apache.org Subject: Re: CouchDB failing to open socket 5984 ? Message-ID: <20090911084709.GA10398@uk.tiscali.com> References: <20090908133639.GA20090@uk.tiscali.com> <20090908145935.GA20302@uk.tiscali.com> <20090909074903.GA7274@uk.tiscali.com> <20090909134438.GA11984@uk.tiscali.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42DAEBA7-3400-442C-A1F9-B969DCB5FF6E@apache.org> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) X-Pobox-Relay-ID: B2D9DD80-9EAF-11DE-AD68-A13518FFA523-28021239!a-pb-sasl-quonix.pobox.com X-Virus-Checked: Checked by ClamAV on apache.org > Hi Brian, can you help an apt-get neophyte out here? It looks to me > like Intrepid has R12B-3 and that R12B-5 is in Jaunty: What I did was temporarily point my /etc/apt/sources.list to Jaunty, "apt-get update" to refresh the package cache, installed Erlang, put /etc/apt/sources.list back again, and "apt-get update" again. That is, this procedure: http://wiki.reia-lang.org/wiki/Installing_Erlang_on_Ubuntu but substituting Jaunty for Intrepid. Yes, I found the same as you for a fresh Jaunty install. I will try again with a fresh Hardy install and let you know. Regards, Brian.