I have installed mongo and bson_ext now I have created a .rb file with the following contents ::
require \'rubygems\' require \'mongo\' db = Mongo::Connecti
had this happen several times now, and here is the solution that works for me:
sudo rm /var/lib/mongodb/mongod.lock sudo -u mongodb mongod -f /etc/mongodb.conf --repair sudo start mongodb sudo status mongodb