MongoDB Failing to Start - ***aborting after fassert() failure

前端 未结 6 2106

I am new to Ubuntu (Linux tbh). I encountered problem with starting MongoDB service. I want to created web app using Ruby on Rails and MongoDB but mongo seems to fail to sta

6条回答
  •  温柔的废话
    2020-12-01 18:24

    SOLUTION by kometen

    Does the file /tmp/mongodb-27017.sock exist? If so try to delete it, ie. 'sudo rm /tmp/mongodb-27017.sock'.

提交回复
热议问题