I am working on Ubuntu OS 16.04. I am starting mongodb using commands:: sudo service mongod start and then mongo
sudo service mongod start
mongo
It generated this error for m
mongod --repair worked for me ,
sudo mongod --repair sudo mongod
Then open a different tab/terminal:
After this your local setup will work properly