From user-return-19710-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Wed Feb 1 00:18:04 2012 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 BF6B59329 for ; Wed, 1 Feb 2012 00:18:04 +0000 (UTC) Received: (qmail 85498 invoked by uid 500); 1 Feb 2012 00:18:03 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 85449 invoked by uid 500); 1 Feb 2012 00:18:02 -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 85430 invoked by uid 99); 1 Feb 2012 00:18:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 00:18:02 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.212.50] (HELO mail-vw0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 00:17:54 +0000 Received: by vbnl22 with SMTP id l22so650867vbn.23 for ; Tue, 31 Jan 2012 16:17:33 -0800 (PST) Received: by 10.52.177.40 with SMTP id cn8mr11779795vdc.43.1328055453248; Tue, 31 Jan 2012 16:17:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.17.144 with HTTP; Tue, 31 Jan 2012 16:17:13 -0800 (PST) X-Originating-IP: [68.4.109.196] In-Reply-To: References: From: Mark Hahn Date: Tue, 31 Jan 2012 16:17:13 -0800 Message-ID: Subject: Re: duplicate lines in futon config screen To: couchdb-user@apache.org Content-Type: multipart/alternative; boundary=bcaec5016323886c8204b7dc0144 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec5016323886c8204b7dc0144 Content-Type: text/plain; charset=ISO-8859-1 Correction: Commenting out the options in default.ini did fix the problem. So now the problem is that futon is showing a merge of default.ini and local.ini instead of local.ini overriding default.ini. On Tue, Jan 31, 2012 at 3:58 PM, Mark Hahn wrote: > I installed a fresh build of couch using build-couch. > > I replaced /root/build-couchdb/build/etc/default/couchdb with this ... > > COUCHDB_USER=root > COUCHDB_STDOUT_FILE=/mnt/db/stdout.log > COUCHDB_STDERR_FILE=/mnt/db/stderr.log > COUCHDB_RESPAWN_TIMEOUT=5 > COUCHDB_OPTIONS= > > I then replaced the local ini file with this ... > > [couchdb] > database_dir = /mnt/db/couch_dbs > view_index_dir = /mnt/db/couch_views > uri_file = /mnt/db/couch.uri > > [httpd] > bind_address = 0.0.0.0 > > [couch_httpd_auth] > secret = ...snip... > require_valid_user = true > > [log] > level = debug > include_sasl = false > file = /mnt/db/couch.log > > [admins] > root = ...snip... > > [uuids] > algorithm = utc_random > > Then I started couch with: /root/build-couchdb/build/bin/couchdb start > > Now when I go to the configuration screen in futon I see two lines for > each option that I put in local.ini. One has the old default value and one > is my new. What is really weird is that commented out lines in my > default.ini file that were overridden in local.ini and I'm still getting > the identical problem! It is as if there is a hidden .ini file somewhere. > > Has anyone seen this problem? Any ideas what is wrong? > > > --bcaec5016323886c8204b7dc0144--