I run MongoDB on Mac:
Shave:mongodb_simple Logan$ ./bin/mongod -f conf/mongod.conf about to fork child process, waiting until server is ready for connections
By changing owner to mongodb for all files under /var/lib/mongodb/ it started working for me:
mongodb
/var/lib/mongodb/
chown mongodb:mongodb -R /var/lib/mongodb/