From dev-return-21221-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Mar 1 18:57:50 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 857D795BE for ; Thu, 1 Mar 2012 18:57:50 +0000 (UTC) Received: (qmail 45414 invoked by uid 500); 1 Mar 2012 18:57:50 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 45375 invoked by uid 500); 1 Mar 2012 18:57:50 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 45365 invoked by uid 99); 1 Mar 2012 18:57:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 18:57:49 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of koeglstefan@gmail.com designates 209.85.215.180 as permitted sender) Received: from [209.85.215.180] (HELO mail-ey0-f180.google.com) (209.85.215.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 18:57:40 +0000 Received: by eaal12 with SMTP id l12so302966eaa.11 for ; Thu, 01 Mar 2012 10:57:20 -0800 (PST) Received-SPF: pass (google.com: domain of koeglstefan@gmail.com designates 10.14.94.133 as permitted sender) client-ip=10.14.94.133; Authentication-Results: mr.google.com; spf=pass (google.com: domain of koeglstefan@gmail.com designates 10.14.94.133 as permitted sender) smtp.mail=koeglstefan@gmail.com; dkim=pass header.i=koeglstefan@gmail.com Received: from mr.google.com ([10.14.94.133]) by 10.14.94.133 with SMTP id n5mr3721382eef.104.1330628240603 (num_hops = 1); Thu, 01 Mar 2012 10:57:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=VlqA5L3rjCqEJ/rV0p8ze5CRLS5Gm4WS7kCMymdmPQA=; b=PryoXv91CY5dXA5/b8GmShXPsOJHYABX4WTbCC+qCfLC9kQRuyYdSGAqG3yCYbnHUk eyBwz8qcMTQt72dvpvPihkw7yXeV/Gf6mt/jmUOkYJJwlOYTHfrZtD0lgD3a7+R0liS/ jWiRJELblxqS1Uncu+csI+LR9nbtLSHVQkgPk= Received: by 10.14.94.133 with SMTP id n5mr2851293eef.104.1330628240495; Thu, 01 Mar 2012 10:57:20 -0800 (PST) Received: from [192.168.0.132] (vie-91-186-150-053.dsl.sil.at. [91.186.150.53]) by mx.google.com with ESMTPS id o11sm1926448eef.4.2012.03.01.10.57.18 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 01 Mar 2012 10:57:19 -0800 (PST) Message-ID: <4F4FC68D.7080206@gmail.com> Date: Thu, 01 Mar 2012 19:57:17 +0100 From: =?ISO-8859-1?Q?Stefan_K=F6gl?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: Crash of CouchDB 1.2.x References: <5D5AF65F-88FE-4A19-8D92-800E956235B6@apache.org> <26E0BD0D-0047-44B1-925C-BBA68A3448A3@apache.org> In-Reply-To: <26E0BD0D-0047-44B1-925C-BBA68A3448A3@apache.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 03/01/2012 07:38 PM, Jan Lehnardt wrote: > On Mar 1, 2012, at 19:18 , Stefan Kögl wrote: >> If this is a problem, I could remove CouchDB first and do a fresh >> install instead. What would be the preferred way to do a clean >> uninstall? > > I don't want to claim that this is definitely the cause for your > problem, but it'd be great if you could do a clean, fresh, empty > install to make sure we can rule that out as :) I just did /etc/init.d/couchdb stop make uninstall make install # edit local.ini -- why does that get removed anyway? /etc/init.d/couchdb start Is that enough to count as a fresh install, or should I do anything else? I'll continue monitoring the instance. Previously the error happened after a few days, so I can't say yet if the re-install changed anything. -- Stefan