From dev-return-15165-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Mar 10 01:20:21 2011 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 68557 invoked from network); 10 Mar 2011 01:20:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Mar 2011 01:20:21 -0000 Received: (qmail 23980 invoked by uid 500); 10 Mar 2011 01:20:21 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23936 invoked by uid 500); 10 Mar 2011 01:20:21 -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 23928 invoked by uid 99); 10 Mar 2011 01:20:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 01:20:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 01:20:20 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8B5E24BA7C for ; Thu, 10 Mar 2011 01:19:59 +0000 (UTC) Date: Thu, 10 Mar 2011 01:19:59 +0000 (UTC) From: "Michael Wiederhold (JIRA)" To: dev@couchdb.apache.org Message-ID: <951297216.9809.1299719999567.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <335384205.9685.1299717959452.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (COUCHDB-1086) Improve config file write-back behavior. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004923#comment-13004923 ] Michael Wiederhold commented on COUCHDB-1086: --------------------------------------------- If it is the case that writing to the last config file specified is always the correct behavior then having a local.ini files seems somewhat useless since there wouldn't be anything in it unless the user manually wrote to it. Agreed on the lower priority. > Improve config file write-back behavior. > ----------------------------------------- > > Key: COUCHDB-1086 > URL: https://issues.apache.org/jira/browse/COUCHDB-1086 > Project: CouchDB > Issue Type: Improvement > Components: Futon > Environment: Ubuntu 10.04 > Reporter: Michael Wiederhold > Priority: Minor > > 1) I install couchdb and change the bind address in default.ini to 0.0.0.0 so I can access couch remotely. > 2) In futon I change the bind address to 127.0.0.1 and then refresh the web page an the web ui disappears. > 3) I go back into the config file default.ini and the bind address is still 0.0.0.0. > 4) I then go into local.ini and there is nothing except for comments. > 5) I restart the server and it binds to 127.0.0.1 and I cannot see futon. > The issue is that when changing the bind address in futon, futon puts the new address in the config file with the highest priority which is in this case the geocouch config file, but the proper place to put the new bind address is in local.ini. > I marked this as critical because I can see it affecting a decent amount of users. Should be a quick fix. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira