Skip to content

Instantly share code, notes, and snippets.

@tanvirstreame
Created February 21, 2022 09:56
Show Gist options
  • Save tanvirstreame/011edbf39db15e17475abddf2449f3af to your computer and use it in GitHub Desktop.
Save tanvirstreame/011edbf39db15e17475abddf2449f3af to your computer and use it in GitHub Desktop.
Error:
mongod.service - MongoDB Database Server
Loaded: loaded (/lib/systemd/system/mongod.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2022-02-21 09:54:10 UTC; 2s ago
Docs: https://docs.mongodb.org/manual
Process: 114876 ExecStart=/usr/bin/mongod --config /etc/mongod.conf (code=exited, status=14)
Main PID: 114876 (code=exited, status=14)
Solution:
sudo rm -rf /tmp/mongodb-27017.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment