<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:59:15 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-2200] &quot;limit nofile 20000&quot; in upstart job breaks things</title>
                <link>https://jira.mongodb.org/browse/SERVER-2200</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The debian packages now seem to have this line in the upstart job, and lots of people are getting &quot;start: Unknown job: mongodb&quot;;&lt;/p&gt;

&lt;p&gt;I think this needs to get rolled back ASAP!&lt;/p&gt;</description>
                <environment></environment>
        <key id="13919">SERVER-2200</key>
            <summary>&quot;limit nofile 20000&quot; in upstart job breaks things</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="richard.kreuter">Richard Kreuter</assignee>
                                    <reporter username="scotthernandez">Scott Hernandez</reporter>
                        <labels>
                    </labels>
                <created>Fri, 10 Dec 2010 00:11:10 +0000</created>
                <updated>Tue, 12 Jul 2016 00:20:12 +0000</updated>
                            <resolved>Fri, 10 Dec 2010 15:37:40 +0000</resolved>
                                    <version>1.6.5</version>
                                    <fixVersion>1.7.4</fixVersion>
                                                        <votes>3</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="21409" author="lig" created="Tue, 14 Dec 2010 12:06:27 +0000"  >&lt;p&gt;I can confirm for 10.04-amd64 and 10.10-amd64&lt;/p&gt;</comment>
                            <comment id="21303" author="richard@10gen.com" created="Fri, 10 Dec 2010 15:37:40 +0000"  >&lt;p&gt;The fixed upstart file is present in packages with version number 20101210.  By inspection on a 10.4 system, &apos;aptitude install mongodb-stable&apos; installs the new conf file and starts the service successfully.&lt;/p&gt;</comment>
                            <comment id="21299" author="richard@10gen.com" created="Fri, 10 Dec 2010 15:05:51 +0000"  >&lt;p&gt;I think this is fixed in git head.  Pushing new packages now.&lt;/p&gt;</comment>
                            <comment id="21294" author="auto" created="Fri, 10 Dec 2010 14:38:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;kreuter&apos;, u&apos;name&apos;: u&apos;Richard Kreuter&apos;, u&apos;email&apos;: u&apos;richard@10gen.com&apos;}
&lt;p&gt;Message: Fix error in upstart file. &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-2200&quot; title=&quot;&amp;quot;limit nofile 20000&amp;quot; in upstart job breaks things&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-2200&quot;&gt;&lt;del&gt;SERVER-2200&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/96656759e7370cc1bea42d08941c0bb116089f99&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/96656759e7370cc1bea42d08941c0bb116089f99&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="21285" author="lig" created="Fri, 10 Dec 2010 07:24:27 +0000"  >&lt;p&gt;deleting this line and starting mongodb service just works for me&lt;/p&gt;</comment>
                            <comment id="21271" author="bellts" created="Fri, 10 Dec 2010 01:55:34 +0000"  >&lt;p&gt;OK..... workaround (i guess); what work for me anyway.&lt;/p&gt;

&lt;p&gt;sudo apt-get purge mongodb-stable&lt;br/&gt;
sudo apt-get install mongodb-stable&lt;br/&gt;
(remove the lock file if present in /var/lib/mongodb)&lt;br/&gt;
sudo init 6&lt;/p&gt;

&lt;p&gt;Then edit /etc/init/mongodb.conf removing the line &quot;limit nofile 20000&quot;&lt;/p&gt;

&lt;p&gt;sudo vi /etc/init/mongodb.conf&lt;br/&gt;
sudo init 6&lt;/p&gt;

&lt;p&gt;I&apos;m now back up and running..... FYI confirmed fix in a number of systems 10.10 and 10.04 LTS&lt;/p&gt;
</comment>
                            <comment id="21270" author="bellts" created="Fri, 10 Dec 2010 01:31:30 +0000"  >&lt;p&gt;I currently have over thirty systems with this issue...... (some 10.10 but mostly 10.4 LTS, All 64 bit)&lt;/p&gt;

&lt;p&gt;I tried removing &quot;limit nofile 20000&quot; and I&apos;m able to run &quot;sudo start mongodb&quot;. &lt;/p&gt;

&lt;p&gt;I no longer get the &quot;start: Unknown job: mongodb&quot; message but the process is not running when I run &quot;ps&quot;. &lt;/p&gt;

&lt;p&gt;I was able to start my mongo servers manually by running &quot;sudo mongod --dbpath /var/lib/mongodb&quot;. But as of right now the upstart script has an issue.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="13920">SERVER-2201</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 10 Dec 2010 01:31:30 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 10 weeks, 1 day 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>
                            13 years, 10 weeks, 1 day ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </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>auto</customfieldvalue>
            <customfieldvalue>richard.kreuter</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
            <customfieldvalue>lig</customfieldvalue>
            <customfieldvalue>bellts</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpaf3:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21485</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_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|hsj9kf:</customfieldvalue>

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