Scalable, high-performance, open source, document-oriented database.

learn more… | top users | synonyms

1
vote
1answer
37 views

How should I start MongoDB on a NUMA machine?

When I first installed MongoDB 2.2.3 with apt-get, following the instructions from 10gen installation guide, it auto starts when the server starts. However, after following the instructions in ...
0
votes
1answer
94 views

How can I install 64 bit mongodb after installing 32 bit

I recently installed mongodb for a project for a data mining class I'm taking and while loading all the documents I needed I got an error specifying mongodb is out of memory and that I needed to ...
0
votes
1answer
51 views

Mongodb shell is giving an error while connecting?

When you try to connect to mongodb it is giving a following error: root@ip-10-87-37-28:~# mongo MongoDB shell version: 2.0.4 connecting to: test Fri Mar 8 07:40:11 Error: couldn't connect to server ...
2
votes
1answer
50 views

What is skew value in Mongo DB Database replication?

I have just started the three MongoDB replica servers. I do not understand what is this screw value what it should be on which server? Which values should I monitor I have taken 2 screenshots ...
2
votes
2answers
101 views

Unable to install in mongodb

I am tring to install mongodb but its getting failed again and again. I am getting following error: mongodb is not found. I using following command to install mongodb: sudo apt-get install mongodb ...
0
votes
2answers
98 views

How to change the location that MongoDB uses to store its data?

I edited the MongoDB config file to store it's data in /home/user/data/mongod. But data is still written to the old directory, supposedly because the permissions to the new folder are not granted - ...
2
votes
2answers
156 views

Configuring mongo DB to work with NTFS drive

I have 120 GB SSD Drive with two partitions (NTFS with Windows and ext4 with Ubintu) and 2TB NTFS HDD shared between Windows and Ubuntu. I configured my HDD to be properly mounted on system boot: # ...
2
votes
1answer
52 views

How to make a juju relation between rails and mongodb?

The juju charm of mongodb does have support for which relations? Is possible to make a relation between rails and mongodb?
1
vote
3answers
263 views

issues in installation of mongo DB

I was installing mongo DB on my Ubuntu-12.04 system, but while i give the following command in my terminal apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 It gives me the following ...
0
votes
1answer
76 views

Confusion installing mongodb manually because of sitting behind a proxy

I am forced to install mongodb manually on an Ubuntu server because the machine sits behind a proxy and there is no way to temporary open port 11371 for key exchange to happen. I am following this ...
2
votes
2answers
280 views

How to move over from init.d to upstart for nginx

I have an init.d script for nginx that normally works fine. However, after a reboot it doesn't work properly and the worker process would die leaving just the master process. nginx has some mongodb ...
0
votes
0answers
140 views

Can't get mongodb key [closed]

I'm trying to follow the tutorial to install mongodb on my Mint netbook but I keep getting this: (it worked fine on my PC) sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 [sudo] ...
0
votes
0answers
139 views

How to use Nginx to export the mongoDB connection?

I have on my server 2 things: the node.js server and a mongodb database; The node.js server is reachable from myip/server; and now I would like to export the mongodb database to myip/database for ...
1
vote
2answers
468 views

How to fix sources list to get the MongoDB packages

I was reading a tutorial for mongoDB and it ended up to where I should have added a deb package in Ubuntu 11.10 sources list, I was able to find /etc/apt/sources.list.d/. I need to fetch the package ...
1
vote
2answers
6k views

What is a good MongoDB GUI client?

I've been using Rockmongo on Windows - it's a php based web tool. But on Ubuntu (12.04) it's behaving funny - queries timing out often - and I'm looking for better clients. Does anyone know anything ...
0
votes
1answer
54 views

Use MongoDB and PyMongo inside an PyGTK app

I am abort to make an Python app with Quickly. The app need to store some data in an database, To this I am planing to use MongoDB. So my question is like this: How can I make the py-app to auto ...
0
votes
1answer
135 views

What is the default data directory for mongodb if we install that in amazon ec2

I tried to find this info everywhere and couldn't find it. I already change mongodb.conf so I forget where the original directory is.
0
votes
2answers
336 views

mongod fails to start with error: mongod: symbol lookup error: mongod: undefined symbol: _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE

I am trying to start mongod but I get $ mongod mongod --help for help and startup options mongod: symbol lookup error: mongod: undefined symbol: _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE Searching ...
2
votes
2answers
688 views

MongoDB suddenly stopped working today (12.04)

After I updated to 12.04 a month or two ago I installed MongoDB via APT. Since that time it has worked well. I made no changes to the config or anything - it just worked out of the box. Today it ...
7
votes
3answers
9k views

How can I uninstall MongoDB and reinstall the latest version?

I need to uninstall mongodb completely from my system (Ubuntu 11.10) and install version 2.0.5. Currently, when I run: mongo db I get the following error: MongoDB shell version: 2.0.1 ...
1
vote
1answer
388 views

Is it possible to run 64-bit mongo db on my 32-bit pae enabled ubuntu?

If answer is negative then which workaround would be less painful? Reinstall the system? Run mongo in virtual machine with 64bit ubuntu? For now I need mongo only for dev purposes, but my test ...
0
votes
1answer
249 views

Installation of MongoDB via SoftwareCenter failed

I installed mongodb from the Ubuntu Software center, but when I want to run it from command line I get an error message like: mongod --help for help and startup options Sun Feb 12 10:51:14 ...
7
votes
5answers
10k views

How to start MongoDB server on system start?

I have to start my MongoDB server every time the system restarts. How do I configure it to start with my OS? I am on Ubuntu 11.04.
2
votes
0answers
1k views

Are there any good Mongodb GUI clients? [duplicate]

Possible Duplicate: What is a good MongoDB GUI client? Are there any good Mongodb GUI clients for Ubuntu? (Preferably that will run on Ubuntu 11.04.) I found one (JmongoBrowser) but I'm not ...