Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0B2F10A03 for ; Fri, 9 Aug 2013 09:46:19 +0000 (UTC) Received: (qmail 73143 invoked by uid 500); 9 Aug 2013 09:46:17 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 73024 invoked by uid 500); 9 Aug 2013 09:46:08 -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 73016 invoked by uid 99); 9 Aug 2013 09:46:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 09:46:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrey.kouprianov@gmail.com designates 209.85.128.178 as permitted sender) Received: from [209.85.128.178] (HELO mail-ve0-f178.google.com) (209.85.128.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 09:46:01 +0000 Received: by mail-ve0-f178.google.com with SMTP id ox1so3808998veb.37 for ; Fri, 09 Aug 2013 02:45:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=swjjvG7rAnzP+o0fB9c9Y1ka3uGf6iv7p6PCA0lX4dA=; b=L3wVFDcwjbMAAQNH/LgL29Iqa0gP5Hkj6BWuN9Gj9m+HXAT8NobfhhXZQJpJFX011h zzALGTkBjZqkHJD5netBp39i91Om8x/MEQ4dsAh5uVvjRpKKbUG8rldOIVHi1ByF9lFY EkD2DKSy6AFFrK6dckWB+lNiKTRsLO+kOV4QKYL10tK2TMP3uItlNL+yCNsq8JNt/D1J JyCW3K/Kt+9CvZHVRHOvLpnOeS1GpUt+6yz68dJ8kcJHZQN52/cd97vixnmgirK6s0EG 1fp09H4rKauNxw83nxmScASeYtqZIvhz1bji466eJ/qzg4gIkok3gRvIA62n9DNNn00m AFYg== X-Received: by 10.220.48.194 with SMTP id s2mr3537587vcf.43.1376041541005; Fri, 09 Aug 2013 02:45:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.59.4.42 with HTTP; Fri, 9 Aug 2013 02:45:20 -0700 (PDT) From: Andrey Kuprianov Date: Fri, 9 Aug 2013 16:45:20 +0700 Message-ID: Subject: Couchdb service script does not stop the service To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=001a11c1e7fc3f769a04e380a352 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1e7fc3f769a04e380a352 Content-Type: text/plain; charset=ISO-8859-1 Hi guys, Im having trouble stopping couchdb service using the 'service couchdb stop'. I've just installed fresh couhdb-1.3.1 with couchdb-lucene 0.10.0 on Ubuntu 12.04 LTS and saw that couchdb log is full of eaddrinuse error again. netstat -anlp | grep 5984 was showing this: tcp 0 0 0.0.0.0:5984 0.0.0.0:* LISTEN 30992/beam.smp tcp 0 0 10.248.7.104:34314 10.248.14.201:5984 ESTABLISHED 30992/beam.smp tcp 0 0 10.248.7.104:41687 10.248.14.201:5984 TIME_WAIT - tcp 0 0 10.248.7.104:39102 10.248.14.201:5984 ESTABLISHED 30992/beam.smp The service script also doesnt print out any status about whether couch is running or not, so it seems like it's a dangling process. Any ideas? Andrey --001a11c1e7fc3f769a04e380a352--