Advertisement
vamsiampolu

Error when trying to start mongodb in the background

Oct 27th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. vagrant@precise32:~/app$ sudo mongod --fork --logpath /var/log/mongodb.log --db
  2. path ./data
  3. Mon Oct 27 17:50:21.964
  4. Mon Oct 27 17:50:21.966 warning: 32-bit servers don't have journaling enabled by
  5. default. Please use --journal if you want durability.
  6. Mon Oct 27 17:50:21.967
  7. about to fork child process, waiting until server is ready for connections.
  8. forked process: 5360
  9. all output going to: /var/log/mongodb.log
  10. log file [/var/log/mongodb.log] exists; copied to temporary file [/var/log/mongo
  11. db.log.2014-10-27T17-50-22]
  12. ERROR: child process failed, exited with error number 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement