Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-11238

starting mongod service on fedora fails for enterprise package only

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Packaging
    • Labels:
    • Environment:
    • ALL

      After installing the enterprise server package (sudo yum install mongodb-enterprise-unstable-server), starting the mongod service fails:

      [vagrant@vagrant-f19 sync]$ sudo service mongod start
      Starting mongod (via systemctl):  Job for mongod.service failed. See 'systemctl status mongod.service' and 'journalctl -xn' for details.
                                                                 [FAILED]
      [vagrant@vagrant-f19 sync]$ systemctl status mongod.service
      mongod.service - SYSV: Mongo is a scalable, document-oriented database.
         Loaded: loaded (/etc/rc.d/init.d/mongod)
         Active: failed (Result: exit-code) since Thu 2013-10-17 11:02:04 EDT; 8s ago
        Process: 1775 ExecStart=/etc/rc.d/init.d/mongod start (code=exited, status=1/FAILURE)
      

      The equivalent community package, mongodb-org-unstable-server, does not have this problem---the mongod service starts just fine.

      I ran "diff" on the /etc/init.d/mongod init scripts for mongodb-org-unstable-server and mongodb-enterprise-unstable-server, which showed that the two init scripts are identical. The /etc/rc.d/init.d/mongod files are also identical between the two packages.

            Assignee:
            ernie.hershey@mongodb.com Ernie Hershey (Inactive)
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: