From user-return-7527-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Nov 11 10:55:21 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 82976 invoked from network); 11 Nov 2009 10:55:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Nov 2009 10:55:21 -0000 Received: (qmail 27845 invoked by uid 500); 11 Nov 2009 10:55:20 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 27766 invoked by uid 500); 11 Nov 2009 10:55:20 -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 27754 invoked by uid 99); 11 Nov 2009 10:55:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 10:55:20 +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 rrc7cz@gmail.com designates 209.85.220.220 as permitted sender) Received: from [209.85.220.220] (HELO mail-fx0-f220.google.com) (209.85.220.220) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Nov 2009 10:55:12 +0000 Received: by fxm20 with SMTP id 20so910104fxm.35 for ; Wed, 11 Nov 2009 02:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=i7WltHOB7D67eEEo7jhOcr9prppb2oHlqI9fIq+om6k=; b=Pwjev9eoOoMghKIp3tMhtXhtB4aZz/jgNdYdYQC87N/3UbXTJXwahIqueTXbt9hNAn ID9P3JVbpl2uTBSLCQHn8Qxf/agPI9rSwDtTcq6FbOreDWWr2NpPATAeUec1TBqHaGiZ lN5+KficZA4DJgkUHu0I/FV1N8nTU/AEw0W3c= 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:content-transfer-encoding; b=hdjJ0PSi1U+SxFZX4qDhqg9AeEfZtZy8wAh1e8OGD2ZrcWLxhMPv3x+m4XQ//vOkfO 7oTp1vnl6vfmm936y8VP1TSIAE9HmJiBOnJnM7EU2GeFqSh08o3zyY5yq0cYdNUqNWpn dtDpLc+5i89fKLuS0nbcj93kXaU/9isZd9rJQ= MIME-Version: 1.0 Received: by 10.204.150.77 with SMTP id x13mr1322743bkv.100.1257936891956; Wed, 11 Nov 2009 02:54:51 -0800 (PST) In-Reply-To: References: Date: Wed, 11 Nov 2009 11:54:51 +0100 Message-ID: Subject: Re: /etc/init.d/couchdb stop never really stops the db From: Robert Campbell To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Here is me running "couchdb -b" three times w/ps -A | grep couchdb: root@default:~# couchdb -b Apache CouchDB has started, time to relax. root@default:~# couchdb -b Apache CouchDB has started, time to relax. root@default:~# ps -A | grep couchdb 4389 ? 00:00:00 couchdb 4419 ? 00:00:00 couchdb 6399 ? 00:00:05 couchdb root@default:~# couchdb -b Apache CouchDB has started, time to relax. root@default:~# ps -A | grep couchdb 4389 ? 00:00:00 couchdb 4419 ? 00:00:00 couchdb 6399 ? 00:00:05 couchdb On Wed, Nov 11, 2009 at 12:31 AM, Noah Slater wrote: > Great, what happens when you do: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0couchdb -b > > Is CouchDB running? > > What happens when you do this next: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0couchdb -d > > Has CouchDB stopped? > > If it hasn't stopped for this last thing, can you do the same hashbang > change for: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0/usr/bin/couchdb > > Or whatever it is called on your system. >