Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongodb systemd problems #5

Closed
evaldosantos opened this issue Jul 31, 2017 · 2 comments
Closed

Mongodb systemd problems #5

evaldosantos opened this issue Jul 31, 2017 · 2 comments

Comments

@evaldosantos
Copy link
Contributor

I wanna know from you guys how to improve the docs. I'm following the instructions to run mongodb, when I try to start the mongod service, I get an error:
vagrant@vagrant-ubuntu-trusty-64:~$ sudo systemctl start mongod
sudo: systemctl: command not found

I have to install systemd to solve this
$ sudo apt-get install systemd

After do this I was able to run the commands:
$ sudo service mongod start
$ sudo service mongod status

@evaldosantos
Copy link
Contributor Author

What do you think about this?
I know that isn't the purpose of the wiki install the dependencies...

@julianlam
Copy link
Member

I believe trusty is way too old. Even out of LTS, although I may be mistaken... you should use 16.04, and so there is no need to change the docs as they're optimized for 16.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants