Bug 785137

Summary: Systemd won't start mongod
Product: [Fedora] Fedora Reporter: Guillaume Pasquet <boss>
Component: mongodbAssignee: Chris Lalancette <clalancette>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: clalancette, meyering, nathaniel
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-03 18:26:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Guillaume Pasquet 2012-01-27 12:27:37 UTC
Description of problem:
Asking systemd to start mongod fails.

Version-Release number of selected component (if applicable):
1.8.2
9.fc16

How reproducible:
Always

Steps to Reproduce:
1. Issue command systemctl start mongod.service
  
Actual results:
# systemctl start mongod.service
Job failed. See system logs and 'systemctl status' for details.
# systemctl status mongod.service
mongod.service - High-performance, schema-free document-oriented database
	  Loaded: loaded (/lib/systemd/system/mongod.service; enabled)
	  Active: failed since Fri, 27 Jan 2012 12:27:12 +0000; 37s ago
	 Process: 14479 ExecStart=/usr/bin/mongod $OPTIONS run (code=exited, status=255)
	  CGroup: name=systemd:/system/mongod.service

Expected results:
Mongod should start.

Additional info:
I can start the daemon manually by issuing the command:
/usr/bin/mongod --quiet -f /etc/mongodb.conf

Comment 1 Nathaniel McCallum 2012-02-03 18:26:19 UTC
I am unable to reproduce this on the 2.0.2 version that is current in Fedora 16.