Tweaks the "if mongodb isn't working" troubleshooting section

This commit is contained in:
Will Kahn-Greene 2011-05-07 09:56:39 -04:00
parent 7501000353
commit 2704f7a6cb

View File

@ -258,6 +258,12 @@ If you see this::
then make sure mongodb is installed and running.
If it's installed, check the mongodb log. On my machine, that's ``/var/log/mongodb/mongodb.log``. If you see something like::
old lock file: /var/lib/mongodb/mongod.lock. probably means...
Then delete the lock file and relaunch mongodb.
Wiping your user data
=====================