I\'ve installed the mongodb 2.0.3, using the mongodb-10gen debian package. Everything went well, except the service which is installed by default is not starting up when com
On my ubuntu server, just run:
sudo rm /var/lib/mongodb/mongod.lock mongod --repair sudo service mongodb start