From user-return-5879-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Aug 08 02:42:57 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 75655 invoked from network); 8 Aug 2009 02:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Aug 2009 02:42:57 -0000 Received: (qmail 5861 invoked by uid 500); 8 Aug 2009 02:43:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 5787 invoked by uid 500); 8 Aug 2009 02:43:03 -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 5777 invoked by uid 99); 8 Aug 2009 02:43:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2009 02:43:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zachary.zolton@gmail.com designates 209.85.210.204 as permitted sender) Received: from [209.85.210.204] (HELO mail-yx0-f204.google.com) (209.85.210.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Aug 2009 02:42:52 +0000 Received: by yxe42 with SMTP id 42so2612404yxe.13 for ; Fri, 07 Aug 2009 19:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=6AjqeXnMrAoiarvivGVKvMtEi67cgPDUZ1ZAQ8+Sz+o=; b=fVik/EXs1WfpkhRWdZ5ksHJOZeEo0GLbHpnJO3f7m4Pz0d2oniiK7vkKbFkCoIblpG pD16yb8dLSKXBSfvE4kdQOoepcJ/CYxAQ9AAScvPaFB347hndKwW3JKptaZx+W1d7IMq STofhZg8+Kb34BBbOwcb981XDNH+6ExMJwoE0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=B5umdj1adW0K5kRMgRIInKOwGpKWnGO6TEnofWm0jfassoxLbV+H3ojCH1FZ91eJ8r 3ohai3E25ISYToytmtdRW6EemyIFEpACameufimxBXPKRPggwmIgYeHe9DhiSq/aMneK tvwgfkQ40EmDo5KqKkKWElXj5pM8Vgw1F0OGc= Received: by 10.100.122.1 with SMTP id u1mr1251049anc.15.1249698959092; Fri, 07 Aug 2009 19:35:59 -0700 (PDT) Received: from ?192.168.1.102? ([99.23.133.206]) by mx.google.com with ESMTPS id b7sm1137671ana.17.2009.08.07.19.35.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Aug 2009 19:35:57 -0700 (PDT) Message-Id: <170085DF-76FF-48F3-820D-552D3B8B73CD@gmail.com> From: Zachary Zolton To: "user@couchdb.apache.org" In-Reply-To: <20090808012044.GA23303@tumbolia.org> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7A341) Mime-Version: 1.0 (iPhone Mail 7A341) Subject: Re: Setting PID file path in 0.9.1 Date: Fri, 7 Aug 2009 21:36:10 -0500 References: <20090808012044.GA23303@tumbolia.org> X-Virus-Checked: Checked by ClamAV on apache.org So, if sudo make install works, then I should have a PID file at that path? On Aug 7, 2009, at 8:20 PM, Noah Slater wrote: > On Fri, Aug 07, 2009 at 04:07:59PM -0500, Zachary Zolton wrote: >> Did the config change in 0.9.1, for where I need to set the path to >> CouchDB's PID file? > > Yep, it was noted in the CHANGES file: > > * PID file directory is now created by the SysV/BSD daemon scripts. > >> However after successfully starting CouchDB, I don't see anything >> in that file. > > It is now: > > /var/run/couchdb/couchdb.pid > > This is taken care of by the SysV/BSD daemon scripts. > > Thanks, > > -- > Noah Slater, http://tumbolia.org/nslater