2021-02-17T11:08:58.159-06:00: Soft rlimits too low
2021-02-17T11:08:58.159-06:00: currentValue: 1024
2021-02-17T11:08:58.159-06:00: recommendedMinimum: 64000
Here’s the last line before it terminates
{"t":{"$date":"2021-02-17T13:09:29.594-06:00"},"s":"I", "c":"CONTROL", "id":23138, "ctx":"initandlisten","msg":"Shutting down","attr":{"exitCode":100}}
Earlier on in the output, I see this :
{"t":{"$date":"2021-02-17T13:09:29.593-06:00"},"s":"E", "c":"STORAGE", "id":20557, "ctx":"initandlisten","msg":"DBException in initAndListen, terminating","attr":{"error":"IllegalOperation: Attempted to create a lock file on a read-only directory: /data/db"}}
So I think it might be a permissions error on that folder. I’ll try changing that, and see what happens. Thanks!