MongoDB不能以fork开始吗?

时间:2018-12-19 04:01:26

标签: mongodb fork

我有一个mongod.conf,其中包含

processManagement:
    fork: true

但是,当我运行mongod --config ./conf/mongod.conf时,出现以下错误:

ERROR: child process failed, exited with error number 48
To see additional information in this output, start without the "--fork" option.
error Command failed with exit code 48.

此外,当我使用mongod --fork --logpath=./mongo.log启动Mongodb时,它也给我以下错误:

ERROR: child process failed, exited with error number 100
To see additional information in this output, start without the "--fork" option.

似乎我无法使用--fork选项启动Mongodb。我该如何解决这个问题? 如何使用mongod.conf设置Mongodb?

顺便说一句,我的Mongodb版本是v4.0.4。真的很感激

1 个答案:

答案 0 :(得分:0)

请检查您的配置文件。仔细检查所有目录,例如logpath,dbpath,pidfilepath,... 如果您由mongod用户运行,请确保该用户拥有目录。