Details
-
Improvement
-
Resolution: Duplicate
-
Major - P3
-
None
-
ubuntu 14.4 64bit
db version v2.6.1
*Location*: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
*User-Agent*: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36
*Screen Resolution*: 2560 x 1440
*repo*: docs
*source*: tutorial/install-mongodb-on-ubuntu
ubuntu 14.4 64bit db version v2.6.1 *Location*: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/ *User-Agent*: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/34.0.1847.116 Chrome/34.0.1847.116 Safari/537.36 *Screen Resolution*: 2560 x 1440 *repo*: docs *source*: tutorial/install-mongodb-on-ubuntu
Description
I followed the guide and after installed mongoDB I tried to run it using:
sudo /etc/init.d/mongod start
as written in the docs page but the terminal returned me this:
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mongod start
the correct command I think it should be:
sudo start mongodb
Attachments
Issue Links
- duplicates
-
DOCS-3416 Ubuntu installation instructions should specify "service" commands instead of init scripts
-
- Closed
-