MongoDB failed (result: core-dump)?

I'm attempting to setup MongoDB on Ubuntu 20.04.02 LTS by following the documentation. I have ensured this is a fresh install. However an error persists when I verify if the MongoDB install started succesfully by typing in:

sudo systemctl status mongod
> ● mongod.service - MongoDB Database Server
> Loaded: loaded (/lib/systemd/system/mongod.service; disabled; vendor prese>
> Active: **failed (Result: core-dump)** since Wed 2021-08-11 12:59:20 UTC; 49s >
> Docs:
> Process: 3190 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=dum> Main PID: 3190 (code=dumped, signal=ILL)
>
> Aug 11 12:59:19 discorddomagoj systemd[1]: Started MongoDB Database
> Server. Aug 11 12:59:20 discorddomagoj systemd[1]: mongod.service:
> Main process exited,> Aug 11 12:59:20 discorddomagoj systemd[1]:
> mongod.service: Failed with result '>
2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like