Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 22467 invoked from network); 3 Aug 2009 18:05:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Aug 2009 18:05:24 -0000 Received: (qmail 48156 invoked by uid 500); 3 Aug 2009 18:05:28 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 48076 invoked by uid 500); 3 Aug 2009 18:05:28 -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 48066 invoked by uid 99); 3 Aug 2009 18:05:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 18:05:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of francisco.treacy@gmail.com designates 209.85.218.225 as permitted sender) Received: from [209.85.218.225] (HELO mail-bw0-f225.google.com) (209.85.218.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Aug 2009 18:05:19 +0000 Received: by bwz25 with SMTP id 25so4264457bwz.11 for ; Mon, 03 Aug 2009 11:04:58 -0700 (PDT) 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=7h+rSPMMUoOz+aS0MGjvhLvnAlhmGTDoBQWYoJDkX+o=; b=SLgtVpmlMHUDXZkLTvm2cNj0XW1YfXAq209S0bRJ4ZQUgV/uLdRGTB5tovjJ9u8S4n KezXthUu0+dEdfT3FB7Wm5H41q/Xzii1mGbP2EIgLbIi0NN0p+SQra5nXoarQGp3u9dW IVxlzZOqAigfRO24/DVwMDzsvxR+K8/N74R8s= 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=l0OjVHdSSMtIxdMRITCs7/XmBGW9cnnnhj3kAH5SWZtSfFgEg9AviVtZig3XkJK0kt YPA4bBHC+yy2mxPKkudAKjfvTcH2o7vJo66pGQCBbw5dpIqhEouAT7tXjHznJgFWWKL8 DzbGZY0bYYwPnRLKVqndXRdaNsEkoUL5DB0XU= MIME-Version: 1.0 Received: by 10.204.79.20 with SMTP id n20mr62667bkk.78.1249322698706; Mon, 03 Aug 2009 11:04:58 -0700 (PDT) In-Reply-To: References: <41c8480f0908021425uc2e0ab0n61d30cc5b3ae38cd@mail.gmail.com> Date: Mon, 3 Aug 2009 20:04:58 +0200 Message-ID: <41c8480f0908031104oc1d7be6i24b5835c73a2db10@mail.gmail.com> Subject: Re: can't access database after restart From: francisco treacy To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I guess it was that, something to do with users. I was trying to restart via sudo /etc/init.d/couchdb _ , but I needed to execute utils/run. Thanks, Francisco 2009/8/3 Paul Joseph Davis : > > Francisco, > > Looks like you're running couchdb as a different user that doesn't have > write access to the existing couch files. > > Paul Davis > > On Aug 2, 2009, at 5:25 PM, francisco treacy > wrote: > >> Hi all, >> >> I restarted CouchDB and now all I get is a super-cryptic Erlang-y error: >> >> curl http://localhost:5984/blog =3D> >> {"error":"error","reason":"{{badmatch,{error,eacces}},\n >> [{couch_file,init,1},\n =A0{gen_server,init_it,6},\n >> {proc_lib,init_p,5}]}"} >> >> However some URLs still work fine: >> curl http://localhost:5984/ =3D> {"couchdb":"Welcome","version":"0.9.0"} >> curl http://localhost:5984/_all_dbs =3D> ["blog","test"] >> >> I'm totally clueless. Any ideas? >> >> Thanks! >> >> Francisco >