From couchdb-user-return-566-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Fri Jun 20 15:32:33 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 95890 invoked from network); 20 Jun 2008 15:32:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 15:32:33 -0000 Received: (qmail 23266 invoked by uid 500); 20 Jun 2008 15:32:34 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 23238 invoked by uid 500); 20 Jun 2008 15:32:34 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 23227 invoked by uid 99); 20 Jun 2008 15:32:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 08:32:34 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brking@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 15:31:44 +0000 Received: by wx-out-0506.google.com with SMTP id s13so476603wxc.21 for ; Fri, 20 Jun 2008 08:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=soKHgvqvzOY1We60hZEq59sH9s0LZtMw4lnUOuXioHI=; b=ene2rs/7vkErWakr3O9Td2nlH9UqfSx3nHVBFrIL8QoZAc94QGqTqiqKvJtUxe9vZL mel6U+rr7bK6f2iovpXOoI6pK1d5hQrz9zb+ZkumQVME9bxQFw4RGREBgefknbP2oVqu eWqBX6DODEeJv4uuMV8OD76NstFv1hVjnhd20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=o+c5NIZLxeVLzU0UBb1sbIsZXaaag4msQKCp4uOH/EVuiKrOZ5fQPxNJYhqlSNQ3uj 0hFLv0XdjVG7ucBipAhSxhP+n3GJWxF8XK75G76k2QFSGmGId0Zdvyjo1KtMkGw+eMl3 Wvu/+kgT/AAGeDc/E9ErRFNq+hsO897yqV8GM= Received: by 10.70.36.20 with SMTP id j20mr4075506wxj.15.1213975922893; Fri, 20 Jun 2008 08:32:02 -0700 (PDT) Received: by 10.70.91.4 with HTTP; Fri, 20 Jun 2008 08:32:02 -0700 (PDT) Message-ID: <888cd9180806200832v37d17be4wd8fc883ec6b2b02a@mail.gmail.com> Date: Fri, 20 Jun 2008 11:32:02 -0400 From: "Brad King" To: couchdb-user@incubator.apache.org Subject: Re: child_terminated In-Reply-To: <20080620151804.GF17003@bytesexual.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <888cd9180806200809m2c37b8d5l3abbd7093e0c5c04@mail.gmail.com> <20080620151804.GF17003@bytesexual.org> X-Virus-Checked: Checked by ClamAV on apache.org I think I have run out of disk space, which is not surprising considering I'm testing adding hundreds of thousands of documents from our SQL server system. root@d0002rptdb03 couchdb]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/vg01-lv01 6.7G 6.4G 0 100% / /dev/sda1 99M 18M 76M 20% /boot tmpfs 502M 0 502M 0% /dev/shm /dev/mapper/vg01-data 4.0G 102M 3.7G 3% /pgdata My product.couch file is over 3G in size, so loading in an editor isn't practical. Is this error what one might expect when storage is depleted? On Fri, Jun 20, 2008 at 11:18 AM, Noah Slater wrote: > On Fri, Jun 20, 2008 at 11:09:47AM -0400, Brad King wrote: >> {couch_db,create, >> ["product","/usr/local/var/lib/couchdb/product.couch",[]]}}, > > Can you check the following file: > > /usr/local/var/lib/couchdb/product.couch > > As the user you are running CouchDB with, can you edit that file? > > -- > Noah Slater, http://people.apache.org/~nslater/ >