Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Job for mongod.service failed because the control process exited with error code. See "systemctl status mongod.service" and "journalctl -xeu mongod.service" for details.

// deleting the mongod sock file my solve the issue
// run below command

sudo rm -rf /tmp/mongodb-27017.sock 

// then start again 
sudo systemctl start mongod
Comment

PREVIOUS NEXT
Code Example
Shell :: remove heroku remote 
Shell :: linux list files by size mb 
Shell :: git branch order by date 
Shell :: npm install --global yarn 
Shell :: install docker on manjaro linux 
Shell :: uninstall pgadmin3 drive linux 
Shell :: how to know fedora version 
Shell :: fork bomb 
Shell :: git set url with token 
Shell :: heroku logs tail 
Shell :: ubutnu install certbot 
Shell :: shutdown pc in 10 minutes 
Shell :: how to check linux distro from terminal 
Shell :: command not found: lvim 
Shell :: abort cherry pick in bash 
Shell :: regex for ips 
Shell :: Install / Update Dbeaver Community on Ubuntu 
Shell :: download play list youtube-dl 
Shell :: add homebrew to your path 
Shell :: nginx certbot ubuntu 
Shell :: how to install gulp 
Shell :: magento 2 check version command line 
Shell :: ubuntu install matplotlib 
Shell :: how to install postman in ubuntu 
Shell :: create venv ubuntu 20.04 
Shell :: apt list installed 
Shell :: install datetime 
Shell :: gzip folder with tar 
Shell :: git submodules pull 
Shell :: linux terminal check internet connection 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =