Thursday 15 July 2010

mongodb - Running mongod in the background in Linux -



mongodb - Running mongod in the background in Linux -

i run mongodb on vagrant,i have used next command:

sudo mongod --fork --logpath /var/log/mongodb.log --dbpath ./data

i have tried modifying above statement all(cumulatively) , each of these options:

--logappend --journal --port 27017 , --port 27018

i error(with request add together journaling durability , notification mongod re-create log temporary file if journaling or logappend disabled):

forked process: 5360 output going to: /var/log/mongodb.log error: kid process failed, exited error number 100

i have mongodb installed on pc , uses 27017 port,will conflict error in running mongod

mongodb ubuntu vagrant

No comments:

Post a Comment