<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install MongoDB 2.0.1 on Fedora 16/15, CentOS/Red Hat (RHEL) 6/5.7</title>
	<atom:link href="http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/</link>
	<description>If !1 0 &#124; Linux and Development Guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:09:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<div style="display:none;"><a href="http://www.if-not-true-then-false.com/hp/fitting.php" rel="nofollow">marketing</a></div>	<item>
		<title>By: osgregs</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-20600</link>
		<dc:creator>osgregs</dc:creator>
		<pubDate>Fri, 16 Dec 2011 02:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-20600</guid>
		<description>thks again</description>
		<content:encoded><![CDATA[<p>thks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-20354</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Mon, 05 Dec 2011 10:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-20354</guid>
		<description>Hi Karl,

I&#039;m not Tilo and if you check Tilo&#039;s comment time, I think that he&#039;s not answering your question very soon.

But yes, I&#039;m not huge fan of custom hacks to init scripts, but I think that you just have &quot;wrong&quot; single quotes on you config, it should be:
&lt;pre lang=&quot;bash&quot;&gt;
MONGO_DBPATH=`grep &#039;^dbpath&#039; /etc/mongod.conf &#124; cut -d&#039;=&#039; -f2`
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Karl,</p>
<p>I&#8217;m not Tilo and if you check Tilo&#8217;s comment time, I think that he&#8217;s not answering your question very soon.</p>
<p>But yes, I&#8217;m not huge fan of custom hacks to init scripts, but I think that you just have &#8220;wrong&#8221; single quotes on you config, it should be:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="color:#D8D8D8;"><span style="color: #729fcf;">MONGO_DBPATH</span>=<span style=" color: #FFF;">`</span><span style="color: #FFF; font-weight:bold;">grep</span> <span style="color: #FFC600;">'^dbpath'</span> <span style=" color: #FFF;">/</span>etc<span style=" color: #FFF;">/</span>mongod.conf <span style=" color: #FFF;">|</span> <span style="color: #FFF; font-weight:bold;">cut</span> <span style="color: #BED6FF;">-d</span><span style="color: #FFC600;">'='</span> -f2<span style=" color: #FFF;">`</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Alfred</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-20353</link>
		<dc:creator>Karl Alfred</dc:creator>
		<pubDate>Mon, 05 Dec 2011 09:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-20353</guid>
		<description>hi tilo,

Good Afternoon, when I used your instruction then after I restart mongod or check status I got this message. See below
[root@ip-10-174-15-18 ~]# service mongod status
cut: the delimiter must be a single character
Try `cut --help&#039; for more information.
[root@ip-10-174-15-18 ~]# /etc/init.d/mongod start
cut: the delimiter must be a single character
Try `cut --help&#039; for more information.
Starting mongod:                                           [  OK  ]
forked process: 22975

please help thanks a lot..</description>
		<content:encoded><![CDATA[<p>hi tilo,</p>
<p>Good Afternoon, when I used your instruction then after I restart mongod or check status I got this message. See below<br />
[root@ip-10-174-15-18 ~]# service mongod status<br />
cut: the delimiter must be a single character<br />
Try `cut &#8211;help&#8217; for more information.<br />
[root@ip-10-174-15-18 ~]# /etc/init.d/mongod start<br />
cut: the delimiter must be a single character<br />
Try `cut &#8211;help&#8217; for more information.<br />
Starting mongod:                                           [  OK  ]<br />
forked process: 22975</p>
<p>please help thanks a lot..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chillypenguin</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-19939</link>
		<dc:creator>Chillypenguin</dc:creator>
		<pubDate>Mon, 14 Nov 2011 15:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-19939</guid>
		<description>Thank you for this guide.  Works for me on CENTOS 6. I did not use your iptables command, as this is only accessed from the local host, so I can not confirm that working, but it looks sane. 

Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you for this guide.  Works for me on CENTOS 6. I did not use your iptables command, as this is only accessed from the local host, so I can not confirm that working, but it looks sane. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fajri</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-19662</link>
		<dc:creator>fajri</dc:creator>
		<pubDate>Tue, 18 Oct 2011 09:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-19662</guid>
		<description>@colin you need to ensure that you add the chain on top of it on /etc/sysconfig/iptables config file. 

like this :
&lt;code&gt;
# Firewall configuration written by system-config-firewall
# Manual customization of this file is not recommended.
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
:RH-Firewall-1-INPUT - [0:0]
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
...
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 27017 -j ACCEPT
COMMIT
&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>@colin you need to ensure that you add the chain on top of it on /etc/sysconfig/iptables config file. </p>
<p>like this :<br />
<code><br />
# Firewall configuration written by system-config-firewall<br />
# Manual customization of this file is not recommended.<br />
*filter<br />
:INPUT ACCEPT [0:0]<br />
:FORWARD ACCEPT [0:0]<br />
:OUTPUT ACCEPT [0:0]<br />
:RH-Firewall-1-INPUT - [0:0]<br />
-A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT<br />
...<br />
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 27017 -j ACCEPT<br />
COMMIT<br />
</code><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-18433</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 09 Aug 2011 22:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-18433</guid>
		<description>Please make sure the &quot;accept&quot; line is before &quot;commit&quot; line  **AND**  all &quot;reject&quot; lines.</description>
		<content:encoded><![CDATA[<p>Please make sure the &#8220;accept&#8221; line is before &#8220;commit&#8221; line  **AND**  all &#8220;reject&#8221; lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-18307</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Tue, 12 Jul 2011 07:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-18307</guid>
		<description>Hi Roberto,

Could you post your &lt;strong&gt;/etc/sysconfig/iptables&lt;/strong&gt; file content?</description>
		<content:encoded><![CDATA[<p>Hi Roberto,</p>
<p>Could you post your <strong>/etc/sysconfig/iptables</strong> file content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Matos</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-18306</link>
		<dc:creator>Roberto Matos</dc:creator>
		<pubDate>Tue, 12 Jul 2011 05:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-18306</guid>
		<description>&lt;code&gt;-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 27017 -j ACCEPT&lt;/code&gt;

This configuration is not working in my fedora 15. Someone clue what the problem is?</description>
		<content:encoded><![CDATA[<p><code>-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 27017 -j ACCEPT</code></p>
<p>This configuration is not working in my fedora 15. Someone clue what the problem is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-18073</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Thu, 19 May 2011 13:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-18073</guid>
		<description>Hi, i&#039;m getting this error:

MongoDB shell version: 1.8.1
connecting to: 87.106.244.253:27017/test
Thu May 19 15:36:29 Error: couldn&#039;t connect to server 87.106.244.253:27017 shell/mongo.js:81
exception: connect failed</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m getting this error:</p>
<p>MongoDB shell version: 1.8.1<br />
connecting to: 87.106.244.253:27017/test<br />
Thu May 19 15:36:29 Error: couldn&#8217;t connect to server 87.106.244.253:27017 shell/mongo.js:81<br />
exception: connect failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tilo</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-17850</link>
		<dc:creator>Tilo</dc:creator>
		<pubDate>Sat, 02 Apr 2011 04:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-17850</guid>
		<description>you might want to modify your /etc/init.d/mongod script as follows, to avoid mongod not being able to start if you have a different dbpath location in your config file:


add these two lines towards the top of the /etc/init.d/mongod file:

MONGO_DBPATH=`grep &#039;^dbpath&#039; /etc/mongod.conf &#124; cut -d&#039;=&#039; -f2`  # get dbpath from config
MONGO_LOCKFILE=&quot;$MONGO_DBPATH/mongod.lock&quot;

replace the line containing &quot;killproc&quot; with:

killproc -p $MONGO_LOCKFILE -t30 -TERM /usr/bin/mongod</description>
		<content:encoded><![CDATA[<p>you might want to modify your /etc/init.d/mongod script as follows, to avoid mongod not being able to start if you have a different dbpath location in your config file:</p>
<p>add these two lines towards the top of the /etc/init.d/mongod file:</p>
<p>MONGO_DBPATH=`grep &#8216;^dbpath&#8217; /etc/mongod.conf | cut -d&#8217;=&#8217; -f2`  # get dbpath from config<br />
MONGO_LOCKFILE=&#8221;$MONGO_DBPATH/mongod.lock&#8221;</p>
<p>replace the line containing &#8220;killproc&#8221; with:</p>
<p>killproc -p $MONGO_LOCKFILE -t30 -TERM /usr/bin/mongod</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-17826</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Wed, 30 Mar 2011 12:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-17826</guid>
		<description>Hi Marc,

I&#039;m not sure is it possible to use &quot;Shell Fork Bomb Protection&quot; simultaneously with MongoDB, but maybe you could use &lt;strong&gt;/etc/security/limits.conf&lt;/strong&gt; file to limit certain users or groups processes, like following:
&lt;pre lang=&quot;bash&quot;&gt;
&lt;domain&gt;        &lt;type&gt;  &lt;item&gt;  &lt;value&gt;
someuser        hard    nproc     20
@somegroup      hard    nproc     15
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi Marc,</p>
<p>I&#8217;m not sure is it possible to use &#8220;Shell Fork Bomb Protection&#8221; simultaneously with MongoDB, but maybe you could use <strong>/etc/security/limits.conf</strong> file to limit certain users or groups processes, like following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="color:#D8D8D8;"><span style=" color: #FFF;">&lt;</span>domain<span style=" color: #FFF;">&gt;</span>        <span style=" color: #FFF;">&lt;</span><span style="color: #d3d7cf">type</span><span style=" color: #FFF;">&gt;</span>  <span style=" color: #FFF;">&lt;</span>item<span style=" color: #FFF;">&gt;</span>  <span style=" color: #FFF;">&lt;</span>value<span style=" color: #FFF;">&gt;</span>
someuser        hard    nproc     <span style="color: #7FB347;">20</span>
<span style=" color: #FFF;">@</span>somegroup      hard    nproc     <span style="color: #7FB347;">15</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Castles</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-17814</link>
		<dc:creator>Marc Castles</dc:creator>
		<pubDate>Tue, 29 Mar 2011 08:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-17814</guid>
		<description>Thanks for this guide. It was very helpful. Just one thing.. I run whm/cpanel on my server and mongodb was throwing errors about memory all over the place. I managed to sort this by disabling &quot;Shell Fork Bomb Protection&quot;.

I was wondering if there is a way to enable fork bomb protection and keep mongo happy?</description>
		<content:encoded><![CDATA[<p>Thanks for this guide. It was very helpful. Just one thing.. I run whm/cpanel on my server and mongodb was throwing errors about memory all over the place. I managed to sort this by disabling &#8220;Shell Fork Bomb Protection&#8221;.</p>
<p>I was wondering if there is a way to enable fork bomb protection and keep mongo happy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-17658</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 23 Feb 2011 15:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-17658</guid>
		<description>Thanks so much for this guide. I was really stuggling to install mongodb on centos5.5 until I followed these instruction. Amazing! Works great! Persistent connection that autostarts on server reboot - fantastic!

Only one thing - on the last step (4.2) I get this:

&lt;code&gt;Flushing firewall rules: [  OK  ]&lt;/code&gt;
&lt;code&gt;Setting chains to policy ACCEPT: mangle filter nat [  OK  ]&lt;/code&gt;
&lt;code&gt;Unloading iptables modules: [  OK  ]&lt;/code&gt;
&lt;code&gt;Applying iptables firewall rules: iptables-restore: line 1 failed [FAILED]&lt;/code&gt;

Is this a problem? I added the line exactly as shown &quot;-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 27017 -j ACCEPT&quot;

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks so much for this guide. I was really stuggling to install mongodb on centos5.5 until I followed these instruction. Amazing! Works great! Persistent connection that autostarts on server reboot &#8211; fantastic!</p>
<p>Only one thing &#8211; on the last step (4.2) I get this:</p>
<p><code>Flushing firewall rules: [  OK  ]</code><br />
<code>Setting chains to policy ACCEPT: mangle filter nat [  OK  ]</code><br />
<code>Unloading iptables modules: [  OK  ]</code><br />
<code>Applying iptables firewall rules: iptables-restore: line 1 failed [FAILED]</code></p>
<p>Is this a problem? I added the line exactly as shown &#8220;-A RH-Firewall-1-INPUT -m state &#8211;state NEW -m tcp -p tcp &#8211;dport 27017 -j ACCEPT&#8221;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osgregs</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-17209</link>
		<dc:creator>osgregs</dc:creator>
		<pubDate>Fri, 12 Nov 2010 19:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-17209</guid>
		<description>tks</description>
		<content:encoded><![CDATA[<p>tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-6430</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Mon, 16 Aug 2010 11:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-6430</guid>
		<description>Hi,

Everybody with following problem:
&lt;pre lang=&quot;bash&quot;&gt;
/etc/init.d/mongod: line 25: /etc/sysconfig/mongod: No such file or directory
Starting mongod: runuser: user mongod does not exist
&lt;/pre&gt;

Old repositories caused this problem (they worked nice with 1.2.x versions, but not with 1.4.x versions and now this guide installs 1.6.x version), I updated this guide to use MongoDB own repositories and now I tested this new installation method on different systems and it worked smoothly.

So if you have old packages installed then simply remove them, with following command:
&lt;pre lang=&quot;bash&quot;&gt;
yum remove mongo mongo-server
&lt;/pre&gt;

And then follow this guide.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Everybody with following problem:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="color:#D8D8D8;"><span style=" color: #FFF;">/</span>etc<span style=" color: #FFF;">/</span>init.d<span style=" color: #FFF;">/</span>mongod: line <span style="color: #7FB347;">25</span>: <span style=" color: #FFF;">/</span>etc<span style=" color: #FFF;">/</span>sysconfig<span style=" color: #FFF;">/</span>mongod: No such <span style="color: #FFF; font-weight:bold;">file</span> or directory
Starting mongod: runuser: user mongod does not exist</pre></div></div>

<p>Old repositories caused this problem (they worked nice with 1.2.x versions, but not with 1.4.x versions and now this guide installs 1.6.x version), I updated this guide to use MongoDB own repositories and now I tested this new installation method on different systems and it worked smoothly.</p>
<p>So if you have old packages installed then simply remove them, with following command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="color:#D8D8D8;">yum remove mongo mongo-server</pre></div></div>

<p>And then follow this guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nana</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-6156</link>
		<dc:creator>nana</dc:creator>
		<pubDate>Fri, 13 Aug 2010 10:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-6156</guid>
		<description>/etc/init.d/mongod: line 25: /etc/sysconfig/mongod: No such file or directory
Starting mongod: runuser: user mongod does not exist

get this error on service mongod start

PLEASE HELP?</description>
		<content:encoded><![CDATA[<p>/etc/init.d/mongod: line 25: /etc/sysconfig/mongod: No such file or directory<br />
Starting mongod: runuser: user mongod does not exist</p>
<p>get this error on service mongod start</p>
<p>PLEASE HELP?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jd</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-5901</link>
		<dc:creator>jd</dc:creator>
		<pubDate>Tue, 10 Aug 2010 05:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-5901</guid>
		<description>/etc/init.d/mongod: line 25: /etc/sysconfig/mongod: No such file or directory
Starting mongod: runuser: user mongod does not exist


same</description>
		<content:encoded><![CDATA[<p>/etc/init.d/mongod: line 25: /etc/sysconfig/mongod: No such file or directory<br />
Starting mongod: runuser: user mongod does not exist</p>
<p>same</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Reyes</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-1960</link>
		<dc:creator>Ben Reyes</dc:creator>
		<pubDate>Mon, 24 May 2010 19:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-1960</guid>
		<description>@JR/Mark The issue he referes to is this:


[root@main ~]# service mongod start
/etc/init.d/mongod: line 24: /etc/sysconfig/mongod: No such file or directory
Starting mongod: warning: some regex utf8 things will not work.  pcre build doesn&#039;t have --enable-unicode-properties
forked process: 13626
all output going to: /var/log/mongo/mongod.log
[root@main ~]#                                             [  OK  ]


Though it seems to start okay.</description>
		<content:encoded><![CDATA[<p>@JR/Mark The issue he referes to is this:</p>
<p>[root@main ~]# service mongod start<br />
/etc/init.d/mongod: line 24: /etc/sysconfig/mongod: No such file or directory<br />
Starting mongod: warning: some regex utf8 things will not work.  pcre build doesn&#8217;t have &#8211;enable-unicode-properties<br />
forked process: 13626<br />
all output going to: /var/log/mongo/mongod.log<br />
[root@main ~]#                                             [  OK  ]</p>
<p>Though it seems to start okay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install MongoDB on CentOS Linux and Red Hat (RHEL) Linux &#124; if not &#8230; &#124; Software Firewall</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-1809</link>
		<dc:creator>Install MongoDB on CentOS Linux and Red Hat (RHEL) Linux &#124; if not &#8230; &#124; Software Firewall</dc:creator>
		<pubDate>Thu, 20 May 2010 19:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-1809</guid>
		<description>[...] more here: Install MongoDB on CentOS Linux and Red Hat (RHEL) Linux &#124; if not &#8230;   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] more here: Install MongoDB on CentOS Linux and Red Hat (RHEL) Linux | if not &#8230;   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/comment-page-1/#comment-1564</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Wed, 12 May 2010 19:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.if-not-true-then-false.com/?p=1044#comment-1564</guid>
		<description>Hi Mark,

The &lt;em&gt;/etc/sysconfig/mongod&lt;/em&gt; file should not be created. 

You possibly mean or try to find &lt;strong&gt;/etc/sysconfig/iptables&lt;/strong&gt;, &lt;strong&gt;/etc/mongod.conf&lt;/strong&gt; or &lt;strong&gt;/etc/init.d/mongod&lt;/strong&gt; file?</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>The <em>/etc/sysconfig/mongod</em> file should not be created. </p>
<p>You possibly mean or try to find <strong>/etc/sysconfig/iptables</strong>, <strong>/etc/mongod.conf</strong> or <strong>/etc/init.d/mongod</strong> file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.if-not-true-then-false.com/2010/install-mongodb-on-fedora-centos-red-hat-rhel/feed/ ) in 0.16493 seconds, on Feb 10th, 2012 at 8:30 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 9:30 am UTC -->
