Eu instalo o MongoDB (no subsistema Linux) com
sudo apt-get install mongodb
e quando tento iniciar com sudo service mongodb start
, tenho o seguinte erro
User@DESKTOP-TPQIRNP:/mnt/c/Users/User$ sudo service mongodb status
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
* Checking status of database mongodb [ OK ]
O MongoDB realmente inicia, mas o que é essa mensagem / erro initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
e como corrigi-lo? Tem uma solução oficial para esse problema?