about to fork child process, waiting until server is ready for connections.
forked process: 342
ERROR: child process failed, exited with error number 100
To see additional information in this output, start without the “–fork” option.
mongod.conf :
storage:
dbPath: /var/mongodb/db
systemLog:
destination: file
path: /var/mongodb/logs/mongod.log
logAppend: true
processManagement:
fork: true
net:
bindIp: localhost
port: 27000
security:
authorization: enabled