Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 56468 invoked from network); 9 Jul 2010 17:58:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Jul 2010 17:58:12 -0000 Received: (qmail 11224 invoked by uid 500); 9 Jul 2010 17:58:11 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 11162 invoked by uid 500); 9 Jul 2010 17:58:10 -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 11154 invoked by uid 99); 9 Jul 2010 17:58:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 17:58:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of afters.mail@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Jul 2010 17:58:02 +0000 Received: by wya21 with SMTP id 21so2498607wya.11 for ; Fri, 09 Jul 2010 10:57:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=aE4lviZ/sXWTVo8i4ONCzlUqBAwhCn0Xmkdiht+2qC0=; b=TYJ7iNOmB0X5sA9dPiC0q4rpKH5HcY3fWaYVaR7scmI+X3Ii+5V1rKWAON7po7w0Kr qlKbstYo0k/FgQcGm30dzlthukl0lyxT+210xTG0AiZZcc1F+GSlJdnFfh2fbLYNr4Eo aD7Lk/69QSLcW6hOaXDjTWEaDKQC/lEMW8zBo= 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; b=b0QFqy+4A1n/uUYJ7HqNp9D0mKuWxu3RkSfH8e36v+GJgAzCxSaSwQn3JJqKZ+WLtZ BvM2gyHZKMs8hZNnwJQe7MBqvxzwAtQzKzRwGEsbgzOpYJl274RELUShqaSdC0MTKD77 2zrXviQcIEPDaNmgeNizVKRe9RLC6etc8IFdA= MIME-Version: 1.0 Received: by 10.227.129.14 with SMTP id m14mr8491260wbs.65.1278698261932; Fri, 09 Jul 2010 10:57:41 -0700 (PDT) Received: by 10.216.135.198 with HTTP; Fri, 9 Jul 2010 10:57:41 -0700 (PDT) In-Reply-To: References: Date: Fri, 9 Jul 2010 20:57:41 +0300 Message-ID: Subject: Re: a non-responsive couch From: afters To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001485f4b1c4ad7289048af8234e X-Virus-Checked: Checked by ClamAV on apache.org --001485f4b1c4ad7289048af8234e Content-Type: text/plain; charset=ISO-8859-1 Apparently, some dependencies were missing. I've tried to install the minimal number of packages needed to satisfy couchdb - and I seem to have missed some erlang libraries. I don't know exactly which libraries are needed, but installing the 'erlang' package in ubuntu (as opposed to just 'erlang-dev' and 'erlang-base') solved this issue. a. On 9 July 2010 16:21, afters wrote: > > > On 9 July 2010 15:59, Fidel Viegas wrote: > >> Just follow the instructions found in >> http://wiki.apache.org/couchdb/Installing_on_Ubuntu >> > > Thanks, but I'm quite familiar with this page, and I've installed couch > several times on a normal Ubuntu (not a minimal one, like I'm trying now). > > I suspect the solution may be trivial, as the installation completed and > couch actually runs without crashing. > > If someone could point me to ways to detect what it's trying to do but > failing, that would be great. I know nothing about erlang, but if I must > debug, I'll learn how. > > >> All the best, >> >> Fidel. >> >> On 7/9/10, afters wrote: >> > Hello everyone, >> > >> > I've successfully installed couch on a very minimal ubuntu vm. When I >> run >> > it, though, I don't get the usual 'time to relax', the log-file is not >> > created, and I cannot establish a connection to couch. >> > >> > Any thoughts on how to resolve this? >> > >> > Some more info: >> > - I run couch from couchdb's home dir via the installed 'bin/couchdb' >> script >> > (works great on my ubuntu desktop) >> > - var/{lib,log,run}/couchdb have proper permissions >> > - the installation process is about the same as on my ubuntu desktop >> > (prefix=/usr/local) except that on the minimal machine I installed >> > spidermonkey from source >> > >> > thanks, >> > a. >> > >> > > --001485f4b1c4ad7289048af8234e--