today I updated my Mongo.. mongodb-stable (from 10gen repo)
but my service has down. the following command not working
$ sudo service mongodb start
In shell launching $ mongo and # mongo I was able to find out that
$ mongo
# mongo
/data/db
sudo mkdir -p /data/db
sudo start --system mongod
(valid for Ubuntu 14.04 trusty)