From user-return-12411-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Sep 02 19:36:47 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 31960 invoked from network); 2 Sep 2010 19:36:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 19:36:46 -0000 Received: (qmail 68870 invoked by uid 500); 2 Sep 2010 19:36:44 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 68820 invoked by uid 500); 2 Sep 2010 19:36:44 -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 68812 invoked by uid 99); 2 Sep 2010 19:36:44 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 19:36:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,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 sebastiancohnen@googlemail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 19:36:21 +0000 Received: by bwz5 with SMTP id 5so1277516bwz.11 for ; Thu, 02 Sep 2010 12:36:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=9CHvw6Vy6DAGclvriMPCAy60aO27wzxXiVoyxWwZdrQ=; b=eabdj67yRp9V44GO9yjV6BZiVeDAsWlZuLnnY+etXmtzeX0itjvAJWciexhG0EffY2 nMBaO4iZ9uJ/jfDtjOmcGz4jRf2a2PP3BsGfA5YeNDVxKPviKzbKUGBs7itOkulJGph0 CON+QoLDksEKm9imOZ8aHdX+NZy6OT0Qh/ZR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=OxWo2whDBSv0X4dOE/kBdmx7DdMzwAv+z89qvPbLmPyt43zNFR9ty2dbTJNVlvfP6l D/UqeBpL7iwWXtRT9XJ8GyXEMKYKbAM7h9DRD5eJnAfPhXOXybNgCM7QLOerokvEx3rB 1hCxrF3wHDVqtaBCodOIRTUjw8F8V/wfOPg2o= Received: by 10.204.57.9 with SMTP id a9mr7003953bkh.104.1283456161345; Thu, 02 Sep 2010 12:36:01 -0700 (PDT) Received: from [192.168.178.21] (koln-5d8148ab.pool.mediaWays.net [93.129.72.171]) by mx.google.com with ESMTPS id 24sm765840bkr.7.2010.09.02.12.35.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Sep 2010 12:35:59 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1081) Subject: Re: get couchdb to startup with server From: Sebastian Cohnen In-Reply-To: <8CD18E128E9170E-1558-15FC@webmail-m084.sysops.aol.com> Date: Thu, 2 Sep 2010 21:35:57 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <8CD1620A3F736CE-1F88-1B7EF@webmail-m023.sysops.aol.com><8CD166C190DBE97-2654-21DC8@webmail-d011.sysops.aol.com><8CD178BDA0C7598-41B0-56A9@Webmail-d113.sysops.aol.com><8CD184E6E9983B0-15A0-3579@webmail-m067.sysops.aol.com><8CD187CCF51D661-1C0-6EB2@webmail-m072.sysops.aol.com> <8CD18E128E9170E-1558-15FC@webmail-m084.sysops.aol.com> To: user@couchdb.apache.org X-Mailer: Apple Mail (2.1081) X-Virus-Checked: Checked by ClamAV on apache.org I haven't read the whole thread, but have a look at my gist: = http://gist.github.com/501039 you need to have a couchdb user, and it needs to own its stuff (line 40+ = in the gist) Best Sebastian On 02.09.2010, at 20:09, whimsica@aol.com wrote: > Okay I did that and adjust the rc.d. couchdb is on for doing chkconfig >=20 > But... >=20 > I get this boot.log error on startup > =1B[74G[ OK ] > * Starting database server couchdb =1B[80G Apache CouchDB needs = write permission on the PID file: = /opt/couchdb-1.0.1/var/run/couchdb/couchdb.pid >=20 > So how do I set the permissions? >=20 > Thanks for all your help. I feel like I've almost got it working now. >=20 > Dan >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > -----Original Message----- > From: Mikhail A. Pokidko > To: user@couchdb.apache.org > Sent: Thu, Sep 2, 2010 12:22 am > Subject: Re: get couchdb to startup with server >=20 >=20 > On Thu, Sep 2, 2010 at 10:11 AM, wrote: >=20 >=20 >=20 >> It is working now, but I don't think that installer puts anything in = the=20 >=20 > init.d folder? >=20 >=20 >=20 > Oh, couchio installer. No, it doesn`t puts to system init.d. >=20 >=20 >=20 >> Is there something I should drag in there from the installation -- = maybe=20 >=20 > what's in the /opt/couchdb-1.0.1/etc folder? >=20 >=20 >=20 > Yes, copy /opt/couchdb-1.0.1/etc/init.d/couchdb to /etc/init.d/ and >=20 > check chkconfig again. >=20 >=20 >=20 >> I don't know what couchio is trying to do but so far this installer = with 10.04=20 >=20 > has caused a lot of trouble for me. >=20 >=20 >=20 > Just ask them?) >=20 >=20 >=20 > --=20 >=20 > xmpp: pma AT altlinux DOT org >=20 >=20 >=20