<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:52:05 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-19792] Starting mongod service on CentOS 7 fails</title>
                <link>https://jira.mongodb.org/browse/SERVER-19792</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;mongod.service - SYSV: Mongo is a scalable, document-oriented database.&lt;br/&gt;
   Loaded: loaded (/etc/rc.d/init.d/mongod)&lt;br/&gt;
   Active: failed (Result: exit-code) since Thu 2015-08-06 09:16:21 EAT; 20s ago&lt;br/&gt;
  Process: 9621 ExecStart=/etc/rc.d/init.d/mongod start (code=exited, status=1/FAILURE)&lt;/p&gt;

&lt;p&gt;Aug 06 09:16:21 localhost.localdomain runuser&lt;span class=&quot;error&quot;&gt;&amp;#91;9627&amp;#93;&lt;/span&gt;: pam_unix(runuser:session): session opened for user mongod by (uid=0)&lt;br/&gt;
Aug 06 09:16:21 localhost.localdomain runuser&lt;span class=&quot;error&quot;&gt;&amp;#91;9627&amp;#93;&lt;/span&gt;: pam_unix(runuser:session): session closed for user mongod&lt;br/&gt;
Aug 06 09:16:21 localhost.localdomain mongod&lt;span class=&quot;error&quot;&gt;&amp;#91;9621&amp;#93;&lt;/span&gt;: Starting mongod: &lt;span class=&quot;error&quot;&gt;&amp;#91;FAILED&amp;#93;&lt;/span&gt;&lt;br/&gt;
Aug 06 09:16:21 localhost.localdomain systemd&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: mongod.service: control process exited, code=exited status=1&lt;br/&gt;
Aug 06 09:16:21 localhost.localdomain systemd&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Failed to start SYSV: Mongo is a scalable, document-oriented database..&lt;br/&gt;
Aug 06 09:16:21 localhost.localdomain systemd&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Unit mongod.service entered failed state.&lt;/p&gt;</description>
                <environment></environment>
        <key id="224377">SERVER-19792</key>
            <summary>Starting mongod service on CentOS 7 fails</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="patwanjau">Patrick Wanjau</reporter>
                        <labels>
                    </labels>
                <created>Thu, 6 Aug 2015 06:20:08 +0000</created>
                <updated>Mon, 10 Aug 2015 19:32:44 +0000</updated>
                            <resolved>Mon, 10 Aug 2015 19:32:44 +0000</resolved>
                                    <version>3.0.5</version>
                                                    <component>Admin</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1001031" author="ramon.fernandez" created="Mon, 10 Aug 2015 19:32:33 +0000"  >&lt;p&gt;Thanks for double checking &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=patwanjau&quot; class=&quot;user-hover&quot; rel=&quot;patwanjau&quot;&gt;patwanjau&lt;/a&gt;, glad to hear that things are working now. &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/rpm/mongodb-org.spec#L220&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;The permissions for &lt;tt&gt;/var/lib/mongo&lt;/tt&gt; are already set on package installation&lt;/a&gt;, so is not clear how this directory was owned by root in your setup. If you do clean install and permissions for &lt;tt&gt;/var/lib/mongo&lt;/tt&gt; are not set correctly please let us know so we can investigate further.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="998206" author="patwanjau" created="Thu, 6 Aug 2015 13:10:21 +0000"  >&lt;p&gt;I&apos;ve inspected the logs, and from my end, the issue was with permissions. By default, the directory ownership for /var/lib/mongo was set to root. I&apos;ve updated this to reflect owner as mongod and the daemon has started successfully.&lt;/p&gt;

&lt;p&gt;I&apos;d suggest that this should be defaulted to user mongod as default user while installing the server, or be included in setup documentation for other users.&lt;/p&gt;</comment>
                            <comment id="998167" author="ramon.fernandez" created="Thu, 6 Aug 2015 12:22:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=patwanjau&quot; class=&quot;user-hover&quot; rel=&quot;patwanjau&quot;&gt;patwanjau&lt;/a&gt;, can you please upload the logs produced by &lt;tt&gt;mongod&lt;/tt&gt; when the above failure happens?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                            <comment id="998002" author="patwanjau" created="Thu, 6 Aug 2015 06:23:53 +0000"  >&lt;p&gt;Affected OS version: Linux localhost.localdomain 3.10.0-229.7.2.el7.x86_64 #1 SMP Tue Jun 23 22:06:11 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 6 Aug 2015 12:22:16 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 27 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 27 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>patwanjau</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrkycn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsccyv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;Install mongodb packages using package manager.&lt;br/&gt;
yum install mongodb-org -y&lt;br/&gt;
sudo systemctl start mongod&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsfrxr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>