Bug 785137 - Systemd won't start mongod
Summary: Systemd won't start mongod
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: mongodb
Version: 16
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Chris Lalancette
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-27 12:27 UTC by Guillaume Pasquet
Modified: 2012-02-03 18:26 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-03 18:26:19 UTC
Type: ---


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.