I'm trying to install kaa(IOT platform) on installing the dependencies getting an error on executing the command-
$ sudo systemctl start mongodb
error- Failed to start mongodb.service: Unit mongodb.service is masked.
I'm trying to install kaa(IOT platform) on installing the dependencies getting an error on executing the command-
$ sudo systemctl start mongodb
error- Failed to start mongodb.service: Unit mongodb.service is masked.
So unmask it:
Why are some systemd services in the "masked" state? explains masking.
With 3+ version of mongodb. You dont have to start
mongodb
but you just have to start mongod. So proper way to start mongod will besudo systemctl start mongod