Server start error in SUSE Enterprise 12

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor - P4
    • None
    • Affects Version/s: 3.0.0
    • Component/s: Packaging
    • Environment:
      SLES 12
    • Linux
    • Hide

      1. Install mongodb from zypper repository.
      2. # systemctl start mongod.service

      Show
      1. Install mongodb from zypper repository. 2. # systemctl start mongod.service
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Mongod can not start with error:
      I CONTROL ERROR: Cannot write pid file to /var/run/mongodb/mongod.pid: No such file or directory

      The mongodb was installed from zypper repository "http://repo.mongodb.org/zypper/suse/11/mongodb-org/3.0/x86_64/".

      This should be a rpm package issue, the rpm do not create /var/run/mongodb/ with the correct permission.

      So, the workaround is create /var/run/mongodb/ manually:

      1. mkdir -p /var/run/mongodb
      2. chown mongod:mongod /var/run/mongodb

              Assignee:
              Unassigned
              Reporter:
              Mengzhe You
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: