The couchdb tag has no wiki summary.
0
votes
1answer
16 views
Starting couchdb without root
I want to run a non-system-wide couchdb instance (as a local, unprivileged user). But couchdb needs to be able to read /etc/couchdb/*.ini, which are -rwxrwx--- 1 couchdb couchdb, even if I tell it to ...
0
votes
1answer
18 views
Uninstalling couchdb built from source
Can anyone tell me how I uninstall a CouchDB installation built from source using build-couchdb? I deleted the build directory as they said, but I can still start and stop it and everything.
0
votes
1answer
32 views
Can't Access CouchDB Remotely
Please keep in mind that I have this installed on an Amazon EC2 instance running the latest version of Ubuntu Server.
I have changed the bind_address to 0.0.0.0.
netstat -an | grep 5984 yields the ...
0
votes
1answer
38 views
CouchDB inaccessible on Amazon EC2
I am using an Amazon EC2 "micro" instance as a testbed for a new project, one that is supposed to use CouchDB. Although the DBMS has installed correctly (via pacman; I'm using ArchLinux) and appears ...
1
vote
0answers
83 views
How to configure SSL for CouchDB
How do I configure Couchdb to use ssl, I've followed the instructions here with no success.
I generate my own self-signed certificate:
mkdir cert && cd cert
openssl genrsa > privkey.pem
...
0
votes
0answers
224 views
How to setup CouchDB server?
Context: Mac OS X 10.6.8 Snow Leopard
I have just installed CouchDB (using MacPorts). It runs fine locally on
http://127.0.0.1:5984/_utils/index.html
However, I can't quite figure how to make the ...
0
votes
1answer
82 views
CouchDB crashes at startup when path to config file has space(s)
I'm hoping to run CouchDB as a per-user Launch Agent on OS X. I'm using the coucdbx-core folder from the CouchDB Server.app as the base of my CouchDB deployment.
I'd like each user to have their own ...
0
votes
1answer
50 views
start couchbase on osx 10.8 but couchbase menu dis not display
I follow the instruction at
http://www.couchbase.com/docs/couchbase-manual-1.8/couchbase-admin-basics-running-macosx.html
to run couchbase on osx 10.8
but the menu of couch base never display
...
0
votes
1answer
79 views
Binding interface/domain to CouchDB
I'm running CouchDB on a windows 2008 Server and it works good on localhost (127.0.0.1) but when I try to change it to a specific IP or all interface (0.0.0.0) then it doesnt work.
I would like to ...
0
votes
2answers
63 views
Why does CouchDB persist on my machine despite having removed it? And how do I remove it fully (Ubuntu 11.10)?
I want to reinstall CouchDB on my machine, but I need to remove it fully first. I removed both couchdb and couchdb-bin packages using
sudo apt-get remove couchdb
sudo apt-get purge couchdb
...
1
vote
0answers
69 views
Chef with a secured couchdb
I've installed chef , which uses couchdb.
It worked fine until i've secured couchdb by creating an admin user in couchdb giving and setting require_valid_user = true in default.ini as written here: ...
3
votes
1answer
350 views
Varnish purge on POST or PUT
In my application stack, I'm using CouchDB (in this scenario, to all intents and purposes it's a simple REST server) and I want to put Varnish in front of it to alleviate read load.
I know that ...
0
votes
0answers
65 views
What linux distribution should we use to develop a application with apache-couchdb? [closed]
We are developing a couchdb application and we want to use the newest version at the moment 1.2.0 of couchdb for that effort. Unfoturnatly, most modern versions of nearly all distributions ship only ...
2
votes
1answer
183 views
architectural questions on bigcouch cluster set up in two data centers
What would be an ideal setup for these requirements: -- can read and write data from both data center -- if either data center is lost, the other can take over
The options I can think of : -- say if ...
2
votes
1answer
97 views
CouchDB plugin for Wireshark?
I am trying to understand CouchDB network traffic with Wireshark and find it very difficult.
A simple transaction with plain-text content seems to result in many lines in Wireshark, most of them ...
0
votes
2answers
325 views
How do I completely remove all references to couchdb from Ubuntu 11.10?
I have removed and purged couchdb from Ubuntu, but if I type "couchdb" in the shell at any point, the system still tries to start it up before crashing. I checked /usr/bin, and I still have references ...
0
votes
2answers
214 views
CouchDB/xulrunner hang on Ubuntu 10.04 LTS
I have an Ubuntu 10.04 LTS box setup as a Chef server. This was all working fine until the first time the box was rebooted, after which the following three (possibly unrelated) things happened:
...
1
vote
1answer
297 views
How to change couchdb time-zone setting in log file?
I having an strange situation,
in futon, the JavaSCript shell is returning date time in GMT+8,
which is inline with the server timezone.
However, when I tail the log file,
it is showing GMT -3, 11 ...
4
votes
1answer
161 views
Filesystem compression a good idea for CouchDB storage?
I'm hosting CouchDB databases on Amazon EC2, and I was wondering if I can have better I/O performance (and better disk utilization, of course) if I use a filesystem that supports compression. I ...
2
votes
1answer
240 views
CouchDB test suite gives 502 Bad Gateway behind Nginx proxy?
I installed CouchDB on my Ubuntu server from the stable PPA. Then I put this in my nginx.conf:
server {
listen 80;
server_name couchdb.mydomain.com;
location / {
proxy_pass ...
1
vote
1answer
204 views
BigCouch all_nodes vs cluster_nodes
I have a BigCouch cluster that I'm spinning up in EC2. I've launched the instances correctly and set the proper constants, but when I try to let the nodes know about each other, their "_membership" ...
1
vote
1answer
153 views
Couchdb v1.1.0 `Object.keys is not a function`
On my local osx setup, I have couchdb v1.0.2 installed. I wrote several script against this version all of which worked fine.
On my remote debian 6 server, I originally had couch v0.11.0 installed. ...
1
vote
2answers
175 views
Couchdb removal
I am trying to remove couchdb in my Ubuntu Server ( 10.04 ) and I received the following error:
dpkg: error processing couchdb (--purge):
Package is in a very bad inconsistent state - you should
...
1
vote
1answer
349 views
Chef clients are unable to connect after Ubuntu upgrade
After I upgraded Ubuntu on my chef server from 10.04 to 10.10, all my knife and chef clients stopped working. I received 401: Unauthorized exceptions for every query and operation.
I tried ...
1
vote
1answer
294 views
CouchDB setup issues. RHEL6
I recently started an EC2 instance to test some couchdb projects, but for some reason I cannot seem to access the database.
Port 5984 is open on both RHEL and in the security group, but I get cannot ...
0
votes
1answer
533 views
MongoDB (or CouchDB) on a desktop machine?
If I try to run MongoDB on a desktop-grade machine, what performance should I expect? Let's suppose I'll have a regular SATA drive, something like Core 2 Duo and 4 or 8 GB of RAM. Will it be ...
1
vote
1answer
567 views
installing CouchDB 1.0.1 on Ubuntu 10.04 using http://www.couch.io/get#ubuntu
stall couc
I was wondering what are the steps do i need to perform for installing couchdb using the package from http://www.couch.io/get#ubuntu ?
I understand that i need to run
sudo chmod a+x ...
2
votes
5answers
3k views
How to remove all Couchdb versions in Ubuntu 10.04 (server)? ( after multiple installs )
I have done multiple installs of CouchDB using
sudo aptitude install couchdb
sudo ap-get install couchdb
and more recently based on the instructions found at L ...
2
votes
4answers
1k views
File store: CouchDB vs SQL Server + file system
I'm exploring different ways of storing user-uploaded files (all are MS Office documents or alikes) on our high load web site. It's currently designed to store documents as files and have a SQL ...
1
vote
1answer
180 views
CouchDB replication of HA CouchDB pairs
What would be the best approach for CouchDB replication in the following setup:
A1 and A2 are two CouchDB servers in one DC. They both pull data from each other, although only one is actively used, ...
1
vote
1answer
138 views
CouchDB shuts down for no apparent reason
My CouchDB server (on a CentOS 4 installation) sometimes shuts down without my knowing.
I'm sure the server doesn't restart (looking at the uptime).
I've looked in the logs (both the var/log ...
1
vote
1answer
454 views
How can I make sure an init.d-script runs after network-interfaces received their addresses over DHCP?
I just installed couchdb on a debian5 system and added symlinks to the /etc/init.d/couchdb-script. Unfortunately, this script gets triggered on startup before the network interface received the ...
1
vote
2answers
766 views
Storing Hundreds of Millions of Records
My company will be coming into possession of a dataset consisting of approximately 200-300 million records. The source material is csv and is about 150GB uncompressed. We would need to perform an ...
0
votes
1answer
311 views
CouchDB like replication for MySQL?
Is it possible to setup CouchDB like replication for MySQL?
Replication to be initiated from an web application.
Replication should be a two way process. i.e. Synchronization
If there is a failure ...
0
votes
1answer
626 views
Couchdb failing test suite on Linux
I've been trying to install CouchDB on my webfusion virtual server. I followed the latest instructions from the webfusion forum (see: http://forum.webfaction.com/viewtopic.php?id=2355 ) and it runs ...
1
vote
1answer
249 views
How can I proxy couchDB as a sub-diectory with lighttpd?
I have a sub-directory on my web server (lighttpd) that I want to point at a CouchDB instance running on the same machine. I tried using mod_proxy but it sends along the whole request, like a proxy ...
4
votes
2answers
684 views
CouchDB cross domain access from web?
Currently, web application need to offer some kind of cross-domain HTTP header to access data on other domain: http://openfontlibrary.org/wiki/Web_Font_linking_and_Cross-Origin_Resource_Sharing
Is ...
1
vote
2answers
90 views
Need simple, fast way to store large gobs of xml to a server
Our client software is currently sending large amounts of xml to our SQL Server db, stored as NTEXT, and the db is getting huge and performance is suffering. This xml doesn't need to be indexed, just ...
0
votes
1answer
112 views
CouchDB Errors: “undefined symbol: js_fgets” on Ubuntu 10.04
ServerFault Community.
I have been wrestling with this problem for weeks without resolution and was hoping that someone here might be able to help. As indicated above, this is in Ubuntu 10.04 (x86) ...
0
votes
1answer
124 views
Mesh Networked servers via vpn
I got a design idea and I would like to have some advice from SF about It. I have 5 customers with small real-estate databases. I've built for them a desktop app and now they would like to merge their ...
0
votes
1answer
917 views
CouchDB 0.11 on Ubuntu 10.04
i have successfully installed CouchDB 0.11 on Ubuntu 10.04 based on the Installation instruction in couchdb wiki for ubuntu 10.04. with appending " --bindir=/usr/bin --sbindir=/usr/sbin ...
2
votes
2answers
1k views
Upgrade default install of CouchDB on Ubuntu 10.04
I've installed ubuntu 10.04 LTS, and ran apt-get install couchdb. This installed 0.10.0, however the newest is 0.11.0 and I would like to install that from source.
What's the appropriate way of ...
0
votes
2answers
124 views
How to autostart apps in OS X as a different user
I am playing with CouchDB and whenever I do, I first have to issue
sudo couchdb -i -u couchdb couchdb -b
This starts CouchDB as the user couchdb, group couchdb. I then also have to enter my ...
0
votes
3answers
696 views
How to access a service inside a linux virtual machine
I've recently installed linux using Sun's VirtualBox. I was wanting to play around with CouchDB, so I installed it onto the linux vm and have it up and running. Now, how do I get my host (Win7) to ...
2
votes
2answers
548 views
How to install couchdb 0.10 on Ubuntu 8.04 LTS?
How to install couchdb 0.10 on Ubuntu 8.04 LTS ?
I get an error : erlang wrong version ...
13
votes
6answers
12k views
Why can't I access my CouchDB instance externally on Ubuntu 9.04 server?
Update: I got it working now. Jim Zajkowski's answer helped me detect that my /etc/init.d/couchdb reboot calls weren't actually rebooting the instance. After I manually killed the CouchDB processes ...
6
votes
1answer
1k views
How to avoid restarting Apache proxy when you restart CouchDB
I'm running a localhost CouchDB instance using CouchDBX on my Mac, proxied behind Apache 2 using the ProxyPass directive:
<VirtualHost *:80>
ServerName playlick # points to localhost in ...
6
votes
2answers
1k views
Scalable CouchDB setup
I want to migrate an existing application that has approx. 10 million records stored in a relational database to CouchDB. The thing that I love about CouchDB is easy replication and fast cached views. ...
3
votes
3answers
401 views
Any suggestions on emitting Apache HTTPd access logs to CouchDB?
I'm interested in sending Apache2 access logs directly to CouchDB or some other document storage system. Do you know of any Apache2 modules that do this, or what options there would be to write one ...