From dev-return-21224-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Mar 1 20:39:55 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 C5A229AF2 for ; Thu, 1 Mar 2012 20:39:55 +0000 (UTC) Received: (qmail 81376 invoked by uid 500); 1 Mar 2012 20:39:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 81330 invoked by uid 500); 1 Mar 2012 20:39:55 -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 81321 invoked by uid 99); 1 Mar 2012 20:39:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 20:39:55 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.244.253.218] (HELO mail.traeumt.net) (80.244.253.218) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 20:39:47 +0000 Received: from [10.0.0.10] (91-64-198-154-dynip.superkabel.de [91.64.198.154]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.traeumt.net (Postfix) with ESMTPSA id 62CF93CDD6 for ; Thu, 1 Mar 2012 21:39:26 +0100 (CET) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1257) Subject: Re: Crash of CouchDB 1.2.x From: Jan Lehnardt In-Reply-To: <4F4FC68D.7080206@gmail.com> Date: Thu, 1 Mar 2012 21:39:25 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5D5AF65F-88FE-4A19-8D92-800E956235B6@apache.org> <26E0BD0D-0047-44B1-925C-BBA68A3448A3@apache.org> <4F4FC68D.7080206@gmail.com> To: dev@couchdb.apache.org X-Mailer: Apple Mail (2.1257) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 1, 2012, at 19:57 , Stefan K=F6gl wrote: > On 03/01/2012 07:38 PM, Jan Lehnardt wrote: >> On Mar 1, 2012, at 19:18 , Stefan K=F6gl 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? >>=20 >> 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 :) >=20 > I just did >=20 > /etc/init.d/couchdb stop > make uninstall > make install > # edit local.ini -- why does that get removed anyway? > /etc/init.d/couchdb start >=20 > 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. Where in there did you do the git pull? And was a make clean or git = clean involved? I think you should be in the clear with that procedure, but just to be sure, I think it'd be worth rm'ing all .beam files you find manually after the uninstall. local.ini is usually preserved across installations, but make uninstall is obviously an intent to get rid of all traces of a package, so it = should get removed :) Cheers Jan --=20