I tried following the installation instructions outlined here: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
But I ran into a problem, I assume Upstart / initctl, and I can not get the mongod service to start other than to start it manually as sudo in the terminal, which is a bad IMO idea. (Even if it's just for the classroom, one-user setup.)
sudo /etc/init.d/mongod start
Holds this error:
initctl: Unknown job: mongod
I tried sudo initctl reload-configurationand ran the above run command again, but to no avail.
Any ideas or suggestions on what to do next?
source
share