Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9313

Comment on: "manual/tutorial/install-mongodb-on-ubuntu.txt"

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Minor - P4 Minor - P4
    • None
    • None
    • None
    • 0.25

    Description

      Mongod service would not start using /etc/mongod.conf.

      Resolved by altering the the "Install MongoDB Community Edition" step 5.

      Needed to change the line:
      ExecStart=/usr/bin/mongod --quiet --config /etc/mongod.conf

      To:
      ExecStart=/usr/bin/mongod --quiet --config=/etc/mongod.conf

      i.e. add "=" to the --config parameter

      Attachments

        Activity

          People

            allison.moore@mongodb.com Allison Reinheimer Moore
            xgen-internal-docs Docs Collector User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              7 years, 13 weeks, 2 days ago