Another weird thing is happening. I've got a bunch of duplicate entries being shown in futon config page. One entry will be from the .ini file in my location (/ria/etc/db) and the other from the default location ( /root/build-couchdb/build/etc/couchdb ).
How can this happen? I'm using the -n option in my command to clear the chain. Also, how could the futon page show any duplicates? Wouldn't any later .ini setting replace an earlier one? An example of a futon duplicate follows. These are adjacent lines in the [couchdb] section. *uri_file* /root/build-couchdb/build/var/run/couchdb/couch.uri x <http://dev.comps2.info:5984/_utils/config.html#remove> *uri_file* /mnt/db/couch.uri x <http://dev.comps2.info:5984/_utils/config.html#remove> On Fri, Dec 16, 2011 at 2:37 PM, Mark Hahn <[email protected]> wrote: > Here is the command line I use to start couch. > > /root/build-couchdb/build/bin/couchdb -n \ > -a /ria/etc/db/default.ini \ > -a /ria/etc/db/local.ini \ > -p /mnt/db/couch.pid \ > -o /mnt/db/couch.stdout \ > -e /mnt/db/couch.stderr \ > -R -b -r 0 & > > A `ps aux` command shows this is the only version of couch running. > This is the resulting config chain ... > > $ couchdb -c > /root/build-couchdb/build/etc/couchdb/default.ini > /root/build-couchdb/build/etc/couchdb/local.ini > > The running version of couch is using this wrong config. What am I doing > wrong? > > I am using couch 1.1.1 on Ubuntu 10.04.3. > > >
