From user-return-7281-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Nov 02 12:16:03 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 91182 invoked from network); 2 Nov 2009 12:16:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 12:16:03 -0000 Received: (qmail 81497 invoked by uid 500); 2 Nov 2009 12:16:01 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 81413 invoked by uid 500); 2 Nov 2009 12:16:01 -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 81403 invoked by uid 99); 2 Nov 2009 12:16:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 12:16:01 +0000 X-ASF-Spam-Status: No, hits=3.0 required=10.0 tests=MIME_QP_LONG_LINE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.218.218] (HELO mail-bw0-f218.google.com) (209.85.218.218) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 12:15:49 +0000 Received: by bwz10 with SMTP id 10so4849826bwz.35 for ; Mon, 02 Nov 2009 04:15:28 -0800 (PST) Received: by 10.204.15.145 with SMTP id k17mr3885653bka.212.1257164126817; Mon, 02 Nov 2009 04:15:26 -0800 (PST) Received: from ?192.168.2.100? (p5DC19A58.dip.t-dialin.net [93.193.154.88]) by mx.google.com with ESMTPS id 28sm8178032fkx.31.2009.11.02.04.15.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 04:15:26 -0800 (PST) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v1076) Subject: Re: Running couchdb on ubuntu 8.04 LTS From: Jens In-Reply-To: <1257163550.5677.19.camel@redemption> Date: Mon, 2 Nov 2009 13:15:23 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <1CC03A02-EAA4-44C0-8BC5-178F485A0557@jigfox.com> References: <158bb3da0911011251s2bc97d55k5a637ad69e92a5b7@mail.gmail.com> <587ca64f0911011941s1053e933y3cf2762c5c1708dc@mail.gmail.com> <91B8CE9C-A6BB-4240-85F0-6E40F7E52AAB@jigfox.com> <1257157152.5677.8.camel@redemption> <1257163550.5677.19.camel@redemption> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1076) X-Virus-Checked: Checked by ClamAV on apache.org okay I've tried # su couchdb # cd /tmp # strace coucdb Here the last 4 lines: epoll_wait(3, {}, 256, 0) =3D 0 clock_gettime(CLOCK_MONOTONIC, {79318, 724593748}) =3D 0 clock_gettime(CLOCK_MONOTONIC, {79318, 725402836}) =3D 0 epoll_wait(3, The complete output: http://gist.github.com/224123 On 02.11.2009, at 13:05, Simon Eisenmann wrote: > Mhm try running in foreground and see what happens. > > Eg: > > # cd /tmp > # su couchdb > # couchdb > > Or even: > # strace couchdb > > Best regards > Simon > > > Am Montag, den 02.11.2009, 12:33 +0100 schrieb Jens: >> I have created >> >> /usr/local/var/{lib,log,run}/couchdb/ >> >> and I also created the user couchdb and gave him permissions to write >> these directories. >> >> >> On 02.11.2009, at 11:19, Simon Eisenmann wrote: >> >>> You have to create the log directories (also make sure the user >>> running >>> couchdb has write permission to that directory). >>> >>> Best regards >>> >>> Am Montag, den 02.11.2009, 11:16 +0100 schrieb Jens: >>>> No it doesn't help, because it's only for starting couchdb when >>>> ubuntu >>>> boots. >>>> I already startet the couchdb manually with "sudo /etc/init.d/=20 >>>> couchdb >>>> start" >>>> in the process list is couchdb listed as running, but it didn't =20 >>>> open >>>> any port to connect to. >>>> >>>> >>>> On 02.11.2009, at 04:41, Juvenn Woo wrote: >>>> >>>>> Copy the init scripts into `/etc/init.d` will not do. >>>>> >>>>> `sudo update-rc.d couchdb default` >>>>> >>>>> might help. >>>>> >>>>> -- >>>>> Juvenn Woo >>>>> http://github.com/juvenn >>>>> http://twitter.com/juvenn >>>>> >>>>> >>>>> >>>>> >>>>> On Mon, Nov 2, 2009 at 4:51 AM, Jens wrote: >>>>>> Hello, >>>>>> >>>>>> I just tried to install couchdb on ubuntu 8.04. I've successfully >>>>>> installed the svn version without any errors. I have copied the >>>>>> init-script to /etc/init.d/couchdb . >>>>>> Now I start ouchdb by running "sudo /etc/init.d/couchdb start" >>>>>> running "pstree" shows me >>>>>> "couchdb=E2=94=80=E2=94=80=E2=94=80couchdb=E2=94=80=E2=94=80=E2=94=80= beam=E2=94=80=E2=94=AC=E2=94=80heart" >>>>>> but running /etc/init.d/couchdb status" says: "Apache CouchDB is >>>>>> not running" >>>>>> And couchdb isn't running any server at port 5984. >>>>>> >>>>>> I hope somebody out there is able to help me. >>>>>> >>>>>> Regards >>>>>> >>>>>> Jens >>>>>> >>> >>> --=20 >>> Simon Eisenmann >>> >>> [ mailto:simon@struktur.de ] >>> >>> [ struktur AG | Kronenstra=C3=9Fe 22a | D-70173 Stuttgart ] >>> [ T. +49.711.896656.0 | F.+49.711.89665610 ] >>> [ http://www.struktur.de | mailto:info@struktur.de ] > > --=20 > Simon Eisenmann > > [ mailto:simon@struktur.de ] > > [ struktur AG | Kronenstra=C3=9Fe 22a | D-70173 Stuttgart ] > [ T. +49.711.896656.0 | F.+49.711.89665610 ] > [ http://www.struktur.de | mailto:info@struktur.de ]