Can't start MongoDB in Vagrant

about to fork child process, waiting until server is ready for connections.
forked process: 7891
ERROR: child process failed, exited with error number 1
To see additional information in this output, start without the “–fork” option.

Help me with this.

Chaitanya_Kashyap
You might have already got solution for this in discourse forum

Please run without fork option(interactive mode).It will throw error on your terminal as to why it is failing
Most likely missing dbpath,logpath or permissions issue

or with fork option you would have used logpath
Please check mongodb.log.It will give more details

1 Like