You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, at the end it shows: System has not been booted with systemd as init system (PID 1). Can't operate.
If I try via init I get an error it can't find service mongod
sudo service mongod start
I neither can run a docker image, so I feel I'm stuck here.
I also tried running it manually via sudo /usr/bin/mongod & but that doesn't seem to work; at a later step it can't access a mongodb at localhost.
The text was updated successfully, but these errors were encountered:
I'm trying to install mongodb, but am having trouble, as it seems neither
init
norsystemd
are available.I've got this as a script which installs mongodb fine.
However, at the end it shows:
System has not been booted with systemd as init system (PID 1). Can't operate.
If I try via
init
I get an error it can't find servicemongod
sudo service mongod start
I neither can run a docker image, so I feel I'm stuck here.
I also tried running it manually via
sudo /usr/bin/mongod &
but that doesn't seem to work; at a later step it can't access a mongodb at localhost.The text was updated successfully, but these errors were encountered: